Remove sysdeps/arm/soft-fp directory.
[platform/upstream/glibc.git] / ChangeLog
1 2014-10-16  Roland McGrath  <roland@hack.frob.com>
2
3         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
4         * sysdeps/arm/sfp-machine.h: ... to here.
5         * sysdeps/arm/Implies: Remove arm/soft-fp.
6
7 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
8
9         * conform/data/sys/utsname.h-data (*_t): Allow.
10         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
11         [POSIX] (WEXITED): Do not expect constant.
12         [POSIX] (WSTOPPED): Likewise.
13         [POSIX] (WNOHANG): Likewise.
14         [POSIX] (WNOWAIT): Likewise.
15         [POSIX] (siginfo_t): Do not expect type or elements.
16         [POSIX] (pid_t): Do not expect type.
17         [POSIX] (signal.h): Do not allow header.
18         [POSIX] (sys/resource.h): Likewise.
19         [POSIX] (si_*): Do not allow pattern.
20         [POSIX] (W*): Likewise.
21         [POSIX] (P_*): Likewise.
22         [POSIX] (BUS_*): Likewise.
23         [POSIX] (CLD_*): Likewise.
24         [POSIX] (FPE_*): Likewise.
25         [POSIX] (ILL_*): Likewise.
26         [POSIX] (POLL_*): Likewise.
27         [POSIX] (SEGV_*): Likewise.
28         [POSIX] (SI_*): Likewise.
29         [POSIX] (TRAP_*): Likewise.
30         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
31         variable.
32
33 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
34
35         [BZ #12926]
36         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
37         infinite loop when __recvmsg returns 0.
38
39 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
40
41         * CANCEL-FCT-WAIVE: Remove file.
42         * CANCEL-FILE-WAIVE: Likewise.
43
44         [BZ #14132]
45         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
46         instead of INTVARDEF.
47         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
48         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
49         rtld_hidden_data_def instead of INTVARDEF.
50         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
51         * elf/dl-deps.c (expand_dst): Likewise.
52         * elf/dl-load.c (_dl_dst_count): Likewise.
53         (_dl_dst_substitute): Likewise.
54         (decompose_rpath): Likewise.
55         (_dl_init_paths): Likewise.
56         (open_path): Likewise.
57         (_dl_map_object): Likewise.
58         * elf/rtld.c (dl_main): Likewise.
59         (process_dl_audit): Likewise.
60         (process_envvars): Likewise.
61         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
62         Remove declaration.
63         (__libc_enable_secure): Use rtld_hidden_proto.
64
65 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
66
67         * elf/dl-load.c
68         (add_path): New function broken out of _dl_rtld_di_serinfo.
69         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
70
71 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
72
73         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
74         parentheses around macro arguments.
75         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
76         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
77         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
78         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
79         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
80         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
81         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
82         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
83         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
84         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
85         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
86         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
87         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
88         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
89         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
90         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
91         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
92         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
93         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
94         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
95         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
96         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
97         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
98         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
99         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
100         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
101         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
102         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
103         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
104         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
105         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
106         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
107         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
108         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
109         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
110         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
111         Likewise.
112         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
113         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
114         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
115         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
116         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
117         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
118         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
119         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
120         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
121         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
122         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
123         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
124         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
125         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
126         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
127         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
128         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
129         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
130         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
131         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
132         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
133         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
134         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
135         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
136         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
137         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
138         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
139         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
140         (_FP_FRAC_SRS_1): Likewise.
141         (_FP_FRAC_CLZ_1): Likewise.
142         (_FP_MUL_MEAT_1_imm): Likewise.
143         (_FP_MUL_MEAT_1_wide): Likewise.
144         (_FP_MUL_MEAT_1_hard): Likewise.
145         (_FP_SQRT_MEAT_1): Likewise.
146         (_FP_FRAC_ASSEMBLE_1): Likewise.
147         (_FP_FRAC_DISASSEMBLE_1): Likewise.
148         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
149         (__FP_CLZ_2): Likewise.
150         (_FP_MUL_MEAT_2_wide): Likewise.
151         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
152         (_FP_MUL_MEAT_2_gmp): Likewise.
153         (_FP_MUL_MEAT_2_120_240_double): Likewise.
154         (_FP_SQRT_MEAT_2): Likewise.
155         (_FP_FRAC_ASSEMBLE_2): Likewise.
156         (_FP_FRAC_DISASSEMBLE_2): Likewise.
157         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
158         (_FP_FRAC_CLZ_4): Likewise.
159         (_FP_MUL_MEAT_4_wide): Likewise.
160         (_FP_MUL_MEAT_4_gmp): Likewise.
161         (_FP_SQRT_MEAT_4): Likewise.
162         (_FP_FRAC_ASSEMBLE_4): Likewise.
163         (_FP_FRAC_DISASSEMBLE_4): Likewise.
164         * soft-fp/op-common.h (_FP_CMP): Likewise.
165         (_FP_CMP_EQ): Likewise.
166         (_FP_CMP_UNORD): Likewise.
167         (_FP_TO_INT): Likewise.
168         (_FP_FROM_INT): Likewise.
169         [!__FP_CLZ] (__FP_CLZ): Likewise.
170         (_FP_DIV_HELP_imm): Likewise.
171         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
172         Likewise.
173         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
174         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
175         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
176         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
177         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
178         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
179         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
180         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
181         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
182         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
183         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
184         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
185         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
186         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
187         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
188         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
189         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
190         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
191         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
192         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
193         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
194         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
195         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
196         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
197         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
198         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
199         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
200         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
201         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
202         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
203         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
204         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
205         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
206         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
207         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
208         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
209         (FP_UNPACK_RAW_SP): Likewise.
210         (FP_PACK_RAW_S): Likewise.
211         (FP_PACK_RAW_SP): Likewise.
212         (FP_UNPACK_S): Likewise.
213         (FP_UNPACK_SP): Likewise.
214         (FP_UNPACK_SEMIRAW_S): Likewise.
215         (FP_UNPACK_SEMIRAW_SP): Likewise.
216         (FP_PACK_S): Likewise.
217         (FP_PACK_SP): Likewise.
218         (FP_PACK_SEMIRAW_S): Likewise.
219         (FP_PACK_SEMIRAW_SP): Likewise.
220         (_FP_SQRT_MEAT_S): Likewise.
221         (FP_CMP_S): Likewise.
222         (FP_CMP_EQ_S): Likewise.
223         (FP_CMP_UNORD_S): Likewise.
224         (FP_TO_INT_S): Likewise.
225         (FP_FROM_INT_S): Likewise.
226
227         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
228
229         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
230         (FP_EX_INVALID_IMZ): Likewise.
231         (FP_EX_INVALID_IMZ_FMA): Likewise.
232         (FP_EX_INVALID_ISI): Likewise.
233         (FP_EX_INVALID_ZDZ): Likewise.
234         (FP_EX_INVALID_IDI): Likewise.
235         (FP_EX_INVALID_SQRT): Likewise.
236         (FP_EX_INVALID_CVI): Likewise.
237         (FP_EX_INVALID_VC): Likewise.
238         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
239         "invalid" exceptions.
240         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
241         (_FP_ADD_INTERNAL): Likewise.
242         (_FP_MUL): Likewise.
243         (_FP_FMA): Likewise.
244         (_FP_DIV): Likewise.
245         (_FP_CMP_CHECK_NAN): Likewise.
246         (_FP_SQRT): Likewise.
247         (_FP_TO_INT): Likewise.
248         (FP_EXTEND): Likewise.
249
250 2014-10-09  Allan McRae  <allan@archlinux.org>
251
252         * po/fr.po: Update French translation from translation project.
253
254 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
255
256         [BZ #14132]
257         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
258         of INTDEF.
259         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
260         (__cxa_atexit): Use libc_hidden_proto.
261         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
262
263         [BZ #14132]
264         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
265         declaration.
266         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
267         [!_ISOMAC] (__iswspace_l_internal): Likewise.
268         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
269         [!_ISOMAC] (__iswctype_internal): Likewise.
270         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
271         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
272         alias.
273         (fcntl): Remove __fcntl_internal alias.
274         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
275         __connect_internal alias.
276         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
277         Likewise.
278
279         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
280         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
281         FP_DENORM_ZERO.
282         (_FP_CHECK_FLUSH_ZERO): New macro.
283         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
284         (_FP_CMP): Likewise.
285         (_FP_CMP_EQ): Likewise.
286         (_FP_TO_INT): Do not set inexact for subnormal arguments if
287         FP_DENORM_ZERO.
288         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
289         (FP_TRUNC): Likewise.
290
291         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
292         treated as invalid conversion, not as normal exponent.
293
294         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
295         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
296         (_FP_CMP_EQ): Likewise.
297         (_FP_CMP_UNORD): Likewise.
298         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
299         (FP_CMP_EQ_D): Likewise.
300         (FP_CMP_UNORD_D): Likewise.
301         * soft-fp/extended.h (FP_CMP_E): Likewise.
302         (FP_CMP_EQ_E): Likewise.
303         (FP_CMP_UNORD_E): Likewise.
304         * soft-fp/quad.h (FP_CMP_Q): Likewise.
305         (FP_CMP_EQ_Q): Likewise.
306         (FP_CMP_UNORD_Q): Likewise.
307         * soft-fp/single.h (FP_CMP_S): Likewise.
308         (FP_CMP_EQ_S): Likewise.
309         (FP_CMP_UNORD_S): Likewise.
310         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
311         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
312         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
313         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
314         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
315         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
316         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
317         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
318         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
319         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
320         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
321         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
322         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
323         to FP_CMP_Q.
324         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
325         FP_CMP_Q.
326         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
327         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
328         FP_CMP_EQ_Q.
329         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
330         FP_CMP_Q.
331         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
332         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
333         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
334         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
335         FP_CMP_EQ_Q.
336         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
337         FP_CMP_Q.
338         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
339         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
340         FP_CMP_EQ_Q.
341         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
342         FP_CMP_Q.
343         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
344         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
345         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
346         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
347         FP_CMP_EQ_Q.
348
349         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
350         a subnormal result, set the underflow exception if trapping on
351         underflow is enabled.
352         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
353         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
354         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
355         redefine to 0.
356         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
357         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
358         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
359         * soft-fp/extendxftf2.c (__extendxftf2): Use
360         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
361
362         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
363         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
364         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
365         FP_HANDLE_EXCEPTIONS.
366         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
367         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
368         FP_HANDLE_EXCEPTIONS.
369         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
370         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
371         FP_HANDLE_EXCEPTIONS.
372         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
373         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
374         FP_HANDLE_EXCEPTIONS.
375
376 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
377
378         [BZ #14132]
379         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
380         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
381         use INTUSE.
382         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
383         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
384         Remove alias.
385         (__adjtimex): Define using libc_hidden_ver.
386         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
387         Remove declaration.
388         (ntp_gettime): Call __adjtimex directly.
389         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
390         Remove declaration.
391         (ntp_gettimex): Call __adjtimex directly.
392         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
393         __adjtimex_internal alias.
394
395 2014-10-08  Roland McGrath  <roland@hack.frob.com>
396
397         [BZ #17460]
398         * nscd/nscd.c (more_help): Rewrite list of tables collection
399         using xstrdup and asprintf.
400
401         * nscd/nscd_conf.c: Remove local xstrdup declaration.
402
403 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
404             Roland McGrath  <roland@hack.frob.com>
405
406         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
407         (do_lookup_unique): ... local function 'enter' here; update callers.
408
409 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
410
411         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
412         compat_symbol calls on [SHARED].
413         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
414         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
415         Remove.
416         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
417         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
418         (oldsetrlimit): Remove.
419         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
421         (lchown): New syscall entry.
422         (oldsetrlimit): Remove.
423         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
424         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
425         (oldsetrlimit): Remove.
426         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
427
428         [BZ #14138]
429         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
430         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
431         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
432         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
433         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
434         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
435         (fchown): Likewise.
436         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
437         (fchown): Likewise.
438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
439         Likewise.
440
441 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
442
443         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
444         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
445         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
446         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
447         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
448         Likewise.
449         (__old_sem_post): Likewise.
450
451 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
452
453         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
454         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
455         HAVE_CLOCK_GETTIME_VSYSCALL macros.
456         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
457         Use INLINE_VSYSCALL macro.
458         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
459         __vdso_clock_gettime.
460         * sysdeps/unix/sysv/linux/tile/init-first.c
461         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
462         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
463         __vdso_clock_gettime.
464
465         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
466         to set up frame more cleanly.
467
468         * sysdeps/tile/memcmp.c: New file.
469
470         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
471
472         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
473         * sysdeps/tile/tilegx/strcasestr.c: New file.
474         * sysdeps/tile/tilegx/strnlen.c: New file.
475         * sysdeps/tile/tilegx/strstr.c: New file.
476
477         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
478
479 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
480
481         * nptl/tst-setuid3.c: Write errors to stdout.
482
483 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
484
485         * elf/dl-deps.c
486         (preload): New functions broken out of _dl_map_object_deps.
487         (_dl_map_object_deps):  Remove a nested function. Update call sites.
488
489 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
490
491         [BZ #14138]
492         * sysdeps/unix/sysv/linux/execve.c: Remove file.
493         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
494
495 2014-10-01  Steve Ellcey  <sellcey@mips.com>
496
497         * sysdeps/mips/strcmp.S: New.
498
499 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
500
501         [BZ #14138]
502         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
503         (linkat): Likewise.
504         (mkdirat): Likewise.
505         (readlinkat): Likewise.
506         (renameat): Likewise.
507         (symlinkat): Likewise.
508         (unlinkat): Likewise.
509         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
510         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
511         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
512         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
513         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
514         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
515         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
516
517 2014-09-30  Will Newton  <will.newton@linaro.org>
518
519         * math/math.h: Define long double math functions if
520         _LIBC_TEST is defined.
521         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
522
523         * localedata/Makefile: Move assignment to tests-special
524         into an ifdef testing run-built-tests.
525         * timezone/Makefile: Likewise.
526
527 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
528
529         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
530         with $(BASH) not $(SHELL).
531
532 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
533             Matthew LeGendre  <legendre1@llnl.gov>
534
535         [BZ #17411]
536         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
537         l_reloc_result.
538
539 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
540
541         * stdio-common/printf_fp.c
542         (hack_digit): New function, broken out of ...
543         (__printf_fp): ... local function here.  Update call sites.
544         hack_digit now takes an additional parameter that is a pointer
545         to a struct of the referenced locals.  Those locals moved inside
546         the struct and references updated.
547
548 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
549
550         * aclocal.m4: Require autoconf 2.69.
551         * configure: Regenerated.
552         * sysdeps/aarch64/configure: Likewise.
553         * sysdeps/alpha/configure: Likewise.
554         * sysdeps/arm/armv7/configure: Likewise.
555         * sysdeps/arm/configure: Likewise.
556         * sysdeps/ia64/configure: Likewise.
557         * sysdeps/mach/configure: Likewise.
558         * sysdeps/mips/configure: Likewise.
559         * sysdeps/s390/configure: Likewise.
560         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
562
563         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
564         file.
565         * sysdeps/ia64/configure.ac: Likewise.
566
567 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
568
569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
570         specify symbol version for ld.so.  Do not include entry for
571         libpthread.
572         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
573         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
574         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
575
576         [BZ #14171]
577         * Makeconfig [$(build-shared) = yes]
578         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
579         makefiles.
580         [$(build-shared) = yes && $(soversions.mk-done) = t]
581         ($(common-objpfx)gnu/lib-names.h): Remove rule.
582         [$(build-shared) = yes && $(soversions.mk-done) = t]
583         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
584         to Makerules.
585         [$(build-shared) = yes && $(soversions.mk-done) = t]
586         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
587         here.
588         [$(build-shared) = yes && $(soversions.mk-done) = t]
589         (common-generated): Don't append gnu/lib-names.h and
590         gnu/lib-names.stmp here.
591         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
592         (lib-names-h-abi): New variable.
593         [$(build-shared) = yes && $(soversions.mk-done) = t]
594         (lib-names-stmp-abi): Likewise.
595         [$(build-shared) = yes && $(soversions.mk-done) = t &&
596         abi-variants] (before-compile): Append
597         $(common-objpfx)$(lib-names-h-abi).
598         [$(build-shared) = yes && $(soversions.mk-done) = t &&
599         abi-variants] (common-generated): Append gnu/lib-names.h.
600         [$(build-shared) = yes && $(soversions.mk-done) = t &&
601         abi-variants] (install-others-nosubdir): Depend on
602         $(inst_includedir)/$(lib-names-h-abi).
603         [$(build-shared) = yes && $(soversions.mk-done) = t &&
604         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
605         [$(build-shared) = yes && $(soversions.mk-done) = t]
606         ($(common-objpfx)$(lib-names-h-abi)): New rule.
607         [$(build-shared) = yes && $(soversions.mk-done) = t]
608         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
609         [$(build-shared) = yes && $(soversions.mk-done) = t]
610         (common-generated): Append $(lib-names-h-abi) and
611         $(lib-names-stmp-abi).
612         * scripts/lib-names.awk: Do not handle multi being set.
613         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
614         Remove variable.
615         (abi-lp64_be-ld-soname): Likewise.
616         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
617         Likewise.
618         (abi-hard-ld-soname): Likewise.
619         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
620         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
621         Remove variable.
622         (abi-o32_hard-ld-soname): Likewise.
623         (abi-o32_soft_2008-ld-soname): Likewise.
624         (abi-o32_hard_2008-ld-soname): Likewise.
625         (abi-n32_soft-ld-soname): Likewise.
626         (abi-n32_hard-ld-soname): Likewise.
627         (abi-n32_soft_2008-ld-soname): Likewise.
628         (abi-n32_hard_2008-ld-soname): Likewise.
629         (abi-n64_soft-ld-soname): Likewise.
630         (abi-n64_hard-ld-soname): Likewise.
631         (abi-n64_soft_2008-ld-soname): Likewise.
632         (abi-n64_hard_2008-ld-soname): Likewise.
633         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
634         Likewise.
635         (abi-64-v2-ld-soname): Likewise.
636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
637         ld.so entries.
638         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
639         variable.
640         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
641         entry.
642         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
643         variable.
644         (abi-64-ld-soname): Likewise.
645         (abi-x32-ld-soname): Likewise.
646         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
647         entry.
648         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
649
650 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
651
652         [BZ #14138]
653         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
654         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
655         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
656         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
657         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
658         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
659         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
660         syscall entry for GLIBC_2.2 symbol version.
661         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
662         Likewise.
663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
664         (setrlimit): Likewise.
665         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
666         Likewise.
667
668 2014-09-23  Will Newton  <will.newton@linaro.org>
669
670         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
671         _LINUX_ARM_SYSDEP_H include guard too.
672         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
673         define.
674
675 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
676
677         * sysdeps/unix/sysv/linux/eventfd.c:
678         Make first argument unsigned.
679         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
680         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
681
682 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
683
684         * socket/recvmmsg.c (recvmmsg): Drop const argument.
685         * socket/sys/socket.h: Likewise
686         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
687
688 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
689
690         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
691
692 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
693
694         * time/tst-ftime.c: New test.
695         * time/Makefile (tests): Add tst-ftime.
696
697 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
698
699         * soft-fp/extended.h: Fix comment formatting.
700         * soft-fp/op-1.h: Likewise.
701         * soft-fp/op-2.h: Likewise.
702         * soft-fp/op-4.h: Likewise.
703         * soft-fp/op-8.h: Likewise.
704         * soft-fp/op-common.h: Likewise.
705         * soft-fp/soft-fp.h: Likewise.
706
707         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
708
709 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
710
711         [BZ #6652]
712         * Makeconfig (soversions-default-setname): Remove variable.
713         ($(common-objpfx)soversions.i): Don't pass default_setname to
714         soversions.awk.
715         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
716         oldest_abi to abi-versions.awk.
717         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
718         * config.make.in (oldest-abi): Remove variable.
719         * configure.ac (--enable-oldest-abi): Remove configure option.
720         * configure: Regenerated.
721         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
722         text.
723         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
724         * scripts/soversions.awk: Do not handle default_setname variable.
725         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
726         variable.
727         * sysdeps/mach/hurd/configure: Regenerated.
728         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
729         variable.
730         * sysdeps/unix/sysv/linux/configure: Regenerated.
731
732 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
733
734         * elf/Makefile (CFLAGS-interp.c): Remove.
735         ($(elf-objpfx)runtime-linker.h): Generate header with linker
736         path string.
737         * elf/interp.c: Include generated runtime-linker.h
738
739         * Makerules (lib%.so): Don't include $(+interp) in
740         prerequisites.
741         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
742         * dlfcn/eval.c: Remove file.
743
744         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
745         macros.
746
747         [BZ #17266]
748         * misc/sys/cdefs.h: Define __extern_always_inline for clang
749         4.2 and newer.
750
751         [BZ #17370]
752         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
753
754 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
755             Jakub Jelinek  <jakub@redhat.com>
756
757         [BZ #17266]
758         * libio/stdio.h: Check definition of __fortify_function
759         instead of __extern_always_inline to include bits/stdio2.h.
760         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
761         check if __extern_always_inline is defined.
762         [__USE_MISC || __USE_XOPEN]: Likewise.
763         [__USE_ISOC99] Likewise.
764         * misc/sys/cdefs.h (__fortify_function): Define only if
765         __extern_always_inline is defined.
766         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
767         __extern_always_inline and __extern_inline only for g++-4.3
768         and newer or a compatible gcc.
769
770 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
771
772         [BZ #17371]
773         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
774         last change to handle zero prefix length.
775
776 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
777
778         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
779         _SC_REGEX_VERSION.
780
781         * posix/getconf.c (vars): Add _POSIX_IPV6 and
782         _POSIX_RAW_SOCKETS.
783
784 2014-09-13  Allan McRae  <allan@archlinux.org>
785
786         * po/ru.po: Update Russian translation from translation project.
787
788 2014-09-12  Roland McGrath  <roland@hack.frob.com>
789
790         * locale/programs/locale.c (show_locale_vars): Inline local function
791         into its sole call site.  Clean up some style nits.
792         (print_item): New function, broken out of ...
793         (show_info): ... local function here.  Clean up style nits.
794
795         * locale/programs/ld-ctype.c (set_one_default): New function, broken
796         out of ...
797         (set_class_defaults): ... local function set_default here.
798         Define set_default as a macro locally to pass constant parameters.
799         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
800         rather than a shared local.
801
802         * stdlib/rpmatch.c (try): New function, broken out of ...
803         (rpmatch): ... local function here.  Also, prototypify definition.
804
805 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
806
807         * scripts/soversions.awk: Do not handle configuration names.
808         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
809         vendor and os variables to soversions.awk.
810         * configure.ac: Do not modify gnu-* host_os.
811         * configure: Regenerated
812         * shlib-versions: Remove first column with configuration names.
813         * nptl/shlib-versions: Likewise.
814         * nptl_db/shlib-versions: Likewise.
815         * sysdeps/hppa/shlib-versions: Likewise.
816         * sysdeps/m68k/shlib-versions: Likewise.
817         * sysdeps/mach/hurd/shlib-versions: Likewise.
818         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
819         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
820         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
821         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
822         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
823         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
824         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
825         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
827         Likewise.
828         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
829         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
830         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
831         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
832         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
833         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
834         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
835         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
836
837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
838         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
840         Regenerated.
841         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
843         Condition symbol version definitions on [HAVE_ELFV2_ABI].
844
845         * shlib-versions: Remove OS-specific entries.  Moved to files in
846         sysdeps.
847         * sysdeps/mach/hurd/shlib-versions: New file.
848         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
849
850         * nptl/shlib-versions: Remove architecture-specific entries.
851         Moved to files in sysdeps.
852         * shlib-versions: Likewise.
853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
854         file.
855         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
856         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
857         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
858         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
859
860         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
861         (UDP_NO_CHECK6_RX): Likewise.
862
863 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
864
865         * sysdeps/posix/sysconf.c (__sysconf): Spell
866         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
867
868 2014-08-12  Florian Weimer  <fweimer@redhat.com>
869
870         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
871         loading.
872         * iconv/Versions (__gconv_transliterate): Export for use from
873         gconv modules.
874         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
875         (struct __gconv_trans_data, __gconv_trans_fct,
876         __gconv_trans_context_fct, __gconv_trans_query_fct,
877         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
878         definitions.
879         (struct __gconv_step_data): Remove __trans member.
880         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
881         longer hidden.  Remove unused trans_data argument.
882         * iconv/gconv_int.h (struct trans_struct): Remove definition.
883         (__gconv_translit_find): Remove declaration.
884         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
885         prototype.
886         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
887         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
888         trans_data argument.  Add hidden definition.
889         (__gconv_translit_find): Remove.
890         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
891         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
892         * iconv/skeleton.c: Remove transliteration initialization.
893         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
894         __gconv_step_data initialization.
895         * libio/iofwide.c (__libio_translit_): Remove.
896         (_IO_fwide): Adjust struct __gconv_step_data initialization.
897         * wcsmbs/btowc.c (__btowc): Likewise.
898         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
899         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
900         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
901         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
902         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
903         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
904         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
905         * wcsmbs/wctob.c (wctob): Likewise.
906
907 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
908
909         [BZ #16194]
910         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
911         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
912         register usage.
913         * sysdeps/x86/Makefile: Adjust.
914
915 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
916             Roland McGrath  <roland@hack.frob.com>
917
918         * locale/weight.h: Add include guard.
919         (findidx): Make static rather than auto; take new parameters
920         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
921         * locale/weightwc.h: Likewise.
922         * posix/fnmatch_loop.c
923         (FCT): Change type of EXTRA from int32_t to wint_t.
924         Don't include either header inside the function.
925         Call FINDIDX rather than findidx, and pass new arguments.
926         #undef FINDIDX at the end of the file.
927         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
928         FINDIDX before including fnmatch_loop.c for the non-wide version.
929         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
930         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
931         for the wide version.
932         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
933         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
934         Pass new arguments to findidx.
935         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
936         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
937         Don't #include it inside the function.  Pass new arguments to findidx.
938         * posix/regex_internal.h
939         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
940         (re_string_elem_size_at): Don't #include it inside the function.
941         Pass new arguments to findidx.
942         * string/strcoll_l.c: #include WEIGHT_H at top level.
943         (get_next_seq): Don't #include it inside the function.
944         Pass new arguments to findidx.
945         (get_next_seq_nocache): Likewise.
946         * string/strxfrm_l.c: #include WEIGHT_H at top level.
947         (STRXFRM): Don't #include it inside the function.
948         Pass new arguments to findidx.
949
950 2014-09-11  Florian Weimer  <fweimer@redhat.com>
951
952         [BZ #17344]
953         * malloc/malloc.c (unlink): Turn asserts into a call to
954         malloc_printerr.
955
956 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
957
958         [BZ #17370]
959         * libio/wfileops (do_ftell_wide): Free OUT.
960
961 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
962
963         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
964
965 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
966
967         [BZ #17363]
968         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
969         group if the current group is empty.
970
971 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
972
973         * benchtests/bench-memset.c (test_main): Add more test from size
974         from 32 to 512 bytes.
975         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
976         Add POWER8 memset object.
977         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
978         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
979         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
980         implementation.
981         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
982         Likewise.
983         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
984         multiarch POWER8 memset optimization.
985         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
986         POWER8 memset optimization.
987
988         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
989         Remove bzero multiarch objects.
990         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
991         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
992         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
993         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
994         Remove define.
995         [__bzero]: Redefine to specific name.
996         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
997         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
998         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
999         define.
1000         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1001         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1002
1003 2014-09-10  Florian Weimer  <fweimer@redhat.com>
1004
1005         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
1006         warnings into errors.
1007
1008         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
1009         __cxa_thread_atexit_impl prototype.
1010
1011 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1012
1013         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
1014         Fix capitalization of error message.
1015
1016 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1017
1018         * sysdeps/mips/preconfigure: Modify ABI tests.
1019
1020 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
1021
1022         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
1023
1024 2014-09-07  Roland McGrath  <roland@hack.frob.com>
1025             Carlos O'Donell  <carlos@systemhalted.org>
1026
1027         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
1028         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
1029         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
1030         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
1031         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
1032         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
1033         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
1034         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
1035         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
1036         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
1037         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
1038         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
1039         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
1040         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
1041         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
1042         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
1043         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
1044         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
1045         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
1046         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
1047         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
1048         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
1049         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
1050         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
1051         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
1052         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
1053         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
1054         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
1055         Deconditionalize the code that was previously under [RESET_PID].
1056         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
1057         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
1058         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
1059         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
1060         include sysdep.h.
1061
1062 2014-09-08  Allan McRae  <allan@archlinux.org>
1063
1064         * version.h (RELEASE): Set to "development".
1065         (VERSION): Set to "2.20.90"
1066
1067 2014-09-07  Allan McRae  <allan@archlinux.org
1068
1069         * version.h (RELEASE): Set to "stable".
1070         (VERSION): Set to "2.20"
1071         * include/features.h (__GLIBC_MINOR__): Set to 20.
1072
1073         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
1074         Liebler.
1075
1076         * po/ko.po: Update Korean translation from translation project.
1077
1078 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
1079
1080         [BZ #17354]
1081         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
1082         macro for handling signed relocations.
1083
1084 2014-09-03  Florian Weimer  <fweimer@redhat.com>
1085
1086         [BZ #17325]
1087         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
1088         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
1089         assert.
1090         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
1091         * iconvdata/ibm935.c (BODY): Likewise.
1092         * iconvdata/ibm937.c (BODY): Likewise.
1093         * iconvdata/ibm939.c (BODY): Likewise.
1094         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
1095         assert.
1096         * iconvdata/Makefile (iconv-test.out): Pass module list to test
1097         script.
1098         * iconvdata/run-iconv-test.sh: New test loop for checking for
1099         decoder crashers.
1100
1101 2014-09-02  Khem Raj  <raj.khem@gmail.com>
1102
1103         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
1104         libm_hidden_ver.
1105
1106 2014-09-01  Allan McRae  <allan@archlinux.org>
1107
1108         * po/eo.po: Update Esperanto translation from translation project.
1109
1110         * po/ca.po: Update Catalan translation from translation project.
1111
1112 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1113
1114         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
1115         __proc_dostop call.
1116
1117 2014-08-27  Mark Wielaard  <mjw@redhat.com>
1118
1119         [BZ #17319]
1120         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
1121         to call set_thread_area instead of hand written asm.
1122         (__NR_set_thread_area): Removed define.
1123         (TLS_FLAG_WRITABLE): Likewise.
1124         (__ASSUME_SET_THREAD_AREA): Remove check.
1125         (TLS_EBX_ARG): Remove define.
1126         (TLS_LOAD_EBX): Likewise.
1127
1128 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1129
1130         Simplify atomicity of socket creation in bind.
1131
1132         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
1133         looking up the name after linking the file.
1134
1135 2014-08-27  Allan McRae  <allan@archlinux.org>
1136
1137         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1138
1139 2014-08-26  Florian Weimer  <fweimer@redhat.com>
1140
1141         [BZ #17187]
1142         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
1143         trans_compare, open_translit, __gconv_translit_find):
1144         Remove module loading code.
1145
1146 2014-08-26  Allan McRae  <allan@archlinux.org>
1147
1148         * po/vi.po: Update Vietnamese translation from translation project.
1149
1150         * po/uk.po: Update Ukrainian translation from translation project.
1151
1152         * po/fr.po: Update French translation from translation project.
1153
1154         * po/ru.po: Update Russian translation from translation project.
1155
1156         * po/pl.po: Update Polish translation from translation project.
1157
1158         * po/cs.po: Update Czech translation from translation project.
1159
1160         * po/de.po: Update German translation from translation project.
1161
1162         * po/bg.po: Update Bulgarian translation from translation project.
1163
1164         * po/sv.po: Update Sweedish translation from translation project.
1165
1166         * po/nl.po: Update Dutch translation from translation project.
1167
1168         * po/es.po: Update Spanish translation from translation project.
1169
1170 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1171
1172         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
1173
1174         * catgets/Makefile (CPPFLAGS-gencat): Remove.
1175         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
1176         (CPPFLAGS-iconvconfig): Likewise.
1177         * timezone/Makefile (CPPFLAGS-zic): Likewise.
1178
1179         * include/libc-symbols.h: Remove unnecessary check for
1180         NOT_IN_libc.
1181         * nptl/pthreadP.h: Likewise.
1182         * sysdeps/aarch64/setjmp.S: Likewise.
1183         * sysdeps/alpha/setjmp.S: Likewise.
1184         * sysdeps/arm/sysdep.h: Likewise.
1185         * sysdeps/i386/setjmp.S: Likewise.
1186         * sysdeps/m68k/setjmp.c: Likewise.
1187         * sysdeps/posix/getcwd.c: Likewise.
1188         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1189         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1190         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1191         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1192         * sysdeps/sh/sh3/setjmp.S: Likewise.
1193         * sysdeps/sh/sh4/setjmp.S: Likewise.
1194         * sysdeps/unix/alpha/sysdep.h: Likewise.
1195         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1196         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1197         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1198         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1201         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1202         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1203         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1204         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1205         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1206         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1207         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1208         * sysdeps/x86_64/setjmp.S: Likewise.
1209
1210 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
1211
1212         [BZ #17263]
1213         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
1214         <stdint.h>.
1215         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
1216         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
1217
1218 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
1219
1220         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
1221
1222         [BZ #17262]
1223         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
1224         and __x86_64__ when disabling x87 inline functions.
1225
1226 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
1227
1228         [BZ #17259]
1229         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
1230         asm statement with __cpuid_count.
1231
1232 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
1233
1234         * configure.ac: Change __ehdr_start code to dereference the struct.
1235         Run readelf on the output to look for relocations.
1236         * configure: Regenerated.
1237
1238 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
1239
1240         [BZ #17261]
1241         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
1242         value to 0.
1243         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
1244
1245 2014-08-12  Roland McGrath  <roland@hack.frob.com>
1246
1247         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
1248
1249 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
1250
1251         [BZ #16892]
1252         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
1253         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
1254
1255 2014-08-12  Sean Anderson  <seanga2@gmail.com>
1256
1257         * malloc/malloc.c: Fix typo in comment.
1258
1259 2014-08-09  Allan McRae  <allan@archlinux.org>
1260
1261         * Regenerate libc.po.
1262
1263 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
1264
1265         * intl/tst-gettext2.sh: Check every lang file for creation.
1266
1267 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1268
1269         * sysdeps/aarch64/fpu/math_private.h
1270         (libc_feholdsetround_noex_aarch64_ctx): New function.
1271
1272 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1273
1274         * sysdeps/arm/armv6/strcpy.S (strcpy):
1275         Fix performance issue in misaligned cases.
1276
1277 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1278
1279         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
1280         Move definition from termios.h.
1281         (struct termio): Likewise.
1282         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1283         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1284         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1285         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1286         Likewise.
1287         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
1288         Move definition to ioctl-types.h
1289         (struct termio): Likewise.
1290         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1291         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1292         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1293         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1294         Likewise.
1295
1296 2014-08-05  Richard Henderson  <rth@redhat.com>
1297
1298         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
1299         exceptions.
1300         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
1301         Add fraiseexcpt.
1302         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
1303         Use __feraiseexcept.
1304         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
1305         Protect libm symbols with IS_IN_libm.
1306
1307         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
1308
1309 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
1310
1311         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
1312
1313 2014-08-04  Will Newton  <will.newton@linaro.org>
1314
1315         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
1316         file.
1317
1318 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
1319
1320         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
1321         variants for each function.
1322
1323 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1324
1325         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
1326         appended ...
1327         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
1328         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
1329         appended ...
1330         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
1331         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
1332         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
1333         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
1334         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
1335         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
1336         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
1337         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
1338         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
1339         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
1340         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
1341         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
1342         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
1343         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
1344         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
1345         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
1346         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
1347         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
1348         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
1349         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
1350         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
1351         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
1352         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
1353         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
1354         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
1355         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
1356         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
1357         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
1358         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
1359         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
1360         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
1361         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
1362         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
1363         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
1364         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
1365         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
1366         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
1367         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
1368         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
1369         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
1370         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
1371         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
1372         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
1373         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
1374         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
1375         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
1376         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
1377         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
1378         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
1379         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
1380         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
1381         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
1382         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
1383         Update #include.
1384         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
1385         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
1386
1387 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1388
1389         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
1390         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
1391         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
1392         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
1393         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
1394         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
1395
1396 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1397
1398         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
1399         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
1400         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1401         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
1402
1403 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1404
1405         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
1406         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
1407         (__libc_vfork): Define function under this name.
1408         (__vfork): Define as an alias.
1409         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
1410         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
1411
1412 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1413
1414         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
1415         that was previously under [RESET_PID].
1416         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
1417
1418 2014-08-04  Andreas Schwab  <schwab@suse.de>
1419
1420         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
1421
1422 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
1423
1424         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
1425         (main): Likewise.
1426
1427 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1428
1429         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
1430
1431 2014-08-01  Richard Henderon  <rth@redhat.com>
1432
1433         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
1434         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
1435         typo in exact zero test.
1436         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
1437         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1438         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
1439
1440 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1441
1442         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
1443         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
1444         * sysdeps/arm/sysdep.h: ... here.
1445         [!__ASSEMBLER__]: Include <stdint.h>.
1446
1447 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1448
1449         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
1450         (HAVE_WCTYPE_H): Likewise.
1451         (HAVE_ISWCTYPE): Likewise.
1452         (ENABLE_NLS): Likewise.
1453         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
1454         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
1455
1456         * posix/regex_internal.c: Check if DEBUG is defined and is
1457         set.
1458
1459         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
1460         (HAVE_MBSRTOWCS): Likewise.
1461         * posix/fnmatch.c: Include string.h unconditionally.
1462
1463 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1464
1465         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
1466         reversal.
1467
1468 2014-07-31  Roland McGrath  <roland@hack.frob.com>
1469
1470         * sysdeps/generic/safe-fatal.h: New file.
1471         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
1472         * nptl/forward.c: Include it.
1473         (__pthread_unwind): Use __safe_fatal as default action, rather
1474         than a bogus use of INTERNAL_SYSCALL that could never work.
1475
1476         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
1477         * configure.ac (libc_cv_builtin_trap): New test.
1478         * configure: Regenerated.
1479         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
1480         (ABORT_INSTRUCTION): Define using __builtin_trap.
1481
1482         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
1483         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
1484         * sysdeps/nptl/nptl-signals.h: New file.
1485         * nptl/pthreadP.h: Include <nptl-signals.h>.
1486
1487 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1488
1489         * sysdeps/s390/s390-64/utf16-utf32-z9.c
1490         (ONE_DIRECTION): Define.
1491         * sysdeps/s390/s390-64/utf8-utf16-z9.c
1492         (ONE_DIRECTION): Define.
1493         * sysdeps/s390/s390-64/utf8-utf32-z9.c
1494         (ONE_DIRECTION): Define.
1495
1496 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1497
1498         * sysdeps/s390/Makefile: Delete file.
1499         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
1500         * sysdeps/s390/__longjmp.c: Delete file.
1501         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
1502         Remove fields __flags and __reserved.
1503         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
1504         and add versioning.
1505         * sysdeps/s390/rtld-__longjmp.c: Delete file.
1506         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
1507         * sysdeps/s390/rtld-setjmp.S: Likewise.
1508         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
1509         * sysdeps/s390/s390-32/__longjmp.c: ... here.
1510         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
1511         * sysdeps/s390/s390-32/setjmp.S: ... here.
1512         Add versioning.
1513         (__sigsetjmp): Remove setting __flags field.
1514         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
1515         * sysdeps/s390/s390-64/__longjmp.c: ... here.
1516         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
1517         * sysdeps/s390/s390-64/setjmp.S: ... here.
1518         Add versioning.
1519         (__sigsetjmp): Remove setting __flags field.
1520         * sysdeps/s390/setjmp.S: Delete file.
1521         * sysdeps/s390/sigjmp.c: Likewise.
1522         * sysdeps/s390/v1-longjmp.c: Likewise.
1523         * sysdeps/s390/v1-setjmp.h: Likewise.
1524         * sysdeps/s390/v1-sigjmp.c: Likewise.
1525         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
1526         Remove v1-longjmp_chk.
1527         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
1528         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
1529         Include debug/longjmp_chk.c and add versioning.
1530         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
1531         Include nptl/pt-longjmp.c and add versioning.
1532         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
1533         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
1534         Include __longjmp.c.
1535         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
1536         Move to ...
1537         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
1538         (__getcontext): Remove setting __flags field.
1539         Add versioning.
1540         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
1541         Don't restore upper high grps.
1542         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
1543         Likewise.
1544         (__swapcontext): Remove setting uc_flags field.
1545         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
1546         Delete file.
1547         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
1548         Include __longjmp.c.
1549         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
1550         Move to ...
1551         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
1552         (__getcontext): Remove setting __flags field.
1553         Add versioning.
1554         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
1555         (__swapcontext): Remove setting uc_flags field.
1556         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
1557         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
1558         Remove fields uc_high_gprs and __reserved.
1559         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
1560         New file with reverted content.
1561         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
1562         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
1563         Regenerated.
1564         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
1565         Regenerated.
1566
1567 2014-07-31  Andreas Schwab  <schwab@suse.de>
1568
1569         * config.h.in (HAVE_IFUNC): Define to 0.
1570         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
1571         definedness.
1572
1573 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
1574
1575         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1576         memmove-avx-unaligned, memcpy-avx-unaligned and
1577         mempcpy-avx-unaligned.
1578         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1579         Add tests for AVX memcpy functions.
1580         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
1581         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
1582         memcpy_chk.
1583         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
1584         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
1585         memmove_chk.
1586         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
1587         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
1588         mempcpy_chk.
1589         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
1590         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
1591         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
1592
1593 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1594
1595         [BZ #17213]
1596         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
1597         powerpc64le.
1598
1599 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
1600
1601         [BZ #16839]
1602         * manual/llio.texi: Add section about open file description locks.
1603         * manual/examples/ofdlocks.c: Example of open file description
1604         lock usage.
1605         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
1606         F_OFD_SETLK, and F_OFD_SETLKW.
1607
1608 2014-07-23  Allan McRae  <allan@archlinux.org>
1609
1610         * po/es.po: Update Spanish translation from translation project.
1611
1612 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
1613
1614         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
1615
1616 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
1617
1618         [BZ #17078]
1619         * sysdeps/arm/dl-machine.h (elf_machine_rela)
1620         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
1621         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
1622
1623 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
1624
1625         [BZ #17088]
1626         * math/fesetenv.c (__fesetenv)
1627         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
1628         * math/feupdateenv.c (__feupdateenv)
1629         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
1630
1631         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
1632         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
1633         (__ASSUME_SOCKETCALL): Do not define.
1634
1635         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
1636         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
1637         (__ASSUME_SOCKETCALL): Do not define.
1638         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
1639         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1640         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1641         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1642         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1643         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
1644         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1645         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1646
1647         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
1648         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
1649         (__ASSUME_SOCKETCALL): Do not define.
1650         (__ASSUME_IPC64): Define unconditionally.
1651         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1652         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1653         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1654         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1655         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
1656         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1657         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
1658         Likewise.
1659
1660         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
1661         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
1662         (__ASSUME_SOCKETCALL): Do not define.
1663         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
1664         (__ASSUME_FUTEX_LOCK_PI): Likewise.
1665         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1666         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
1667         (__ASSUME_REQUEUE_PI): Define unconditionally.
1668         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
1669         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
1670         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1671         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
1672         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1673         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1674
1675         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
1676         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
1677         (__ASSUME_SOCKETCALL): Do not define.
1678         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
1679         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1680         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1681         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
1682         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1683         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1684
1685         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
1686         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
1687         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1688         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
1689         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1690         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
1691         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1692         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
1693         (__ASSUME_GETCPU_SYSCALL): Likewise.
1694
1695         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
1696         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
1697         cases for individual architectures.
1698         * sysdeps/gnu/configure: Regenerated.
1699         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
1700         LIBC_SLIBDIR_RTLDDIR.
1701         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
1702         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
1703         LIBC_SLIBDIR_RTLDDIR.
1704         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
1706         LIBC_SLIBDIR_RTLDDIR.
1707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1708         Regenerated.
1709         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
1710         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
1711         file.
1712         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
1713         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
1714         file.
1715         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
1716         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
1717         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
1718         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
1719
1720         * sysdeps/aarch64/shlib-versions: Move to ...
1721         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
1722         * sysdeps/alpha/shlib-versions: Move to ...
1723         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
1724         * sysdeps/arm/shlib-versions: Move to ...
1725         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
1726         * sysdeps/hppa/shlib-versions: Move all contents except for
1727         libgcc_s entry to ...
1728         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
1729         entry from ...
1730         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
1731         * sysdeps/ia64/shlib-versions: Move to ...
1732         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
1733         entry from ...
1734         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
1735         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
1736         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
1737         * sysdeps/microblaze/shlib-versions: Move to ...
1738         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
1739         * sysdeps/mips/shlib-versions: Move to ...
1740         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
1741         entry from ...
1742         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
1743         * sysdeps/tile/shlib-versions: Move to ...
1744         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
1745         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
1746         from ...
1747         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
1748         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1749         entry from ...
1750         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
1751
1752 2014-07-17  Will Newton  <will.newton@linaro.org>
1753
1754         * sysdeps/arm/bits/atomic.h
1755         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1756         (__arch_compare_and_exchange_bool_16_int): Likewise.
1757         (__arch_compare_and_exchange_bool_64_int): Likewise.
1758
1759         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1760         into an #else block.
1761
1762 2014-07-16  Roland McGrath  <roland@hack.frob.com>
1763
1764         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1765         just Linux configurations.  Test empirically that the compiler sets
1766         __ARM_EABI__, rather than using the tuple to decide.
1767         * sysdeps/arm/preconfigure: Regenerated.
1768         * sysdeps/unix/sysv/linux/arm/configure: File removed.
1769         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1770         contents appended ...
1771         * sysdeps/arm/configure.ac: ... here.
1772         * sysdeps/arm/configure: Regenerated.
1773
1774 2014-07-15  Roland McGrath  <roland@hack.frob.com>
1775
1776         * nptl/pthread_kill.c: New file.
1777         * nptl/pthread_sigmask.c: New file.
1778         * nptl/pthread_sigqueue.c: New file.
1779
1780         * sysdeps/nptl/lowlevellock.h: New file.
1781         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1782         * sysdeps/nptl/lowlevellock-futex.h: New file.
1783
1784         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1785         Remove dead declarations.
1786
1787 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1788
1789         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1790         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1791         config-cflags-avx2.
1792         * sysdeps/x86_64/configure.ac: Likewise.
1793         * sysdeps/i386/configure: Regenerated.
1794         * sysdeps/x86_64/configure: Likewise.
1795         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1796         memset-avx2 only if config-cflags-avx2 is yes.
1797         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1798         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1799         defined.
1800         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1801         only if HAVE_AVX2_SUPPORT is defined.
1802         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1803
1804 2014-07-14  Alan Modra  <amodra@gmail.com>
1805
1806         [BZ #17153]
1807         * elf/elf.h (DT_PPC64_NUM): Correct value.
1808         * NEWS: Add to fixed bug list.
1809
1810 2014-07-13  Jim Meyering  <meyering@fb.com>
1811
1812         [BZ 17150]
1813         regex: don't deref NULL upon heap allocation failure
1814         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1815         failure in one more place.
1816         To trigger the segfault, configure grep -with-included-regex,
1817         build it, and run these commands:
1818         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1819
1820 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
1821
1822         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1823
1824 2014-07-11  Richard Henderson  <rth@redhat.com>
1825
1826         * sysdeps/aarch64/libm-test-ulps: Update.
1827
1828 2014-07-10  Florian Weimer  <fweimer@redhat.com>
1829
1830         [BZ #17135]
1831         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1832         * nptl/allocatestack.c (__nptl_setxid_error): New function.
1833         (__nptl_setxid): Initialize error member.  Call
1834         __nptl_setxid_error.
1835         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1836         * nptl/descr.h (struct xid_command): Add error member.
1837         * nptl/tst-setuid3.c: New file.
1838         * nptl/Makefile (tests): Add it.
1839
1840 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1841
1842         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1843         New define.
1844         (__lll_trylock): Use __lll_base_trylock.
1845         (__lll_cond_trylock): Likewise.
1846
1847 2014-07-10  Roland McGrath  <roland@hack.frob.com>
1848
1849         * nptl/pthread_create.c (start_thread): Use atomic_or and
1850         lll_futex_wake directly rather than lll_robust_dead.
1851         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1852         (lll_robust_dead): Macro removed.
1853         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
1854         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1855         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1856         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1857         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1858         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1859         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1860         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1861         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1862         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1863         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1864         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1865         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1866         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1867         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1868
1869         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1870         Use atomic_compare_and_exchange_val_acq directly rather than
1871         lll_robust_trylock.
1872         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1873         (__lll_robust_trylock, lll_robust_trylock): Removed.
1874         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1875         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1876         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1877         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1878         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1879         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1880         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1881         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1882         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1883         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1884         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1885         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1886         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1887         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1888
1889 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1890
1891         * manual/locale.texi (Locale Names): New section documenting
1892         locale name syntax.  Adjust menu and node chaining accordingly.
1893         (Choosing Locale): Reference Locale Names, Locale Categories.
1894         Mention setting LC_ALL=C.  Reflect that name syntax is now
1895         documented.
1896         (Locale Categories): New section title.  Reference Locale Names.
1897         LC_ALL is an environment variable, but not a category.
1898         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
1899         description, now in Locale Name.  Reference that section.  Locale
1900         name syntax is now documented.
1901
1902 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1903
1904         [BZ #17137]
1905         * locale/findlocale.c (name_present, valid_locale_name): New
1906         functions.
1907         (_nl_find_locale): Use the loc_name variable to store name
1908         candidates.  Call name_present and valid_locale_name to check and
1909         validate locale names.  Return an error if the locale is invalid.
1910
1911 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1912
1913         * locale/setlocale.c (setlocale): Use strdup for allocating
1914         composite name copy.
1915
1916 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1917
1918         Sync up with gnulib.
1919         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
1920         [!_LIBC && ENABLE_NLS]: Include gettext.h.
1921         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
1922         and _GL_ARG_NONNULL.
1923         [USE_UNLOCKED_IO]: Include unlocked-io.h.
1924         [!_LIBC]: Include code for Windows and Cygwin.
1925         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
1926         Include prototype for int strerror_r.
1927         [!_LIBC] (is_open): New function.
1928         (flush_stdout): New function.
1929         (print_errno_message): Use it.
1930         (error): Likewise.
1931         (error_at_line): Likewise.
1932         (error_tail) Add function attribute macros.  Use
1933         __builtin_expect.
1934
1935         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
1936
1937         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
1938
1939         * io/ftw.c: Include sys/param.h unconditionally.
1940
1941         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
1942
1943         [BZ #17125]
1944         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
1945         libc_freeres_ptr.
1946         (freecache): New function to free CACHE on exit.
1947
1948         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
1949         initialization.
1950
1951 2014-07-09  David S. Miller  <davem@davemloft.net>
1952
1953         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1954
1955         * sysdeps/sparc/nptl/internaltypes.h: Delete.
1956         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
1957         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
1958         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
1959         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
1960         * sysdeps/sparc/nptl/sem_init.c: Likewise.
1961         * sysdeps/sparc/nptl/sem_post.c: Likewise.
1962         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
1963         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
1964         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
1965         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
1966         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
1967         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
1968
1969 2014-07-09  Andreas Schwab  <schwab@suse.de>
1970
1971         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
1972         output.
1973         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
1974         (do_test): Likewise.
1975
1976         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1977
1978 2014-07-09  Will Newton  <will.newton@linaro.org>
1979
1980         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
1981         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
1982         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
1983         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
1984         * sysdeps/hppa/start.S (_start): Likewise.
1985
1986 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
1987
1988         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
1989
1990         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
1991         defined.
1992
1993 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1994
1995         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
1996         after checking that it is non-NULL.
1997
1998         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
1999
2000 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2001
2002         * sysdeps/powerpc/memmove.c: Remove file.
2003         * sysdeps/powerpc/powerpc32/power4/memcopy.h
2004         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
2005         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2006         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
2007         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
2008         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
2009         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
2010         string memmove instead of removed powerpc one.
2011
2012         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2013         [weak_alias]: Fix compiler warning due trailing data.
2014         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
2015         [weak_alias]: Likewise.
2016         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
2017         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
2018
2019         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2020         (__libc_ifunc_impl_list): Add memmove functions.
2021
2022 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2023
2024         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
2025         Remove code.
2026         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
2027         Likewise
2028         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
2029         Likewise
2030         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
2031         Likewise
2032         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
2033         Likewise
2034         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
2035         Likewise
2036         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
2037         Likewise
2038         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
2039         Likewise
2040         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
2041         Likewise
2042         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
2043         Likewise
2044         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
2045         Likewise
2046         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
2047         Likewise
2048         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
2049         Likewise
2050         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
2051         Likewise
2052         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
2053         Likewise
2054         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
2055         Likewise
2056         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
2057         Likewise
2058
2059 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2060
2061         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
2062         to avoid alignment traps in non-cacheable memory.
2063         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
2064
2065         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
2066         multiarch objects.
2067         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
2068         file: multiarch power7 memmove.
2069         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
2070         multiarch default memmove.
2071         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
2072         multiarch memove for powerpc32/power4.
2073
2074         * string/bcopy.c: Use full path to include memmove.c.
2075         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
2076         multiarch objects.
2077         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
2078         bcopy for powerpc64.
2079         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
2080         bcopy for powerpc64.
2081         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
2082         and memmove implementations.
2083         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
2084         optimized multiarch memmove for POWER7/powerpc64.
2085         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
2086         default multiarch memmove for powerpc64.
2087         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
2088         multiarch for powerpc64.
2089         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
2090         for POWER7/powerpc64.
2091         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
2092         memmove for POWER7/powerpc64.
2093
2094         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
2095         glibc default one.
2096
2097         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
2098         __ELF_NATIVE_CLASS equal to 64.
2099
2100 2014-07-07  Roland McGrath  <roland@hack.frob.com>
2101
2102         * sysdeps/nptl/lowlevellock.h: File removed.
2103
2104         * NEWS: NPTL is no longer an add-on!
2105         * nptl/internaltypes.h: Moved ...
2106         * sysdeps/nptl/internaltypes.h: ... here.
2107         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
2108         * sysdeps/nptl/fork.c: Likewise.
2109         * sysdeps/nptl/gai_misc.h: Likewise.
2110         * sysdeps/nptl/librt-cancellation.c: Likewise.
2111         * sysdeps/nptl/jmp-unwind.c: Likewise.
2112         * sysdeps/nptl/setxid.h: Likewise.
2113         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
2114         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
2115         * sysdeps/unix/sysv/linux/arm/Implies: New file.
2116         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
2117         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
2118         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
2119         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
2120         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
2121         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
2122         * sysdeps/unix/sysv/linux/mips/Implies: New file.
2123         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
2124         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
2125         * sysdeps/unix/sysv/linux/sh/Implies: New file.
2126         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
2127         * sysdeps/unix/sysv/linux/tile/Implies: New file.
2128         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
2129         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
2130         * nptl/Makeconfig: Moved ...
2131         * sysdeps/nptl/Makeconfig: ... here.
2132         * nptl/configure: File removed.
2133         * nptl/ANNOUNCE: File removed.
2134         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
2135         * sysdeps/unix/sysv/linux/configure: Regenerated.
2136
2137         * nptl/Makefile (routines): Add libc_pthread_init,
2138         libc_multiple_threads, register-atfork and unregister-atfork.
2139         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
2140         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
2141         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
2142         pthread-pi-defines.sym, structsem.sym.
2143         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
2144         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
2145         [$(subdir) = nptl] (tests): Add tst-setgetname.
2146         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
2147         * sysdeps/unix/sysv/linux/sigaction.c: Just include
2148         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
2149         [!LIBC_SIGACTION]: Remove aliases.
2150         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2151         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2152         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2153         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
2154         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2155         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
2156         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
2157         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
2158         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2159         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
2160         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
2161         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
2162         __libc_allocate_rtsig_private.
2163         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
2164         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
2165         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
2166         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2167         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2168         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
2169         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
2170         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
2171         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
2172         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
2173         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
2174         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
2175         * nptl/internaltypes.h: ... here.
2176         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
2177         * sysdeps/nptl/jmp-unwind.c: ... here.
2178         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
2179         * nptl/libc-lowlevellock.c: ... here.
2180         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
2181         * nptl/libc_multiple_threads.c: ... here.
2182         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
2183         * nptl/libc_pthread_init.c: ... here.
2184         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
2185         * nptl/lowlevelbarrier.sym: ... here.
2186         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
2187         * nptl/lowlevelcond.sym: ... here.
2188         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
2189         * nptl/lowlevellock.c: ... here.
2190         * nptl/lowlevellock.h: Moved ...
2191         * sysdeps/nptl/lowlevellock.h: ... here.
2192         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
2193         * nptl/lowlevelrobustlock.c: ... here.
2194         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
2195         * nptl/lowlevelrobustlock.sym: ... here.
2196         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
2197         * nptl/lowlevelrwlock.sym: ... here.
2198         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
2199         * nptl/pt-fork.c: ... here.
2200         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
2201         * nptl/pthread-pi-defines.sym: ... here.
2202         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
2203         * nptl/pthread_attr_getaffinity.c: ... here.
2204         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
2205         * nptl/pthread_attr_setaffinity.c: ... here.
2206         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
2207         * nptl/pthread_mutex_cond_lock.c: ... here.
2208         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
2209         Update #include.
2210         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
2211         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
2212         * nptl/pthread_once.c: ... here, replacing old file.
2213         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
2214         * nptl/pthread_yield.c: ... here.
2215         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
2216         * nptl/register-atfork.c: ... here.
2217         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
2218         * nptl/sem_post.c: ... here.
2219         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
2220         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
2221         * nptl/sem_timedwait.c: ... here.
2222         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
2223         * nptl/sem_trywait.c: ... here.
2224         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
2225         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
2226         * nptl/sem_wait.c: ... here.
2227         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
2228         * nptl/structsem.sym: ... here.
2229         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
2230         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
2231         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
2232         * nptl/unregister-atfork.c: ... here.
2233         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
2234         * nptl/unwindbuf.sym: ... here.
2235         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
2236         * sysdeps/nptl/fork.c: ... here.
2237         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
2238         * sysdeps/nptl/fork.h: ... here.
2239         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
2240         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
2241         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
2242         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
2243         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
2244         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
2245         * sysdeps/unix/sysv/linux/getpid.c: ... here.
2246         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
2247         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
2248         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
2249         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
2250         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
2251         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
2252         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
2253         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
2254         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
2255         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
2256         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
2257         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
2258         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
2259         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
2260         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
2261         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
2262         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
2263         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
2264         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
2265         * sysdeps/unix/sysv/linux/raise.c: ... here.
2266         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
2267         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
2268         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
2269         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
2270         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
2271         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
2272         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
2273         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
2274         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
2275         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
2276         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
2277         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
2278         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
2279         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
2280         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
2281
2282 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2283
2284         * sysdeps/generic/memcopy.h: Add comment for
2285         MEMCPY_OK_FOR_FWD_MEMMOVE.
2286
2287 2014-07-04  Will Newton  <will.newton@linaro.org>
2288
2289         * string/memchr.c: Merge from gnulib.
2290         [_LIBC]: Remove conditionals.
2291         (__ptr_t): Remove define.
2292         (LONG_MAX_32_BITS): Likewise.
2293         (LONG_MAX): Likewise.
2294         (MEMCHR): Use ANSI prototype and optimize algorithm.
2295
2296         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
2297
2298 2014-07-03  Roland McGrath  <roland@hack.frob.com>
2299
2300         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
2301         (lll_futex_timed_wait_bitset): Fix syscall argument count.
2302
2303         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
2304         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
2305         in a bare environment with no <stdlib.h> installed.
2306         * sysdeps/nptl/configure: Regenerated.
2307
2308         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
2309
2310         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
2311         AC_EGREP_CPP for kernel header checks, so they only succeed if
2312         including <linux/version.h> actually works right.
2313         * sysdeps/unix/sysv/linux/configure: Regenerated.
2314
2315         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
2316         value so it's not diagnosed as unused.
2317
2318         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
2319         thing) with "ifeq ($(subdir),rt)".
2320
2321 2014-07-03  Richard Henderson  <rth@redhat.com>
2322
2323         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
2324         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
2325         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
2326
2327         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
2328         (math_force_eval): New.
2329
2330         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
2331         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
2332
2333         * sysdeps/alpha/fpu/s_round.c: Remove file.
2334         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
2335
2336         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
2337         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
2338         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
2339         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
2340         (_dl_start, print_statistics): Likewise.
2341         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
2342         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
2343
2344         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2345         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2346         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2347         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2348         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2349         (HP_SMALL_TIMING_AVAIL): Define.
2350         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2351         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2352         (HP_SMALL_TIMING_AVAIL): Define.
2353         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2354         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2355
2356         * sysdeps/aarch64/hp-timing.h: New file.
2357
2358         * sysdeps/generic/hp-timing.h: Remove dead comment.
2359         * sysdeps/generic/hp-timing-common.h: New file.
2360         * sysdeps/alpha/hp-timing.h: Include it.
2361         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
2362         * sysdeps/i386/i686/hp-timing.h: Likewise.
2363         * sysdeps/ia64/hp-timing.h: Likewise.
2364         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
2365         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
2366         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
2367         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2368         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
2369         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
2370         (hp_timing_t): New.
2371
2372         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
2373         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
2374         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
2375         * elf/rtld.c (_dl_start_final): Likewise.
2376         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
2377         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2378         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2379         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2380         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2381         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2382         (HP_TIMING_DIFF_INIT): Remove.
2383         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2384         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2385         (HP_TIMING_DIFF_INIT): Remove.
2386         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2387         * sysdeps/i386/i686/hp-timing.c: Remove file.
2388         * sysdeps/x86_64/hp-timing.c: Remove file.
2389         * sysdeps/ia64/hp-timing.c: Remove file.
2390         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
2391         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
2392         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
2393         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
2394
2395         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
2396         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
2397         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
2398         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2399         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2400         (HP_TIMING_ACCUM): Remove.
2401         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2402         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
2403         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2404
2405         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
2406         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
2407         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
2408         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
2409         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
2410         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2411         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
2412         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2413
2414         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
2415
2416 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
2417
2418         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
2419
2420 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2421
2422         Sync up with gettext.
2423         * intl/loadmsgcat.c: Define O_BINARY if not defined.
2424         [_MSC_VER]: Include malloc.h
2425         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
2426         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
2427         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
2428         TEMP_FAILURE_RETRY.  Cast return of alloca.
2429         [!_LIBC] Call gl_rwlock_init.
2430         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
2431
2432 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2433
2434         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
2435         before checking its value.
2436
2437 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2438
2439         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
2440
2441         * debug/memcpy_chk.c: Don't include pagecopy.h.
2442         * debug/mempcpy_chk.c: Likewise.
2443         * string/memcpy.c: Likewise.
2444         * string/memmove.c: Likewise.
2445         * sysdeps/powerpc/memmove.c: Likewise.
2446         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
2447         definition of PAGE_COPY_FWD_MAYBE here...
2448         * sysdeps/generic/pagecopy.h: ... from here.
2449         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
2450
2451 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
2452             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2453
2454         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
2455         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
2456         optimizations.
2457         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
2458         (__libc_ifunc_impl_list): Likewise.
2459         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
2460         multiarch strcat for PPC64.
2461         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
2462         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
2463
2464 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2465
2466         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
2467
2468 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2469
2470         * intl/loadmsgcat.c: Remove declaration of
2471         get_sysdep_segment_value.
2472         (get_sysdep_segment_value): Use ISO C style.
2473         (_nl_load_domain): Use ISO C style.  Get rid of redundant
2474         semicolon.  Fix typo and formatting in comment.
2475         (_nl_unload_domain): Use ISO C style.
2476
2477         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
2478
2479 2014-07-02  Will Newton  <will.newton@linaro.org>
2480
2481         * malloc/obstack.c: Merge from gnulib master.
2482         [HAVE_CONFIG_H]: Remove conditional code.
2483         [!_LIBC]: Include config.h.
2484         [!ELIDE_CODE]: Don't include inttypes.h, include
2485         stdint.h unconditionally.
2486         (print_and_abort): Mark as _Noreturn.
2487         (_obstack_allocated_p): Mark as __attribute_pure__.
2488         (obstack_free): Rename to __obstack_free.
2489         [!__attribute__]: Remove conditional code.
2490         * malloc/obstack.h: Merge from gnulib master.
2491         [__cplusplus]: Move conditional down.
2492         [!__attribute_pure__]: Define __attribute_pure__ here
2493         if it is not already defined.
2494         (_obstack_memory_used): Mark as __attribute_pure__.
2495         [!__obstack_free]: Define as obstack_free.
2496         [__GNUC__]: Remove check for ancient NeXT gcc.
2497
2498 2014-07-02  Will Newton  <will.newton@linaro.org>
2499             Paul Eggert  <eggert@cs.ucla.edu>
2500
2501         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
2502
2503 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2504
2505         * resolv/gethnamaddr.c: Add comment warning that the file is
2506         not maintained.
2507
2508 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
2509
2510         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
2511         entries.
2512
2513         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
2514         entry for aio_cancel and aio_cancel64.
2515         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
2516         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
2517         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
2518         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
2519         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
2520         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
2521         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
2522         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
2523         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
2524         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
2525         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
2526         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
2527         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
2528
2529 2014-07-01  Roland McGrath  <roland@hack.frob.com>
2530
2531         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
2532         * nptl/pthread_mutex_lock.c: Likewise.
2533         * nptl/pthread_mutex_timedlock.c: Likewise.
2534         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
2535
2536 2014-07-01  Richard henderson  <rth@redhat.com>
2537
2538         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
2539         (__isnan, __isnanl): Remove.
2540         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
2541
2542         * sysdeps/alpha/fpu/libm-test-ulps: Update.
2543
2544 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
2545
2546         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2547
2548 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
2549
2550         * resolv/nss_dns/dns-host.c (getanswer_r)
2551         [MULTI_PTRS_ARE_ALIASES]: Remove code.
2552
2553 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
2554
2555         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2556         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
2557         undefine.
2558         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
2559         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
2560
2561 2014-07-01  Roland McGrath <roland@hack.frob.com>
2562
2563         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
2564         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
2565
2566         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
2567         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
2568
2569         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
2570         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
2571         ... here.
2572         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
2573         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
2574
2575         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
2576         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
2577         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
2578         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
2579
2580         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
2581         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
2582         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
2583         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
2584         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
2585         Moved ...
2586         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
2587         ... here.
2588         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
2589         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
2590         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
2591         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
2592         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
2593         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
2594         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
2595         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
2596         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
2597         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
2598         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
2599         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
2600         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
2601         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
2602         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
2603         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
2604         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
2605         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
2606         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
2607         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
2608         ... here.
2609         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
2610         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
2611         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
2612         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
2613         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
2614         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
2615         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
2616         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
2617
2618 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
2619
2620         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
2621         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
2622         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
2623         Add sysdep.
2624
2625 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2626
2627         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2628
2629 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2630
2631         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
2632         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2633
2634         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
2635
2636         * sysdeps/arm/libm-test-ulps: Regenerated.
2637
2638 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2639             Roland McGrath <roland@hack.frob.com>
2640
2641         * test-skeleton.c (signal_handler): Kill the whole process group
2642         before killing the child individually.
2643         (main): Report any failure on `setpgid'.
2644
2645 2014-06-30  Roland McGrath  <roland@hack.frob.com>
2646
2647         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
2648         from _TLS_H to _ARM_NPTL_TLS_H.
2649         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
2650         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
2651
2652 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2653
2654         [BZ #16539]
2655         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
2656         (__expm1l): Return argument unchanged when small but not
2657         subnormal.
2658
2659         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
2660         include macro name.
2661         (_FP_UNPACK_RAW_1_P): Likewise.
2662         (_FP_PACK_RAW_1): Likewise.
2663         (_FP_PACK_RAW_1_P): Likewise.
2664         (_FP_MUL_MEAT_1_wide): Likewise.
2665         (_FP_MUL_MEAT_DW_1_hard): Likewise.
2666         (_FP_MUL_MEAT_1_hard): Likewise.
2667         (_FP_DIV_MEAT_1_imm): Likewise.
2668         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
2669         (_FP_DIV_MEAT_1_udiv): Likewise.
2670         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
2671         (_FP_UNPACK_RAW_2): Likewise.
2672         (_FP_UNPACK_RAW_2_P): Likewise.
2673         (_FP_PACK_RAW_2): Likewise.
2674         (_FP_PACK_RAW_2_P): Likewise.
2675         (_FP_MUL_MEAT_DW_2_wide): Likewise.
2676         (_FP_MUL_MEAT_2_wide): Likewise.
2677         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
2678         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2679         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
2680         (_FP_MUL_MEAT_2_gmp): Likewise.
2681         (_FP_DIV_MEAT_2_udiv): Likewise.
2682         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
2683         (_FP_FRAC_SRL_4): Likewise.
2684         (_FP_FRAC_SRST_4): Likewise.
2685         (_FP_FRAC_SRS_4): Likewise.
2686         (_FP_UNPACK_RAW_4): Likewise.
2687         (_FP_UNPACK_RAW_4_P): Likewise.
2688         (_FP_PACK_RAW_4): Likewise.
2689         (_FP_PACK_RAW_4_P): Likewise.
2690         (_FP_MUL_MEAT_DW_4_wide): Likewise.
2691         (_FP_MUL_MEAT_4_wide): Likewise.
2692         (_FP_MUL_MEAT_4_gmp): Likewise.
2693         (umul_ppppmnnn): Likewise.
2694         (_FP_DIV_MEAT_4_udiv): Likewise.
2695         (__FP_FRAC_ADD_4): Likewise.
2696         (__FP_FRAC_SUB_3): Likewise.
2697         (__FP_FRAC_SUB_4): Likewise.
2698         (__FP_FRAC_DEC_3): Likewise.
2699         (__FP_FRAC_DEC_4): Likewise.
2700         (__FP_FRAC_ADDI_4): Likewise.
2701         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
2702         (_FP_FRAC_SRL_8): Likewise.
2703         (_FP_FRAC_SRS_8): Likewise.
2704
2705         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
2706         include macro name.
2707         (FP_UNPACK_RAW_EP): Likewise.
2708         (FP_PACK_RAW_E): Likewise.
2709         (FP_PACK_RAW_EP): Likewise.
2710         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
2711         (_FP_ISSIGNAN): Likewise.
2712         (_FP_ADD_INTERNAL): Likewise.
2713         (_FP_FMA): Likewise.
2714         (_FP_CMP): Likewise.
2715         (_FP_SQRT): Likewise.
2716         (_FP_TO_INT): Likewise.
2717         (_FP_FROM_INT): Likewise.
2718         (FP_EXTEND): Likewise.
2719         (_FP_DIV_MEAT_N_loop): Likewise.
2720
2721 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2722
2723         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
2724         throughout.
2725
2726 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
2727
2728         [BZ #17097]
2729         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
2730         result with correct sign in case of exponents that produce
2731         overflow except for X very close to 1.
2732
2733 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
2734
2735         mktime: merge #if/#ifdef usage from glibc
2736         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
2737         as that works with both Glibc's and Gnulib's style.
2738         See thread starting at Siddhesh Poyarekar's bug report at:
2739         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
2740
2741 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2742
2743         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
2744         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
2745         * sysdeps/tile/tilegx/memmove.c: Remove file.
2746
2747 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2748
2749         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2750         abi-name definition.
2751         * scripts/soversions.awk: Do not handle or generate ABI lines.
2752         * shlib-versions: Remove ABI entries.
2753         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2754         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2755
2756 2014-06-27  Roland McGrath  <roland@hack.frob.com>
2757
2758         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2759         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2760         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2761         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2762         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2763         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2764         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2765         Moved ...
2766         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2767         ... here.
2768         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2769         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2770         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2771         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2772         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2773         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2774         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2775         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2776         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2777         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2778         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2779         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2780         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2781         Moved ...
2782         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2783         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2784         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2785         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2786         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2787         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2788         Moved ...
2789         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2790         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2791         Moved ...
2792         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2793         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2794         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2795         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2796         Moved ...
2797         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2798         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2799         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2800         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2801         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2802         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2803         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2804         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2805         Moved ...
2806         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2807         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2808         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2809         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2810         Moved ...
2811         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2812         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2813         Moved ...
2814         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2815         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2816         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2817         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2818         Moved ...
2819         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2820         ... here.
2821         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2822         Identical file removed.
2823         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2824         Moved ...
2825         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2826         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2827         Identical file removed.
2828         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2829         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2830         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2831         Moved ...
2832         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2833         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2834         Identical file removed.
2835         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2836         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2837         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2838         Identical file removed.
2839         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2840         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2841         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2842         Identical file removed.
2843         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2844         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2845         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2846         Identical file removed.
2847         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2848         Moved ...
2849         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2850         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2851         Identical file removed.
2852         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2853         Moved ...
2854         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2855         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2856         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2857         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2858         Identical file removed.
2859         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2860         Moved ...
2861         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2862         ... here.
2863         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2864         Identical file removed.
2865         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2866         Moved ...
2867         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2868         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2869         Identical file removed.
2870         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2871         Moved ...
2872         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2873         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2874         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2875         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2876         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2877         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2878         Moved ...
2879         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2880         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2881         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2882
2883         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2884         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2885         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2886         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
2887         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
2888
2889 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
2890
2891         [BZ #17092]
2892         * nscd/nscd.c (monitor_child): Return exit status of child
2893         instead of return value from wait syscall.
2894
2895 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2896
2897         * configure.ac (libc_commonpagesize): Remove variable.
2898         (libc_relro_required): Likewise.
2899         (libc_cv_z_relro): Remove configure test.
2900         * configure: Regenerated.
2901         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
2902         variable.
2903         (libc_relro_required): Likewise.
2904         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
2905         (libc_relro_required): Likewise.
2906         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
2907         (libc_relro_required): Likewise.
2908         * sysdeps/arm/preconfigure: Regenerated.
2909         * sysdeps/ia64/preconfigure: Remove file.
2910         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
2911         variable.
2912         (libc_relro_required): Likewise.
2913
2914         [BZ #16561]
2915         [BZ #16562]
2916         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
2917         (__ieee754_yn): Set FE_TONEAREST mode internally and then
2918         recompute overflowing results in original rounding mode.
2919         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
2920         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
2921         recompute overflowing results in original rounding mode.
2922         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
2923         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2924         recompute overflowing results in original rounding mode.
2925         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
2926         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2927         recompute overflowing results in original rounding mode.
2928         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
2929         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2930         recompute overflowing results in original rounding mode.
2931         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
2932         (libc_feholdsetround_ctx): New macro.
2933         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
2934         * sysdeps/i386/fpu/libm-test-ulps: Update.
2935         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
2936
2937 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2938
2939         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
2940         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
2941         corresponding .cpsetup call.
2942
2943 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2944
2945         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
2946         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
2947         * sysdeps/arm/Makefile [$(subdir) = csu]
2948         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
2949         (static-only-routines): Add aeabi_read_tp here.
2950         (shared-only-routines): Add libc-aeabi_read_tp here.
2951         (CFLAGS-libc-start.c): Add -fexceptions here.
2952         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
2953         (sysdep_routines, static-only-routines, shared-only-routines):
2954         Don't add to these here.
2955         (CFLAGS-libc-start.c): Likewise.
2956
2957         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
2958         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
2959         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
2960         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
2961         * sysdeps/arm/Makefile [$(subdir) = rt]
2962         (librt-sysdep_routines, librt-shared-only-routines):
2963         Append rt-aeabi_unwind_cpp_pr1 here.
2964         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
2965         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
2966         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
2967         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2968         Append nptl-aeabi_unwind_cpp_pr1 here.
2969         (tests): Filter out tst-cleanupx4 here.
2970         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
2971         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
2972         Don't do those here.
2973
2974 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2975
2976         * scripts/list-sources.sh: Do not handle ports specially.
2977
2978 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2979
2980         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
2981         * sysdeps/arm/feupdateenv.c: Likewise.
2982
2983         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
2984
2985 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2986
2987         * manual/texinfo.tex: Update to version 2014-05-05.10 with
2988         trailing whitespace removed.
2989         * scripts/config.guess: Update to version 2014-03-23.
2990         * scripts/config.sub: Update to version 2014-05-01
2991         * scripts/install-sh: Update to version 2013-12-25.23.
2992         * scripts/move-if-change: Update from gnulib.
2993
2994 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2995
2996         * debug/memmove_chk.c: Remove pagecopy.h include.
2997
2998 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
2999
3000         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
3001         identical to gnulib mktime.
3002
3003 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3004
3005         * configure.ac: Do not test for machine being rs6000.  Do not test
3006         for powerpc*-*soft.
3007         * configure: Regenerated.
3008
3009         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
3010         test.
3011         * configure: Regenerated.
3012         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
3013         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
3014         Remove configure test.
3015         * sysdeps/arm/configure: Regenerated.
3016         * sysdeps/nptl/configure.ac: Do not check
3017         libc_cv_asm_cfi_directives.
3018         * sysdeps/nptl/configure: Regenerated.
3019         * sysdeps/x86_64/nptl/configure.ac: Remove file.
3020         * sysdeps/x86_64/nptl/configure: Remove generated file.
3021         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
3022         unconditional.
3023         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
3024
3025 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3026
3027         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
3028         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
3029         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
3030         it is defined.
3031
3032         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
3033         instead of whether it is defined.
3034         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
3035         * sysdeps/hppa/dl-machine.h: Likewise.
3036         * sysdeps/ia64/dl-machine.h: Likewise.
3037         * sysdeps/m68k/dl-machine.h: Likewise.
3038         * sysdeps/microblaze/dl-machine.h: Likewise.
3039         * sysdeps/mips/dl-machine.: Likewise.
3040         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3041         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3042         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3043         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3044         * sysdeps/sh/dl-machine.h: Likewise.
3045         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3046         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3047         * sysdeps/tile/dl-machine.h: Likewise.
3048         * sysdeps/x86_64/dl-machine.h: Likewise.
3049
3050         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
3051         code.
3052         (verify_persistent_db): Likewise.
3053
3054 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3055
3056         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
3057         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
3058         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
3059         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
3060         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
3061         Moved ...
3062         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
3063         ... here.
3064         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
3065         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
3066         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
3067         Identical file removed.
3068         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
3069         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
3070         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
3071         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
3072         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
3073         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
3074         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
3075         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
3076         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
3077         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
3078         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3079         Moved ...
3080         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
3081         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
3082         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
3083         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
3084         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
3085         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
3086         Moved ...
3087         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
3088         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
3089         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
3090         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
3091         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
3092         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3093         Identical file removed.
3094         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
3095         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
3096         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
3097         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
3098         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
3099         Moved ...
3100         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
3101         ... here.
3102         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
3103         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
3104         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
3105         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
3106         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
3107         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
3108         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
3109         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
3110         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
3111         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
3112         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3113         Moved ...
3114         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
3115         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
3116         Moved ...
3117         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
3118         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
3119         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
3120         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
3121         Moved ...
3122         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
3123         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
3124         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
3125
3126         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
3127         folded into ...
3128         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
3129         * sysdeps/unix/sysv/linux/s390/Versions
3130         (libpthread: GLIBC_2.19): New version set.
3131         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
3132         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
3133         (librt: GLIBC_2.3.3): New version set.
3134         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
3135         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
3136         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
3137         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
3138         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
3139         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
3140         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
3141         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
3142         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
3143         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
3144         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
3145         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
3146         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
3147         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
3148         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
3149         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
3150         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
3151         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
3152         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
3153         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
3154         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
3155         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
3156         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
3157         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
3158         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
3159         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
3160         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
3161         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
3162         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
3163         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
3164         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
3165         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
3166         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
3167         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
3168         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
3169         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
3170         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
3171         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
3172         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
3173         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
3174         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
3175         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
3176         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
3177         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
3178         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
3179
3180         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
3181         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
3182         (__libc_vfork): Define the function under this name.
3183         [!NOT_IN_libc] (__vfork): Make this an alias.
3184         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3185         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
3186         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
3187         (__libc_vfork): Define the function under this name.
3188         [!NOT_IN_libc] (__vfork): Make this an alias.
3189         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3190         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
3191         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
3192         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
3193         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
3194         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3195
3196         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
3197         code that was previously under [RESET_PID].
3198         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3199         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
3200         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
3201
3202         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
3203         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
3204         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
3205         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
3206         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
3207         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
3208         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
3209         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
3210         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
3211         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
3212         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
3213         Moved ...
3214         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
3215         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
3216         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
3217         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
3218         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
3219         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
3220         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
3221         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
3222         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
3223         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
3224         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
3225         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
3226         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
3227         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
3228         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
3229         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
3230         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
3231         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
3232         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
3233         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
3234         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
3235         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
3236         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
3237         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
3238         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
3239         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
3240         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
3241         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
3242         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
3243
3244 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3245
3246         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
3247         that was previously under [RESET_PID].
3248         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
3249
3250 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3251
3252         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
3253         not undefine and redefine.
3254         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
3255         [O_CLOEXEC]: Make code unconditional.
3256         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
3257         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
3258         <kernel-features.h>.
3259         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
3260         conditional variable definition.
3261         (shm_open) [O_CLOEXEC]: Make code unconditional.
3262         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
3263         code.
3264
3265         * configure.ac (USE_REGPARMS): Don't define here.
3266         * configure: Regenerated.
3267         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
3268         * sysdeps/i386/configure: Regenerated.
3269
3270         * nptl/createthread.c: Don't include kernel-features.h.
3271         * nptl/pthread_cancel.c: Likewise.
3272         * nptl/pthread_condattr_setclock.c: Likewise.
3273         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
3274         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
3275         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
3276         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
3277         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
3278         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
3279         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3280         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
3281         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3282         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
3283         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
3284         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
3285         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
3286         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
3287         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
3288         * nscd/gai.c: Likewise.
3289         * nss/nss_db/db-open.c: Likewise.
3290         * sysdeps/generic/ldsodefs.h: Likewise.
3291         * sysdeps/sh/nptl/tls.h: Likewise.
3292         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
3293         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
3294         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
3295         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
3296         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
3297         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
3298         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
3299         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3300         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
3301         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3302         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3303         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
3304         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
3305         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
3306         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3307         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
3308         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
3309         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
3310         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
3311         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3312         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
3313         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
3314         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
3315         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
3316         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
3317         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
3318         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
3319         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
3320         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3321         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
3322         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
3323         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
3324         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
3325         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3326         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3327         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3328         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3329         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
3330         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
3331         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3332         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3333         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
3334         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
3335         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3336         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3337         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
3338         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
3339         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
3340         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
3341         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3342         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3343         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3344         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3345         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
3346         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
3347         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
3348         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3349         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
3350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
3351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
3352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
3355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
3356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
3357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
3358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
3361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
3362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
3372         * sysdeps/unix/sysv/linux/pread.c: Likewise.
3373         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3374         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
3375         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3376         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3377         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
3378         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
3379         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
3380         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
3381         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
3382         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
3383         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
3384         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3385         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3386         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3387         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3388         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3389         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
3390         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
3391         * sysdeps/unix/sysv/linux/system.c: Likewise.
3392         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
3393         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3394         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3395         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3396         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3397         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3398         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
3399
3400         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
3401         * configure: Regenerated.
3402         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
3403
3404         * configure.ac (base_machine): Do not set specially for particular
3405         machines here.
3406         * configure: Regenerated.
3407         * sysdeps/powerpc/preconfigure: Move machine and base_machine
3408         settings from configure.ac.
3409         * sysdeps/i386/preconfigure: New file.
3410         * sysdeps/s390/preconfigure: Likewise.
3411         * sysdeps/sh/preconfigure: Likewise.
3412         * sysdeps/sparc/preconfigure: Likewise.
3413
3414 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3415
3416         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
3417         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
3418         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
3419         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
3420         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
3421         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
3422         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
3423         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
3424         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
3425         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
3426         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
3427         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
3428         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
3429         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
3430         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
3431         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
3432         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
3433         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
3434         * sysdeps/sparc/sparc64/Makefile: ... appended here.
3435
3436         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
3437         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
3438         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
3439         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
3440         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
3441         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
3442         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
3443         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
3444         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
3445         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
3446         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
3447         * sysdeps/sparc/sparc32/sem_post.c: ... here.
3448         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
3449         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
3450         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
3451         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
3452         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
3453         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
3454         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
3455         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
3456         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
3457         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
3458         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
3459         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
3460         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
3461         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
3462         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
3463         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
3464         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
3465         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
3466         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
3467         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
3468         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
3469         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
3470         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
3471         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
3472         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
3473         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
3474
3475         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
3476         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
3477         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
3478         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
3479         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
3480         Moved ...
3481         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
3482         ... here.
3483         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
3484         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
3485         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
3486         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
3487         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
3488         Moved ...
3489         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
3490         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
3491         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
3492         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
3493         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
3494         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
3495         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
3496         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
3497         Moved ...
3498         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
3499         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
3500         Moved ...
3501         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
3502         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
3503         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
3504         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
3505         Moved ...
3506         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
3507         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
3508         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
3509         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
3510         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
3511         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
3512         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
3513         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
3514         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
3515         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
3516         Moved ...
3517         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
3518         ... here.
3519         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
3520         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
3521         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
3522         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
3523         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
3524         Moved ...
3525         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
3526         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
3527         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
3528         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
3529         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
3530         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
3531         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
3532         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
3533         Moved ...
3534         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
3535         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
3536         Moved ...
3537         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
3538         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
3539         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
3540         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
3541         Moved ...
3542         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
3543         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
3544         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
3545         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
3546         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
3547
3548 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3549
3550         * timezone/checktab.awk: Update from tzcode 2014e.
3551         * timezone/private.h: Likewise.
3552         * timezone/tzfile.h: Likewise.
3553         * timezone/zdump.c: Likewise.
3554         * timezone/zic.c: Likewise.
3555
3556         * sysdeps/unix/sysv/linux/kernel-features.h
3557         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
3558         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
3559         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
3560         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
3561         Remove conditional code.
3562
3563 2014-06-25  Will Newton  <will.newton@linaro.org>
3564
3565         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
3566         (_dl_arm_cap_flags): Add HWCAP2 values.
3567         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
3568         (_DL_HWCAP_COUNT): Increase to 37.
3569         (_DL_HWCAP_LAST): New define.
3570         (_DL_HWCAP2_LAST): New define.
3571         (_dl_procinfo): Add support for printing
3572         AT_HWCAP2 entries.
3573         (_dl_string_hwcap): Use _dl_hwcap_string.
3574
3575 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3576
3577         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3578
3579 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3580
3581         * README: Do not mention ports directory.
3582
3583         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
3584         Remove macro.
3585         * sysdeps/unix/sysv/linux/futimes.c: Do not include
3586         <kernel-features.h>.
3587         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
3588         conditional variable definition.
3589         (__futimes): Update comment.
3590         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
3591         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
3592
3593         [BZ #16560]
3594         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
3595         arguments close to 0.
3596         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
3597         Likewise.
3598         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
3599         Likewise.
3600         * math/auto-libm-test-in: Add more tests of exp10.
3601         * math/auto-libm-test-out: Regenerated.
3602         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3603
3604         * sysdeps/unix/sysv/linux/kernel-features.h
3605         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
3606         * sysdeps/unix/sysv/linux/readv.c: Do not include
3607         <kernel-features.h>.
3608         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3609         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3610         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3611         unconditional.
3612         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3613         conditional code.
3614         * sysdeps/unix/sysv/linux/writev.c: Do not include
3615         <kernel-features.h>.
3616         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3617         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3618         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3619         unconditional.
3620         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3621         conditional code.
3622
3623 2014-06-25  Will Newton  <will.newton@linaro.org>
3624
3625         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
3626         comment changes throughout the file.  Remove checks
3627         for HAVE_*_H definitions that are not required.
3628         (__gen_tempname): Call abort if an unknown kind value is
3629         passed.
3630
3631 2014-06-25  Andreas Schwab  <schwab@suse.de>
3632
3633         [BZ #17086]
3634         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
3635         scalbln, scalblnf, scalblnl in libc.
3636
3637 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
3638
3639         [BZ #17086]
3640         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
3641         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3642         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3643
3644 2014-06-24  Roland McGrath  <roland@hack.frob.com>
3645
3646         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
3647         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
3648         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
3649         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
3650         Update #include.
3651         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
3652         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
3653         Update #include.
3654         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
3655         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
3656         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
3657         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
3658         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
3659         * sysdeps/x86/bits/pthreadtypes.h: ... here.
3660         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
3661         * sysdeps/x86/bits/semaphore.h: ... here.
3662         * sysdeps/x86/nptl/elide.h: Moved ...
3663         * sysdeps/x86/elide.h: ... here.
3664         * sysdeps/x86_64/nptl/Implies: File removed.
3665         * sysdeps/i386/nptl/Implies: File removed.
3666
3667 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
3668
3669         [BZ #16539]
3670         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
3671         return the argument for normal arguments with exponent below -64.
3672         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
3673         Likewise.
3674         * math/auto-libm-test-in: Add another test of expm1.
3675         * math/auto-libm-test-out: Regenerated.
3676
3677         [BZ #16287]
3678         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
3679         calling __erfcl for arguments at least 16.
3680         * math/auto-libm-test-in: Add more tests of erf.
3681         * math/auto-libm-test-out: Regenerated.
3682
3683         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
3684         individual architectures.
3685         * sysdeps/unix/sysv/linux/configure: Regenerated.
3686         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
3687         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
3688         * sysdeps/unix/sysv/linux/powerpc/configure.ac
3689         (ldd_rewrite_script): Define variable.
3690         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
3691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
3692         file.
3693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
3694         generated file.
3695         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
3696         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
3697         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
3698         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
3699         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
3700         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
3701         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
3702         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
3703
3704 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3705
3706         [BZ #17084]
3707         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
3708         Rename member __data.d to __data.__elision_data.
3709
3710 2014-06-24  Wilco  <wdijkstr@arm.com>
3711
3712         * NEWS: Add 16918 to fixed bug list.
3713
3714 2014-06-24  Wilco  <wdijkstr@arm.com>
3715
3716         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
3717
3718 2014-06-24  Wilco  <wdijkstr@arm.com>
3719
3720         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
3721         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
3722         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
3723         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
3724         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
3725         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
3726         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
3727         Use _FPU_MASK_RM.
3728
3729 2014-06-24  Wilco  <wdijkstr@arm.com>
3730
3731         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
3732
3733 2014-06-24  Wilco  <wdijkstr@arm.com>
3734
3735         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
3736         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
3737         * sysdeps/arm/fesetround.c (fesetround): Remove space.
3738         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
3739
3740 2014-06-24  Wilco  <wdijkstr@arm.com>
3741
3742         [BZ #16918]
3743         * sysdeps/arm/feupdateenv.c (feupdateenv):
3744         Rewrite to reduce FPSCR accesses and fix return value.
3745
3746 2014-06-24  Wilco  <wdijkstr@arm.com>
3747
3748         * sysdeps/arm/fclrexcpt.c (feclearexcept):
3749         Optimize to avoid unnecessary FPSCR writes.
3750         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3751         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3752         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3753         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3754
3755 2014-06-24  Wilco  <wdijkstr@arm.com>
3756
3757         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3758         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3759         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3760         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3761         Call libc_fetestexcept_vfp.
3762         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3763         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3764         __SOFTFP__ ifdef so that they can be built for softfp.
3765
3766 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3767
3768         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3769         argument type signed char.
3770
3771         * Makerules (check-abi): Dump diff of symlist if the test
3772         fails.
3773
3774 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3775
3776         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3777         using abort.
3778
3779         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3780         Remove unused variable ST.
3781
3782 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3783
3784         [BZ #16354]
3785         [BZ #17061]
3786         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3787         small arguments before calling __expm1.
3788         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3789         small arguments before calling __expm1f.
3790         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3791         small arguments before calling __expm1l.
3792         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3793         Likewise.
3794         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3795         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
3796         spurious underflow for some cosh tests.
3797         * math/auto-libm-test-out: Regenerated.
3798         * sysdeps/i386/fpu/libm-test-ulps: Update.
3799
3800         [BZ #17050]
3801         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3802         (__ieee754_y1): Set errno if return value overflows.
3803         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3804         (__ieee754_y1f): Set errno if return value overflows.
3805         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3806         (__ieee754_y1l): Set errno if return value overflows.
3807         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3808         (__ieee754_y1l): Set errno if return value overflows.
3809         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3810         * math/auto-libm-test-out: Regenerated.
3811
3812         * math/gen-auto-libm-tests.c: Document use of
3813         ignore-zero-inf-sign.
3814         (input_flag_type): Add value flag_ignore_zero_inf_sign.
3815         (input_flags): Add ignore-zero-inf-sign.
3816         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3817         * math/gen-libm-test.pl (generate_testfile): Handle
3818         ignore-zero-inf-sign.
3819         * math/auto-libm-test-in: Mark some cpow tests with
3820         ignore-zero-inf-sign and some with xfail-rounding.
3821         * math/auto-libm-test-out: Regenerated.
3822         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3823         * sysdeps/i386/fpu/libm-test-ulps: Update.
3824         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3825
3826         [BZ #16315]
3827         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3828         overflowing or underflowing operations take place with sign of
3829         result.
3830         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3831         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3832         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3833         (__ieee754_pow): Recompute overflowing and underflowing results in
3834         original rounding mode.
3835         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3836         (__powl_helper): Allow negative argument X and scale negated value
3837         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
3838         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3839         overflowing or underflowing operations take place with sign of
3840         result.
3841         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3842         Include <math.h>.
3843         * math/auto-libm-test-in: Add more tests of pow.
3844         * math/auto-libm-test-out: Regenerated.
3845         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3846         (pow_tonearest_test_data): Remove.
3847         (pow_test_tonearest): Likewise.
3848         (pow_towardzero_test_data): Likewise.
3849         (pow_test_towardzero): Likewise.
3850         (pow_downward_test_data): Likewise.
3851         (pow_test_downward): Likewise.
3852         (pow_upward_test_data): Likewise.
3853         (pow_test_upward): Likewise.
3854         (main): Don't call removed functions.
3855         * sysdeps/i386/fpu/libm-test-ulps: Update.
3856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3857
3858 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3859
3860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3861         Moved ...
3862         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3864         Moved ...
3865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3867         Moved ...
3868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3870         Moved ...
3871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3873         File removed.
3874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3875         File removed.
3876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3877         File removed.
3878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3879         File removed.
3880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3881         File removed.
3882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3883         File removed.
3884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3885         File removed.
3886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3887         File removed.
3888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
3889         File removed.
3890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
3891         File removed.
3892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
3893         File removed.
3894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
3895         File removed.
3896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
3897         Moved ...
3898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
3899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
3900         Moved ...
3901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
3902         ... here.
3903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
3904         Moved ...
3905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
3906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
3907         Moved ...
3908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
3909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
3910         Moved ...
3911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
3912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
3913         Moved ...
3914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
3915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
3916         Moved ...
3917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
3918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
3919         Moved ...
3920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
3921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
3922         Moved ...
3923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
3924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
3925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
3926         ... here.
3927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
3928         Moved ...
3929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
3930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
3931         Moved ...
3932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
3933         ... here.
3934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
3935         Moved ...
3936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
3937         ... here.
3938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
3939         Moved ...
3940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
3941         ... here.
3942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
3943         Moved ...
3944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
3945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
3946         Moved ...
3947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
3948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
3949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
3950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
3951         Moved ...
3952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
3953         ... here.
3954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
3955         Moved ...
3956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
3957         ... here.
3958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
3959         Moved ...
3960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
3961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
3962         Moved ...
3963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
3964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
3965         Moved ...
3966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
3967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
3968         Moved ...
3969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
3970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
3971         Moved ...
3972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
3973         ... here.
3974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
3975         Moved ...
3976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
3977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
3978         Moved ...
3979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
3980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
3981         Moved ...
3982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
3983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
3984         Moved ...
3985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
3986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
3987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
3988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
3989         Moved ...
3990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
3991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
3992         Moved ...
3993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
3994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
3995         Moved ...
3996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
3997         ... here.
3998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
3999         Moved ...
4000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
4001         ... here.
4002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
4003         Moved ...
4004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
4005         ... here.
4006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4007         Moved ...
4008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
4009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
4010         Moved ...
4011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
4012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4013         Moved ...
4014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
4015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
4016         Moved ...
4017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
4018         ... here.
4019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4020         Moved ...
4021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
4022         ... here.
4023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
4024         Moved ...
4025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
4026         ... here.
4027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4028         Moved ...
4029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
4030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
4031         Moved ...
4032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
4033
4034 2014-06-23  Will Newton  <will.newton@linaro.org>
4035             Wilco  <wdijkstr@arm.com>
4036
4037         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
4038         implementation.  Include get-rounding-mode.h.
4039         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
4040         [!libc_feholdsetround_noex_ctx]: Define
4041         libc_feholdsetround_noex_ctx.
4042         [!libc_feholdsetround_noexf_ctx]: Define
4043         libc_feholdsetround_noexf_ctx.
4044         [!libc_feholdsetround_noexl_ctx]: Define
4045         libc_feholdsetround_noexl_ctx.
4046         (libc_feholdsetround_ctx): New function.
4047         (libc_feresetround_ctx): New function.
4048         (libc_feholdsetround_noex_ctx): New function.
4049         (libc_feresetround_noex_ctx): New function.
4050
4051 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4052
4053         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
4054         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
4055         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
4056         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
4057         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
4058         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
4059
4060         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
4061         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
4062         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
4063         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
4064         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
4065         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
4066         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
4067         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
4068         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
4069         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
4070         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
4071         Moved ...
4072         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
4073         ... here.
4074         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
4075         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
4076         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
4077         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
4078         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
4079         Moved ...
4080         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
4081         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
4082         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
4083         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
4084         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
4085         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
4086         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
4087         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
4088         Moved ...
4089         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
4090         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
4091         Moved ...
4092         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
4093         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
4094         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
4095         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
4096         Moved ...
4097         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
4098         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
4099         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
4100         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
4101         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
4102         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
4103         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
4104         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
4105         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
4106         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
4107         Moved ...
4108         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
4109         ... here.
4110         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
4111         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
4112         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
4113         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
4114         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
4115         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
4116         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
4117         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
4118         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
4119         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
4120         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
4121         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
4122         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
4123         Moved ...
4124         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
4125         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
4126         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
4127         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
4128         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
4129         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
4130         Moved ...
4131         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
4132         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
4133         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
4134         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
4135         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
4136
4137         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
4138         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
4139         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
4140         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
4141         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
4142         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
4143         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
4144         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
4145         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
4146         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
4147         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
4148         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
4149         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
4150         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
4151         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
4152         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
4153         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
4154         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
4155         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
4156         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
4157         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
4158         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
4159         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
4160         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
4161         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
4162         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
4163         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
4164         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
4165
4166 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
4167
4168         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
4169         (FALLOC_FL_COLLAPSE_RANGE): New macro.
4170         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
4171         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
4172         (IPV6_PMTUDISC_INTERFACE): Likewise.
4173         (IPV6_PMTUDISC_OMIT): Likewise.
4174
4175 2014-06-23  Andreas Schwab  <schwab@suse.de>
4176
4177         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
4178         Remove unused errout label.
4179
4180 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4181
4182         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
4183         macro: hardware supports Vector Crypto instructions.
4184
4185 2014-06-23  Will Newton  <will.newton@linaro.org>
4186
4187         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
4188         rather than __builtin_expect.
4189
4190         * elf/dl-lookup.c (undefined_msg): Remove variable.
4191         (_dl_lookup_symbol_x): Replace undefined_msg with string
4192         literal.
4193
4194         * elf/dl-lookup.c (do_lookup_unique): New function.
4195         (do_lookup_x): Move STB_GNU_UNIQUE handling code
4196         to a separate function.
4197
4198 2014-06-23  Andreas Schwab  <schwab@suse.de>
4199
4200         [BZ #17079]
4201         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
4202         before reading the next line.
4203
4204 2014-06-23  Will Newton  <will.newton@linaro.org>
4205
4206         * test-skeleton.c (signal_handler): Use printf and %m
4207         rather than perror.  Use printf rather than fprintf to
4208         stderr.  Use puts rather than fputs to stderr.
4209         (main): Likewise.
4210
4211 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
4212
4213         * nscd/nscd.c (thread_info_t): Remove typedef.
4214         (thread_info): Remove variable.
4215
4216 2014-06-21  Allan McRae  <allan@archlinux.org>
4217
4218         * NEWS: Mention CVE-2014-4043.
4219
4220 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4221
4222         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
4223         * nptl/smp.h: ... here.
4224
4225         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
4226
4227         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
4228         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
4229         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
4230         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
4231
4232         * nptl/allocatestack.c: Include <stack-aliasing.h>.
4233         * nptl/stack-aliasing.h: New file.
4234         * sysdeps/i386/i686/stack-aliasing.h: New file.
4235         * sysdeps/i386/i686/nptl/Makefile: File removed.
4236         * sysdeps/x86_64/stack-aliasing.h: New file.
4237         * sysdeps/x86_64/nptl/Makefile
4238         (CFLAGS-pthread_create.c): Variable removed.
4239
4240         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
4241         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
4242         old file.
4243         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
4244         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
4245         old file.
4246
4247 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
4248
4249         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4250         (__ASSUME_SIGFRAME_V2): Remove macro.
4251         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
4252         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
4253         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
4254         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
4255         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
4256         Declare as function.  Remove conditional macro definitions.
4257         (__default_rt_sa_restorer): Likewise.
4258         (__default_sa_restorer_v1): Remove declaration.
4259         (__default_sa_restorer_v2): Likewise.
4260         (__default_rt_sa_restorer_v1): Likewise.
4261         (__default_rt_sa_restorer_v2): Likewise.
4262         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
4263         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
4264         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
4265
4266 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4267
4268         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
4269         (libpthread-routines): Add sysdep.
4270         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
4271         * sysdeps/unix/sysv/linux/sparc/Versions
4272         (libpthread: GLIBC_2.3.3): New version set.
4273         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
4274         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
4275         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
4276         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
4277         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
4278         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
4279         Moved ...
4280         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
4281         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
4282         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
4283         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
4284         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
4285         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
4286         * sysdeps/sparc/nptl/sem_init.c: ... here.
4287         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
4288         * sysdeps/sparc/nptl/sem_post.c: ... here.
4289         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
4290         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
4291         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
4292         * sysdeps/sparc/nptl/sem_wait.c: ... here.
4293         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
4294         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
4295         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
4296         (libpthread-routines): Add cpu_relax.
4297         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
4298         File removed.
4299         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
4300         (librt: GLIBC_2.3.3): New version set.
4301         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
4302         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
4303         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
4304         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
4305         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
4306         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
4307         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
4308         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
4309         Moved ...
4310         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
4311         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
4312         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
4313         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
4314         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
4315         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
4316         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
4317         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
4318         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
4319         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
4320         Moved ...
4321         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
4322         Update #include.
4323         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
4324         Moved ...
4325         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
4326         Update #include.
4327         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
4328         Moved ...
4329         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
4330         Update #include.
4331         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
4332         Moved ...
4333         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
4334         Update #include.
4335         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
4336         Moved ...
4337         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
4338         Update #include.
4339         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
4340         Moved ...
4341         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
4342         Update #include.
4343         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
4344         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
4345         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
4346         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
4347         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
4348         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
4349         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
4350         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
4351         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
4352         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
4353         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4354         Moved ...
4355         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
4356         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
4357         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
4358         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
4359         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
4360
4361 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4362
4363         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
4364         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
4365         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4366         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
4367         * nscd/nscd.c: Likewise.
4368         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
4369         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
4370         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
4371         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
4372
4373         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
4374         <kernel-features.h>.
4375         (init_mq_netlink): Remove conditional have_sock_cloexec
4376         definitions.  Remove code conditional on have_sock_cloexec < 0.
4377         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
4378         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
4379         * sysdeps/unix/sysv/linux/opensock.c: Do not include
4380         <kernel-features.h>.
4381         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
4382         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
4383
4384 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4385
4386         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4387         Add tests for memset_chk and memset.
4388
4389         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
4390         with AVX2_Usable.
4391
4392 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4393
4394         [BZ #16046]
4395         * elf/tst-dl-iter-static.c: New file.
4396         * elf/Makefile (tests-static): Add tst-dl-iter-static.
4397
4398         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
4399         error.
4400
4401 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4402
4403         * sysdeps/unix/sysv/linux/kernel-features.h
4404         (__ASSUME_F_GETOWN_EX): Remove macro.
4405         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
4406         <kernel-features.h>.
4407         (miss_F_GETOWN_EX): Remove variable or macro.
4408         (do_fcntl): Do not check miss_F_GETOWN_EX.
4409         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
4410
4411         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
4412         Remove macro.
4413         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
4414         [!__ASSUME_AT_RANDOM]: Remove conditional code.
4415         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
4416
4417         * sysdeps/unix/sysv/linux/kernel-features.h
4418         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
4419         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
4420         [ADJ_OFFSET_SS_READ]: Make code unconditional.
4421         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
4422
4423 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4424
4425         [BZ #17075]
4426         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
4427         Fix calculation of the symbol's value.
4428         * sysdeps/arm/tst-armtlsdescloc.c: New file.
4429         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
4430         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
4431         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
4432         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
4433         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
4434         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
4435         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
4436         (modules-names): Add `tst-armtlsdescmod',
4437         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
4438         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
4439         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4440         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
4441         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
4442         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4443         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
4444         ($(objpfx)tst-armtlsdescloc): New dependency.
4445         ($(objpfx)tst-armtlsdescextnow): Likewise.
4446         ($(objpfx)tst-armtlsdescextlazy): Likewise.
4447         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
4448         TLS scheme support.
4449         * sysdeps/arm/configure: Regenerate.
4450
4451 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4452
4453         * include/fcntl.h (__atfct_seterrno): Remove prototype.
4454         (__atfct_seterrno_2): Likewise.
4455         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
4456         <kernel-features.h>.
4457         (__ASSUME_ATFCTS): Do not undefine and redefine.
4458         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
4459         (__have_atfcts): Remove conditional definition.
4460         (__fxstatat([__NR_fstatat64]: Make code unconditional.
4461         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
4462         unreachable if [__ASSUME_ATFCTS].
4463         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
4464         not undefine and redefine.
4465         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
4466         <kernel-features.h>.
4467         (faccessat) [__NR_faccessat]: Make code unconditional.
4468         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
4469         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
4470         <kernel-features.h>.
4471         (fchmodat) [__NR_fchmodat]: Make code unconditional.
4472         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4473         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
4474         <kernel-features.h>.
4475         (fchownat) [__NR_fchownat]: Make code unconditional.
4476         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
4477         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
4478         <kernel-features.h>.
4479         (futimesat) [__NR_futimesat]: Make code unconditional.
4480         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
4481         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
4482         <kernel-features.h>.
4483         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4484         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4485         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
4486         <kernel-features.h>.
4487         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
4488         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4489         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
4490         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
4491         <kernel-features.h>.
4492         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
4493         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4494         * sysdeps/unix/sysv/linux/linkat.c: Do not include
4495         <kernel-features.h>.
4496         (linkat) [__NR_linkat]: Make code unconditional.
4497         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4498         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
4499         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
4500         <kernel-features.h>.
4501         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
4502         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4503         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
4504         <kernel-features.h>.
4505         (mkdirat) [__NR_mkdirat]: Make code unconditional.
4506         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
4507         * sysdeps/unix/sysv/linux/openat.c: Do not include
4508         <kernel-features.h>.
4509         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
4510         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
4511         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
4512         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
4513         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
4514         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
4515         <kernel-features.h>.
4516         (readlinkat) [__NR_readlinkat]: Make code unconditional.
4517         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
4518         result of INLINE_SYSCALL directly, not via int variable.
4519         * sysdeps/unix/sysv/linux/renameat.c: Do not include
4520         <kernel-features.h>.
4521         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
4522         (renameat) [__NR_renameat]: Make code unconditional.
4523         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
4524         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
4525         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
4526         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
4527         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
4528         (__ASSUME_ATFCTS): Do not undefine and redefine.
4529         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
4530         <kernel-features.h>.
4531         (symlinkat) [__NR_symlinkat]: Make code unconditional.
4532         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4533         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
4534         <kernel-features.h>.
4535         (unlinkat) [__NR_unlinkat]: Make code unconditional.
4536         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4537         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
4538         (__ASSUME_ATFCTS): Do not undefine and redefine.
4539         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
4540         <kernel-features.h>.
4541         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4542         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4543         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
4544         <kernel-features.h>.
4545         (__xmknodat) [__NR_mknodat]: Make code unconditional.
4546         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4547
4548 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4549
4550         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
4551
4552 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
4553
4554         [BZ #17069]
4555         * posix/regcomp.c (parse_reg_exp): Deallocate partially
4556         constructed tree before returning error.
4557         * posix/bug-regexp36.c: Expand test case.
4558
4559 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
4560
4561         [BZ #6803]
4562         * math/libm-test.inc (scalbln_test_date):
4563         Add errno expectations.
4564         * math/w_scalblnf.c: New File.
4565         Add wrapper which checks for setting errno to ERANGE.
4566         Add weak_alias for corresponding scalbln function.
4567         * math/w_scalbln.c: Likewise.
4568         * math/w_scalblnl.c: Likewise.
4569         * math/Makefile (libm-calls): Add w_scalbln.
4570         * sysdeps/ieee754/flt-32/s_scalblnf.c:
4571         Remove weak_alias for corresponding scalbln function.
4572         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
4573         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
4574         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
4575         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4576         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
4577         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4578         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
4579         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4580         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
4581         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
4582         Remove long_double_symbol for scalblnl function in libm, libc.
4583         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
4584         Add wrapper which checks for setting errno to ERANGE.
4585         Add long_double_symbol for scalblnl function in libm, libc.
4586         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
4587         Remove long_double_symbol for scalblnl in libm.
4588         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
4589         Add wrapper which checks for setting errno to ERANGE.
4590         Add long_double_symbol for scalblnl function in libm.
4591         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
4592         Do not use wrapper because of own implementation.
4593
4594 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
4595
4596         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
4597         3 bytes for __pad1 for x32.
4598         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
4599
4600 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
4601             H.J. Lu  <hongjiu.lu@intel.com>
4602
4603         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
4604         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
4605         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4606         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4607         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
4608
4609 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
4610
4611         [BZ #17069]
4612         * posix/regcomp.c (parse_expression): Deallocate partially
4613         constructed tree before returning error.
4614         * posix/Makefile.c (tests): Add bug-regex36.
4615         (generated): Add bug-regex36.mtrace.
4616         (tests-special): Add $(objpfx)bug-regex36-mem.out
4617         (bug-regex36-ENV): New variable.
4618         ($(objpfx)bug-regex36-mem.out): New rule.
4619         * posix/bug-regex36.c: New file.
4620
4621 2014-06-19  Will Newton  <will.newton@linaro.org>
4622
4623         * malloc/malloc.c (systrim): If extra is zero then return
4624         early.
4625
4626 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4627
4628         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
4629
4630 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
4631
4632         * sysdeps/aarch64/strchr.S: New file.
4633
4634 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4635
4636         [BZ #17022]
4637         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
4638         from arguments -2 or below.
4639         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
4640         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4641
4642 2014-06-18  Andreas Schwab  <schwab@suse.de>
4643
4644         [BZ #17062]
4645         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
4646         of a bracket expr not to run off the end of the string.
4647         * posix/Makefile (tests): Add tst-fnmatch3.
4648         * posix/tst-fnmatch3.c: New file.
4649
4650 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4651
4652         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
4653         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4654         [$(cross-compiling) = no]: Likewise.
4655         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4656         [$(cross-compiling) = no]: Likewise.
4657
4658 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4659
4660         [BZ #17031]
4661         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
4662         double, adjusted for any remainder from the high double.
4663         * math/libm-test.inc (nearbyint): Add tests.
4664         (rint): Likewise.
4665
4666 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4667
4668         * nptl/sysdeps/powerpc/Makefile: Moved ...
4669         * sysdeps/powerpc/nptl/Makefile: ... here.
4670         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
4671         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
4672         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
4673         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
4674         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
4675         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
4676         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
4677         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
4678         * nptl/sysdeps/powerpc/tls.h: Moved ...
4679         * sysdeps/powerpc/nptl/tls.h: ... here.
4680
4681 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
4682
4683         [BZ #16681]
4684         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
4685         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
4686         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
4687         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
4688         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
4689         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
4690         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
4691         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
4692         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
4693
4694 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
4695
4696         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4697
4698 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
4699
4700         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
4701         defined operator.
4702
4703         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
4704         $TIMEOUTFACTOR.
4705
4706 2014-06-16  Florian Weimer  <fweimer@redhat.com>
4707
4708         [BZ #17058]
4709         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
4710         non-executed part of the test.
4711
4712 2014-06-16  Andreas Schwab  <schwab@suse.de>
4713
4714         * string/bits/string2.h (strdup, strndup): Update feature guard.
4715
4716 2014-06-14  David S. Miller  <davem@davemloft.net>
4717
4718         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4719
4720 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
4721
4722         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
4723         that was previously under [RESET_PID].
4724         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
4725
4726         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
4727         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
4728         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
4729         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4730         (__libc_vfork): New strong alias.
4731         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
4732
4733 2014-06-14 Andi Kleen  <ak@linux.intel.com>
4734
4735         * sysdeps/generic/elide.h: New file.
4736
4737 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4738
4739         * Makefile (installed-headers): Adjust path of pthread.h header.
4740
4741 2014-06-13  Roland McGrath  <roland@hack.frob.com>
4742
4743         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
4744         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
4745         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
4746         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
4747
4748         * nptl/sysdeps/s390/Makefile: Moved ...
4749         * sysdeps/s390/nptl/Makefile: ... here.
4750         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4751         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4752         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4753         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4754         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4755         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4756         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4757         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4758         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4759         * sysdeps/s390/nptl/pthreaddef.h: ... here.
4760         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4761         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4762         * nptl/sysdeps/s390/tls.h: Moved ...
4763         * sysdeps/s390/nptl/tls.h: ... here.
4764
4765         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4766         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4767
4768 2014-06-13  David S. Miller  <davem@davemloft.net>
4769
4770         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4771         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4772         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4773         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4774         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4775         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4776         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4777         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4778         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4779         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4780         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4781         Remove RESET_PID cpp guards.
4782         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4783         Remove RESET_PID cpp guards.
4784         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4785
4786 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
4787
4788         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4789         __sp to uintptr_t.
4790
4791 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4792
4793         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4794         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4795         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4796         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4797         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4798         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4799         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4800         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4801         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4802         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4803         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4804         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4805         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4806         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4807         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4808         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4809         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4810         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4811         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4812         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
4813
4814         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4815         (pthread_rwlock_rdlock): Add elision.
4816         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4817         (pthread_rwlock_wrlock): Add elision.
4818         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4819         (pthread_rwlock_trywrlock): Add elision.
4820         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4821         (pthread_rwlock_tryrdlock): Add elision.
4822         * nptl/pthread_rwlock_unlock.c: Include elide.h.
4823         (pthread_rwlock_tryrdlock): Add elision unlock.
4824         * nptl/sysdeps/pthread/pthread.h:
4825         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4826         (PTHREAD_RWLOCK_INITIALIZER,
4827         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4828         Handle new elision field.
4829         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4830         * sysdeps/arm/nptl/bits/pthreadtypes.h
4831         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4832         * sysdeps/sh/nptl/bits/pthreadtypes.h
4833         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4834         * sysdeps/tile/nptl/bits/pthreadtypes.h
4835         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4836         * sysdeps/a/nptl/bits/pthreadtypes.h
4837         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4838         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4839         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4840         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4841         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4842         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4843         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4844         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4845         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4846         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4847         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4848         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4849         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4850         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4851         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4852         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4853         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4854         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4855         (elision_init): Set try_xbegin to zero when no RTM.
4856         * sysdeps/x86/nptl/bits/pthreadtypes.h
4857         (pthread_rwlock_t): Change __pad1 to __rwelision.
4858         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4859
4860 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4861
4862         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4863         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4864         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4865         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4866
4867 2014-06-13  Meador Inge  <meadori@codesourcery.com>
4868
4869         [BZ #16996]
4870         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
4871         that the cached result has been set before returning it.
4872
4873 2014-06-12  Roland McGrath  <roland@hack.frob.com>
4874
4875         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4876         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4877         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4878         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4879         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4880         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4881
4882         * nptl/sysdeps/sparc/Makefile: Moved ...
4883         * sysdeps/sparc/nptl/Makefile: ... here.
4884         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4885         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4886         * nptl/sysdeps/sparc/tls.h: Moved ...
4887         * sysdeps/sparc/nptl/tls.h: ... here.
4888         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
4889         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
4890         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
4891         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
4892         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
4893         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
4894         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
4895         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
4896         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
4897         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
4898         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
4899         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
4900         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
4901         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
4902         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
4903         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
4904         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
4905         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
4906         Update #include.
4907         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
4908         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
4909         Update #include.
4910         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
4911         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
4912         Update #include.
4913         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
4914         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
4915         Update #include.
4916
4917         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4918
4919         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
4920         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
4921
4922         * sysdeps/pthread/posix-timer.h: Include <list.h>.
4923         (struct list_links): Type removed.
4924         (struct thread_node, struct timer_node): Replace struct list_links
4925         with struct list_head.
4926         (list_unlink_ip): Likewise.
4927         * sysdeps/pthread/timer_routines.c
4928         (timer_free_list, thread_free_list, thread_active_list): Likewise.
4929         (list_append, list_insbefore): Likewise.
4930         (list_init): Function removed.
4931         (thread_init, init_module): Use INIT_LIST_HEAD instead.
4932         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
4933         * sysdeps/pthread/Makefile: ... here, new file.
4934
4935         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
4936         * sysdeps/nptl/Implies: ... here.
4937         * sysdeps/unix/sysv/linux/Implies: Add nptl.
4938         * nptl/sysdeps/pthread/list.h: Moved ...
4939         * include/list.h: ... here.
4940         * nptl/sysdeps/pthread/createthread.c: Moved ...
4941         * nptl/createthread.c: ... here.
4942         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
4943         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
4944         * nptl/pt-longjmp.c: ... here.
4945         * nptl/sysdeps/pthread/Makefile: Moved ...
4946         * sysdeps/nptl/Makefile: ... here.
4947         * nptl/sysdeps/pthread/Subdirs: Moved ...
4948         * sysdeps/nptl/Subdirs: ... here.
4949         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
4950         * sysdeps/nptl/aio_misc.h: ... here.
4951         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
4952         * sysdeps/nptl/bits/libc-lock.h: ... here.
4953         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
4954         * sysdeps/nptl/bits/libc-lockP.h: ... here.
4955         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
4956         * sysdeps/nptl/bits/stdio-lock.h: ... here.
4957         * nptl/sysdeps/pthread/configure: Moved ...
4958         * sysdeps/nptl/configure: ... here.
4959         * nptl/sysdeps/pthread/configure.ac: Moved ...
4960         * sysdeps/nptl/configure.ac: ... here.
4961         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
4962         * sysdeps/nptl/gai_misc.h: ... here.
4963         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
4964         * sysdeps/nptl/librt-cancellation.c: ... here.
4965         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
4966         * sysdeps/nptl/malloc-machine.h: ... here.
4967         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
4968         * sysdeps/nptl/pthread-functions.h: ... here.
4969         * nptl/sysdeps/pthread/pthread.h: Moved ...
4970         * sysdeps/nptl/pthread.h: ... here.
4971         * nptl/sysdeps/pthread/setxid.h: Moved ...
4972         * sysdeps/nptl/setxid.h: ... here.
4973         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
4974         * sysdeps/nptl/sigfillset.c: ... here.
4975         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
4976         * sysdeps/nptl/tcb-offsets.h: ... here.
4977         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
4978         * sysdeps/nptl/tst-mqueue8x.c: ... here.
4979         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
4980         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
4981         * nptl/sysdeps/pthread/allocalim.h: Moved ...
4982         * sysdeps/pthread/allocalim.h: ... here.
4983         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
4984         * sysdeps/pthread/bits/sigthread.h: ... here.
4985         * nptl/sysdeps/pthread/flockfile.c: Moved ...
4986         * sysdeps/pthread/flockfile.c: ... here.
4987         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
4988         * sysdeps/pthread/ftrylockfile.c: ... here.
4989         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
4990         * sysdeps/pthread/funlockfile.c: ... here.
4991         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
4992         * sysdeps/pthread/posix-timer.h: ... here.
4993         * nptl/sysdeps/pthread/timer_create.c: Moved ...
4994         * sysdeps/pthread/timer_create.c: ... here.
4995         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
4996         * sysdeps/pthread/timer_delete.c: ... here.
4997         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
4998         * sysdeps/pthread/timer_getoverr.c: ... here.
4999         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
5000         * sysdeps/pthread/timer_gettime.c: ... here.
5001         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
5002         * sysdeps/pthread/timer_routines.c: ... here.
5003         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
5004         * sysdeps/pthread/timer_settime.c: ... here.
5005         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
5006         * sysdeps/pthread/tst-timer.c: ... here.
5007         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
5008         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
5009
5010         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
5011         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
5012
5013         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
5014         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
5015         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
5016         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
5017         Update #include target.
5018         * nptl/sysdeps/i386/i686/Makefile: Moved ...
5019         * sysdeps/i386/i686/nptl/Makefile: ... here.
5020         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
5021         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
5022         Update #include target.
5023         * nptl/sysdeps/i386/i686/tls.h: Moved ...
5024         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
5025         * nptl/sysdeps/i386/Makefile: Moved ...
5026         * sysdeps/i386/nptl/Makefile: ... here.
5027         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
5028         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
5029         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
5030         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
5031         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
5032         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
5033         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
5034         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
5035         * sysdeps/i386/nptl/pthreaddef.h: ... here.
5036         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
5037         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
5038         * nptl/sysdeps/i386/tls.h: Moved ...
5039         * sysdeps/i386/nptl/tls.h: ... here.
5040
5041         * sysdeps/sh/Makefile [$(subdir) = csu]
5042         (gen-as-const-headers): Add tcb-offsets.sym.
5043         * nptl/sysdeps/sh/Makefile: File removed.
5044         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
5045         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
5046         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
5047         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
5048         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
5049         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
5050         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
5051         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
5052         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
5053         * sysdeps/sh/nptl/pthreaddef.h: ... here.
5054         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
5055         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
5056         * nptl/sysdeps/sh/tls.h: Moved ...
5057         * sysdeps/sh/nptl/tls.h: ... here.
5058         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
5059         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
5060         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
5061         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
5062         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
5063         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
5064         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
5065         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
5066         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
5067         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
5068         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
5069         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
5070         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
5071         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
5072         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
5073         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
5074         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
5075         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
5076         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
5077         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
5078         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
5079         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
5080         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
5081         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
5082         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
5083         Moved ...
5084         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
5085         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
5086         Moved ...
5087         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
5088         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
5089         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
5090         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
5091         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
5092         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
5093         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
5094         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
5095         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
5096         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
5097         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
5098         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
5099         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
5100         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
5101         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
5102         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
5103         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
5104         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
5105         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
5106
5107 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5108
5109         * posix/spawn_faction_addopen.c: Include string.h.
5110
5111 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5112
5113         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
5114         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
5115         * nptl/sysdeps/x86_64/Makefile: Moved ...
5116         * sysdeps/x86_64/nptl/Makefile: ... here.
5117         * nptl/sysdeps/x86_64/configure: Moved ...
5118         * sysdeps/x86_64/nptl/configure: ... here.
5119         * nptl/sysdeps/x86_64/configure.ac: Moved ...
5120         * sysdeps/x86_64/nptl/configure.ac: ... here.
5121         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
5122         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
5123         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
5124         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
5125         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
5126         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
5127         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
5128         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
5129         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
5130         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
5131         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
5132         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
5133         * nptl/sysdeps/x86_64/tls.h: Moved ...
5134         * sysdeps/x86_64/nptl/tls.h: ... here.
5135         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
5136         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
5137         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
5138         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
5139
5140         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
5141
5142 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5143
5144         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5145
5146 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
5147
5148         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
5149         type.
5150         [POSIX] (off_t): Likewise.
5151         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
5152         [POSIX] (S_ISBLK): Require macro.
5153         [POSIX] (S_ISCHR): Likewise.
5154         [POSIX] (S_ISDIR): Likewise.
5155         [POSIX] (S_ISFIFO): Likewise.
5156         [POSIX] (S_ISREG): Likewise.
5157         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
5158         optional-macro.
5159         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
5160         type.
5161         [POSIX] (time_t): Likewise.
5162         [POSIX] (timer_t): Likewise.
5163
5164 2014-06-11  Florian Weimer  <fweimer@redhat.com>
5165
5166         [BZ #17048]
5167         * posix/spawn_int.h (struct __spawn_action): Make the path string
5168         non-const to support deallocation.
5169         * posix/spawn_faction_addopen.c
5170         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
5171         * posix/spawn_faction_destroy.c
5172         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
5173         path in all spawn_do_open actions.
5174         * posix/tst-spawn.c (do_test): Exercise the copy operation in
5175         posix_spawn_file_actions_addopen.
5176
5177 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
5178
5179         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
5180         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
5181         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
5182         conditional code always true.
5183         (__libc_vfork): New alias.
5184
5185 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5186
5187         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5188         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
5189
5190         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
5191
5192         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5193         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
5194
5195         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5196         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
5197
5198         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5199         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
5200
5201 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5202
5203         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
5204         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
5205         multiarch strcmp for PPC64.
5206         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
5207         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
5208         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
5209         multiarch optimizations.
5210         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5211         (__libc_ifunc_impl_list): Likewise.
5212
5213 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
5214
5215         * benchtests/scripts/validate_benchout.py: New script.
5216         * benchtests/Makefile (bench-func): Call it.
5217         * benchtests/scripts/benchout.schema.json: New file.
5218
5219 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
5220
5221         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
5222         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
5223         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
5224         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
5225         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
5226         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
5227         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
5228         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
5229         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
5230         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
5231         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
5232         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
5233         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
5234         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
5235         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
5236         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
5237         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
5238         Moved ...
5239         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
5240         ... here.
5241         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
5242         Moved ...
5243         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
5244         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
5245         Moved ...
5246         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
5247         ... here.
5248         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
5249         Moved ...
5250         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
5251         ... here.
5252         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
5253         Moved ...
5254         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
5255         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
5256         Moved ...
5257         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
5258         ... here.
5259         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
5260         Moved ...
5261         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
5262         ... here.
5263         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
5264         Moved ...
5265         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
5266         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
5267         Moved ...
5268         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
5269         ... here.
5270         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
5271         Moved ...
5272         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
5273         ... here.
5274         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
5275         Moved ...
5276         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
5277         ... here.
5278         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
5279         Moved ...
5280         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
5281         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
5282         Moved ...
5283         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
5284         ... here.
5285         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
5286         Moved ...
5287         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
5288         ... here.
5289         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
5290         Moved ...
5291         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
5292         ... here.
5293         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
5294         Moved ...
5295         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
5296         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
5297         Moved ...
5298         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
5299         ... here.
5300         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
5301         Moved ...
5302         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
5303         ... here.
5304         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
5305         Moved ...
5306         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
5307         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
5308         Moved ...
5309         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
5310         ... here.
5311         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
5312         Moved ...
5313         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
5314         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
5315         Moved ...
5316         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
5317         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
5318         Moved ...
5319         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
5320         ... here.
5321         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
5322         Moved ...
5323         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
5324         ... here.
5325         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
5326         Moved ...
5327         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
5328         ... here.
5329         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
5330         Moved ...
5331         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
5332         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
5333         Moved ...
5334         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
5335         ... here.
5336         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
5337         Moved ...
5338         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
5339         ... here.
5340         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
5341         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
5342         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
5343         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
5344         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
5345         Moved ...
5346         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
5347         ... here.
5348         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
5349         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
5350         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
5351         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
5352         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
5353         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
5354         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
5355         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
5356         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
5357         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
5358         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
5359         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
5360         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
5361         Moved ...
5362         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
5363         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
5364         Moved ...
5365         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
5366         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
5367         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
5368         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
5369         Moved ...
5370         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
5371         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
5372         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
5373         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
5374         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
5375         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
5376         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
5377
5378 2014-06-10  Wilco  <wdijkstr@arm.com>
5379
5380         * math/test-fenv-return.c: New file.
5381         * math/Makefile: Add new test test-fenv-return.
5382
5383 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
5384
5385         [BZ #17042]
5386         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
5387         when x - 1 is zero.
5388         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
5389         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
5390         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
5391         0.0L for an argument of 1.0L.
5392         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
5393         Likewise.
5394         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
5395         value when x - 1 is zero.
5396         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
5397         * sysdeps/i386/fpu/libm-test-ulps: Update.
5398         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5399
5400 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
5401
5402         [BZ #15119]
5403         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
5404
5405 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5406
5407         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
5408         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
5409
5410 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5411
5412         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5413         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
5414
5415         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5416         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
5417
5418         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5419         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
5420
5421         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5422         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
5423
5424         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
5425         if not already defined.
5426         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
5427         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
5428         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
5429         (TLS_INIT_TP): Use it.
5430         (TLS_DEFINE_INIT_TP): New macro.
5431         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
5432
5433 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
5434
5435         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
5436         constant.
5437         [POSIX] (IXANY): Likewise.
5438         [POSIX] (OLCUC): Likewise.
5439         [POSIX || POSIX2008] (CBAUD): Do not allow.
5440         [POSIX || POSIX2008] (DEFECHO): Likewise.
5441         [POSIX || POSIX2008] (ECHOCTL): Likewise.
5442         [POSIX || POSIX2008] (ECHOKE): Likewise.
5443         [POSIX || POSIX2008] (ECHOPRT): Likewise.
5444         [POSIX || POSIX2008] (EXTA): Likewise.
5445         [POSIX || POSIX2008] (EXTB): Likewise.
5446         [POSIX || POSIX2008] (FLUSHO): Likewise.
5447         [POSIX || POSIX2008] (LOBLK): Likewise.
5448         [POSIX || POSIX2008] (PENDIN): Likewise.
5449         [POSIX || POSIX2008] (SWTCH): Likewise.
5450         [POSIX || POSIX2008] (VDISCARD): Likewise.
5451         [POSIX || POSIX2008] (VDSUSP): Likewise.
5452         [POSIX || POSIX2008] (VLNEXT): Likewise.
5453         [POSIX || POSIX2008] (VREPRINT): Likewise.
5454         [POSIX || POSIX2008] (VSTATUS): Likewise.
5455         [POSIX || POSIX2008] (VWERASE): Likewise.
5456         (B*): Change to B[0123456789]*.
5457         * conform/data/time.h-data [POSIX || UNIX98]
5458         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
5459         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
5460         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
5461         [POSIX] (tm_*): Do not allow.
5462
5463 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
5464
5465         * Makefile (install): Don't set LANGUAGE.
5466         * Makefile.in (install): Likewise.
5467         * assert/Makefile (test-assert-ENV): Remove variable.
5468         (test-assert-perr-ENV): Likewise.
5469         * elf/Makefile (neededtest4-ENV): Likewise.
5470         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5471         [$(cross-compiling) = no]: Don't set LANGUAGE.
5472         * io/ftwtest-sh (LANG): Remove variable.
5473         * libio/Makefile (tst-widetext-ENV): Likewise.
5474         * manual/install.texi (Running make install): Don't refer to
5475         environment settings for make install.
5476         * INSTALL: Regenerated.
5477         * nptl/tst-tls6.sh: Don't set LANG.
5478         * posix/globtest.sh (LANG): Remove variable.
5479         * string/Makefile (tester-ENV): Likewise.
5480         (inl-tester-ENV): Likewise.
5481         (noinl-tester-ENV): Likewise.
5482         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5483         [$(cross-compiling) = no]: Don't set LANGUAGE.
5484         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
5485         without explicit environment settings.
5486
5487 2014-06-06  Roland McGrath  <roland@hack.frob.com>
5488
5489         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
5490         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
5491         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
5492         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
5493
5494 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
5495
5496         * crypt/crypt-private.h [DOS]: Add some includes taken from the
5497         other files in the crypt directory.
5498         * crypt/crypt.c: Remove duplicate includes.
5499         * crypt/crypt-entry.c: Likewise.
5500         * crypt/crypt_util.c: Likewise.
5501
5502 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
5503
5504         * Makeconfig (run-program-env): New variable.
5505         (run-program-prefix-before-env): Likewise.
5506         (run-program-prefix-after-env): Likewise.
5507         (run-program-prefix): Define in terms of new variables.
5508         (built-program-cmd-before-env): New variable.
5509         (built-program-cmd-after-env): Likewise.
5510         (built-program-cmd): Define in terms of new variables.
5511         (test-program-prefix-before-env): New variable.
5512         (test-program-prefix-after-env): Likewise.
5513         (test-program-prefix): Define in terms of new variables.
5514         (test-program-cmd-before-env): New variable.
5515         (test-program-cmd-after-env): Likewise.
5516         (test-program-cmd): Define in terms of new variables.
5517         * Rules (make-test-out): Use $(run-program-env).
5518         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
5519         (help): Do not mention environment variables.  Mention
5520         --timeoutfactor option.
5521         (timeoutfactor): New variable.
5522         (blacklist_exports): Remove function.
5523         (exports): Remove variable.
5524         (command): Do not include ${exports}.
5525         * manual/install.texi (Configuring and compiling): Do not mention
5526         test wrappers preserving environment variables.  Mention that last
5527         assignment to a variable must take precedence.
5528         * INSTALL: Regenerated.
5529         * benchtests/Makefile (run-bench): Use $(run-program-env).
5530         * catgets/Makefile ($(objpfx)test1.cat): Use
5531         $(built-program-cmd-before-env), $(run-program-env) and
5532         $(built-program-cmd-after-env).
5533         ($(objpfx)test2.cat): Do not specify environment variables
5534         explicitly.
5535         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
5536         $(run-program-env) and $(built-program-cmd-after-env).
5537         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
5538         $(run-program-env) and $(test-program-cmd-after-env).
5539         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
5540         explicitly.
5541         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
5542         run_program_env and test_program_cmd_after_env arguments.
5543         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
5544         * elf/tst-pathopt.sh: Use run_program_env argument.
5545         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
5546         $(test-wrapper-env) and $(run-program-env).
5547         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
5548         run_program_env arguments.
5549         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
5550         * intl/Makefile ($(objpfx)tst-gettext.out): Use
5551         $(test-program-prefix-before-env), $(run-program-env) and
5552         $(test-program-prefix-after-env).
5553         ($(objpfx)tst-gettext2.out): Likewise.
5554         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
5555         run_program_env and test_program_prefix_after_env arguments.
5556         * intl/tst-gettext2.sh: Likewise.
5557         * intl/tst-gettext4.sh: Do not set environment variables
5558         explicitly.
5559         * intl/tst-gettext6.sh: Likewise.
5560         * intl/tst-translit.sh: Likewise.
5561         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
5562         $(test-program-prefix-before-env), $(run-program-env) and
5563         $(test-program-prefix-after-env).
5564         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
5565         run_program_env and test_program_prefix_after_env arguments.
5566         * math/Makefile (run-regen-ulps): Use $(run-program-env).
5567         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
5568         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
5569         explicitly with each use of ${test_wrapper_env}.
5570         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
5571         $(test-program-prefix-before-env), $(run-program-env) and
5572         $(test-program-prefix-after-env).
5573         * posix/tst-getconf.sh: Do not set environment variables
5574         explicitly.
5575         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
5576         run_program_env and test_program_prefix_after_env arguments.
5577         * stdio-common/tst-printf.sh: Do not set environment variables
5578         explicitly.
5579         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
5580         $(test-program-prefix-before-env), $(run-program-env) and
5581         $(test-program-prefix-after-env).
5582         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
5583         run_program_env and test_program_prefix_after_env arguments.
5584         Split $test calls into $test_pre and $test.
5585         * timezone/Makefile (build-testdata): Use
5586         $(built-program-cmd-before-env), $(run-program-env) and
5587         $(built-program-cmd-after-env).
5588
5589 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5590
5591         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
5592         strlen for non SHARED builds.
5593
5594 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5595
5596         * nptl/allocatestack.c (check_list): Inlined function...
5597         (__reclaim_stacks): ... here.
5598
5599 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5600
5601         [BZ #15698]
5602         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5603         memory overrun.
5604
5605 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
5606
5607         * Rules (make-test-out): Include
5608         LOCPATH=$(common-objpfx)localedata in default environment.
5609         * debug/Makefile (tst-chk1-ENV): Remove variable.
5610         (tst-chk2-ENV): Likewise.
5611         (tst-chk3-ENV): Likewise.
5612         (tst-chk4-ENV): Likewise.
5613         (tst-chk5-ENV): Likewise.
5614         (tst-chk6-ENV): Likewise.
5615         (tst-lfschk1-ENV): Likewise.
5616         (tst-lfschk2-ENV): Likewise.
5617         (tst-lfschk3-ENV): Likewise.
5618         (tst-lfschk4-ENV): Likewise.
5619         (tst-lfschk5-ENV): Likewise.
5620         (tst-lfschk6-ENV): Likewise.
5621         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
5622         (tst-iconv7-ENV): Likewise.
5623         * intl/Makefile (LOCPATH-ENV): Likewise.
5624         (tst-codeset-ENV): Likewise.
5625         (tst-gettext3-ENV): Likewise.
5626         (tst-gettext5-ENV): Likewise.
5627         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
5628         (tst-fopenloc-ENV): Likewise.
5629         (tst-fgetws-ENV): Remove variable.
5630         (tst-ungetwc1-ENV): Likewise.
5631         (tst-ungetwc2-ENV): Likewise.
5632         (bug-ungetwc2-ENV): Likewise.
5633         (tst-swscanf-ENV): Likewise.
5634         (bug-ftell-ENV): Likewise.
5635         (tst-fgetwc-ENV): Likewise.
5636         (tst-fseek-ENV): Likewise.
5637         (tst-ftell-partial-wide-ENV): Likewise.
5638         (tst-ftell-active-handler-ENV): Likewise.
5639         (tst-ftell-append-ENV): Likewise.
5640         * posix/Makefile (tst-fnmatch-ENV): Likewise.
5641         (tst-regexloc-ENV): Likewise.
5642         (bug-regex1-ENV): Likewise.
5643         (tst-regex-ENV): Likewise.
5644         (tst-regex2-ENV): Likewise.
5645         (bug-regex5-ENV): Likewise.
5646         (bug-regex6-ENV): Likewise.
5647         (bug-regex17-ENV): Likewise.
5648         (bug-regex18-ENV): Likewise.
5649         (bug-regex19-ENV): Likewise.
5650         (bug-regex20-ENV): Likewise.
5651         (bug-regex22-ENV): Likewise.
5652         (bug-regex23-ENV): Likewise.
5653         (bug-regex25-ENV): Likewise.
5654         (bug-regex26-ENV): Likewise.
5655         (bug-regex30-ENV): Likewise.
5656         (bug-regex32-ENV): Likewise.
5657         (bug-regex33-ENV): Likewise.
5658         (bug-regex34-ENV): Likewise.
5659         (bug-regex35-ENV): Likewise.
5660         (tst-rxspencer-ENV): Likewise.
5661         (tst-rxspencer-no-utf8-ENV): Likewise.
5662         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
5663         (tst-sscanf-ENV): Likewise.
5664         (tst-swprintf-ENV): Likewise.
5665         (tst-swscanf-ENV): Likewise.
5666         (test-vfprintf-ENV): Likewise.
5667         (scanf13-ENV): Likewise.
5668         (bug14-ENV): Likewise.
5669         (tst-grouping-ENV): Likewise.
5670         * stdlib/Makefile (tst-strtod-ENV): Likewise.
5671         (tst-strtod3-ENV): Likewise.
5672         (tst-strtod4-ENV): Likewise.
5673         (tst-strtod5-ENV): Likewise.
5674         (testmb2-ENV): Likewise./
5675         * string/Makefile (tst-strxfrm-ENV): Likewise.
5676         (tst-strxfrm2-ENV): Likewise.
5677         (bug-strcoll1-ENV): Likewise.
5678         (test-strcasecmp-ENV): Likewise.
5679         (test-strncasecmp-ENV): Likewise.
5680         * time/Makefile (tst-strptime-ENV): Likewise.
5681         (tst-ftime_l-ENV): Likewise.
5682         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
5683         (tst-mbrtowc-ENV): Likewise.
5684         (tst-wcrtomb-ENV): Likewise.
5685         (tst-mbrtowc2-ENV): Likewise.
5686         (tst-c16c32-1-ENV): Likewise.
5687         (tst-mbsnrtowcs-ENV): Likewise.
5688
5689 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5690
5691         * manual/resource.texi (How to get information about the memory
5692         subsystem?): Fix typo.
5693         Reported by Peon de la Parra Ivan <peon@keba.com>
5694
5695 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
5696
5697         [BZ #16882]
5698         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
5699         (pthread_spin_lock): Branch out of spin loop to proper location.
5700         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
5701         (pthread_spin_lock): Likewise.
5702
5703         * nptl/tst-spin4.c: New test.
5704         * nptl/Makefile (tests): Add tst-spin4.
5705
5706 2014-06-03  Andreas Schwab  <schwab@suse.de>
5707
5708         [BZ #15946]
5709         * resolv/res_send.c (send_dg): Reload file descriptor after
5710         calling reopen.
5711
5712 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
5713
5714         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5715
5716 2014-06-03  Richard Henderson  <rth@redhat.com>
5717
5718         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
5719         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
5720         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
5721         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
5722         in the SAVE_PID block.
5723         (__libc_vfork): New alias.
5724         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
5725
5726         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
5727         child in registers, not on the stack.  Remove RESET_PID conditionals.
5728         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
5729
5730 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5731
5732         * sysdeps/aarch64/libm-test-ulps: Regenerate.
5733
5734 2014-06-03  Wilco  <wdijkstr@arm.com>
5735
5736         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
5737         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
5738         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5739         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
5740         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
5741         Likewise.
5742
5743 2014-06-03  Wilco  <wdijkstr@arm.com>
5744
5745         * sysdeps/aarch64/fpu/math_private.h
5746         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
5747         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5748         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5749         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5750         Fix declarations.
5751
5752 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5753
5754         * crypt/crypt-private.h: Include ufc-crypt.h.
5755         (__b64_from_24bit): Declare extern.
5756         * crypt/crypt_util.c(__b64_from_24bit): New function.
5757         (b64t): New static const variable.
5758         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5759         (b64t): Remove variable.
5760         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5761         * crypt/sha256-crypt.c: Include crypt-private.h.
5762         (b64t): Remove variable.
5763         (__sha256_crypt_r): Remove b64_from_24bit and replace
5764         with __b64_from_24bit.
5765         * crypt/sha512-crypt.c: Likewise.
5766
5767 2014-06-02  Roland McGrath  <roland@hack.frob.com>
5768
5769         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5770         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5771         Label the code __libc_vfork rather than __vfork.
5772         [!NOT_IN_libc] (vfork): Define as weak alias.
5773         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5774         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5775         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5776
5777 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5778
5779         * malloc/malloc.c (malloc_info): Fix format specifier for
5780         n_mmaps.
5781
5782 2014-06-02  Wilco  <wdijkstr@arm.com>
5783
5784         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5785         FPCR write.
5786
5787 2014-06-02  Wilco  <wdijkstr@arm.com>
5788
5789         [BZ #17009]
5790         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5791         Rewrite to reduce FPCR/FPSR accesses.
5792
5793 2014-06-01  David S. Miller  <davem@davemloft.net>
5794
5795         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5796
5797 2014-05-31  David S. Miller  <davem@davemloft.net>
5798
5799         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5800         to occur in round to nearest mode when |x| >= 2.0
5801
5802 2014-05-30  Richard Henderson  <rth@twiddle.net>
5803
5804         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5805         (PSEUDO_RET_NOERRNO): Remove.
5806         (ret): Don't redefine.
5807         (ret_NOERRNO): Define in terms of ret.
5808         (ret_ERRVAL): Likewise.
5809
5810         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5811         use of PSEUDO_RET; perform the error check directly.
5812
5813 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
5814
5815         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5816         with __int128_t.
5817
5818 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5819
5820         * malloc/malloc (malloc_info): Fix formatting.
5821
5822 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5823             Roland McGrath  <roland@hack.frob.com>
5824
5825         * malloc/malloc (malloc_info): Also print mmapped statistics.
5826
5827 2014-05-30  Roland McGrath  <roland@hack.frob.com>
5828
5829         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5830         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5831
5832 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
5833
5834         * malloc/malloc.c (malloc_info): Inline mi_arena.
5835
5836 2014-05-29  Richard Henderson  <rth@twiddle.net>
5837
5838         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5839         Remove comma before expanding ASM_ARGS_##nr.
5840         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5841         Make _x0 a strict output; make _x8 a strict input; adjust expansion
5842         of ASM_ARGS_##nr.
5843         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5844         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5845         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5846         (ASM_ARGS_1): Add leading comma.
5847
5848         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5849         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5850         to __errno_location.
5851         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5852         Remove the expected plt for __errno_location.
5853
5854         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5855         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
5856         call to __read_tp.
5857
5858         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5859         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
5860         it and break it down.
5861         (DOCARGS_0, DOCARGS_1): Do nothing.
5862         (DOCARGS_2): Update to store into the new stack frame.
5863         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5864         (UNDOCARGS_1): Update to restore from the new stack frame.
5865         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5866         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5867
5868         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5869         (SINGLE_THREAD_P): New parameter for result regno.
5870         (PSEUDO): Update to match; use cbz instead of beq.
5871
5872         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5873         Use ENTRY to define the _nocancel entry point.  Share the syscall
5874         and syscall error check paths with the cancel path.
5875         (PSEUDO_END): New.
5876
5877         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5878         whitespace; tabs before and after asm mnemonics.
5879
5880 2014-05-29  Eric Wong  <normalperson@yhbt.net>
5881
5882         [BZ #15132]
5883         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5884         Call fstat64 or stat64 internally, depending on arguments passed.
5885         Replace stat buffer argument with file descriptor argument.
5886         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
5887         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
5888         Pass fd to __internal_statvfs instead of calling fstat64.
5889         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
5890         Pass fd to __internal_statvfs64 instead of calling fstat64.
5891         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
5892         Pass -1 to __internal_statvfs instead of calling stat64.
5893         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
5894         Pass -1 to __internal_statvfs64 instead of calling stat64.
5895
5896 2014-05-28  Roland McGrath  <roland@hack.frob.com>
5897
5898         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
5899         that was previously under [RESET_PID].
5900         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
5901
5902         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
5903         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
5904
5905 2014-05-27  Roland McGrath  <roland@hack.frob.com>
5906
5907         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
5908
5909         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
5910         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
5911
5912 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
5913
5914         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
5915
5916 2014-05-27  Andreas Schwab  <schwab@suse.de>
5917
5918         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
5919         TLS_INIT_TP macro.
5920         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5921         * elf/rtld.c (init_tls, dl_main): Likewise.
5922         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
5923         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
5924         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
5925         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
5926         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
5927         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
5928         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
5929         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
5930         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
5931         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
5932         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
5933         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
5934         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
5935         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
5936         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
5937         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
5938         * sysdeps/generic/tls.h: Update description.
5939
5940 2014-05-27  Will Newton  <will.newton@linaro.org>
5941
5942         [BZ #16990]
5943         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
5944         and restore r2 rather than just restoring.
5945
5946 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5947
5948         [BZ #16724]
5949         * libio/tst-ftell-append.c: New test case.
5950         * libio/Makefile (tests): Add test case.
5951         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
5952         append mode.
5953         * libio/wfileops.c (do_ftell_wide): Likewise.
5954
5955 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5956
5957         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5958
5959         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
5960         ...
5961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
5962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
5963         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
5964         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
5965         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
5966         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
5967         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
5968         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
5969         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5970         Moved ...
5971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
5972         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5973         Moved ...
5974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
5975         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
5976         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
5977         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
5978         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
5979         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
5980         ...
5981         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
5982         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
5983         Moved ...
5984         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
5985         here.
5986         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
5987         ...
5988         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
5989         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
5990         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
5991
5992         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
5993         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
5994         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
5995         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
5996
5997         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
5998         merge into ...
5999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
6000         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
6001         ...
6002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
6003         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
6004         ...
6005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
6006         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6007         Moved ...
6008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
6009         here.
6010         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6011         Moved ...
6012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
6013         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6014         Moved ...
6015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
6016
6017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
6018         conditional [RESET_PID].
6019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
6020         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
6021         removed.
6022         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
6023         removed.
6024
6025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
6026         <tcb-offsets.h>.
6027         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6028         (__libc_vfork): New strong alias.
6029         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
6030         removed.
6031         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
6032         Removed.
6033
6034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
6035         <tcb-offsets.h>.
6036         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
6037         (__libc_vfork): New strong alias.
6038         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
6039         removed.
6040         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
6041         removed.
6042
6043 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
6044
6045         * malloc/malloc.c (mi_arena): New function.
6046         (malloc_info): Remove nested function mi_arena. Call non-nosted
6047         function mi_arena.
6048
6049 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6050
6051         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
6052         by insrwi.
6053         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
6054         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
6055         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
6056         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
6057         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
6058         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
6059         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
6060
6061 2014-05-26  Andreas Schwab  <schwab@suse.de>
6062
6063         [BZ #16984]
6064         * locale/programs/repertoire.c (repertoire_read): Add slash
6065         between I18NPATH element and file name.
6066         * locale/programs/locfile.c (locfile_read): Likewise.
6067
6068 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6069
6070         * nptl/pthread_mutexattr_settype.c
6071         (__pthread_mutexattr_settype):
6072         Disable lock elision for PTHREAD_MUTEX_NORMAL.
6073
6074 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6075
6076         * nptl/tst-mutex5 (do_test):
6077         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
6078
6079 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6080
6081         * benchtests/README: Document 'init' directive.
6082         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
6083         BENCH_INIT.
6084         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
6085         (parse_file): Recognize 'init' directive.
6086
6087 2014-05-26  Kyle McMartin  <kyle@redhat.com>
6088
6089         [BZ #16796]
6090         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
6091         alignment of struct pthread.
6092
6093 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6094
6095         [BZ #16878]
6096         * nscd/netgroupcache.c (addgetnetgrentX): Look for
6097         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6098         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
6099         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6100
6101 2014-05-25  Richard Henderson  <rth@twiddle.net>
6102
6103         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6104         (SINGLE_THREAD_P_PIC): Remove.
6105         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
6106         (SINGLE_THREAD_P_PIC): Remove.
6107
6108         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
6109         branch to syscall error ...
6110         (PSEUDO): ... here.
6111         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
6112         from __local_syscall_error to .Lsyscall_error.
6113         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
6114         (SYSCALL_ERROR): Update label name.
6115
6116         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6117         Do not use DOARGS/UNDOARGS.
6118         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
6119         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
6120         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
6121         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
6122         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
6123
6124         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
6125         block comment.
6126
6127         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
6128         define if !NOT_IN_libc.
6129         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
6130         define with non-default symbol versions.
6131
6132 2014-05-23  Richard Henderson  <rth@twiddle.net>
6133
6134         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
6135         (vfork, __vfork): Define via compat_symbol.
6136
6137         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
6138         [!HAVE_IFUNC] (vfork_compat): Remove.
6139         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
6140
6141 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6142
6143         [BZ #16978]
6144         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
6145         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
6146         variable.
6147
6148 2014-05-23  Richard Henderson  <rth@twiddle.net>
6149
6150         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
6151         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
6152         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
6153         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
6154
6155         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
6156         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
6157         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
6158         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
6159         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
6160         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
6161         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
6162         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
6163         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
6164         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
6165         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
6166         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
6167         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
6168         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
6169         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
6170         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
6171         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
6172         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
6173         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
6174         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
6175         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
6176         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
6177         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
6178         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
6179         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
6180         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
6181         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
6182         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
6183         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
6184         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
6185         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
6186         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
6187         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
6188         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
6189         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
6190         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
6191         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
6192         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
6193         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
6194         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
6195         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
6196         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
6197         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
6198         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
6199         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
6200         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
6201         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
6202         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
6203         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
6204         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
6205         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
6206         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
6207         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
6208         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
6209         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
6210         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
6211
6212         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
6213         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
6214         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
6215         before exiting on error.
6216         (__libc_vfork): New strong alias.
6217         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
6218         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
6219
6220         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
6221         that was previously under [RESET_PID].
6222         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
6223
6224         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
6225
6226 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6227
6228         [BZ #16977]
6229         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
6230         value when x - 1 is zero.
6231         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
6232         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
6233         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
6234         0.0L for an argument of 1.0L.
6235         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
6236         Likewise.
6237         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
6238         value when x - 1 is zero.
6239         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
6240         * sysdeps/i386/fpu/libm-test-ulps: Update.
6241         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6242
6243 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6244
6245         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
6246         alphasort and versionsort.
6247
6248 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6249
6250         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
6251         macro.
6252         [copysignf]: Likewise.
6253
6254 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6255
6256         * crypt/md5-crypt.c: Fix formatting.
6257
6258 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6259
6260         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
6261         (b64_from_24bit): New function.
6262
6263 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6264
6265         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
6266         libc_hidden_builtin_def to ifunc.
6267         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6268         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
6269
6270 2014-05-21  Roland McGrath  <roland@hack.frob.com>
6271
6272         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
6273         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
6274
6275 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
6276
6277         * nscd/Depend (linuxthreads): Remove.
6278         (nptl): Add.
6279         * resolv/Depend (linuxthreads): Remove.
6280         * rt/Depend (linuxthreads): Remove.
6281
6282         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
6283         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
6284         $(common-objpfx)elf/.
6285         (link-libc-before-gnulib): Likewise.
6286         (elfobjdir): Remove variable.
6287         * Makefile (install): Use $(elf-objpfx) instead of
6288         $(common-objpfx)elf/.
6289         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
6290         $(elfobjdir)/.
6291         (link-libc-deps): Likewise.
6292         ($(common-objpfx)libc.so): Likewise.
6293         ($(common-objpfx)linkobj/libc.so): Likewise.
6294         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
6295         instead of $(common-objpfx)elf/.
6296         (symbolic-link-list): Likewise.
6297         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6298         [$(cross-compiling) = no]: Likewise.
6299         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
6300         $(elfobjdir)/.
6301         (static-gnulib-arch): Likewise.
6302         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6303         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
6304         $(common-objpfx)elf/.
6305
6306 2014-05-21  Richard Henderson  <rth@redhat.com>
6307
6308         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6309         (SINGLE_THREAD_P): Use the correct width load.  Fold
6310         into the ldr offset.
6311
6312         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
6313         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
6314
6315 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
6316
6317         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
6318         (libgcc_s_resume): Use __attribute_used__.
6319         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
6320         Likewise.
6321
6322 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6323
6324         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
6325         optimization when used with float constants.
6326
6327         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6328
6329 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
6330
6331         [BZ #16915]
6332         * locale/nl_langinfo_l.c: Make direct reference to every
6333         _nl_current_CATEGORY symbol.
6334         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
6335         (tests-static): Add tst-langinfo-static.
6336         (tests-special): Add tst-langinfo-static.out.
6337         ($(objpfx)tst-langinfo.out): Redirect output.
6338         ($(objpfx)tst-langinfo-static.out): New.
6339         * localedata/tst-langinfo.sh: Send output to stdout.
6340         * localedata/tst-langinfo-static.c: New file.
6341
6342         [BZ #16965]
6343         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
6344         when the shift amount is modulo the limb size.
6345
6346 2014-05-20  Richard Henderson  <rth@redhat.com>
6347
6348         [BZ #16967]
6349         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
6350         Change type of sa_flags from unsigned int to int.
6351
6352         [BZ #16966]
6353         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
6354
6355         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
6356
6357 2014-05-20  Will Newton  <will.newton@linaro.org>
6358
6359         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6360         Test the return value of the system call in the nocancel case.
6361
6362 2014-05-20  Will Newton  <will.newton@linaro.org>
6363             Yvan Roux  <yvan.roux@linaro.org>
6364
6365         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
6366         #include of asm/ptrace.h.
6367         (PTRACE_GET_THREAD_AREA): Remove #undef.
6368         (PTRACE_GETHBPREGS): Likewise.
6369         (PTRACE_SETHBPREGS): Likewise.
6370         (struct user_regs_struct): New structure.
6371         (struct user_fpsimd_struct): New structure.
6372         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
6373         #include of asm/ptrace.h and second #include of sys/user.h.
6374         (PTRACE_GET_THREAD_AREA): Remove #undef.
6375         (PTRACE_GETHBPREGS): Likewise.
6376         (PTRACE_SETHBPREGS): Likewise.
6377         (ELF_NGREG): Use new struct user_regs_struct.
6378         (elf_fpregset_t): Use new struct user_fpsimd_struct.
6379
6380 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6381
6382         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
6383         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
6384
6385 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
6386
6387         [BZ #16958]
6388         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
6389         membar to avoid block loads/stores to overlap previous stores.
6390
6391 2014-05-17  Richard Henderson  <rth@redhat.com>
6392
6393         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
6394         Create the __##syscall_name##_nocancel entry point.
6395         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
6396         Remove; let the sysdep-cancel.h code create it.
6397
6398 2014-05-17  David S. Miller  <davem@davemloft.net>
6399
6400         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
6401         Protect with __USE_GNU.
6402         (TIOCSET_TEMPT): Likewise.
6403         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6404         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
6405         these are already provided in bits/ioctl-types.h
6406
6407 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6408
6409         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
6410         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
6411
6412         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
6413         Use wait4 regardless of [__NR_waitpid].
6414
6415 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6416
6417         PR libgcc/60166
6418         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
6419         (_FP_NANSIGN_Q): Set the quiet bit.
6420
6421 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
6422
6423         * benchtests/Makefile
6424         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
6425         not $(common-objpfx)math/libm.so.
6426         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
6427         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
6428         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
6429         $(common-objpfx)dlfcn/libdl.so.
6430         ($(objpfx)tst-audit8): Depend on $(libm), not
6431         $(common-objpfx)math/libm.so.
6432         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
6433         not $(common-objpfx)dlfcn/libdl.so.
6434         * math/Makefile
6435         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
6436         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
6437         [$(build-shared) = yes].
6438         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
6439         $(common-objpfx)nptl/libpthread.so.
6440         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
6441         $(common-objpfx)math/libm.so$(libm.so-version) or
6442         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
6443         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
6444         $(common-objpfx)dlfcn/libdl.so.
6445         * setjmp/Makefile (link-libm): Remove variable.
6446         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
6447         * stdio-common/Makefile (link-libm): Remove variable.
6448         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
6449         * stdlib/Makefile (link-libm): Remove variable.
6450         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
6451         ($(objpfx)tst-strtod-round): Likewise.
6452         ($(objpfx)tst-tininess): Likewise.
6453         ($(objpfx)tst-strtod-underflow): Likewise.
6454         ($(objpfx)tst-strtod6): Likewise.
6455         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
6456         $(libdl), not $(common-objpfx)nptl/libpthread.so and
6457         $(common-objpfx)dlfcn/libdl.so.
6458
6459 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6460
6461         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
6462         BSD terminal modes definitions.
6463
6464 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6465
6466         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
6467         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
6468
6469         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
6470         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
6471         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
6472         Don't do #include_next.
6473         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
6474         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
6475         Don't do #include_next.
6476         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
6477         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
6478         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
6479         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
6480
6481 2014-05-16  Allan McRae  <allan@archlinux.org>
6482
6483         * po/sv.po: Update Swedish translation from translation project.
6484
6485         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
6486         in sed expression.
6487
6488 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
6489
6490         [BZ #16917]
6491         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
6492         errno if the TIOCGPTN ioctl fails with an error different than
6493         EINVAL.
6494         * login/tst-ptsname.c: New file.
6495         * login/Makefile (tests): Add tst-ptsname.
6496
6497         [BZ #16943]
6498         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
6499         and prlimit64.
6500
6501 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6502
6503         [BZ #16849]
6504         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
6505         herrno to return EAI_AGAIN.
6506
6507 2014-05-14  Roland McGrath  <roland@hack.frob.com>
6508
6509         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
6510         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
6511         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
6512         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
6513         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
6514         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
6515         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
6516         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
6517         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
6518         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
6519         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
6520         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
6521         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
6522         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
6523         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
6524         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
6525         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
6526         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
6527         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
6528         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
6529         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
6530         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
6531         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
6532         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
6533         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
6534         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
6535         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
6536         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
6537         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
6538         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
6539         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
6540         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
6541         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
6542         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
6543         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6544         Moved ...
6545         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
6546         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
6547         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
6548         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
6549         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
6550         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
6551         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
6552         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
6553         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
6554         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
6555         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
6556         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
6557         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
6558         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
6559         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
6560         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
6561         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
6562         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
6563         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
6564         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
6565         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
6566         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
6567         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
6568         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
6569         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
6570         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
6571         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
6572         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
6573         Moved ...
6574         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
6575         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
6576         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
6577         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
6578         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
6579         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
6580         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
6581         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
6582         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
6583         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
6584         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
6585         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
6586         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
6587         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
6588         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
6589         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
6590         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
6591         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
6592         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
6593         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
6594         Moved ...
6595         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
6596         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
6597         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
6598
6599         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
6600         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
6601         (libpthread-sysdep_routines): Add elision-related stuff here instead.
6602         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
6603         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
6604         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
6605         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
6606         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
6607         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
6608         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
6609         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
6610         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
6611         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
6612         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
6613         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
6614         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
6615         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
6616         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
6617         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
6618         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
6619         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
6620         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
6621         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
6622         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
6623         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
6624         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
6625         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
6626         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
6627         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
6628         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
6629         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
6630
6631         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
6632         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
6633
6634         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
6635         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
6636         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
6637         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
6638         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
6639         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
6640         Moved ...
6641         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
6642         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
6643         Moved ...
6644         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
6645         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
6646         Moved ...
6647         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
6648         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
6649         Moved ...
6650         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
6651         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
6652         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
6653         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
6654         Moved ...
6655         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
6656         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
6657         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
6658         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
6659         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
6660         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
6661         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
6662         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
6663         Moved ...
6664         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
6665         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6666         Moved ...
6667         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6668         ... here.
6669         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
6670         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
6671         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
6672         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
6673         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6674         Moved ...
6675         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6676         ... here.
6677         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
6678         Moved ...
6679         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
6680         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
6681         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
6682         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
6683         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
6684         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
6685         Moved ...
6686         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
6687         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
6688         Moved ...
6689         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
6690         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
6691         Moved ...
6692         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
6693         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
6694         Moved ...
6695         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
6696         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
6697         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
6698         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
6699         Moved ...
6700         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
6701         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
6702         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
6703         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
6704         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
6705         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
6706         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
6707         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
6708         Moved ...
6709         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
6710         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6711         Moved ...
6712         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6713         ... here.
6714         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
6715         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
6716         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
6717         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
6718         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6719         Moved ...
6720         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6721         ... here.
6722         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
6723         Moved ...
6724         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
6725         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
6726         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
6727         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
6728         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
6729         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
6730         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
6731         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
6732         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
6733         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
6734         Moved ...
6735         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
6736         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
6737         Moved ...
6738         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
6739         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
6740         Moved ...
6741         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
6742         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
6743         Moved ...
6744         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
6745         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
6746         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
6747         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6748         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6749         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6750         Moved ...
6751         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6752         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6753         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6754         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6755         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6756         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6757         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6758         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6759         Moved ...
6760         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6761         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6762         Moved ...
6763         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6764         ... here.
6765         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6766         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6767         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6768         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6769         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6770         Moved ...
6771         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6772         ... here.
6773         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6774         Moved ...
6775         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6776         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6777         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6778         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6779         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6780         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6781         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6782         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6783         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6784         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6785         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6786
6787         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6788         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6789
6790         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6791         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6792
6793         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6794         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6795         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6796         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6797         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6798         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6799         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6800         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6801         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6802         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6803         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6804         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6805         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6806         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6807         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6808         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6809         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6810         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6811         Moved ...
6812         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6813         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6814         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6815         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6816         Moved ...
6817         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6818         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6819         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6820         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6821         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6822         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6823         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6824         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6825         Moved ...
6826         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6827         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6828         Moved ...
6829         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6830         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6831         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6832         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6833         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6834         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6835         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6836         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6837         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6838         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6839         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6840         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6841         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6842         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6843         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6844         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6845         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6846
6847         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6848         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6849         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6850         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6851         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6852
6853         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6854         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6855         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6856         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6857         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6858         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6859         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6860         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6861         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6862         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6863
6864         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6865         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6866
6867         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6868         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
6869         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6870         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6871         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6872         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6873         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6874         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6875         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6876         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6877         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6878         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6879         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6880         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6881         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6882         Update #include.
6883         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6884         Likewise.
6885         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6886         Likewise.
6887         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6888         Likewise.
6889         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6890         Likewise.
6891         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
6892         Likewise.
6893         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
6894         Likewise.
6895         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6896         Likewise.
6897         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
6898         Likewise.
6899         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
6900         Likewise.
6901         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
6902         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
6903         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
6904         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
6905         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
6906         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
6907         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
6908         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
6909         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
6910         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
6911         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
6912         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
6913         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
6914         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
6915         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
6916
6917         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
6918         that was previously under [RESET_PID].
6919         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
6920         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
6921         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
6922
6923         * sysdeps/i386/nptl/Implies: New file.
6924         * sysdeps/x86_64/nptl/Implies: New file.
6925         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
6926         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
6927         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
6928         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
6929
6930         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
6931         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6932         (__libc_vfork): New strong alias.
6933         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
6934         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
6935
6936         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
6937         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6938         (__libc_vfork): New strong alias.
6939         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
6940         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
6941
6942         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
6943         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6944         (__libc_vfork): New strong alias.
6945         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
6946         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
6947         * nptl/pt-vfork.c: New file.
6948         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
6949         (libpthread: GLIBC_2.20): New version set (empty).
6950
6951 2014-05-14  Will Newton  <will.newton@linaro.org>
6952
6953         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
6954         rather than #if.
6955
6956 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6957
6958         [BZ #16564]
6959         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
6960         arguments with exponent 65 or above.
6961         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
6962         arguments 0x1p113L or above.
6963         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
6964         to arguments 0x1p107L or above.
6965         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
6966         positive arguments with exponent 65 or above.
6967         * math/auto-libm-test-in: Add more tests of log1p.
6968         * math/auto-libm-test-out: Regenerated.
6969
6970         [BZ #16928]
6971         * math/s_cacos.c (__cacos): Ensure zero real part of result from
6972         non-finite arguments is +0.
6973         * math/s_cacosf.c (__cacosf): Likewise.
6974         * math/s_cacosl.c (__cacosl): Likewise.
6975         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
6976         * sysdeps/i386/fpu/libm-test-ulps: Update.
6977         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6978
6979         [BZ #16927]
6980         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
6981         value.
6982         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
6983         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
6984         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
6985         for explicit high bit of mantissa when testing for argument equal
6986         to 1.
6987         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
6988         * sysdeps/i386/fpu/libm-test-ulps: Update.
6989         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6990
6991         [BZ #16516]
6992         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
6993         (__erf): Scale by 16 instead of 8 in potentially underflowing
6994         case.  Ensure exception if result actually underflows.
6995         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
6996         (__erff): Scale by 16 instead of 8 in potentially underflowing
6997         case.  Ensure exception if result actually underflows.
6998         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
6999         (efx8): Remove variable.
7000         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7001         case.  Ensure exception if result actually underflows.
7002         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
7003         (efx8): Remove variable.
7004         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7005         case.  Ensure exception if result actually underflows.
7006         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
7007         (efx8): Remove variable.
7008         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7009         case.  Ensure exception if result actually underflows.
7010         * math/auto-libm-test-in: Add more tests of erf.
7011         * math/auto-libm-test-out: Regenerated.
7012
7013 2014-05-14  Andreas Schwab  <schwab@suse.de>
7014
7015         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
7016         Remove code conditionalized on USE___THREAD.
7017
7018         * config.h.in (HAVE_PT_CHOWN): Define as 0.
7019         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
7020         not definedness.
7021
7022 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7023
7024         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
7025         Define unconditionally.
7026         (__ASSUME_O_CLOEXEC): Likewise.
7027         (__ASSUME_SOCK_CLOEXEC): Likewise.
7028         (__ASSUME_IN_NONBLOCK): Likewise.
7029         (__ASSUME_PIPE2): Likewise.
7030         (__ASSUME_EVENTFD2): Likewise.
7031         (__ASSUME_SIGNALFD4): Likewise.
7032         (__ASSUME_DUP3): Likewise.
7033         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7034         (__ASSUME_DUP3): Do not define.
7035         (__ASSUME_EVENTFD2): Likewise.
7036         (__ASSUME_IN_NONBLOCK): Likewise.
7037         (__ASSUME_O_CLOEXEC): Likewise.
7038         (__ASSUME_PIPE2): Likewise.
7039         (__ASSUME_SIGNALFD4): Likewise.
7040         (__ASSUME_SOCK_CLOEXEC): Likewise.
7041         (__ASSUME_UTIMES): Undefine.
7042         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7043         (__ASSUME_UTIMES): Do not define.
7044         (__ASSUME_O_CLOEXEC): Likewise.
7045         (__ASSUME_SOCK_CLOEXEC): Likewise.
7046         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
7047         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
7048         0x020621].
7049         (__ASSUME_PIPE2): Likewise.
7050         (__ASSUME_EVENTFD2): Likewise.
7051         (__ASSUME_SIGNALFD4): Likewise.
7052         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
7053         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
7054         Do not define.
7055         (__ASSUME_EVENTFD2): Likewise.
7056         (__ASSUME_SIGNALFD4): Likewise.
7057         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7058         (__ASSUME_32BITUIDS): Likewise.
7059         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
7060         (__ASSUME_IPC64): Likewise.
7061         (__ASSUME_ST_INO_64_BIT): Likewise.
7062         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
7063         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
7064         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7065         (__ASSUME_UTIMES): Do not define.
7066         (__ASSUME_PSELECT): Likewise.
7067         (__ASSUME_PPOLL): Likewise.
7068         (__ASSUME_O_CLOEXEC): Likewise.
7069         (__ASSUME_SOCK_CLOEXEC): Likewise.
7070         (__ASSUME_IN_NONBLOCK): Likewise.
7071         (__ASSUME_PIPE2): Likewise.
7072         (__ASSUME_EVENTFD2): Likewise.
7073         (__ASSUME_SIGNALFD4): Likewise.
7074         (__ASSUME_DUP3): Likewise.
7075         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7076         (__ASSUME_UTIMES): Likewise.
7077         (__ASSUME_O_CLOEXEC): Likewise.
7078         (__ASSUME_SOCK_CLOEXEC): Likewise.
7079         (__ASSUME_IN_NONBLOCK): Likewise.
7080         (__ASSUME_PIPE2): Likewise.
7081         (__ASSUME_EVENTFD2): Likewise.
7082         (__ASSUME_SIGNALFD4): Likewise.
7083         (__ASSUME_DUP3): Likewise.
7084         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7085         (__ASSUME_UTIMES): Likewise.
7086         (__ASSUME_O_CLOEXEC): Likewise.
7087         (__ASSUME_SOCK_CLOEXEC): Likewise.
7088         (__ASSUME_IN_NONBLOCK): Likewise.
7089         (__ASSUME_PIPE2): Likewise.
7090         (__ASSUME_EVENTFD2): Likewise.
7091         (__ASSUME_SIGNALFD4): Likewise.
7092         (__ASSUME_DUP3): Likewise.
7093         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
7094         Likewise.
7095         (__ASSUME_UTIMES): Likewise.
7096         (__ASSUME_EVENTFD2): Likewise.
7097         (__ASSUME_SIGNALFD4): Likewise.
7098         * sysdeps/unix/sysv/linux/tile/kernel-features.h
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         (__ASSUME_UTIMES): Undefine.
7107
7108         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
7109         feclearexcept.  Remove symbol versioning code.
7110         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
7111         symbol versioning code.
7112         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
7113         symbol versioning code.
7114         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
7115         feupdateenv.  Remove symbol versioning code.
7116         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
7117         fegetexceptflag.  Remove symbol versioning code.
7118         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
7119         fesetexceptflag.  Remove symbol versioning code.
7120         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
7121         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
7122         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
7123         (__posix_fadvise64_l32): Remove prototype.
7124         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
7125         code.
7126
7127 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7128
7129         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
7130         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
7131         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
7132         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
7133
7134 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
7135
7136         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
7137         current working directory
7138
7139 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7140
7141         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
7142         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
7143         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
7144         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
7145         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
7146         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
7147         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
7148         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
7149         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
7150         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
7151         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
7152         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
7153         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
7154         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
7155         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
7156         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
7157         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
7158         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
7159         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
7160         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
7161         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
7162         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
7163         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
7164         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
7165         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
7166         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
7167         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
7168         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
7169         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
7170         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
7171         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
7172         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
7173         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
7174         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
7175         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
7176         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
7177         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
7178         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
7179         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
7180         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
7181         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
7182         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
7183
7184         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
7185         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
7186
7187         * sysdeps/unix/sysv/linux/arm/Makefile
7188         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
7189         Add rt-aeabi_unwind_cpp_pr1.
7190         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
7191         Add nptl-aeabi_unwind_cpp_pr1.
7192         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
7193         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
7194         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
7195         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7196         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
7197         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7198
7199         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
7200         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
7201         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
7202         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
7203
7204         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
7205         Deconditionalize the code that was previously under [RESET_PID].
7206         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
7207
7208         * sysdeps/generic/exit-thread.h: New file.
7209         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
7210         * include/unistd.h (__exit_thread): Remove declaration.
7211         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
7212         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
7213         * csu/libc-start.c: Include <exit-thread.h>.
7214         (LIBC_START_MAIN): Pass no argument to __exit_thread.
7215         * nptl/pthread_create.c: Include <exit-thread.h>.
7216         (start_thread): Call __exit_thread in place of __exit_thread_inline.
7217         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
7218         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
7219         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
7220         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
7221         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
7222         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
7223         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
7224         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
7225         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
7226         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
7227         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
7228         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
7229         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
7230         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
7231         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
7232         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
7233
7234 2014-05-13  Andreas Schwab  <schwab@suse.de>
7235
7236         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
7237
7238 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
7239
7240         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7241         (__ASSUME_UTIMES): Do not condition on kernel version.
7242         (__ASSUME_PSELECT): Define unconditionally.
7243         (__ASSUME_PPOLL): Likewise.
7244         (__ASSUME_ATFCTS): Likewise.
7245         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
7246         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
7247         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
7248         (__ASSUME_UTIMENSAT): Define unconditionally.
7249         (__ASSUME_PRIVATE_FUTEX): Likewise.
7250         (__ASSUME_FALLOCATE): Likewise.
7251         (__ASSUME_O_CLOEXEC): Likewise.
7252         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
7253         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
7254         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
7255         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
7256         (__ASSUME_IN_NONBLOCK): Likewise.
7257         (__ASSUME_PIPE2): Likewise.
7258         (__ASSUME_EVENTFD2): Likewise.
7259         (__ASSUME_SIGNALFD4): Likewise.
7260         (__ASSUME_DUP3): Likewise.
7261         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7262         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
7263         (__ASSUME_AT_RANDOM): Likewise.
7264         (__ASSUME_PREADV): Likewise.
7265         (__ASSUME_PWRITEV): Likewise.
7266         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
7267         (__ASSUME_F_GETOWN_EX): Define unconditionally.
7268         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
7269         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
7270         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
7271         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7272         (__ASSUME_O_CLOEXEC): Define unconditionally.
7273         (__ASSUME_PSELECT): Do not undefine conditionally.
7274         (__ASSUME_PPOLL): Likewise.
7275         (__ASSUME_ATFCTS): Likewise.
7276         (__ASSUME_SET_ROBUST_LIST): Likewise.
7277         (__ASSUME_UTIMENSAT): Likewise.
7278         (__ASSUME_FDATASYNC): Define unconditionally.
7279         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7280         (__ASSUME_SIGFRAME_V2): Likewise.
7281         )__ASSUME_EVENTFD2): Likewise.
7282         (__ASSUME_SIGNALFD4): Likewise.
7283         (__ASSUME_PSELECT): Do not undefine conditionally.
7284         (__ASSUME_PPOLL): Likewise.
7285         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7286         (__ASSUME_PSELECT): Define unconditionally.
7287         (__ASSUME_PPOLL): Likewise.
7288         (__ASSUME_O_CLOEXEC): Likewise.
7289         (__ASSUME_SOCK_CLOEXEC): Likewise.
7290         (__ASSUME_IN_NONBLOCK): Likewise.
7291         (__ASSUME_PIPE2): Likewise.
7292         (__ASSUME_EVENTFD2): Likewise.
7293         (__ASSUME_SIGNALFD4): Likewise.
7294         (__ASSUME_DUP3): Likewise.
7295         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7296         (__ASSUME_O_CLOEXEC): Likewise.
7297         (__ASSUME_SOCK_CLOEXEC): Likewise.
7298         (__ASSUME_IN_NONBLOCK): Likewise.
7299         (__ASSUME_PIPE2): Likewise.
7300         (__ASSUME_EVENTFD2): Likewise.
7301         (__ASSUME_SIGNALFD4): Likewise.
7302         (__ASSUME_DUP3): Likewise.
7303         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7304         (__ASSUME_EVENTFD2): Likewise.
7305         (__ASSUME_SIGNALFD4): Likewise.
7306         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7307
7308 2014-05-12  Andreas Schwab  <schwab@suse.de>
7309
7310         [BZ #16932]
7311         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
7312         (_nss_nis_gethostbyname4_r): Return error if item length is larger
7313         than maximum RPC packet size.
7314         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
7315         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
7316         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
7317         (_nss_nis_getservbyport_r): Likewise.
7318
7319 2014-05-12  Will Newton  <will.newton@linaro.org>
7320
7321         * malloc/Makefile (tests): Add tst-mallopt.
7322         * malloc/tst-mallopt.c: New file.
7323
7324 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7325
7326         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
7327         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
7328
7329 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7330
7331         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
7332         (tst-tlsmod6.so): Likewise.
7333
7334 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7335
7336         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
7337
7338 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
7339
7340         [BZ #16064]
7341         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
7342         and <dl-procinfo.h>.
7343         (__fegetenv): Save SSE state in envp->__eip if supported.
7344         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
7345         envp->__eip if supported.
7346         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
7347         and <dl-procinfo.h>.
7348         (__fesetenv): Always set __eip, __cs_selector, __opcode,
7349         __data_offset and __data_selector in environment to 0.  Set SSE
7350         state if supported.
7351         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
7352         test-fenv-sse.
7353         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
7354         -mfpmath=sse.
7355         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
7356
7357 2014-05-09  Will Newton  <will.newton@linaro.org>
7358
7359         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
7360         and libc_relro_required for ARM.
7361         * sysdeps/arm/preconfigure: Regenerate.
7362
7363 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7364             Stefan Liebler  <stli@linux.vnet.ibm.com>
7365
7366         * config.make.in (enable-lock-elision): New Makefile variable.
7367         * configure.ac: Likewise.
7368         * configure: Regenerate.
7369         * sysdeps/s390/configure.ac:
7370         Add check for gcc transactions support.
7371         * sysdeps/s390/configure: Regenerate.
7372         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
7373         Build elision files if enabled.
7374         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
7375         Add lock elision support for s390.
7376         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
7377         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
7378         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
7379         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
7380         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
7381         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
7382         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7383         Likewise.
7384         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
7385         Likewise.
7386         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
7387         Likewise.
7388         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
7389         Likewise.
7390         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
7391         (__lll_timedlock_elision, __lll_lock_elision)
7392         (__lll_unlock_elision, __lll_trylock_elision)
7393         (lll_timedlock_elision, lll_lock_elision)
7394         (lll_unlock_elision, lll_trylock_elision): Add.
7395         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7396         (pthread_mutex_t): Add lock elision support for s390.
7397
7398 2014-05-14  Wilco  <wdijkstr@arm.com>
7399
7400         * sysdeps/arm/fclrexcpt.c: Cleanup.
7401         * sysdeps/arm/fedisblxcpt.c: Cleanup.
7402         * sysdeps/arm/feenablxcpt.c: Cleanup.
7403         * sysdeps/arm/fegetenv.c: Cleanup.
7404         * sysdeps/arm/fegetexcept.c: Cleanup.
7405         * sysdeps/arm/fegetround.c: Cleanup.
7406         * sysdeps/arm/feholdexcpt.c: Cleanup.
7407         * sysdeps/arm/fesetenv.c: Cleanup.
7408         * sysdeps/arm/fesetround.c: Cleanup.
7409         * sysdeps/arm/feupdateenv.c: Cleanup.
7410         * sysdeps/arm/fgetexcptflg.c: Cleanup.
7411         * sysdeps/arm/fraiseexcpt.c: Cleanup.
7412         * sysdeps/arm/fsetexcptflg.c: Cleanup.
7413         * sysdeps/arm/ftestexcept.c: Cleanup.
7414         * sysdeps/arm/get-rounding-mode.h: Cleanup.
7415         * sysdeps/arm/setfpucw.c: Cleanup.
7416
7417 2014-05-09  Will Newton  <will.newton@linaro.org>
7418
7419         * sysdeps/arm/armv7/strcmp.S: New file.
7420         * NEWS: Mention addition of ARMv7 optimized strcmp.
7421
7422 2014-05-08  Roland McGrath  <roland@hack.frob.com>
7423
7424         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
7425         look for %.ac rather than %.in.
7426
7427         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
7428         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
7429         * sysdeps/mach/hurd/configure: Regenerated.
7430         * sysdeps/unix/sysv/linux/configure: Regenerated.
7431
7432         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
7433
7434 2014-05-07  Steve Ellcey  <sellcey@mips.com>
7435
7436         [BZ# 16922]
7437         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
7438         (LONG_SUB): Ditto.
7439         (PTR_SUB): Ditto.
7440
7441 2014-05-07  Andreas Schwab  <schwab@suse.de>
7442
7443         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
7444         when skipping over non-matching result from nscd.
7445
7446 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
7447
7448         [BZ #16876]
7449         * nptl/sockperf.c (client): Check socket return value.
7450
7451         [BZ #16877]
7452         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
7453         nscd security class.
7454
7455 2014-05-06  Roland McGrath  <roland@hack.frob.com>
7456
7457         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
7458         * sysdeps/arm/unwind.h: ... here.
7459
7460 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
7461
7462         [BZ# 16916]
7463         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
7464         Define.
7465
7466 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7467
7468         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
7469         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
7470         multiarch strncpy for PPC64.
7471         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
7472         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
7473         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
7474         multiarch optimizations.
7475         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7476         (__libc_ifunc_impl_list): Likewise.
7477         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
7478         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
7479         multiarch stpncpy for PPC64.
7480         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
7481         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
7482
7483 2014-05-06  Andreas Schwab  <schwab@suse.de>
7484
7485         [BZ #16912]
7486         * gmon/mcount.c (_MCOUNT_DECL): Use
7487         atomic_compare_and_exchange_bool_acq instead of
7488         catomic_compare_and_exchange_bool_acq.
7489
7490 2014-05-05  Roland McGrath  <roland@hack.frob.com>
7491
7492         * elf/Makefile (others, install-bin): Remove pldd.
7493         (pldd-modules): Variable removed.
7494         ($(objpfx)pldd): Target removed.
7495         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
7496         (others, install-bin): Append pldd here.
7497         ($(objpfx)pldd): New target.
7498
7499         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
7500         to 0, so the first #if test emitted later doesn't see it undefined.
7501         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
7502         * sysdeps/gnu/errlist.c: Regenerated.
7503
7504 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7505
7506         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
7507         [libc_hidden_builtin_def]: Define to empty value.
7508         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
7509         [libc_hidden_builtin_def]: Likewise.
7510         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
7511         [libc_hidden_builtin_def]: Likewise.
7512         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
7513         [libc_hidden_builtin_def]: Likewise.
7514         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
7515         __redirect_memcpy and define ifunc as default hidden symbol.
7516         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
7517         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
7518
7519 2014-05-04  Adam Conrad  <adconrad@0c3.net>
7520
7521         * locale/iso-4217.def: Reintroduce XDR currency.
7522
7523 2014-05-04  Allan McRae  <allan@archlinux.org>
7524
7525         * po/eo.po: Update Esperanto translation from translation project.
7526
7527 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
7528
7529         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
7530         and FEATURE_INDEX_MAX to 1.
7531         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
7532
7533 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7534
7535         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
7536         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
7537         * iconvdata/big5.c (ONE_DIRECTION): Define.
7538         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
7539         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
7540         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
7541         * iconvdata/cp932.c (ONE_DIRECTION): Define.
7542         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
7543         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
7544         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
7545         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
7546         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
7547         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
7548         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
7549         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
7550         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
7551         * iconvdata/gbk.c (ONE_DIRECTION): Define.
7552         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
7553         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
7554         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
7555         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
7556         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
7557         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
7558         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
7559         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
7560         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
7561         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
7562         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
7563         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
7564         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
7565         * iconvdata/iso646.c (ONE_DIRECTION): Define.
7566         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
7567         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
7568         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
7569         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
7570         * iconvdata/johab.c (ONE_DIRECTION): Define.
7571         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
7572         * iconvdata/sjis.c (ONE_DIRECTION): Define.
7573         * iconvdata/t.61.c (ONE_DIRECTION): Define.
7574         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
7575         * iconvdata/tscii.c (ONE_DIRECTION): Define.
7576         * iconvdata/uhc.c (ONE_DIRECTION): Define.
7577         * iconvdata/unicode.c (ONE_DIRECTION): Define.
7578         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
7579         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
7580         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
7581
7582 2014-05-01  Roland McGrath  <roland@hack.frob.com>
7583
7584         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
7585         (_IO_JUMPS_OFFSET): Define to 0.
7586
7587         * nptl/sysdeps/pthread/bits/libc-lock.h
7588         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7589         (__libc_lock_define_initialized_recursive): Always define using
7590         initializer.  Modern compilers treat uninitialized (implicit zero) and
7591         explicit zero initializers the same (i.e. put the datum in bss).
7592
7593 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7594
7595         * nscd/nscd-client.h: Include <string.h>.
7596
7597 2014-05-01  David S. Miller  <davem@davemloft.net>
7598
7599         [BZ #16885]
7600         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
7601         multiple zero bytes exist at the end of a string.
7602         Reported by Aurelien Jarno <aurelien@aurel32.net>
7603
7604         * string/test-strcmp.c (check): Add explicit test for situations where
7605         there are multiple zero bytes after the first.
7606
7607 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7608
7609         [BZ #16890]
7610         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
7611         when compiling wprintf.
7612         * stdio-common/tstdiomisc.c (t3): New function.
7613         (main): Call it.
7614
7615 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7616
7617         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
7618         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
7619         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
7620         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
7621
7622 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7623
7624         * stdlib/longlong.h: Updated from GCC.
7625
7626 2014-05-01  Will Newton  <will.newton@linaro.org>
7627             Bernard Ogden  <bernie.ogden@linaro.org>
7628
7629         * NEWS: Update fixed bug list.
7630
7631         [BZ #15119]
7632         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
7633
7634 2014-04-30  David S. Miller  <davem@davemloft.net>
7635
7636         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
7637         (libc_feholdexcept_setround_sparc_ctx): New function.
7638         (libc_fesetenv_sparc_ctx): Likewise.
7639         (libc_feupdateenv_sparc_ctx): Likewise.
7640         (libc_feholdsetround_sparc_ctx): Likewise.
7641         (libc_feholdexcept_setround_ctx): Define.
7642         (libc_feholdexcept_setroundf_ctx): Likewise.
7643         (libc_feholdexcept_setroundl_ctx): Likewise.
7644         (libc_fesetenv_ctx): Likewise.
7645         (libc_fesetenvf_ctx): Likewise.
7646         (libc_fesetenvl_ctx): Likewise.
7647         (libc_feupdateenv_ctx): Likewise.
7648         (libc_feupdateenvf_ctx): Likewise.
7649         (libc_feupdateenvl_ctx): Likewise.
7650         (libc_feresetround_ctx): Likewise.
7651         (libc_feresetroundf_ctx): Likewise.
7652         (libc_feresetroundl_ctx): Likewise.
7653         (libc_feholdsetround_ctx): Likewise.
7654         (libc_feholdsetroundf_ctx): Likewise.
7655         (libc_feholdsetroundl_ctx): Likewise.
7656
7657         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7658         with __USE_GNU instead of XOPEN cpp guards.
7659
7660         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
7661         0.
7662
7663         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7664         with XOPEN cpp guards.
7665
7666 2014-04-30  Julian Brown  <julian@codesourcery.com>
7667
7668         [BZ #16888]
7669         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
7670         handling.
7671
7672 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
7673
7674         [BZ #9894]
7675         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
7676         Change to 2.6.32.
7677         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
7678         * sysdeps/unix/sysv/linux/configure: Regenerated.
7679         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
7680         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
7681         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
7682         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
7683         * README: Update reference to required Linux kernel version.
7684         * manual/install.texi (Linux): Update reference to required Linux
7685         kernel headers version.
7686         * INSTALL: Regenerated.
7687
7688         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
7689         header inclusion.
7690         [POSIX] (limits.h): Likewise.
7691         [POSIX] (math.h): Likewise.
7692         [POSIX] (sys/wait.h): Likewise.
7693         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
7694         function.
7695         [POSIX] (stddef.h): Do not allow header inclusion.
7696
7697 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7698
7699         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
7700
7701 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
7702
7703         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
7704         Return immediately after lll_futex_wake.
7705
7706 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7707
7708         [BZ #16791]
7709         * nscd/nscd-client.h (datahead_init_common): Initialize entire
7710         structure.
7711         (datahead_init_pos): Call datahead_init_common early.
7712         (datahead_init_neg): Likewise.
7713
7714         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
7715         datahead_init_neg): New functions.
7716         * nscd/aicache.c (addhstaiX): Use them.
7717         * nscd/grpcache.c (cache_addgr): Likewise.
7718         * nscd/hstcache.c (cache_addhst): Likewise.
7719         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7720         * nscd/netgroupcache.c (do_notfound): Likewise.
7721         (addgetnetgrentX): Likewise.
7722         (addinnetgrX): Likewise.
7723         * nscd/pwdcache.c (cache_addpw): Likewise.
7724         * nscd/servicescache.c (cache_addserv): Likewise.
7725
7726 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7727             Atsushi Onoe  <atsushi@onoe.org>
7728
7729         [BZ #14308]
7730         [BZ #12994]
7731         [BZ #13651]
7732         * resolv/res_query.c (__libc_res_nsearch): Return if at least
7733         one response is valid.
7734         * resolv/res_send.c (send_dg): Check for validity of other
7735         response if the current response is a referral.
7736
7737 2014-04-29  Steve Ellcey  <sellcey@mips.com>
7738
7739         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
7740
7741 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
7742
7743         [BZ #16823]
7744         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
7745         Always divide by positive zero when computing -Inf result.
7746         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
7747         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7748
7749 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7750
7751         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7752         FPSCR if value do not change.
7753         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7754         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7755         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7756         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7757         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7758         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7759         function.
7760
7761 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
7762
7763         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7764         * sysdeps/unix/sysv/linux/hppa: Move directory from
7765         ports/systeps/unix/sysv/linux/hppa.
7766         * README: Update listing for hppa-*-linux-gnu.
7767
7768 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
7769
7770         [BZ #16754]
7771         * manual/stdio.texi (Hook functions): Fix types of stream hook
7772         functions.
7773         [BZ #16854]
7774         * socket/sys/socket.h: Fix typo in comment.
7775
7776 2014-04-28  Wilco  <wdijkstr@arm.com>
7777
7778         * sysdeps/arm/fenv_private.h: New file.
7779         * sysdeps/arm/math_private.h: New file.
7780         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7781
7782 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
7783
7784         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7785         with __int128_t.
7786         (La_x86_64_retval): Likewise.
7787
7788 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
7789
7790         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7791         fpsr if value didn't change.
7792         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7793         to fpcr if value didn't change.
7794         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7795         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7796         fpsr or fpcr if value didn't change.
7797         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7798         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7799         fpcr if value didn't change.
7800         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7801         to fpsr if value didn't change.
7802
7803 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
7804
7805         * nptl/tst-sem3.c: Use test-skeleton.c
7806         (main): Rename to do_test.  Use return instead of
7807         exit.
7808         * nptl/tst-sem4.c: Use test-skeleton.c
7809         (main): Rename to do_test.
7810
7811 2014-04-22  David S. Miller  <davem@davemloft.net>
7812
7813         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7814         (struct sigaction): New struct member __glibc_reserved0, change
7815         type of sa_flags to int.
7816
7817 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
7818
7819         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7820         (COUNT_LEADING_ZEROS_0): Define for AArch64.
7821
7822 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7823
7824         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7825         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7826
7827 2014-04-22  Will Newton  <will.newton@linaro.org>
7828             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
7829
7830         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7831         (__longjmp): Add longjmp and longjmp_target SystemTap
7832         probes.
7833         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7834         (__sigsetjmp): Add setjmp SystemTap probe.
7835
7836 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
7837
7838         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7839         match manual order.
7840
7841 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7842
7843         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7844
7845         * sysdeps/powerpc/fpu/fenv_private.h
7846         (libc_feholdexcept_setroundl_ctx): Define to
7847         libc_feholdexcept_setround_ppc_ctx.
7848         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7849         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7850         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7851         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7852
7853 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7854
7855         * sysdeps/aarch64/math-tests.h: New file.
7856
7857 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
7858
7859         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7860         New.
7861         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7862         Check and set bit_AVX2_Usable.
7863         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7864         macro.
7865         (bit_AVX2): Likewise.
7866         (index_AVX2_Usable): Likewise.
7867         (CPUID_AVX2): Likewise.
7868         (HAS_AVX2): Likewise.
7869
7870 2014-04-17  Will Newton  <will.newton@linaro.org>
7871
7872         * manual/setjmp.texi (System V contexts): Add note that
7873         calling setcontext on a context created by a call to a
7874         signal handler is undefined.  Update text to note that
7875         setcontext from a signal handler is possible but not
7876         recommended.
7877
7878         [BZ #16629]
7879         * stdlib/tst-setcontext.c: Include signal.h.
7880         (main): Check that the signal stack before and
7881         after swapcontext is the same.
7882
7883         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7884         Re-implement to restore registers in user code and avoid
7885         rt_sigreturn system call.
7886
7887 2014-04-17  Wilco  <wdijkstr@arm.com>
7888
7889         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
7890         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
7891         * math/test-fenv.c: Skip exception trap tests on targets which only
7892         support non-stop mode.
7893
7894 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7895             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7896
7897         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
7898         (libc_feholdsetround_aarch64_ctx)
7899         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
7900         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
7901         (libc_feresetround_ctx, libc_feresetroundf_ctx)
7902         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
7903         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
7904         (libc_feresetround_noexl_ctx): Define.
7905
7906 2014-04-16  Richard Henderson  <rth@redhat.com>
7907
7908         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
7909
7910         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
7911         unwind tables.
7912
7913         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
7914         const from the non-libc, non-ldso copy.
7915
7916         * sysdeps/alpha/libm-test-ulps: Regenerate.
7917
7918 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
7919             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7920
7921         * sysdeps/aarch64/fpu/math_private.h: New file.
7922
7923 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7924
7925         * sysdeps/aarch64/libm-test-ulps: Regenerate.
7926
7927 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
7928
7929         [BZ #16275]
7930         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
7931         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
7932         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
7933         Intel MPX bound registers before _dl_profile_fixup.
7934         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
7935         registers after _dl_profile_fixup.  Save and restore bound
7936         registers bnd0/bnd1 when calling _dl_call_pltexit.
7937         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
7938         (LR_BND_OFFSET): Likewise.
7939         (LRV_BND0_OFFSET): Likewise.
7940         (LRV_BND1_OFFSET): Likewise.
7941
7942 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7943
7944         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
7945         to...
7946         * sysdeps/mach/hurd/i386/tls.h: ... here.
7947         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
7948         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
7949         fields.
7950
7951 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7952
7953         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
7954
7955 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7956
7957         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7958
7959 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7960
7961         [BZ #14770]
7962         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
7963         * sysdeps/s390/configure: Regenerate.
7964
7965         [BZ #16824]
7966         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
7967         Set round-to-nearest internally to reduce error accumulation.
7968
7969 2014-04-16  Alan Modra  <amodra@gmail.com>
7970
7971         [BZ #16740]
7972         [BZ #16619]
7973         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
7974         * math/libm-test.inc (frexp_test_data): Add tests.
7975         * NEWS: Update fixed bug list.
7976
7977 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7978
7979         * benchtests/Makefile: Depend on libraries in build directory.
7980         (bench-math): Separate out math tests.
7981         (bench-pthread): Separate out pthread tests.
7982         (bench): Include math and pthread tests.
7983
7984 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
7985
7986         [BZ #16831]
7987         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
7988         _dl_debug_initialize.
7989
7990         * configure.ac: Remove SELinux header check.
7991         * configure: Regenerate.
7992         * nscd/selinux.c (perms): Array of const char* to permission names.
7993         (nscd_request_avc_has_perm): Call security_deny_unknown to find
7994         default policy. Call string_to_security_class and string_to_av_perm to
7995         translate strings. Enforce default policy and call avs_has_perm with
7996         results of translated strings.
7997
7998 2014-04-13  David S. Miller  <davem@davemloft.net>
7999
8000         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8001
8002 2014-04-12  Allan McRae  <allan@archlinux.org>
8003
8004         [BZ #16838]
8005         * manual/string.texi (Collation Functions): Fix qsort argument
8006         order in example.
8007         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
8008
8009 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
8010
8011         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
8012         Make the test a no-op if there are no exceptions defined.
8013
8014 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
8015
8016         * elf/Makefile (tests): make tst-dlopen-aout conditional on
8017         enable-hardcoded-path-in-tests
8018
8019 2014-04-11  Will Newton  <will.newton@linaro.org>
8020
8021         * benchtests/Makefile (extra-objs): Add json-lib.o.
8022         (bench-func): Tidy up JSON output.
8023         * benchtests/bench-skeleton.c: Include json-lib.h.
8024         (main): Use JSON library functions to do output of
8025         benchmark results.
8026         * benchtests/bench-timing-type.c (main): Output the
8027         timing type simply, leaving formatting to the user.
8028         * benchtests/json-lib.c: New file.
8029         * benchtests/json-lib.h: Likewise.
8030
8031 2014-04-11  Torvald Riegel  <triegel@redhat.com>
8032
8033         [BZ #15215]
8034         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
8035         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
8036         memory barriers.  Add comments.
8037         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
8038         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
8039         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
8040         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
8041         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
8042         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
8043
8044 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
8045
8046         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
8047         * sysdeps/s390/s390-64/configure.ac: ... this ...
8048         * sysdeps/s390/configure.ac: ... to here.
8049         * sysdeps/s390/s390-32/configure: Delete file.
8050         * sysdeps/s390/s390-64/configure: Delete file.
8051         * sysdeps/s390/configure: Regenerate.
8052
8053 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
8054
8055         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
8056
8057 2014-04-11  Will Newton  <will.newton@linaro.org>
8058
8059         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
8060         to zero if it is not defined elsewhere.  (mtrim): Test
8061         the value of MALLOC_DEBUG with #if rather than #ifdef.
8062
8063 2014-04-10 Torvald Riegel  <triegel@redhat.com>
8064
8065         * benchtests/pthread_once-inputs: New file.
8066         * benchtests/pthread_once-source.c: New file.
8067         * benchtests/README: Update documentation.
8068
8069 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
8070             H.J. Lu  <hongjiu.lu@intel.com>
8071
8072         [BZ #16275]
8073         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
8074         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
8075         * sysdeps/x86_64/configure: Regenerated.
8076         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
8077         macro.
8078         (REGISTER_SAVE_RAX): Likewise.
8079         (REGISTER_SAVE_RCX): Likewise.
8080         (REGISTER_SAVE_RDX): Likewise.
8081         (REGISTER_SAVE_RSI): Likewise.
8082         (REGISTER_SAVE_RDI): Likewise.
8083         (REGISTER_SAVE_R8): Likewise.
8084         (REGISTER_SAVE_R9): Likewise.
8085         (REGISTER_SAVE_BND0): Likewise.
8086         (REGISTER_SAVE_BND1): Likewise.
8087         (REGISTER_SAVE_BND2): Likewise.
8088         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
8089         bound registers when calling _dl_fixup.
8090
8091 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8092
8093         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
8094         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
8095         of its definition.
8096         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
8097         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
8098         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
8099         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
8100         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
8101         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
8102         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
8103
8104 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
8105
8106         [BZ #15514]
8107         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
8108         pathconf(_PC_NAME_MAX).
8109
8110 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8111
8112         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
8113         Remove macro usage.
8114         (__PTHREAD_SPINS): Move definition to ...
8115         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8116         (__PTHREAD_SPINS): ... here.
8117         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8118         (__PTHREAD_SPIN): Likewise.
8119         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
8120         (__PTHREAD_SPIN): Likewise.
8121         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
8122         (__PTHREAD_SPIN): Likewise.
8123         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
8124         (__PTHREAD_SPIN): Likewise.
8125         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8126         (__PTHREAD_SPIN): Likewise.
8127         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8128         (__PTHREAD_SPIN): Likewise.
8129         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
8130         (__PTHREAD_SPIN): Likewise.
8131         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8132         (__PTHREAD_SPIN): Likewise.
8133         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8134         (__PTHREAD_SPIN): Likewise.
8135         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8136         (__PTHREAD_SPIN): Likewise.
8137         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8138         (__PTHREAD_SPIN): Likewise.
8139         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
8140         (__PTHREAD_SPIN): Likewise.
8141
8142         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8143         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
8144         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
8145         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
8146         imply folder.
8147         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
8148         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
8149         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
8150         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
8151         correct imply path.
8152         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
8153         strlen symbol for non multi-arch builds.
8154         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
8155         missing hidden_def and weak_alias.
8156
8157 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
8158
8159         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
8160
8161 2014-04-07  Will Newton  <will.newton@linaro.org>
8162
8163         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
8164         and contents.  [!_LIBC] Remove #ifndef and contents.
8165         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
8166         * string/memccpy.c (__memccpy): Use ANSI prototype.
8167         * string/memfrob.c (memfrob): Likewise.
8168         * string/strcoll.c (STRCOLL): Likewise.
8169         * string/strlen.c (strlen): Likewise.
8170         * string/strtok.c (STRTOK): Likewise.
8171         * string/strcat.c: Remove unused #include of memcopy.h.
8172         (strcat): Use ANSI prototype.
8173         * string/strchr.c: Remove unused #include of memcopy.h.
8174         (strchr): Use ANSI prototype.
8175         * string/strcmp.c: Remove unused #include of memcopy.h.
8176         (strcmp): Use ANSI prototype.
8177         * string/strcpy.c: Remove unused #include of memcopy.h.
8178         (strcpy): Use ANSI prototype.
8179
8180 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8181
8182         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
8183         * config.make.in (config-extra-cppflags): Set it from
8184         libc_extra_cppflags.
8185         * configure.ac (libc_extra_cflags): Make it accumulate over
8186         configure fragments.
8187         (libc_extra_cppflags): New flag.
8188         * configure. Regenerate.
8189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8190         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
8191         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
8192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
8193
8194         [BZ #16815]
8195         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
8196         result for FE_DOWNWARD rounding mode.
8197         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
8198         Likewise.
8199         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8200
8201 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
8202
8203         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
8204         in function argument name.
8205
8206 2014-04-03  David Svoboda  <svoboda@cert.org>
8207
8208         [BZ #5666]
8209         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
8210         explicitly.
8211
8212 2014-04-03  Roland McGrath  <roland@hack.frob.com>
8213
8214         * elf/dl-unmap-segments.h: New file.
8215         * sysdeps/generic/ldsodefs.h
8216         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
8217         * elf/dl-close.c: Include <dl-unmap-segments.h>.
8218         * elf/dl-fptr.c: Likewise.
8219         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
8220         * sysdeps/aarch64/tlsdesc.c: Likewise.
8221         * sysdeps/arm/tlsdesc.c: Likewise.
8222         * sysdeps/i386/tlsdesc.c: Likewise.
8223         * sysdeps/tile/dl-runtime.c: Likewise.
8224         * sysdeps/x86_64/tlsdesc.c: Likewise.
8225         * elf/dl-load.h: New file.
8226         * elf/dl-load.c: Include it.
8227         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
8228         Macros moved to dl-load.h.
8229         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
8230         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
8231         Use _dl_unmap_segments in place of __munmap.
8232         Break out segment-mapping loop into ...
8233         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
8234
8235 2014-04-03  Will Newton  <will.newton@linaro.org>
8236
8237         * elf/dl-lookup.c (do_lookup_x): Remove comment
8238         referring to nested function and move variable
8239         declarations down to before first use.
8240
8241 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
8242
8243         [BZ #16799]
8244         [BZ #16800]
8245         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
8246         with 0 numerator.
8247         * math/s_catanf.c (__catanf): Likewise.
8248         * math/s_catanh.c (__catanh): Likewise.
8249         * math/s_catanhf.c (__catanhf): Likewise.
8250         * math/s_catanhl.c (__catanhl): Likewise.
8251         * math/s_catanl.c (__catanl): Likewise.
8252         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
8253         by positive zero when computing -Inf result.
8254         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
8255         (catanh_test): Likewise.
8256         * sysdeps/i386/fpu/libm-test-ulps: Update.
8257         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8258
8259         [BZ #16789]
8260         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
8261         instead of using underflowing value in computing result.
8262         * math/s_clog10.c (__clog10): Likewise.
8263         * math/s_clog10f.c (__clog10f): Likewise.
8264         * math/s_clog10l.c (__clog10l): Likewise.
8265         * math/s_clogf.c (__clogf): Likewise.
8266         * math/s_clogl.c (__clogl): Likewise.
8267         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
8268         (clog10_test): Likewise.
8269         * sysdeps/i386/fpu/libm-test-ulps: Update.
8270         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8271
8272 2014-04-02  Alan Modra  <amodra@gmail.com>
8273
8274         [BZ #16739]
8275         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
8276         output when value is near a power of two.  Use int64_t for lx and
8277         remove casts.  Use decimal rather than hex exponent constants.
8278         Don't use long double multiplication when double will suffice.
8279         * math/libm-test.inc (nextafter_test_data): Add tests.
8280         * NEWS: Add 16739 and 16786 to bug list.
8281
8282         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
8283
8284         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
8285
8286 2014-04-01  Will Newton  <will.newton@linaro.org>
8287
8288         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
8289         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
8290
8291 2014-04-01  Florian Weimer  <fweimer@redhat.com>
8292
8293         [BZ #13347]
8294         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
8295         * nptl/tst-setuid2.c: New file.
8296         * nptl/Makefile (xtests): Add tst-setuid2.
8297
8298 2014-04-01  Alan Modra  <amodra@gmail.com>
8299
8300         [BZ #16786]
8301         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
8302
8303 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8304
8305         [BZ #6803]
8306         [BZ #6804]
8307         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
8308         set errno as appropriate.
8309         * math/w_scalbf.c (__scalbf): Likewise.
8310         * math/w_scalbl.c (__scalbl): Likewise.
8311         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
8312         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
8313         * math/libm-test.inc (scalb_test_data): Add errno expectations.
8314         Add more NaN tests.
8315
8316         [BZ #16349]
8317         * math/w_atan2.c: Include <errno.h>.
8318         (__atan2): Set errno for result underflowing to zero.
8319         * math/w_atan2f.c: Include <errno.h>.
8320         (__atan2f): Set errno for result underflowing to zero.
8321         * math/w_atan2l.c: Include <errno.h>.
8322         (__atan2l): Set errno for result underflowing to zero.
8323         * math/auto-libm-test-in: Don't allow missing errno for some atan2
8324         tests.
8325         * math/auto-libm-test-out: Regenerated.
8326
8327 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8328
8329         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
8330         Encode instruction correctly in little endian.
8331         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
8332         Likewise.
8333         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
8334         Likewise.
8335         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
8336         Likewise.
8337         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
8338         Likewise.
8339
8340 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8341
8342         [BZ #9894]
8343         * sysdeps/unix/sysv/linux/kernel-features.h
8344         [__sparc__ && !__arch64__ && !__sparc_v9__]
8345         (__ASSUME_SET_ROBUST_LIST): Do not define.
8346         [__sparc__ && !__arch64__ && !__sparc_v9__]
8347         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8348         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
8349         Likewise.
8350         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8351         (__ASSUME_FUTEX_LOCK_PI): Undefine.
8352         (__ASSUME_REQUEUE_PI): Likewise.
8353         (__ASSUME_SET_ROBUST_LIST): Likewise.
8354         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8355         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
8356         Undefine.
8357         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8358         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
8359         Likewise.
8360         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
8361         Likewise.
8362         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
8363         Likewise.
8364         * sysdeps/unix/sysv/linux/mips/kernel-features.h
8365         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
8366         Undefine.
8367         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
8368         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
8369         Likewise.
8370
8371         [BZ #16648]
8372         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8373         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
8374         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
8375
8376 2014-03-31  Will Newton  <will.newton@linaro.org>
8377
8378         * benchtests/Makefile (bench): Add ffs and ffsll to list
8379         of tests.
8380         * benchtests/ffs-inputs: New file.
8381         * benchtests/ffsll-inputs: Likewise.
8382
8383 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
8384
8385         [BZ #16770]
8386         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
8387         too large before casting to int.
8388         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
8389         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
8390         * math/libm-test.inc (scalb_test_data): Add more tests.
8391
8392 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
8393
8394         * benchtests/Makefile (DETAILED_OPT): New make option.
8395         (bench-func): Run benchmark program with -d if DETAILED_OPT is
8396         set.
8397         * benchtests/bench-skeleton.c: Include stdbool.h.
8398         (main): Store and print timings per input.
8399         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
8400         member to each argument value.
8401         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
8402         (_print_arg_data): Initialize per-input timing to 0.
8403
8404         * benchtests/Makefile (timing-type): New binary.
8405         (bench-clean): Also remove bench-timing-type.
8406         (bench): New target for timing-type.
8407         (bench-func): Print output in JSON format.
8408         * benchtests/bench-skeleton.c (main): Print output in JSON
8409         format.
8410         * benchtests/bench-timing-type.c: New file.
8411         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
8412         (TIMING_PRINT_STATS): Remove.
8413         * benchtests/scripts/bench.py (_print_arg_data): Store variant
8414         name separately.
8415
8416         * benchtests/bench-modf.c: Remove.
8417         * benchtests/modf-inputs: New inputs file.
8418
8419 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
8420
8421         [BZ #16362]
8422         * math/s_clog10.c (M_PI_LOG10E): New macro.
8423         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
8424         imaginary parts are 0.
8425         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
8426         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
8427         imaginary parts are 0.
8428         * math/s_clog10l.c (M_PI_LOG10El): New macro.
8429         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
8430         imaginary parts are 0.
8431         * math/libm-test.inc (clog10_test_data): Update expected results
8432         for when real and imaginary parts are 0.
8433
8434 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
8435
8436         * elf/dl-load.c: Finish conversion of __builtin_expect into
8437         __glibc_{un}likely.
8438
8439 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
8440
8441         [BZ #16348]
8442         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
8443         1+x for argument with exponent below -67.
8444         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
8445         Likewise.
8446         * math/auto-libm-test-in: Add more tests of exp.
8447         * math/auto-libm-test-out: Regenerated.
8448
8449 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8450
8451         [BZ #16759]
8452         * inet/getnetgrent_r.c (get_nonempty_val): New function.
8453         (nscd_getnetgrent): Use it.
8454
8455         [BZ #16760]
8456         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
8457         of stpcpy.
8458
8459 2014-03-27  Andi Kleen  <ak@linux.intel.com>
8460
8461         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
8462         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8463         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8464         (lll_robust_unlock): Remove out of line section. Use cfi
8465         intrinsics.
8466         (LLL_STUB_UNWIND_INFO*): Remove.
8467         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
8468         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8469         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8470         (lll_robust_unlock): Remove out of line section. Use cfi
8471         intrinsics.
8472         (LLL_STUB_UNWIND_INFO*): Remove.
8473
8474 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8475
8476         [BZ #16758]
8477         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
8478         blank values.
8479
8480 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
8481
8482         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
8483
8484 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
8485
8486         [BZ #16198]
8487         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
8488         fnstenv.
8489         * math/test-fenv-preserve.c: New file.
8490         * math/Makefile (tests): Add test-fenv-preserve.
8491
8492 2014-03-26  Will Newton <will.newton@linaro.org>
8493
8494         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
8495
8496 2014-03-25  Roland McGrath  <roland@hack.frob.com>
8497
8498         * scripts/versionlist.awk: Partition the version sets and emit all
8499         GLIBC_* (sorted) before all others (sorted).
8500
8501 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8502
8503         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
8504         GLIBC_2.2.5 version.
8505
8506 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8507
8508         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
8509         calls.
8510
8511         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
8512         previous change.
8513
8514         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8515
8516 2014-03-25  Andreas Schwab  <schwab@suse.de>
8517
8518         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
8519         label to be used after in6ailist is initialized.
8520
8521 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8522
8523         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8524         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8525
8526 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8527
8528         [BZ #16357]
8529         [BZ #16599]
8530         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
8531         min_plus_half.
8532         (fp_formats): Update initializers.
8533         (init_fp_formats): Initialize new field.
8534         (output_for_one_input_case): Allow underflow for results up to
8535         min_plus_half.
8536         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
8537         * math/auto-libm-test-in: Don't mark some underflows from asin and
8538         atanh as spurious.
8539         * math/auto-libm-test-out: Regenerated.
8540         * sysdeps/i386/fpu/libm-test-ulps: Update.
8541         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8542
8543 2014-03-25  Andreas Schwab  <schwab@suse.de>
8544
8545         * libio/Makefile (tst-ftell-partial-wide-ENV)
8546         (tst-ftell-active-handler-ENV): Define.
8547
8548 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
8549
8550         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
8551
8552 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8553
8554         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
8555
8556 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8557
8558         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
8559         * sysdeps/x86_64/fpu/multiarch/e_exp.c
8560         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
8561
8562 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8563
8564         [BZ #16634]
8565         * elf/dl-load.c (open_verify): Add mode parameter.
8566         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
8567         (open_path): Change from boolean 'secure' to complete flag 'mode'
8568         (_dl_map_object): Adjust.
8569         * elf/Makefile (tests): Add tst-dlopen-aout.
8570         * elf/tst-dlopen-aout.c: New test.
8571
8572 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
8573
8574         [BZ #16714]
8575         * sysdeps/unix/sysv/linux/s390/bits/stat.h
8576         (struct stat): Rename member pad0 to __glibc_reserved0.
8577
8578         [BZ #16712]
8579         * sysdeps/s390/s390-32/bits/wordsize.h
8580         (__WORDSIZE32_SIZE_ULONG): New define.
8581         * sysdeps/s390/s390-64/bits/wordsize.h
8582         (__WORDSIZE32_SIZE_ULONG): Likewise.
8583         * sysdeps/generic/stdint.h (SIZE_MAX):
8584         Define as UL if __WORDSIZE32_SIZE_ULONG.
8585
8586         [BZ #16713]
8587         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
8588         (__glibc_reserved0): New variable.
8589         (sa_flags): Change type to int.
8590
8591         * posix/Makefile (before-compile): Use += before-compile instead
8592         of a :=.
8593
8594         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8595         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8596
8597 2014-03-20  Andreas Schwab  <schwab@suse.de>
8598
8599         [BZ #16743]
8600         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
8601         non-matching result from nscd.
8602
8603 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8604
8605         * scripts/bench.py: Moved to ...
8606         * benchtests/scripts/bench.py: ... here.
8607         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
8608
8609 2014-03-24  Andreas Schwab  <schwab@suse.de>
8610
8611         [BZ #16002]
8612         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
8613         alloca_account and account alloca use for struct in6ailist.
8614
8615 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8616
8617         [BZ #16284]
8618         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
8619         rounding mode to recompute results that overflow to infinity or
8620         underflow to zero.
8621         * math/auto-libm-test-in: Don't mark tests as expected to fail for
8622         bug 16284.
8623         * math/auto-libm-test-out: Regenerated.
8624         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
8625         (ccosh_test): Likewise.
8626         (csin_test_data): Use plus_oflow.
8627         (csin_test): Use ALL_RM_TEST.
8628         (csinh_test_data): Use plus_oflow.
8629         (csinh_test): Use ALL_RM_TEST.
8630         * sysdeps/i386/fpu/libm-test-ulps: Update.
8631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8632
8633 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
8634
8635         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
8636         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
8637         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
8638
8639         [BZ #16731]
8640         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
8641         when x - 1 is zero.
8642         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8643         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8644         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8645         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
8646         argument is 1.
8647         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
8648         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
8649         zero.
8650         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
8651         * sysdeps/i386/fpu/libm-test-ulps: Update.
8652         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8653
8654 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8655
8656         * scripts/bench.pl: Remove file.
8657         * scripts/bench.py: New benchmark script.
8658         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
8659         * benchtests/README: Mention python dependency.
8660         * scripts/pylintrc: New file.
8661         * scripts/pylint: New file.
8662
8663         * bits/mathdef.h: Use #ifdef instead of #if.
8664         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
8665         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8666         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
8667         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8668         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
8669         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8670
8671 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8672             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8673
8674         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
8675         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
8676         and strpbrk-ppc64 objects.
8677         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8678         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
8679         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
8680         multiarch strpbrk for POWER7.
8681         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
8682         multiarch strpbrk for PPC64.
8683         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
8684         ifunc selector.
8685         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
8686         strpbrk for POWER7.
8687
8688 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8689
8690         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
8691         (atan_test): Likewise.
8692         (atanh_test_data): Use NO_TEST_INLINE for two tests.
8693         (atanh_test): Use ALL_RM_TEST.
8694         (atan2_test_data): Likewise.
8695         (cabs_test): Likewise.
8696         (cacosh_test): Likewise.
8697         (carg_test): Likewise.
8698         (casin_test): Likewise.
8699         (casinh_test): Likewise.
8700         (cbrt_test): Likewise.
8701         (csqrt_test): Likewise.
8702         (erf_test): Likewise.
8703         (erfc_test): Likewise.
8704         (pow10_test): Likewise.
8705         (exp2_test): Likewise.
8706         (hypot_test): Likewise.
8707         (j0_test): Likewise.
8708         (j1_test): Likewise.
8709         (lgamma_test): Likewise.
8710         (gamma_test): Likewise.
8711         (sincos_test): Likewise.
8712         (tanh_test): Likewise.
8713         (y0_test): Likewise.
8714         (y1_test): Likewise.
8715         * sysdeps/i386/fpu/libm-test-ulps: Update.
8716         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8717
8718 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8719
8720         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
8721         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
8722         and strcspn-ppc64 objects.
8723         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8724         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
8725         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
8726         multiarch strcspn for POWER7.
8727         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
8728         multiarch strcspn for PPC64.
8729         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
8730         ifunc selector.
8731         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
8732         strcspn for POWER7.
8733
8734 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8735
8736         * math/gen-libm-test.pl (generate_testfile): Expect only function
8737         name as argument to AUTO_TESTS_* and pass results for all rounding
8738         modes to parse_args.
8739         (parse_auto_input): Separate inputs of automatic tests from
8740         outputs before storing in %auto_tests.
8741         * math/libm-test.inc (acos_test_data): Update call to
8742         AUTO_TESTS_f_f.
8743         (acos_test): Use ALL_RM_TEST.
8744         (acos_tonearest_test_data): Remove.
8745         (acos_test_tonearest): Likewise.
8746         (acos_towardzero_test_data): Likewise.
8747         (acos_test_towardzero): Likewise.
8748         (acos_downward_test_data): Likewise.
8749         (acos_test_downward): Likewise.
8750         (acos_upward_test_data): Likewise.
8751         (acos_test_upward): Likewise.
8752         (acosh_test_data): Update call to AUTO_TESTS_f_f.
8753         (asin_test_data): Likewise.
8754         (asin_test): Use ALL_RM_TEST.
8755         (asin_tonearest_test_data): Remove.
8756         (asin_test_tonearest): Likewise.
8757         (asin_towardzero_test_data): Likewise.
8758         (asin_test_towardzero): Likewise.
8759         (asin_downward_test_data): Likewise.
8760         (asin_test_downward): Likewise.
8761         (asin_upward_test_data): Likewise.
8762         (asin_test_upward): Likewise.
8763         (asinh_test_data): Update call to AUTO_TESTS_f_f.
8764         (atan_test_data): Likewise.
8765         (atanh_test_data): Likewise.
8766         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8767         (cabs_test_data): Update call to AUTO_TESTS_c_f.
8768         (carg_test_data): Likewise.
8769         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8770         (ccos_test_data): Update call to AUTO_TESTS_c_c.
8771         (ccosh_test_data): Likewise.
8772         (cexp_test_data): Likewise.
8773         (clog_test_data): Likewise.
8774         (clog10_test_data): Likewise.
8775         (cos_test_data): Update call to AUTO_TESTS_f_f.
8776         (cos_test): Use ALL_RM_TEST.
8777         (cos_tonearest_test_data): Remove.
8778         (cos_test_tonearest): Likewise.
8779         (cos_towardzero_test_data): Likewise.
8780         (cos_test_towardzero): Likewise.
8781         (cos_downward_test_data): Likewise.
8782         (cos_test_downward): Likewise.
8783         (cos_upward_test_data): Likewise.
8784         (cos_test_upward): Likewise.
8785         (cosh_test_data): Update call to AUTO_TESTS_f_f.
8786         (cosh_test): Use ALL_RM_TEST.
8787         (cosh_tonearest_test_data): Remove.
8788         (cosh_test_tonearest): Likewise.
8789         (cosh_towardzero_test_data): Likewise.
8790         (cosh_test_towardzero): Likewise.
8791         (cosh_downward_test_data): Likewise.
8792         (cosh_test_downward): Likewise.
8793         (cosh_upward_test_data): Likewise.
8794         (cosh_test_upward): Likewise.
8795         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8796         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8797         (ctan_test_data): Likewise.
8798         (ctan_test): Use ALL_RM_TEST.
8799         (ctan_tonearest_test_data): Remove.
8800         (ctan_test_tonearest): Likewise.
8801         (ctan_towardzero_test_data): Likewise.
8802         (ctan_test_towardzero): Likewise.
8803         (ctan_downward_test_data): Likewise.
8804         (ctan_test_downward): Likewise.
8805         (ctan_upward_test_data): Likewise.
8806         (ctan_test_upward): Likewise.
8807         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8808         (ctanh_test): Use ALL_RM_TEST.
8809         (ctanh_tonearest_test_data): Remove.
8810         (ctanh_test_tonearest): Likewise.
8811         (ctanh_towardzero_test_data): Likewise.
8812         (ctanh_test_towardzero): Likewise.
8813         (ctanh_downward_test_data): Likewise.
8814         (ctanh_test_downward): Likewise.
8815         (ctanh_upward_test_data): Likewise.
8816         (ctanh_test_upward): Likewise.
8817         (erf_test_data): Update call to AUTO_TESTS_f_f.
8818         (erfc_test_data): Likewise.
8819         (exp_test_data): Likewise.
8820         (exp_test): Use ALL_RM_TEST.
8821         (exp_tonearest_test_data): Remove.
8822         (exp_test_tonearest): Likewise.
8823         (exp_towardzero_test_data): Likewise.
8824         (exp_test_towardzero): Likewise.
8825         (exp_downward_test_data): Likewise.
8826         (exp_test_downward): Likewise.
8827         (exp_upward_test_data): Likewise.
8828         (exp_test_upward): Likewise.
8829         (exp10_test_data): Update call to AUTO_TESTS_f_f.
8830         (exp10_test): Use ALL_RM_TEST.
8831         (exp10_tonearest_test_data): Remove.
8832         (exp10_test_tonearest): Likewise.
8833         (exp10_towardzero_test_data): Likewise.
8834         (exp10_test_towardzero): Likewise.
8835         (exp10_downward_test_data): Likewise.
8836         (exp10_test_downward): Likewise.
8837         (exp10_upward_test_data): Likewise.
8838         (exp10_test_upward): Likewise.
8839         (exp2_test_data): Update call to AUTO_TESTS_f_f.
8840         (expm1_test_data): Likewise.
8841         (expm1_test): Use ALL_RM_TEST.
8842         (expm1_tonearest_test_data): Remove.
8843         (expm1_test_tonearest): Likewise.
8844         (expm1_towardzero_test_data): Likewise.
8845         (expm1_test_towardzero): Likewise.
8846         (expm1_downward_test_data): Likewise.
8847         (expm1_test_downward): Likewise.
8848         (expm1_upward_test_data): Likewise.
8849         (expm1_test_upward): Likewise.
8850         (fma_test_data): Update call to AUTO_TESTS_fff_f.
8851         (fma_test): Use ALL_RM_TEST.
8852         (fma_towardzero_test_data): Remove.
8853         (fma_test_towardzero): Likewise.
8854         (fma_downward_test_data): Likewise.
8855         (fma_test_downward): Likewise.
8856         (fma_upward_test_data): Likewise.
8857         (fma_test_upward): Likewise.
8858         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8859         (j0_test_data): Update call to AUTO_TESTS_f_f.
8860         (j1_test_data): Likewise.
8861         (jn_test_data): Update call to AUTO_TESTS_if_f.
8862         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8863         (log_test_data): Update call to AUTO_TESTS_f_f.
8864         (log10_test_data): Likewise.
8865         (log1p_test_data): Likewise.
8866         (log2_test_data): Likewise.
8867         (pow_test_data): Update call to AUTO_TESTS_ff_f.
8868         (pow_tonearest_test_data): Likewise.
8869         (sin_test_data): Update call to AUTO_TESTS_f_f.
8870         (sin_test): Use ALL_RM_TEST.
8871         (sin_tonearest_test_data): Remove.
8872         (sin_test_tonearest): Likewise.
8873         (sin_towardzero_test_data): Likewise.
8874         (sin_test_towardzero): Likewise.
8875         (sin_downward_test_data): Likewise.
8876         (sin_test_downward): Likewise.
8877         (sin_upward_test_data): Likewise.
8878         (sin_test_upward): Likewise.
8879         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8880         (sinh_test_data): Update call to AUTO_TESTS_f_f.
8881         (sinh_test): Use ALL_RM_TEST.
8882         (sinh_tonearest_test_data): Remove.
8883         (sinh_test_tonearest): Likewise.
8884         (sinh_towardzero_test_data): Likewise.
8885         (sinh_test_towardzero): Likewise.
8886         (sinh_downward_test_data): Likewise.
8887         (sinh_test_downward): Likewise.
8888         (sinh_upward_test_data): Likewise.
8889         (sinh_test_upward): Likewise.
8890         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
8891         (sqrt_test): Use ALL_RM_TEST.
8892         (sqrt_tonearest_test_data): Remove.
8893         (sqrt_test_tonearest): Likewise.
8894         (sqrt_towardzero_test_data): Likewise.
8895         (sqrt_test_towardzero): Likewise.
8896         (sqrt_downward_test_data): Likewise.
8897         (sqrt_test_downward): Likewise.
8898         (sqrt_upward_test_data): Likewise.
8899         (sqrt_test_upward): Likewise.
8900         (tan_test_data): Update call to AUTO_TESTS_f_f.
8901         (tan_test): Use ALL_RM_TEST.
8902         (tan_tonearest_test_data): Remove.
8903         (tan_test_tonearest): Likewise.
8904         (tan_towardzero_test_data): Likewise.
8905         (tan_test_towardzero): Likewise.
8906         (tan_downward_test_data): Likewise.
8907         (tan_test_downward): Likewise.
8908         (tan_upward_test_data): Likewise.
8909         (tan_test_upward): Likewise.
8910         (tanh_test_data): Update call to AUTO_TESTS_f_f.
8911         (tgamma_test_data): Likewise.
8912         (y0_test_data): Likewise.
8913         (y1_test_data): Likewise.
8914         (yn_test_data): Update call to AUTO_TESTS_if_f.
8915         (main): Do not call removed functions.
8916
8917 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8918
8919         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
8920         (ldexp_test_data): Remove.
8921         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
8922         scalbn_test_data.
8923         (scalb_test): Use ALL_RM_TEST.
8924
8925 2014-03-19  Andreas Schwab  <schwab@suse.de>
8926
8927         * nscd/nscd.service: Also invalidate netgroup cache on reload.
8928
8929 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8930
8931         [BZ #16649]
8932         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8933         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
8934         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
8935         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8936         (__ASSUME_PREADV): Undefine.
8937         (__ASSUME_PWRITEV): Likewise.
8938
8939 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8940
8941         * bits/mman-linux.h: Add comment about non-Linux use.
8942         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
8943         bits/mman-linux.h resting place.
8944
8945         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
8946         * bits/mman-linux.h: ... here.
8947
8948 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8949
8950         * conform/conformtest.pl: Add standard definition when calling C
8951         preprocessor on data files.
8952         (checknamespace): Remove unused variable.
8953
8954 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8955
8956         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
8957         minus_oflow, plus_uflow and minus_uflow in expected results.
8958         * math/libm-test.inc (scalbn_test_data): Add more tests of
8959         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
8960         minus_uflow.
8961         (scalbn_test): Use ALL_RM_TEST.
8962         (scalbln_test_data): Add more tests of negative arguments.  Use
8963         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
8964         (scalbln_test): Use ALL_RM_TEST.
8965
8966 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8967
8968         * scripts/abilist.awk: Ignore symbols marked with .hidden.
8969
8970 2014-03-18  Will Newton  <will.newton@linaro.org>
8971
8972         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
8973         inaccurate comment.
8974
8975 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8976
8977         * Makerules [!subdir] (check-abi): Exit with error status if a
8978         test failed.
8979
8980 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8981
8982         * math/libm-test.inc (nearbyint_test_data): Include all tests used
8983         for rint.  Include results for all rounding modes.
8984         (nearbyint_test): Use ALL_RM_TEST.
8985         (rint_test_data): Include all tests used for nearbyint.
8986
8987 2014-03-17  Will Newton  <will.newton@linaro.org>
8988
8989         * nptl/sysdeps/pthread/pthread.h: Revert previous
8990         change.
8991
8992         * sysdeps/generic/ldsodefs.h: Revert previous
8993         change.
8994
8995         * libio/genops.c: Revert previous change.
8996         * libio/libioP.h: Likewise.
8997         * stdio-common/vfprintf.c: Likewise.
8998
8999         * sysdeps/generic/math_private.h: Revert previous
9000         change.
9001
9002         * sysdeps/generic/math_private.h: Check whether
9003         HAVE_RM_CTX is defined with #ifdef rather
9004         than #if.
9005
9006         * argp/argp-fmtstream.h: Check whether
9007         __STRICT_ANSI__ is defined with #ifdef rather
9008         than #if.
9009         * argp/argp.h: Likewise.
9010
9011         * libio/genops.c: Check whether
9012         _IO_JUMPS_OFFSET is defined with #ifdef rather
9013         than #if.
9014         * libio/libioP.h: Likewise.
9015         * stdio-common/vfprintf.c: Likewise.
9016
9017         * sysdeps/generic/ldsodefs.h: Check whether
9018         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
9019         than #if.
9020
9021         * nptl/sysdeps/pthread/pthread.h: Check
9022         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
9023         its value.
9024
9025 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
9026
9027         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
9028         setting O_APPEND.
9029         * libio/tst-ftell-active-handler.c (do_append_test): Add a
9030         test case.
9031
9032         [BZ #16680]
9033         * libio/fileops.c (_IO_file_open): Seek to end of file but
9034         don't cache the offset.
9035         (get_file_offset): Remove function.
9036         (do_ftell): Use cached offset when available.
9037         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
9038         don't cache the offset.
9039         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
9040         case.
9041         (do_one_test): Call it.
9042         (do_ftell_test): Fix up expected old offset for a+ mode.
9043         * libio/wfileops.c (do_ftell_wide): Used cached offset when
9044         available.
9045
9046         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
9047         up test status with function return status.
9048         (do_write_test): Likewise.
9049         (do_append_test): Likewise.
9050
9051         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
9052         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
9053         Remove.
9054
9055 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9056
9057         * math/gen-libm-test.pl (parse_args): Handle results specified for
9058         each rounding mode separately.
9059         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
9060         tests and results from lrint_tonearest_test_data,
9061         lrint_towardzero_test_data, lrint_downward_test_data and
9062         lrint_upward_test_data.
9063         (lrint_test): Use ALL_RM_TEST.
9064         (lrint_tonearest_test_data): Remove.
9065         (lrint_test_tonearest): Likewise.
9066         (lrint_towardzero_test_data): Likewise.
9067         (lrint_test_towardzero): Likewise.
9068         (lrint_downward_test_data): Likewise.
9069         (lrint_test_downward): Likewise.
9070         (lrint_upward_test_data): Likewise.
9071         (lrint_test_upward): Likewise.
9072         (llrint_test_data): Merge in per-rounding-mode tests and results
9073         from llrint_tonearest_test_data, llrint_towardzero_test_data,
9074         llrint_downward_test_data and llrint_upward_test_data.
9075         (llrint_test): Use ALL_RM_TEST.
9076         (llrint_tonearest_test_data): Remove.
9077         (llrint_test_tonearest): Likewise.
9078         (llrint_towardzero_test_data): Likewise.
9079         (llrint_test_towardzero): Likewise.
9080         (llrint_downward_test_data): Likewise.
9081         (llrint_test_downward): Likewise.
9082         (llrint_upward_test_data): Likewise.
9083         (llrint_test_upward): Likewise.
9084         (rint_test_data): Merge in per-rounding-mode tests and results
9085         from rint_tonearest_test_data, rint_towardzero_test_data,
9086         rint_downward_test_data and rint_upward_test_data.  Add
9087         per-rounding-mode results for tests not in those arrays.
9088         (rint_test): Use ALL_RM_TEST.
9089         (rint_tonearest_test_data): Remove.
9090         (rint_test_tonearest): Likewise.
9091         (rint_towardzero_test_data): Likewise.
9092         (rint_test_towardzero): Likewise.
9093         (rint_downward_test_data): Likewise.
9094         (rint_test_downward): Likewise.
9095         (rint_upward_test_data): Likewise.
9096         (rint_test_upward): Likewise.
9097         (main): Don't call removed functions.
9098
9099 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9100
9101         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
9102         "Compiled on ..." crapola.  It is anti-useful.
9103
9104 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
9105
9106         * scripts/evaluate-test.sh: Handle fourth argument to determine
9107         whether test run should stop on failure.
9108         * Makeconfig (stop-on-test-failure): New variable.
9109         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
9110         $(stop-on-test-failure).
9111         * Makefile (tests): Give a summary of results from testing and
9112         exit with failure status if they include an ERROR or FAIL.
9113         (xtests): Likewise.
9114         * manual/install.texi (Configuring and compiling): Mention
9115         stop-on-test-failure=y.
9116         * INSTALL: Regenerated.
9117
9118 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9119
9120         * scripts/versionlist.awk: New file.
9121         * Makerules [$(build-shared) = yes]
9122         (postclean-generated): Add Versions.def, not Versions.def.v and
9123         Versions.def.v.i.
9124         ($(common-objpfx)Versions.def.v.i): Target removed.
9125         ($(common-objpfx)Versions.def): New target.
9126         ($(common-objpfx)Versions.all): Depend on that rather that
9127         $(common-objpfx)Versions.def.v.
9128         * Versions.def: File removed.
9129
9130         * Makeconfig (+gccwarn): Add -Wundef.
9131         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
9132         a dl-sysdep.h breaking its contract.
9133         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
9134         * include/stackinfo.h: New file.
9135         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
9136         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
9137         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
9138         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
9139         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
9140         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
9141         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9142         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9143         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9144         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9145         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9146         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
9147         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9148         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9149         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9150
9151 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9152
9153         [BZ #16707]
9154         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
9155         implementation.
9156         * math/libm-test.inc (round_test_data): Add more tests.
9157
9158         [BZ #16706]
9159         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
9160         implementation.
9161         * math/libm-test.inc (nearbyint_test_data): Add more tests.
9162
9163         [BZ #16701]
9164         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
9165         implementation.
9166         * math/libm-test.inc (ceil_test_data): Add more tests.
9167
9168         * math/libm-test.inc (trunc_test_data): Add more tests related to
9169         BZ#16414.
9170
9171 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9172
9173         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
9174         with #if rather than #ifdef.
9175         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
9176
9177 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
9178
9179         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
9180         first.  Disable AVX-512 GCC support if assembler doesn't support
9181         it.
9182         * sysdeps/x86_64/configure: Regenerated.
9183
9184 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
9185
9186         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
9187         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
9188         (__old_pthread_attr_setstack): Likewise.
9189         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
9190         [!_STACK_GROWS_DOWN]: Likewise.
9191
9192 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
9193
9194         * config.make.in (have-bash2): Delete.
9195         * configure.ac (libc_cv_have_bash2): Delete.
9196         * configure: Regenerate.
9197         * elf/Makefile (common-ldd-rewrite): Rename to ...
9198         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
9199         (sh-ldd-rewrite): Delete.
9200         (bash-ldd-rewrite): Delete.
9201         (have-bash2): Delete checks.
9202         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
9203         ldd-rewrite.
9204
9205         * config.make.in (have-ksh): Delete.
9206         (KSH): Delete.
9207         * configure.ac (libc_cv_have_ksh): Delete.
9208         * configure: Regenerate.
9209
9210         * elf/Makefile: Delete $(have-ksh) check.
9211         ($(objpfx)sotruss): Change KSH to BASH.
9212         * elf/sotruss.ksh: Rename to ...
9213         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
9214         function style to match POSIX.  Drop ksh vim mode setting.
9215
9216         * manual/time.texi (Specifying the Time Zone with TZ): Change
9217         Tuesday to Thursday.
9218
9219         * debug/tst-longjmp_chk2.c: Update header comment.
9220         (stackoverflow_handler): Add comment.  Call assert on pass value.
9221
9222 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
9223
9224         [BZ #16194]
9225         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
9226         (HAVE_AVX512_ASM_SUPPORT): Likewise.
9227         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
9228         (La_x86_64_vector): Add zmm.
9229         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
9230         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
9231         ($(objpfx)tst-audit10): New target.
9232         ($(objpfx)tst-audit10.out): Likewise.
9233         (tst-audit10-ENV): New.
9234         (AVX512-CFLAGS): Likewise.
9235         (CFLAGS-tst-audit10.c): Likewise.
9236         (CFLAGS-tst-auditmod10a.c): Likewise.
9237         (CFLAGS-tst-auditmod10b.c): Likewise.
9238         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
9239         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
9240         * sysdeps/x86_64/configure: Regenerated.
9241         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
9242         AVX-512 zmm register support.
9243         (_dl_x86_64_save_sse): Likewise.
9244         (_dl_x86_64_restore_sse): Likewise.
9245         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
9246         size vector registers.
9247         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
9248         (ZMM_SIZE): Likewise.
9249         * sysdeps/x86_64/tst-audit10.c: New file.
9250         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
9251         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
9252
9253 2014-03-13  Roland McGrath  <roland@hack.frob.com>
9254
9255         * configure.ac (HAVE_EHDR_START): New check.
9256         * configure: Regenerated.
9257         * config.h.in (HAVE_EHDR_START): New #undef.
9258         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
9259         assuming the lowest-addressed segment maps the start of the file.
9260
9261 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
9262
9263         * INSTALL: Regenerated.
9264
9265 2014-03-13  Will Newton  <will.newton@linaro.org>
9266
9267         * manual/setjmp.texi (System V contexts): Improve
9268         clarity and grammar of documentation.
9269
9270 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
9271
9272         [BZ #16381]
9273         * elf/Makefile (tests): Add tst-pie2.
9274         (tests-pie): Add tst-pie2.
9275         * elf/tst-pie2.c: New file.
9276         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
9277         for ET_EXEC.
9278         * elf/rtld.c (map_doit): Load executable as lt_executable.
9279         (dl_main): Likewise.
9280
9281 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
9282
9283         [BZ #16642]
9284         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9285         (__ASSUME_PSELECT): Undefine.
9286
9287 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9288
9289         [BZ #16689]
9290         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
9291         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
9292         static build.
9293         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
9294         selector for static builds.
9295
9296 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9297
9298         [BZ #16695]
9299         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
9300         key in the buffer.
9301
9302 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9303
9304         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
9305         IFUNC selector for static builds.
9306
9307 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
9308
9309         * sysdeps/mips/math_private.h [__mips_hard_float]
9310         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
9311         libc_feresetround_mips_ctx.
9312         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
9313         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
9314         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
9315
9316         [BZ #16677]
9317         * math/s_nextafter.c (__nextafter): Do not return value from
9318         overflowing computation.
9319         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
9320         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9321         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
9322         Likewise.
9323         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
9324         Likewise.
9325         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
9326         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
9327
9328 2014-03-11  Roland McGrath  <roland@hack.frob.com>
9329
9330         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
9331         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
9332         Move sfi_sp use from the load-multiple (that no longer sets sp) to
9333         the new mov targetting sp.
9334
9335 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9336
9337         [BZ #16683]
9338         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
9339         Define it for static builds as well.
9340         (NO_BZERO_IMPL): Likewise.
9341
9342 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9343
9344         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
9345         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
9346         multiarch strspn for PPC64.
9347         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
9348         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
9349         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9350         (__libc_ifunc_impl_list): Likewise.
9351         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
9352         multiarch optimizations
9353         * string/strspn.c (strspn): Using macro to redefine symbol name.
9354
9355 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9356             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9357
9358         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
9359         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
9360         multiarch strncat for PPC64.
9361         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
9362         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
9363         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9364         (__libc_ifunc_impl_list): Likewise.
9365         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
9366         multiarch optimizations
9367
9368 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9369
9370         [BZ #16639]
9371         * nscd/nscd.service: Make service type forking.
9372
9373 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9374
9375         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
9376         sign in non default rounding modes.
9377         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
9378
9379 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
9380
9381         * math/libm-test.inc (ALL_RM_TEST): New macro.
9382         (ceil_test): Use ALL_RM_TEST.
9383         (cimag_test): Likewise.
9384         (conj_test): Likewise.
9385         (copysign_test): Likewise.
9386         (cproj_test): Likewise.
9387         (creal_test): Likewise.
9388         (fabs_test): Likewise.
9389         (floor_test): Likewise.
9390         (fmax_test): Likewise.
9391         (fmin_test): Likewise.
9392         (fmod_test): Likewise.
9393         (fpclassify_test): Likewise.
9394         (frexp_test): Likewise.
9395         (ilogb_test): Likewise.
9396         (isfinite_test): Likewise.
9397         (finite_test): Likewise.
9398         (isgreater_test): Likewise.
9399         (isgreaterequal_test): Likewise.
9400         (isinf_test): Likewise.
9401         (isless_test): Likewise.
9402         (islessequal_test): Likewise.
9403         (islessgreater_test): Likewise.
9404         (isnan_test): Likewise.
9405         (isnormal_test): Likewise.
9406         (issignaling_test): Likewise.
9407         (isunordered_test): Likewise.
9408         (logb_test): Likewise.
9409         (logb_downward_test_data): Remove.
9410         (logb_test_downward): Likewise.
9411         (lround_test): Use ALL_RM_TEST.
9412         (llround_test): Likewise.
9413         (modf_test): Likewise.
9414         (nexttoward_test): Likewise.
9415         (remainder_test): Likewise.
9416         (drem_test): Likewise.
9417         (remainder_tonearest_test_data): Likewise.
9418         (remainder_test_tonearest): Likewise.
9419         (drem_test_tonearest): Likewise.
9420         (remainder_towardzero_test_data): Likewise.
9421         (remainder_test_towardzero): Likewise.
9422         (drem_test_towardzero): Likewise.
9423         (remainder_downward_test_data): Likewise.
9424         (remainder_test_downward): Likewise.
9425         (drem_test_downward): Likewise.
9426         (remainder_upward_test_data): Likewise.
9427         (remainder_test_upward): Likewise.
9428         (drem_test_upward): Likewise.
9429         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
9430         (round_test): Use ALL_RM_TEST.
9431         (signbit_test): Likewise.
9432         (trunc_test): Likewise.
9433         (significand_test): Likewise.
9434         (main): Don't call removed functions.
9435
9436 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9437
9438         [BZ #16674]
9439         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
9440         || __USE_XOPEN2K8].
9441         (ILL_ILLOPN): Likewise.
9442         (ILL_ILLADR): Likewise.
9443         (ILL_ILLTRP): Likewise.
9444         (ILL_PRVOPC): Likewise.
9445         (ILL_PRVREG): Likewise.
9446         (ILL_COPROC): Likewise.
9447         (ILL_BADSTK): Likewise.
9448         (FPE_INTDIV): Likewise.
9449         (FPE_INTOVF): Likewise.
9450         (FPE_FLTDIV): Likewise.
9451         (FPE_FLTOVF): Likewise.
9452         (FPE_FLTUND): Likewise.
9453         (FPE_FLTRES): Likewise.
9454         (FPE_FLTINV): Likewise.
9455         (FPE_FLTSUB): Likewise.
9456         (SEGV_MAPERR): Likewise.
9457         (SEGV_ACCERR): Likewise.
9458         (BUS_ADRALN): Likewise.
9459         (BUS_ADRERR): Likewise.
9460         (BUS_OBJERR): Likewise.
9461         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9462         (TRAP_TRACE): Likewise.
9463         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9464         __USE_XOPEN2K8].
9465         (CLD_KILLED): Likewise.
9466         (CLD_DUMPED): Likewise.
9467         (CLD_TRAPPED): Likewise.
9468         (CLD_STOPPED): Likewise.
9469         (CLD_CONTINUED): Likewise.
9470         (POLL_IN): Likewise.
9471         (POLL_OUT): Likewise.
9472         (POLL_MSG): Likewise.
9473         (POLL_ERR): Likewise.
9474         (POLL_PRI): Likewise.
9475         (POLL_HUP): Likewise.
9476         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
9477         Likewise.
9478         (ILL_ILLOPN): Likewise.
9479         (ILL_ILLADR): Likewise.
9480         (ILL_ILLTRP): Likewise.
9481         (ILL_PRVOPC): Likewise.
9482         (ILL_PRVREG): Likewise.
9483         (ILL_COPROC): Likewise.
9484         (ILL_BADSTK): Likewise.
9485         (FPE_INTDIV): Likewise.
9486         (FPE_INTOVF): Likewise.
9487         (FPE_FLTDIV): Likewise.
9488         (FPE_FLTOVF): Likewise.
9489         (FPE_FLTUND): Likewise.
9490         (FPE_FLTRES): Likewise.
9491         (FPE_FLTINV): Likewise.
9492         (FPE_FLTSUB): Likewise.
9493         (SEGV_MAPERR): Likewise.
9494         (SEGV_ACCERR): Likewise.
9495         (BUS_ADRALN): Likewise.
9496         (BUS_ADRERR): Likewise.
9497         (BUS_OBJERR): Likewise.
9498         (BUS_MCEERR_AR): Likewise.
9499         (BUS_MCEERR_AO): Likewise.
9500         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9501         (TRAP_TRACE): Likewise.
9502         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9503         __USE_XOPEN2K8].
9504         (CLD_KILLED): Likewise.
9505         (CLD_DUMPED): Likewise.
9506         (CLD_TRAPPED): Likewise.
9507         (CLD_STOPPED): Likewise.
9508         (CLD_CONTINUED): Likewise.
9509         (POLL_IN): Likewise.
9510         (POLL_OUT): Likewise.
9511         (POLL_MSG): Likewise.
9512         (POLL_ERR): Likewise.
9513         (POLL_PRI): Likewise.
9514         (POLL_HUP): Likewise.
9515         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
9516         (ILL_ILLOPN): Likewise.
9517         (ILL_ILLADR): Likewise.
9518         (ILL_ILLTRP): Likewise.
9519         (ILL_PRVOPC): Likewise.
9520         (ILL_PRVREG): Likewise.
9521         (ILL_COPROC): Likewise.
9522         (ILL_BADSTK): Likewise.
9523         (FPE_INTDIV): Likewise.
9524         (FPE_INTOVF): Likewise.
9525         (FPE_FLTDIV): Likewise.
9526         (FPE_FLTOVF): Likewise.
9527         (FPE_FLTUND): Likewise.
9528         (FPE_FLTRES): Likewise.
9529         (FPE_FLTINV): Likewise.
9530         (FPE_FLTSUB): Likewise.
9531         (SEGV_MAPERR): Likewise.
9532         (SEGV_ACCERR): Likewise.
9533         (BUS_ADRALN): Likewise.
9534         (BUS_ADRERR): Likewise.
9535         (BUS_OBJERR): Likewise.
9536         (BUS_MCEERR_AR): Likewise.
9537         (BUS_MCEERR_AO): Likewise.
9538         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9539         (TRAP_TRACE): Likewise.
9540         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9541         __USE_XOPEN2K8].
9542         (CLD_KILLED): Likewise.
9543         (CLD_DUMPED): Likewise.
9544         (CLD_TRAPPED): Likewise.
9545         (CLD_STOPPED): Likewise.
9546         (CLD_CONTINUED): Likewise.
9547         (POLL_IN): Likewise.
9548         (POLL_OUT): Likewise.
9549         (POLL_MSG): Likewise.
9550         (POLL_ERR): Likewise.
9551         (POLL_PRI): Likewise.
9552         (POLL_HUP): Likewise.
9553         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
9554         Likewise.
9555         (ILL_ILLOPN): Likewise.
9556         (ILL_ILLADR): Likewise.
9557         (ILL_ILLTRP): Likewise.
9558         (ILL_PRVOPC): Likewise.
9559         (ILL_PRVREG): Likewise.
9560         (ILL_COPROC): Likewise.
9561         (ILL_BADSTK): Likewise.
9562         (ILL_BADIADDR): Likewise.
9563         (ILL_BREAK): Likewise.
9564         (FPE_INTDIV): Likewise.
9565         (FPE_INTOVF): Likewise.
9566         (FPE_FLTDIV): Likewise.
9567         (FPE_FLTOVF): Likewise.
9568         (FPE_FLTUND): Likewise.
9569         (FPE_FLTRES): Likewise.
9570         (FPE_FLTINV): Likewise.
9571         (FPE_FLTSUB): Likewise.
9572         (FPE_DECOVF): Likewise.
9573         (FPE_DECDIV): Likewise.
9574         (FPE_DECERR): Likewise.
9575         (FPE_INVASC): Likewise.
9576         (FPE_INVDEC): Likewise.
9577         (SEGV_MAPERR): Likewise.
9578         (SEGV_ACCERR): Likewise.
9579         (SEGV_PSTKOVF): Likewise.
9580         (BUS_ADRALN): Likewise.
9581         (BUS_ADRERR): Likewise.
9582         (BUS_OBJERR): Likewise.
9583         (BUS_MCEERR_AR): Likewise.
9584         (BUS_MCEERR_AO): Likewise.
9585         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9586         (TRAP_TRACE): Likewise.
9587         (TRAP_BRANCH): Likewise.
9588         (TRAP_HWBKPT): Likewise.
9589         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9590         __USE_XOPEN2K8].
9591         (CLD_KILLED): Likewise.
9592         (CLD_DUMPED): Likewise.
9593         (CLD_TRAPPED): Likewise.
9594         (CLD_STOPPED): Likewise.
9595         (CLD_CONTINUED): Likewise.
9596         (POLL_IN): Likewise.
9597         (POLL_OUT): Likewise.
9598         (POLL_MSG): Likewise.
9599         (POLL_ERR): Likewise.
9600         (POLL_PRI): Likewise.
9601         (POLL_HUP): Likewise.
9602         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
9603         (ILL_ILLOPN): Likewise.
9604         (ILL_ILLADR): Likewise.
9605         (ILL_ILLTRP): Likewise.
9606         (ILL_PRVOPC): Likewise.
9607         (ILL_PRVREG): Likewise.
9608         (ILL_COPROC): Likewise.
9609         (ILL_BADSTK): Likewise.
9610         (FPE_INTDIV): Likewise.
9611         (FPE_INTOVF): Likewise.
9612         (FPE_FLTDIV): Likewise.
9613         (FPE_FLTOVF): Likewise.
9614         (FPE_FLTUND): Likewise.
9615         (FPE_FLTRES): Likewise.
9616         (FPE_FLTINV): Likewise.
9617         (FPE_FLTSUB): Likewise.
9618         (SEGV_MAPERR): Likewise.
9619         (SEGV_ACCERR): Likewise.
9620         (BUS_ADRALN): Likewise.
9621         (BUS_ADRERR): Likewise.
9622         (BUS_OBJERR): Likewise.
9623         (BUS_MCEERR_AR): Likewise.
9624         (BUS_MCEERR_AO): Likewise.
9625         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9626         (TRAP_TRACE): Likewise.
9627         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9628         __USE_XOPEN2K8].
9629         (CLD_KILLED): Likewise.
9630         (CLD_DUMPED): Likewise.
9631         (CLD_TRAPPED): Likewise.
9632         (CLD_STOPPED): Likewise.
9633         (CLD_CONTINUED): Likewise.
9634         (POLL_IN): Likewise.
9635         (POLL_OUT): Likewise.
9636         (POLL_MSG): Likewise.
9637         (POLL_ERR): Likewise.
9638         (POLL_PRI): Likewise.
9639         (POLL_HUP): Likewise.
9640         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
9641         (ILL_ILLOPN): Likewise.
9642         (ILL_ILLADR): Likewise.
9643         (ILL_ILLTRP): Likewise.
9644         (ILL_PRVOPC): Likewise.
9645         (ILL_PRVREG): Likewise.
9646         (ILL_COPROC): Likewise.
9647         (ILL_BADSTK): Likewise.
9648         (FPE_INTDIV): Likewise.
9649         (FPE_INTOVF): Likewise.
9650         (FPE_FLTDIV): Likewise.
9651         (FPE_FLTOVF): Likewise.
9652         (FPE_FLTUND): Likewise.
9653         (FPE_FLTRES): Likewise.
9654         (FPE_FLTINV): Likewise.
9655         (FPE_FLTSUB): Likewise.
9656         (SEGV_MAPERR): Likewise.
9657         (SEGV_ACCERR): Likewise.
9658         (BUS_ADRALN): Likewise.
9659         (BUS_ADRERR): Likewise.
9660         (BUS_OBJERR): Likewise.
9661         (BUS_MCEERR_AR): Likewise.
9662         (BUS_MCEERR_AO): Likewise.
9663         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9664         (TRAP_TRACE): Likewise.
9665         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9666         __USE_XOPEN2K8].
9667         (CLD_KILLED): Likewise.
9668         (CLD_DUMPED): Likewise.
9669         (CLD_TRAPPED): Likewise.
9670         (CLD_STOPPED): Likewise.
9671         (CLD_CONTINUED): Likewise.
9672         (POLL_IN): Likewise.
9673         (POLL_OUT): Likewise.
9674         (POLL_MSG): Likewise.
9675         (POLL_ERR): Likewise.
9676         (POLL_PRI): Likewise.
9677         (POLL_HUP): Likewise.
9678         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
9679         (ILL_ILLOPN): Likewise.
9680         (ILL_ILLADR): Likewise.
9681         (ILL_ILLTRP): Likewise.
9682         (ILL_PRVOPC): Likewise.
9683         (ILL_PRVREG): Likewise.
9684         (ILL_COPROC): Likewise.
9685         (ILL_BADSTK): Likewise.
9686         (FPE_INTDIV): Likewise.
9687         (FPE_INTOVF): Likewise.
9688         (FPE_FLTDIV): Likewise.
9689         (FPE_FLTOVF): Likewise.
9690         (FPE_FLTUND): Likewise.
9691         (FPE_FLTRES): Likewise.
9692         (FPE_FLTINV): Likewise.
9693         (FPE_FLTSUB): Likewise.
9694         (SEGV_MAPERR): Likewise.
9695         (SEGV_ACCERR): Likewise.
9696         (BUS_ADRALN): Likewise.
9697         (BUS_ADRERR): Likewise.
9698         (BUS_OBJERR): Likewise.
9699         (BUS_MCEERR_AR): Likewise.
9700         (BUS_MCEERR_AO): Likewise.
9701         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9702         (TRAP_TRACE): Likewise.
9703         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9704         __USE_XOPEN2K8].
9705         (CLD_KILLED): Likewise.
9706         (CLD_DUMPED): Likewise.
9707         (CLD_TRAPPED): Likewise.
9708         (CLD_STOPPED): Likewise.
9709         (CLD_CONTINUED): Likewise.
9710         (POLL_IN): Likewise.
9711         (POLL_OUT): Likewise.
9712         (POLL_MSG): Likewise.
9713         (POLL_ERR): Likewise.
9714         (POLL_PRI): Likewise.
9715         (POLL_HUP): Likewise.
9716         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
9717         (ILL_ILLOPN): Likewise.
9718         (ILL_ILLADR): Likewise.
9719         (ILL_ILLTRP): Likewise.
9720         (ILL_PRVOPC): Likewise.
9721         (ILL_PRVREG): Likewise.
9722         (ILL_COPROC): Likewise.
9723         (ILL_BADSTK): Likewise.
9724         (ILL_DBLFLT): Likewise.
9725         (ILL_HARDWALL): Likewise.
9726         (FPE_INTDIV): Likewise.
9727         (FPE_INTOVF): Likewise.
9728         (FPE_FLTDIV): Likewise.
9729         (FPE_FLTOVF): Likewise.
9730         (FPE_FLTUND): Likewise.
9731         (FPE_FLTRES): Likewise.
9732         (FPE_FLTINV): Likewise.
9733         (FPE_FLTSUB): Likewise.
9734         (SEGV_MAPERR): Likewise.
9735         (SEGV_ACCERR): Likewise.
9736         (BUS_ADRALN): Likewise.
9737         (BUS_ADRERR): Likewise.
9738         (BUS_OBJERR): Likewise.
9739         (BUS_MCEERR_AR): Likewise.
9740         (BUS_MCEERR_AO): Likewise.
9741         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9742         (TRAP_TRACE): Likewise.
9743         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9744         __USE_XOPEN2K8].
9745         (CLD_KILLED): Likewise.
9746         (CLD_DUMPED): Likewise.
9747         (CLD_TRAPPED): Likewise.
9748         (CLD_STOPPED): Likewise.
9749         (CLD_CONTINUED): Likewise.
9750         (POLL_IN): Likewise.
9751         (POLL_OUT): Likewise.
9752         (POLL_MSG): Likewise.
9753         (POLL_ERR): Likewise.
9754         (POLL_PRI): Likewise.
9755         (POLL_HUP): Likewise.
9756         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9757         (ILL_ILLOPN): Likewise.
9758         (ILL_ILLADR): Likewise.
9759         (ILL_ILLTRP): Likewise.
9760         (ILL_PRVOPC): Likewise.
9761         (ILL_PRVREG): Likewise.
9762         (ILL_COPROC): Likewise.
9763         (ILL_BADSTK): Likewise.
9764         (FPE_INTDIV): Likewise.
9765         (FPE_INTOVF): Likewise.
9766         (FPE_FLTDIV): Likewise.
9767         (FPE_FLTOVF): Likewise.
9768         (FPE_FLTUND): Likewise.
9769         (FPE_FLTRES): Likewise.
9770         (FPE_FLTINV): Likewise.
9771         (FPE_FLTSUB): Likewise.
9772         (SEGV_MAPERR): Likewise.
9773         (SEGV_ACCERR): Likewise.
9774         (BUS_ADRALN): Likewise.
9775         (BUS_ADRERR): Likewise.
9776         (BUS_OBJERR): Likewise.
9777         (BUS_MCEERR_AR): Likewise.
9778         (BUS_MCEERR_AO): Likewise.
9779         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9780         (TRAP_TRACE): Likewise.
9781         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9782         __USE_XOPEN2K8].
9783         (CLD_KILLED): Likewise.
9784         (CLD_DUMPED): Likewise.
9785         (CLD_TRAPPED): Likewise.
9786         (CLD_STOPPED): Likewise.
9787         (CLD_CONTINUED): Likewise.
9788         (POLL_IN): Likewise.
9789         (POLL_OUT): Likewise.
9790         (POLL_MSG): Likewise.
9791         (POLL_ERR): Likewise.
9792         (POLL_PRI): Likewise.
9793         (POLL_HUP): Likewise.
9794         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9795         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9796
9797         [BZ #16670]
9798         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9799         before #include of <time.h>.
9800         [!__USE_XOPEN2K] (__need_timespec): Likewise.
9801         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9802         (test-xfail-UNIX98/sched.h/conform): Likewise.
9803
9804 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9805
9806         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9807         error absence of trapping exception support.
9808         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9809
9810 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9811
9812         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9813         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9814         * timezone/Makefile (testdata): Move definition above include of
9815         Rules.
9816         (test-zones): New variable.
9817         (tests-special): Add zone files.
9818         (build-testdata): Use $(evaluate-test).
9819
9820         * elf/Makefile (tests-special): Rename tests to end with .out.
9821         ($(objpfx)noload-mem): Likewise.
9822         ($(objpfx)tst-leaks1-mem): Likewise.
9823         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9824         * iconv/Makefile (xtests-special): Change test-iconvconfig to
9825         $(objpfx)test-iconvconfig.out.
9826         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
9827         set -e inside subshell and redirect output to file.
9828         * iconvdata/Makefile (generated): Rename tests to end with .out.
9829         Correct type.
9830         (tests-special): Rename tests to end with .out.
9831         ($(objpfx)mtrace-tst-loading): Likewise.
9832         * intl/Makefile (generated): Likewise.
9833         (tests-special): Likewise.
9834         ($(objpfx)mtrace-tst-gettext): Likewise.
9835         * misc/Makefile (generated): Likewise.
9836         (tests-special): Likewise.
9837         ($(objpfx)tst-error1-mem): Likewise.
9838         * nptl/Makefile (tests-special): Likewise.
9839         ($(objpfx)tst-stack3-mem): Likewise.
9840         (generated): Likewise.
9841         * posix/Makefile (generated): Likewise.
9842         (tests-special): Likewise.
9843         (xtests-special): Likewise.
9844         ($(objpfx)tst-fnmatch-mem): Likewise.
9845         ($(objpfx)bug-regex2-mem): Likewise.
9846         ($(objpfx)bug-regex14-mem): Likewise.
9847         ($(objpfx)bug-regex21-mem): Likewise.
9848         ($(objpfx)bug-regex31-mem): Likewise.
9849         ($(objpfx)tst-vfork3-mem): Likewise.
9850         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9851         ($(objpfx)tst-pcre-mem): Likewise.
9852         ($(objpfx)tst-boost-mem): Likewise.
9853         ($(objpfx)bug-ga2-mem): Likewise.
9854         ($(objpfx)bug-glob2-mem): Likewise.
9855         * resolv/Makefile (generate): Likewise.
9856         (tests-special): Likewise.
9857         (xtests-special): Likewise.
9858         (generated): Likewise.
9859         ($(objpfx)mtrace-tst-leaks): Likewise.
9860         ($(objpfx)mtrace-tst-leaks2): Likewise.
9861
9862         * scripts/merge-test-results.sh: New file.
9863         * Makefile (tests-special-notdir): New variable.
9864         (tests): Run merge-test-results.sh.
9865         (xtests): Likewise.
9866         * Rules (tests-special-notdir): New variable.
9867         (xtests-special-notdir): Likewise.
9868         (tests): Run merge-test-results.sh
9869         (xtests): Likewise.
9870
9871         * Makeconfig (test-xfail-name): New variable.
9872         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9873         compute variable name for expected failures.
9874         * conform/Makefile (conformtest-headers-data): New variable.
9875         (conformtest-standards): Likewise.
9876         (conformtest-headers-ISO): Likewise.
9877         (conformtest-headers-ISO99): Likewise.
9878         (conformtest-headers-ISO11): Likewise.
9879         (conformtest-headers-POSIX): Likewise.
9880         (conformtest-headers-XPG3): Likewise.
9881         (conformtest-headers-XPG4): Likewise.
9882         (conformtest-headers-UNIX98): Likewise.
9883         (conformtest-headers-XOPEN2K): Likewise.
9884         (conformtest-headers-POSIX2008): Likewise.
9885         (conformtest-headers-XOPEN2K8): Likewise.
9886         (conformtest-header-list-base): Likewise.
9887         (conformtest-header-list-tests): Likewise.
9888         (conformtest-header-base): Likewise.
9889         (conformtest-header-tests): Likewise.
9890         (tests-special): Add $(conformtest-header-list-tests).  If
9891         [$(fast-check) && !$(cross-compiling)], add
9892         $(conformtest-header-tests) instead of
9893         $(objpfx)run-conformtest.out.
9894         (generated): Add $(conformtest-header-list-base).  If
9895         [$(fast-check) && !$(cross-compiling)], add
9896         $(conformtest-header-base).  Remove previous setting.
9897         ($(conformtest-header-list-tests)): New target.
9898         (test-xfail-run-conformtest): Remove variable.
9899         ($(objpfx)run-conformtest.out): Remove target.
9900         (test-xfail-ISO11/complex.h/conform): New variable.
9901         (test-xfail-ISO11/stdalign.h/conform): Likewise.
9902         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
9903         (test-xfail-XPG3/varargs.h/conform): Likewise.
9904         (test-xfail-XPG4/varargs.h/conform): Likewise.
9905         (test-xfail-UNIX98/varargs.h/conform): Likewise.
9906         (test-xfail-XPG4/ndbm.h/conform): Likewise.
9907         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
9908         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
9909         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
9910         (test-xfail-XPG3/fcntl.h/conform): Likewise.
9911         (test-xfail-XPG3/ftw.h/conform): Likewise.
9912         (test-xfail-XPG3/grp.h/conform): Likewise.
9913         (test-xfail-XPG3/langinfo.h/conform): Likewise.
9914         (test-xfail-XPG3/limits.h/conform): Likewise.
9915         (test-xfail-XPG3/pwd.h/conform): Likewise.
9916         (test-xfail-XPG3/search.h/conform): Likewise.
9917         (test-xfail-XPG3/signal.h/conform): Likewise.
9918         (test-xfail-XPG3/stdio.h/conform): Likewise.
9919         (test-xfail-XPG3/stdlib.h/conform): Likewise.
9920         (test-xfail-XPG3/string.h/conform): Likewise.
9921         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
9922         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
9923         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
9924         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
9925         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
9926         (test-xfail-XPG3/sys/types.h/conform): Likewise.
9927         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
9928         (test-xfail-XPG3/termios.h/conform): Likewise.
9929         (test-xfail-XPG3/time.h/conform): Likewise.
9930         (test-xfail-XPG3/unistd.h/conform): Likewise.
9931         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
9932         (test-xfail-XPG4/fcntl.h/conform): Likewise.
9933         (test-xfail-XPG4/langinfo.h/conform): Likewise.
9934         (test-xfail-XPG4/netdb.h/conform): Likewise.
9935         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
9936         (test-xfail-XPG4/signal.h/conform): Likewise.
9937         (test-xfail-XPG4/stdio.h/conform): Likewise.
9938         (test-xfail-XPG4/stdlib.h/conform): Likewise.
9939         (test-xfail-XPG4/stropts.h/conform): Likewise.
9940         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
9941         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
9942         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
9943         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
9944         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
9945         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
9946         (test-xfail-XPG4/sys/time.h/conform): Likewise.
9947         (test-xfail-XPG4/sys/types.h/conform): Likewise.
9948         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
9949         (test-xfail-XPG4/termios.h/conform): Likewise.
9950         (test-xfail-XPG4/ucontext.h/conform): Likewise.
9951         (test-xfail-XPG4/unistd.h/conform): Likewise.
9952         (test-xfail-XPG4/utmpx.h/conform): Likewise.
9953         (test-xfail-POSIX/sched.h/conform): Likewise.
9954         (test-xfail-POSIX/signal.h/conform): Likewise.
9955         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9956         (test-xfail-POSIX/tar.h/conform): Likewise.
9957         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
9958         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
9959         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
9960         (test-xfail-UNIX98/netdb.h/conform): Likewise.
9961         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
9962         (test-xfail-UNIX98/sched.h/conform): Likewise.
9963         (test-xfail-UNIX98/signal.h/conform): Likewise.
9964         (test-xfail-UNIX98/stdio.h/conform): Likewise.
9965         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
9966         (test-xfail-UNIX98/stropts.h/conform): Likewise.
9967         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
9968         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
9969         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
9970         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
9971         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
9972         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
9973         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
9974         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
9975         (test-xfail-UNIX98/unistd.h/conform): Likewise.
9976         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
9977         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
9978         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
9979         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
9980         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
9981         (test-xfail-XOPEN2K/math.h/conform): Likewise.
9982         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
9983         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
9984         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
9985         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
9986         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
9987         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
9988         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
9989         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
9990         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
9991         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
9992         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
9993         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
9994         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
9995         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
9996         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
9997         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
9998         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
9999         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10000         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
10001         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10002         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
10003         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
10004         (test-xfail-POSIX2008/signal.h/conform): Likewise.
10005         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10006         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
10007         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
10008         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
10009         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10010         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
10011         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
10012         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
10013         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
10014         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
10015         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
10016         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10017         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10018         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
10019         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
10020         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10021         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
10022         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10023         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10024         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
10025         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
10026         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
10027         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
10028         (conformtest-cc-flags): Likewise.
10029         ($(conformtest-header-tests): New target.
10030         * conform/check-header-lists.sh: New file.
10031         * conform/run-conformtest.sh: Remove.
10032
10033         * conform/conformtest.pl: Allow ' and \ in values given for
10034         constants.
10035         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
10036         inclusion.
10037         [POSIX] (sys/types.h): Likewise.
10038         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
10039         inclusion.
10040         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
10041         inclusion.
10042         * conform/data/signal.h-data (SIGIO): Remove expectation.
10043         [XPG3] (SIGBUS): Do not expect.
10044         [POSIX || XPG3] (SIGPOLL): Likewise.
10045         [POSIX || XPG3] (SIGPROF): Likewise.
10046         [POSIX || XPG3] (SIGSYS): Likewise.
10047         [XPG3] (SIGTRAP): Likewise.
10048         [POSIX || XPG3] (SIGURG): Likewise.
10049         [POSIX || XPG3] (SIGVTALRM): Likewise.
10050         [POSIX || XPG3] (SIGXCPU): Likewise.
10051         [POSIX || XPG3] (SIGXFSZ): Likewise.
10052         [POSIX] (SA_SIGINFO): Expect.
10053         [XPG3] (siginfo_t): Do not expect type or contents.
10054         [POSIX] (si_pid): Do not expect element.
10055         [POSIX] (si_uid): Likewise.
10056         [POSIX] (si_addr): Likewise.
10057         [POSIX] (si_status): Likewise.
10058         [POSIX] (si_band): Likewise.
10059         [XPG4] (si_value): Likewise.
10060         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
10061         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
10062         [POSIX || XPG3] (ILL_ILLADR): Likewise.
10063         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
10064         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
10065         [POSIX || XPG3] (ILL_PRVREG): Likewise.
10066         [POSIX || XPG3] (ILL_COPROC): Likewise.
10067         [POSIX || XPG3] (ILL_BADSTK): Likewise.
10068         [POSIX || XPG3] (FPE_INTDIV): Likewise.
10069         [POSIX || XPG3] (FPE_INTOVF): Likewise.
10070         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
10071         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
10072         [POSIX || XPG3] (FPE_FLTUND): Likewise.
10073         [POSIX || XPG3] (FPE_FLTRES): Likewise.
10074         [POSIX || XPG3] (FPE_FLTINV): Likewise.
10075         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
10076         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
10077         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
10078         [POSIX || XPG3] (BUS_ADRALN): Likewise.
10079         [POSIX || XPG3] (BUS_ADRERR): Likewise.
10080         [POSIX || XPG3] (BUS_OBJERR): Likewise.
10081         [POSIX || XPG3] (CLD_EXITED): Likewise.
10082         [POSIX || XPG3] (CLD_KILLED): Likewise.
10083         [POSIX || XPG3] (CLD_DUMPED): Likewise.
10084         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
10085         [POSIX || XPG3] (CLD_STOPPED): Likewise.
10086         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
10087         [POSIX || XPG3] (POLL_IN): Likewise.
10088         [POSIX || XPG3] (POLL_OUT): Likewise.
10089         [POSIX || XPG3] (POLL_MSG): Likewise.
10090         [POSIX || XPG3] (POLL_ERR): Likewise.
10091         [POSIX || XPG3] (POLL_PRI): Likewise.
10092         [POSIX || XPG3] (POLL_HUP): Likewise.
10093         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
10094         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
10095         (SIG*): Do not allow.
10096         [XPG3] (si_*): Likewise.
10097         [XPG3] (SI_*): Likewise.
10098         [XPG3 || XPG4] (sigev_*): Likewise.
10099         [XPG3 || XPG4] (SIGEV_*): Likewise.
10100         [XPG3 || XPG4] (sival_*): Likewise.
10101         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
10102         [POSIX || XPG3] (BUS_*): Likewise.
10103         [POSIX || XPG3] (CLD_*): Likewise.
10104         [POSIX || XPG3] (FPE_*): Likewise.
10105         [POSIX || XPG3] (ILL_*): Likewise.
10106         [POSIX || XPG3] (POLL_*): Likewise.
10107         [POSIX || XPG3] (SEGV_*): Likewise.
10108         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
10109         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
10110         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
10111         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
10112         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
10113         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
10114         Specify type and value.
10115         (TVERSLEN): Likewise.
10116         (REGTYPE): Likewise.
10117         (AREGTYPE): Likewise.
10118         (LNKTYPE): Likewise.
10119         (SYMTYPE): Likewise.
10120         (CHRTYPE): Likewise.
10121         (BLKTYPE): Likewise.
10122         (DIRTYPE): Likewise.
10123         (FIFOTYPE): Likewise.
10124         (CONTTYPE): Likewise.
10125         (TSUID): Likewise.
10126         (TSGID): Likewise.
10127         (TSVTX): Likewise.
10128         (TUREAD): Likewise.
10129         (TUWRITE): Likewise.
10130         (TUEXEC): Likewise.
10131         (TGREAD): Likewise.
10132         (TGWRITE): Likewise.
10133         (TGEXEC): Likewise.
10134         (TOREAD): Likewise.
10135         (TOWRITE): Likewise.
10136         (TOEXEC): Likewise.
10137         [POSIX] (TSVTX): Expect constant.
10138
10139 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
10140
10141         * Makefile (tests): Change dependencies to ....
10142         (tests-special): ... additions to this variable.
10143         (tests): Depend on $(tests-special).
10144         * Makerules (check-abi-list): New variable.
10145         (check-abi): Depend on $(check-abi-list).
10146         [$(subdir) = elf] (tests-special): Add
10147         $(objpfx)check-abi-libc.out.
10148         [$(build-shared) = yes && subdir] (tests-special): Add
10149         $(check-abi-list).
10150         [$(build-shared) = yes && subdir] (tests): Do not depend on
10151         check-abi.
10152         * Rules (tests): Depend on $(tests-special).
10153         (xtests): Depend on $(xtests-special).
10154         * catgets/Makefile (tests): Change dependencies to ....
10155         (tests-special): ... additions to this variable.
10156         * conform/Makefile (tests): Change dependencies to ....
10157         (tests-special): ... additions to this variable.
10158         * elf/Makefile (tests): Change dependencies to ....
10159         (tests-special): ... additions to this variable.
10160         * grp/Makefile (tests): Change dependencies to ....
10161         (tests-special): ... additions to this variable.
10162         * iconv/Makefile (xtests): Change dependencies to ....
10163         (xtests-special): ... additions to this variable.
10164         * iconvdata/Makefile (tests): Change dependencies to ....
10165         (tests-special): ... additions to this variable.
10166         * intl/Makefile (tests): Change dependencies to ....
10167         (tests-special): ... additions to this variable.  Also add
10168         $(objpfx)tst-gettext.out.
10169         * io/Makefile (tests): Change dependencies to ....
10170         (tests-special): ... additions to this variable.
10171         * libio/Makefile (tests): Change dependencies to ....
10172         (tests-special): ... additions to this variable.
10173         * malloc/Makefile (tests): Change dependencies to ....
10174         (tests-special): ... additions to this variable.
10175         * misc/Makefile (tests): Change dependencies to ....
10176         (tests-special): ... additions to this variable.
10177         * nptl/Makefile (tests): Change dependencies to ....
10178         (tests-special): ... additions to this variable.
10179         * nptl_db/Makefile (tests): Change dependencies to ....
10180         (tests-special): ... additions to this variable.
10181         * posix/Makefile (tests): Change dependencies to ....
10182         (tests-special): ... additions to this variable.
10183         (xtests): Change dependencies to ....
10184         (xtests-special): ... additions to this variable.
10185         * resolv/Makefile (tests): Change dependencies to ....
10186         (tests-special): ... additions to this variable.
10187         (xtests): Change dependencies to ....
10188         (xtests-special): ... additions to this variable.
10189         * stdio-common/Makefile (tests): Change dependencies to ....
10190         (tests-special): ... additions to this variable.
10191         (do-tst-unbputc): Remove target.
10192         (do-tst-printf): Likewise.
10193         * stdlib/Makefile (tests): Change dependencies to ....
10194         (tests-special): ... additions to this variable.
10195         * string/Makefile (tests): Change dependencies to ....
10196         (tests-special): ... additions to this variable.
10197         * sysdeps/x86/Makefile (tests): Change dependencies to ....
10198         (tests-special): ... additions to this variable.
10199
10200         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
10201         whole file.
10202         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
10203         whole file.
10204         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
10205         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
10206
10207         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
10208         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
10209         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
10210         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
10211         * conform/data/libgen.h-data [XPG3]: Likewise.
10212         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
10213         * conform/data/ndbm.h-data [XPG3]: Likewise.
10214         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10215         * conform/data/netdb.h-data [XPG3]: Likewise.
10216         * conform/data/netinet/in.h-data [XPG3]: Likewise.
10217         * conform/data/poll.h-data [XPG3]: Likewise.
10218         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10219         * conform/data/strings.h-data [XPG3]: Likewise.
10220         * conform/data/stropts.h-data [XPG3]: Likewise.
10221         * conform/data/sys/mman.h-data [XPG3]: Likewise.
10222         * conform/data/sys/resource.h-data [XPG3]: Likewise.
10223         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
10224         Likewise.
10225         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
10226         * conform/data/sys/time.h-data [XPG3]: Likewise.
10227         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
10228         * conform/data/sys/uio.h-data [XPG3]: Likewise.
10229         * conform/data/sys/un.h-data [XPG3]: Likewise.
10230         * conform/data/syslog.h-data [XPG3]: Likewise.
10231         * conform/data/ucontext.h-data [XPG3]: Likewise.
10232         * conform/data/utmpx.h-data [XPG3]: Likewise.
10233         * conform/data/varargs.h-data [UNIX98]: Enable file.
10234
10235         * manual/Makefile (INSTALL_INFO): Remove variable setting.
10236
10237         * math/libm-test.inc (struct test_f_f_data): Move expected results
10238         into structure for each rounding mode.
10239         (struct test_ff_f_data): Likewise.
10240         (struct test_ff_f_data_nexttoward): Likewise.
10241         (struct test_fi_f_data): Likewise.
10242         (struct test_fl_f_data): Likewise.
10243         (struct test_if_f_data): Likewise.
10244         (struct test_fff_f_data): Likewise.
10245         (struct test_c_f_data): Likewise.
10246         (struct test_f_f1_data): Likewise.
10247         (struct test_fF_f1_data): Likewise.
10248         (struct test_ffI_f1_data): Likewise.
10249         (struct test_c_c_data): Likewise.
10250         (struct test_cc_c_data): Likewise.
10251         (struct test_f_i_data): Likewise.
10252         (struct test_ff_i_data): Likewise.
10253         (struct test_f_l_data): Likewise.
10254         (struct test_f_L_data): Likewise.
10255         (struct test_fFF_11_data): Likewise.
10256         (RM_): New macro.
10257         (RM_FE_DOWNWARD): Likewise.
10258         (RM_FE_TONEAREST): Likewise.
10259         (RM_FE_TOWARDZERO): Likewise.
10260         (RM_FE_UPWARD): Likewise.
10261         (RUN_TEST_LOOP_f_f): Update references to expected results.
10262         (RUN_TEST_LOOP_2_f): Likewise.
10263         (RUN_TEST_LOOP_fff_f): Likewise.
10264         (RUN_TEST_LOOP_c_f): Likewise.
10265         (RUN_TEST_LOOP_f_f1): Likewise.
10266         (RUN_TEST_LOOP_fF_f1): Likewise.
10267         (RUN_TEST_LOOP_fI_f1): Likewise.
10268         (RUN_TEST_LOOP_ffI_f1): Likewise.
10269         (RUN_TEST_LOOP_c_c): Likewise.
10270         (RUN_TEST_LOOP_cc_c): Likewise.
10271         (RUN_TEST_LOOP_f_i): Likewise.
10272         (RUN_TEST_LOOP_f_i_tg): Likewise.
10273         (RUN_TEST_LOOP_ff_i_tg): Likewise.
10274         (RUN_TEST_LOOP_f_b): Likewise.
10275         (RUN_TEST_LOOP_f_b_tg): Likewise.
10276         (RUN_TEST_LOOP_f_l): Likewise.
10277         (RUN_TEST_LOOP_f_L): Likewise.
10278         (RUN_TEST_LOOP_fFF_11): Likewise.
10279         * math/gen-libm-test.pl (parse_args): Output four copies of
10280         expected results for each test.
10281
10282         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10283         (__ASSUME_UTIMES): Remove.
10284         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10285         (__ASSUME_UTIMES): Likewise.
10286
10287         * math/gen-auto-libm-tests.c: Update comment on output format.
10288         (output_for_one_input_case): Generate before-rounding and
10289         after-rounding information as conditions on output flags not
10290         floating-point format.
10291         * math/auto-libm-test-out: Regenerated.
10292         * math/gen-libm-test.pl (cond_value): New function.
10293         (or_cond_value): Use cond_value.
10294         (generate_testfile): Handle conditional exceptions.
10295
10296 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
10297
10298         * math/libm-test.inc (max_valid_error): New variable.
10299         (init_max_error): Take new argument specifying whether function
10300         results are exactly determined.  Set max_valid_error and bound
10301         other variables for errors based on this argument.
10302         (set_max_error): Do not record results above max_valid_error.
10303         (check_float_internal): Only accept errors of up to 0.5ulps if
10304         also at most max_valid_error.
10305         (START): Take new argument EXACT and pass it to init_max_error.
10306         (acos_test): Update call to START.
10307         (acos_test_tonearest): Likewise.
10308         (acos_test_towardzero): Likewise.
10309         (acos_test_downward): Likewise.
10310         (acos_test_upward): Likewise.
10311         (acosh_test): Likewise.
10312         (asin_test): Likewise.
10313         (asin_test_tonearest): Likewise.
10314         (asin_test_towardzero): Likewise.
10315         (asin_test_downward): Likewise.
10316         (asin_test_upward): Likewise.
10317         (asinh_test): Likewise.
10318         (atan_test): Likewise.
10319         (atanh_test): Likewise.
10320         (atan2_test): Likewise.
10321         (cabs_test): Likewise.
10322         (cacos_test): Likewise.
10323         (cacosh_test): Likewise.
10324         (carg_test): Likewise.
10325         (casin_test): Likewise.
10326         (casinh_test): Likewise.
10327         (catan_test): Likewise.
10328         (catanh_test): Likewise.
10329         (cbrt_test): Likewise.
10330         (ccos_test): Likewise.
10331         (ccosh_test): Likewise.
10332         (ceil_test): Likewise.
10333         (cexp_test): Likewise.
10334         (cimag_test): Likewise.
10335         (clog_test): Likewise.
10336         (clog10_test): Likewise.
10337         (conj_test): Likewise.
10338         (copysign_test): Likewise.
10339         (cos_test): Likewise.
10340         (cos_test_tonearest): Likewise.
10341         (cos_test_towardzero): Likewise.
10342         (cos_test_downward): Likewise.
10343         (cos_test_upward): Likewise.
10344         (cosh_test): Likewise.
10345         (cosh_test_tonearest): Likewise.
10346         (cosh_test_towardzero): Likewise.
10347         (cosh_test_downward): Likewise.
10348         (cosh_test_upward): Likewise.
10349         (cpow_test): Likewise.
10350         (cproj_test): Likewise.
10351         (creal_test): Likewise.
10352         (csin_test): Likewise.
10353         (csinh_test): Likewise.
10354         (csqrt_test): Likewise.
10355         (ctan_test): Likewise.
10356         (ctan_test_tonearest): Likewise.
10357         (ctan_test_towardzero): Likewise.
10358         (ctan_test_downward): Likewise.
10359         (ctan_test_upward): Likewise.
10360         (ctanh_test): Likewise.
10361         (ctanh_test_tonearest): Likewise.
10362         (ctanh_test_towardzero): Likewise.
10363         (ctanh_test_downward): Likewise.
10364         (ctanh_test_upward): Likewise.
10365         (erf_test): Likewise.
10366         (erfc_test): Likewise.
10367         (exp_test): Likewise.
10368         (exp_test_tonearest): Likewise.
10369         (exp_test_towardzero): Likewise.
10370         (exp_test_downward): Likewise.
10371         (exp_test_upward): Likewise.
10372         (exp10_test): Likewise.
10373         (exp10_test_tonearest): Likewise.
10374         (exp10_test_towardzero): Likewise.
10375         (exp10_test_downward): Likewise.
10376         (exp10_test_upward): Likewise.
10377         (pow10_test): Likewise.
10378         (exp2_test): Likewise.
10379         (expm1_test): Likewise.
10380         (expm1_test_tonearest): Likewise.
10381         (expm1_test_towardzero): Likewise.
10382         (expm1_test_downward): Likewise.
10383         (expm1_test_upward): Likewise.
10384         (fabs_test): Likewise.
10385         (fdim_test): Likewise.
10386         (floor_test): Likewise.
10387         (fma_test): Likewise.
10388         (fma_test_towardzero): Likewise.
10389         (fma_test_downward): Likewise.
10390         (fma_test_upward): Likewise.
10391         (fmax_test): Likewise.
10392         (fmin_test): Likewise.
10393         (fmod_test): Likewise.
10394         (fpclassify_test): Likewise.
10395         (frexp_test): Likewise.
10396         (hypot_test): Likewise.
10397         (ilogb_test): Likewise.
10398         (isfinite_test): Likewise.
10399         (finite_test): Likewise.
10400         (isgreater_test): Likewise.
10401         (isgreaterequal_test): Likewise.
10402         (isinf_test): Likewise.
10403         (isless_test): Likewise.
10404         (islessequal_test): Likewise.
10405         (islessgreater_test): Likewise.
10406         (isnan_test): Likewise.
10407         (isnormal_test): Likewise.
10408         (issignaling_test): Likewise.
10409         (isunordered_test): Likewise.
10410         (j0_test): Likewise.
10411         (j1_test): Likewise.
10412         (jn_test): Likewise.
10413         (ldexp_test): Likewise.
10414         (lgamma_test): Likewise.
10415         (gamma_test): Likewise.
10416         (lrint_test): Likewise.
10417         (lrint_test_tonearest): Likewise.
10418         (lrint_test_towardzero): Likewise.
10419         (lrint_test_downward): Likewise.
10420         (lrint_test_upward): Likewise.
10421         (llrint_test): Likewise.
10422         (llrint_test_tonearest): Likewise.
10423         (llrint_test_towardzero): Likewise.
10424         (llrint_test_downward): Likewise.
10425         (llrint_test_upward): Likewise.
10426         (log_test): Likewise.
10427         (log10_test): Likewise.
10428         (log1p_test): Likewise.
10429         (log2_test): Likewise.
10430         (logb_test): Likewise.
10431         (logb_test_downward): Likewise.
10432         (lround_test): Likewise.
10433         (llround_test): Likewise.
10434         (modf_test): Likewise.
10435         (nearbyint_test): Likewise.
10436         (nextafter_test): Likewise.
10437         (nexttoward_test): Likewise.
10438         (pow_test): Likewise.
10439         (pow_test_tonearest): Likewise.
10440         (pow_test_towardzero): Likewise.
10441         (pow_test_downward): Likewise.
10442         (pow_test_upward): Likewise.
10443         (remainder_test): Likewise.
10444         (drem_test): Likewise.
10445         (remainder_test_tonearest): Likewise.
10446         (drem_test_tonearest): Likewise.
10447         (remainder_test_towardzero): Likewise.
10448         (drem_test_towardzero): Likewise.
10449         (remainder_test_downward): Likewise.
10450         (drem_test_downward): Likewise.
10451         (remainder_test_upward): Likewise.
10452         (drem_test_upward): Likewise.
10453         (remquo_test): Likewise.
10454         (rint_test): Likewise.
10455         (rint_test_tonearest): Likewise.
10456         (rint_test_towardzero): Likewise.
10457         (rint_test_downward): Likewise.
10458         (rint_test_upward): Likewise.
10459         (round_test): Likewise.
10460         (scalb_test): Likewise.
10461         (scalbn_test): Likewise.
10462         (scalbln_test): Likewise.
10463         (signbit_test): Likewise.
10464         (sin_test): Likewise.
10465         (sin_test_tonearest): Likewise.
10466         (sin_test_towardzero): Likewise.
10467         (sin_test_downward): Likewise.
10468         (sin_test_upward): Likewise.
10469         (sincos_test): Likewise.
10470         (sinh_test): Likewise.
10471         (sinh_test_tonearest): Likewise.
10472         (sinh_test_towardzero): Likewise.
10473         (sinh_test_downward): Likewise.
10474         (sinh_test_upward): Likewise.
10475         (sqrt_test): Likewise.
10476         (sqrt_test_tonearest): Likewise.
10477         (sqrt_test_towardzero): Likewise.
10478         (sqrt_test_downward): Likewise.
10479         (sqrt_test_upward): Likewise.
10480         (tan_test): Likewise.
10481         (tan_test_tonearest): Likewise.
10482         (tan_test_towardzero): Likewise.
10483         (tan_test_downward): Likewise.
10484         (tan_test_upward): Likewise.
10485         (tanh_test): Likewise.
10486         (tgamma_test): Likewise.
10487         (trunc_test): Likewise.
10488         (y0_test): Likewise.
10489         (y1_test): Likewise.
10490         (yn_test): Likewise.
10491         (significand_test): Likewise.
10492
10493         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
10494         individual tests in comment.
10495         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
10496         (prev_max_error): New variable.
10497         (prev_real_max_error): Likewise.
10498         (prev_imag_max_error): Likewise.
10499         (compare_ulp_data): Don't refer to test names in comment.
10500         (find_test_ulps): Remove function.
10501         (find_function_ulps): Likewise.
10502         (find_complex_function_ulps): Likewise.
10503         (init_max_error): Take function name as argument.  Look up ulps
10504         for that function.
10505         (print_ulps): Remove function.
10506         (print_max_error): Use prev_max_error instead of calling
10507         find_function_ulps.
10508         (print_complex_max_error): Use prev_real_max_error and
10509         prev_imag_max_error instead of calling find_complex_function_ulps.
10510         (check_float_internal): Take max_ulp parameter instead of calling
10511         find_test_ulps.  Don't call print_ulps.
10512         (check_float): Update call to check_float_internal.
10513         (check_complex): Update calls to check_float_internal.
10514         (START): Pass argument to init_max_error.
10515         * math/gen-libm-test.pl (%results): Don't include "kind"
10516         information.
10517         (parse_ulps): Don't handle ulps of individual tests.
10518         (print_ulps_file): Likewise.
10519         (output_ulps): Likewise.
10520         * math/README.libm-test: Update.
10521         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
10522         individual tests.
10523         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
10524         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
10525         * sysdeps/arm/libm-test-ulps: Likewise.
10526         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
10527         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
10528         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
10529         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
10530         * sysdeps/microblaze/libm-test-ulps: Likewise.
10531         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
10532         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10533         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10534         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
10535         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
10536         * sysdeps/sh/libm-test-ulps: Likewise.
10537         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
10538         * sysdeps/tile/libm-test-ulps: Likewise.
10539         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10540
10541 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
10542
10543         * math/libm-test.inc (print_complex_max_error): Check separately
10544         whether real and imaginary errors are within allowed range and
10545         pass 0 to print_complex_function_ulps instead of value within
10546         allowed range.
10547
10548 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10549
10550         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
10551         formatting.
10552         (get_handles_fopen): Likewise.
10553         (do_write_test): Likewise.
10554
10555         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
10556
10557         * libio/fileops.c (do_ftell): Use cached offset when
10558         available.
10559         * libio/iofwide.c (do_ftell_wide): Likewise.
10560         * libio/iofdopen.c (_IO_new_fdopen): Don't use
10561         _IO_file_attach.
10562         * libio/wfileops.c (_IO_fwide): Don't cache offset.
10563
10564         [BZ #16532]
10565         * libio/libioP.h (get_file_offset): New function.
10566         * libio/fileops.c (get_file_offset): Likewise.
10567         (do_ftell): Likewise.
10568         (_IO_new_file_seekoff): Split out ftell logic.
10569         * libio/wfileops.c (do_ftell_wide): Likewise.
10570         (_IO_wfile_seekoff): Split out ftell logic.
10571         * libio/tst-ftell-active-handler.c: New test case.
10572         * libio/Makefile (tests): Add it.
10573
10574 2014-03-03  Roland McGrath  <roland@hack.frob.com>
10575
10576         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
10577         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
10578
10579 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
10580
10581         [BZ #16639]
10582         * nscd/connections.c (nscd_init): Call do_exit.
10583         (start_threads): Call do_exit and notify_parent.
10584         (begin_drop_privileges): Call do_exit.
10585         (finish_drop_privileges): Likewise.
10586         * nscd/selinux.c (preserve_capabilities): Likewise.
10587         (install_real_capabilities): Likewise.
10588         (nscd_selinux_enabled): Likewise.
10589         (avc_create_thread): Likewise.
10590         (avc_alloc_lock): Likewise.
10591         (nscd_avc_init): Likewise.
10592         * nscd/nscd.c (parent_fd): New static variable.
10593         (main): Create a pipe between parent and child processes.
10594         Skip closing parent_fd.
10595         (monitor_child): New function.
10596         (do_exit): Likewise.
10597         (notify_parent): Likewise.
10598         * nscd/nscd.h (notify_parent): Likewise.
10599         (do_exit): Likewise.
10600
10601 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
10602
10603         * malloc/malloc.c (__libc_calloc): Revert last change.
10604
10605 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10606
10607         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10608
10609 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10610
10611         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
10612         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
10613         implementation.
10614         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10615         (__libc_ifunc_impl_list): Likewise.
10616         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
10617         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
10618         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
10619         * string/strrchr.c: Define STRRCHR.
10620
10621 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
10622
10623         * benchtest/bench-strtok.c (simple_strtok): Delete.
10624         (strtok_string): Use as benchmark.
10625         * string/strtok (STRTOK): New macro.
10626
10627 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
10628
10629         * manual/threads.texi: Add header and standard comments to all
10630         functions.
10631
10632         * elf/dl-lookup.c (check_match): New function.
10633         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
10634         (do_lookup_x): Remove nested function check_match. Use non-nested
10635         function check_match.
10636
10637 2014-02-28  Roland McGrath  <roland@hack.frob.com>
10638
10639         * csu/Makefile (generated, before-compile): Use += rather than =.
10640         * catgets/Makefile (generated, generated-dirs): Likewise.
10641         * debug/Makefile (generated): Likewise.
10642         * dlfcn/Makefile (generated): Likewise.
10643         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
10644         * iconvdata/Makefile (before-compile, generated): Likewise.
10645         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
10646         * libio/Makefile (generated): Likewise.
10647         * malloc/Makefile (generated): Likewise.
10648         * manual/Makefile (generated, generated-dirs): Likewise.
10649         * misc/Makefile (generated): Likewise.
10650         * posix/Makefile (generated): Likewise.
10651         * resolv/Makefile (generated): Likewise.
10652         * sunrpc/Makefile (generated, generated-dirs): Likewise.
10653         * timezone/Makefile (generated, generated-dirs): Likewise.
10654
10655         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
10656
10657 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10658
10659         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
10660         power8 implementation.
10661         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
10662         file: POWER8 llround ifunc implementation.
10663         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
10664         (__lllround): Add POWER8 implementation.
10665         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
10666         POWER8 llround implementation.
10667
10668         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
10669         power8 implementation.
10670         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
10671         file: POWER8 llrint ifunc implementation.
10672         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
10673         Add POWER8 implementation.
10674         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
10675         POWER8 llrint implementation.
10676
10677         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
10678         power8 implementation.
10679         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
10680         file: POWER8 finite ifunc implementation.
10681         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
10682         Add POWER8 implementation.
10683         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
10684         Likewise.
10685         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
10686         POWER8 finite implementation.
10687         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
10688
10689         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
10690         power8 implementation.
10691         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
10692         file: POWER8 isinf ifunc implementation.
10693         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
10694         POWER8 implementation.
10695         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
10696         Likewise.
10697         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
10698         isinf implementation.
10699         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
10700
10701         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
10702         (INIT_ARCH): Add hwcap2 initialization.
10703         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
10704         power8 implementation.
10705         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
10706         file: POWER8 isnan ifunc implementation.
10707         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
10708         POWER8 implementation.
10709         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
10710         Likewise.
10711         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
10712         isnan implementation.
10713         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
10714
10715 2014-02-27  Joey Ye  <joey.ye@arm.com>
10716
10717         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10718         (_FP_NANFRAC_Q): Set to zero.
10719
10720 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10721
10722         [BZ #16623]
10723         * math/auto-libm-test-in: New test inputs.
10724         * math/auto-libm-test-out: Regenerate.
10725         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
10726         and DA.
10727         (__cos): Likewise.
10728         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10729
10730 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
10731
10732         * scripts/evaluate-test.sh: Take new argument indicating whether
10733         failure is expected.
10734         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
10735         indicating whether failure is expected.
10736         * conform/Makefile (test-xfail-run-conformtest): New variable.
10737         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
10738         level.
10739         * posix/Makefile (test-xfail-annexc): New variable.
10740         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
10741
10742 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
10743
10744         * argp/Makefile: Include Makeconfig immediately after defining
10745         subdir.
10746         * assert/Makefile: Likewise.
10747         * benchtests/Makefile: Likewise.
10748         * catgets/Makefile: Likewise.
10749         * conform/Makefile: Likewise.
10750         * crypt/Makefile: Likewise.
10751         * csu/Makefile: Likewise.
10752         (all): Remove target.
10753         * ctype/Makefile: Include Makeconfig immediately after defining
10754         subdir.
10755         * debug/Makefile: Likewise.
10756         * dirent/Makefile: Likewise.
10757         * dlfcn/Makefile: Likewise.
10758         * gmon/Makefile: Likewise.
10759         * gnulib/Makefile: Likewise.
10760         * grp/Makefile: Likewise.
10761         * gshadow/Makefile: Likewise.
10762         * hesiod/Makefile: Likewise.
10763         * hurd/Makefile: Likewise.
10764         (all): Remove target.
10765         * iconvdata/Makefile: Include Makeconfig immediately after
10766         defining subdir.
10767         * inet/Makefile: Likewise.
10768         * intl/Makefile: Likewise.
10769         * io/Makefile: Likewise.
10770         * libio/Makefile: Likewise.
10771         (all): Remove target.
10772         * locale/Makefile: Include Makeconfig immediately after defining
10773         subdir.
10774         * login/Makefile: Likewise.
10775         * mach/Makefile: Likewise.
10776         (all): Remove target.
10777         * malloc/Makefile: Include Makeconfig immediately after defining
10778         subdir.
10779         (all): Remove target.
10780         * manual/Makefile: Include Makeconfig immediately after defining
10781         subdir.
10782         * math/Makefile: Likewise.
10783         * misc/Makefile: Likewise.
10784         * nis/Makefile: Likewise.
10785         * nss/Makefile: Likewise.
10786         * po/Makefile: Likewise.
10787         (all): Remove target.
10788         * posix/Makefile: Include Makeconfig immediately after defining
10789         subdir.
10790         * pwd/Makefile: Likewise.
10791         * resolv/Makefile: Likewise.
10792         * resource/Makefile: Likewise.
10793         * rt/Makefile: Likewise.
10794         * setjmp/Makefile: Likewise.
10795         * shadow/Makefile: Likewise.
10796         * signal/Makefile: Likewise.
10797         * socket/Makefile: Likewise.
10798         * soft-fp/Makefile: Likewise.
10799         * stdio-common/Makefile: Likewise.
10800         * stdlib/Makefile: Likewise.
10801         * streams/Makefile: Likewise.
10802         * string/Makefile: Likewise.
10803         * sunrpc/Makefile: Likewise.
10804         (all): Remove target.
10805         * sysvipc/Makefile: Include Makeconfig immediately after defining
10806         subdir.
10807         * termios/Makefile: Likewise.
10808         * time/Makefile: Likewise.
10809         * timezone/Makefile: Likewise.
10810         (all): Remove target.
10811         * wcsmbs/Makefile: Include Makeconfig immediately after defining
10812         subdir.
10813         * wctype/Makefile: Likewise.
10814
10815 2014-02-26  Steve Ellcey  <sellcey@mips.com>
10816
10817         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10818         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10819         (libc_feholdexcept_setround_mips): Ditto.
10820         (libc_feholdsetround): New.
10821         (libc_feholdsetroundf): New.
10822         (libc_feholdsetroundl): New.
10823         (libc_feupdateenv_test_mips): New.
10824         (libc_feupdateenv_test): New.
10825         (libc_feupdateenv_testf): New.
10826         (libc_feupdateenv_testl): New.
10827         (libc_feresetround): New.
10828         (libc_feresetroundf): New.
10829         (libc_feresetroundl): New.
10830         (libc_fetestexcept_mips): New.
10831         (libc_fetestexcept): New.
10832         (libc_fetestexceptf): New.
10833         (libc_fetestexceptl): New.
10834         (HAVE_RM_CTX): New.
10835         (libc_feholdexcept_setround_mips_ctx): New.
10836         (libc_feholdexcept_setround_ctx): New.
10837         (libc_feholdexcept_setroundf_ctx): New.
10838         (libc_feholdexcept_setroundl_ctx): New.
10839         (libc_fesetenv_mips_ctx): New.
10840         (libc_fesetenv_ctx): New.
10841         (libc_fesetenv_ctxf): New.
10842         (libc_fesetenv_ctxl): New.
10843         (libc_feupdateenv_mips_ctx): New.
10844         (libc_feupdateenv_ctx): New.
10845         (libc_feupdateenvf_ctx): New.
10846         (libc_feupdateenvl_ctx): New.
10847         (libc_feholdsetround_mips_ctx): New.
10848         (libc_feholdsetround_ctx): New.
10849         (libc_feholdsetroundf_ctx): New.
10850         (libc_feholdsetroundl_ctx): New.
10851         (libc_feresetround_mips_ctx): New.
10852         (libc_feresetround_ctx): New.
10853         (libc_feresetroundf_ctx): New.
10854         (libc_feresetroundl_ctx): New.
10855
10856 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
10857
10858         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10859
10860         * manual/ipc.texi: New file.
10861         * manual/Makefile (chapters): Add ipc.
10862         * manual/job.texi: Add "Inter-Process Communication" to next.
10863         * manual/process.texi: Add "Inter-Process Communication" to prev.
10864
10865 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10866
10867         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10868
10869 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
10870
10871         * malloc/malloc.c (__libc_calloc): Simplify implementation.
10872
10873         * manual/arith.texi: Fix spaces after sentences.
10874         * manual/charset.texi: Likewise.
10875         * manual/errno.texi: Likewise.
10876         * manual/install.texi: Likewise.
10877         * manual/llio.texi: Likewise.
10878         * manual/locale.texi: Likewise.
10879         * manual/maint.texi: Likewise.
10880         * manual/math.texi: Likewise.
10881         * manual/memory.texi: Likewise.
10882         * manual/message.texi: Likewise.
10883         * manual/probes.texi: Likewise.
10884         * manual/resource.texi: Likewise.
10885         * manual/signal.texi: Likewise.
10886         * manual/socket.texi: Likewise.
10887         * manual/stdio.texi: Likewise.
10888         * manual/string.texi: Likewise.
10889         * manual/time.texi: Likewise.
10890         * manual/users.texi: Likewise.
10891
10892 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
10893
10894         [BZ #16632]
10895         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
10896         _DEFAULT_SOURCE is defined.
10897
10898 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
10899             Carlos O'Donell  <carlos@redhat.com>
10900
10901         [BZ #16613]
10902         * elf/dl-tls.c (_dl_count_modids): New function.
10903         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
10904         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
10905         audit library and increment generation counter.
10906         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
10907         * elf/tst-audit9.c: New file.
10908         * elf/tst-auditmod9a.c: New file.
10909         * elf/tst-auditmod9b.c: New file.
10910         * elf/Makefile: Add rules to build and run tst-audit9.
10911
10912 2014-02-25  Florian Weimer  <fweimer@redhat.com>
10913
10914         [BZ #15347]
10915         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
10916
10917 2014-02-25  Will Newton  <will.newton@linaro.org>
10918
10919         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
10920         (__longjmp): Restore sp and lr before restoring callee
10921         saved registers.  Add longjmp and longjmp_target
10922         SystemTap probe point.
10923         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
10924         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
10925         Define to zero to match jmpbuf layout.
10926         * sysdeps/arm/setjmp.S: Include stap-probe.h.
10927         (__sigsetjmp): Save sp and lr before saving callee
10928         saved registers.  Add setjmp SystemTap probe point.
10929
10930 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
10931
10932         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10933
10934 2014-02-24  Andreas Schwab  <schwab@suse.de>
10935
10936         [BZ #15804]
10937         * elf/pldd.c (wait_for_ptrace_stop): New function.
10938         (main): Call it after attaching.
10939
10940 2014-02-22  Roland McGrath  <roland@hack.frob.com>
10941
10942         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
10943         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
10944         Versions files is now verboten.
10945         * hurd/Versions (libc: GLIBC_2.0):
10946         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
10947         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
10948         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
10949         * mach/Versions: Likewise.
10950
10951         * csu/Versions: Remove unused %include.
10952         * resolv/Versions: Likewise.
10953
10954 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
10955
10956         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
10957         ($(objpfx)check-local-headers.out): Likewise.
10958         ($(objpfx)begin-end-check.out): Likewise.
10959         * Makerules (check-abi-%.out): Likewise.
10960         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
10961         ($(objpfx)test2.cat): Likewise.
10962         ($(objpfx)de/libc.cat): Likewise.
10963         ($(objpfx)test-gencat.out): Likewise.
10964         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
10965         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
10966         ($(objpfx)noload-mem): Likewise.
10967         ($(objpfx)tst-pathopt.out): Likewise.
10968         ($(objpfx)tst-rtld-load-self.out): Likewise.
10969         ($(objpfx)tst-array1-cmp.out): Likewise.
10970         ($(objpfx)tst-array1-static-cmp.out): Likewise.
10971         ($(objpfx)tst-array2-cmp.out): Likewise.
10972         ($(objpfx)tst-array3-cmp.out): Likewise.
10973         ($(objpfx)tst-array4-cmp.out): Likewise.
10974         ($(objpfx)tst-array5-cmp.out): Likewise.
10975         ($(objpfx)tst-array5-static-cmp.out): Likewise.
10976         ($(objpfx)check-textrel.out): Likewise.
10977         ($(objpfx)check-execstack.out): Likewise.
10978         ($(objpfx)check-localplt.out): Likewise.
10979         ($(objpfx)order2-cmp.out): Likewise.
10980         ($(objpfx)tst-leaks1-mem): Likewise.
10981         ($(objpfx)tst-leaks1-static-mem): Likewise.
10982         ($(objpfx)tst-initorder-cmp.out): Likewise.
10983         ($(objpfx)tst-initorder2-cmp.out): Likewise.
10984         ($(objpfx)tst-unused-dep.out): Likewise.
10985         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
10986         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
10987         * iconv/Makefile (test-iconvconfig): Likewise.
10988         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
10989         ($(objpfx)iconv-test.out): Likewise.
10990         ($(objpfx)tst-tables.out): Likewise.
10991         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
10992         ($(objpfx)tst-gettext.out): Likewise.
10993         ($(objpfx)tst-translit.out): Likewise.
10994         ($(objpfx)tst-gettext2.out): Likewise.
10995         ($(objpfx)tst-gettext4.out): Likewise.
10996         ($(objpfx)tst-gettext6.out): Likewise.
10997         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
10998         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
10999         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
11000         ($(objpfx)tst-fopenloc-mem.out): Likewise.
11001         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
11002         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
11003         * posix/Makefile ($(objpfx)globtest.out): Likewise.
11004         ($(objpfx)wordexp-tst.out): Likewise.
11005         ($(objpfx)annexc.out): Likewise.
11006         ($(objpfx)tst-fnmatch-mem): Likewise.
11007         ($(objpfx)bug-regex2-mem): Likewise.
11008         ($(objpfx)bug-regex14-mem): Likewise.
11009         ($(objpfx)bug-regex21-mem): Likewise.
11010         ($(objpfx)bug-regex31-mem): Likewise.
11011         ($(objpfx)tst-vfork3-mem): Likewise.
11012         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
11013         ($(objpfx)tst-pcre-mem): Likewise.
11014         ($(objpfx)tst-boost-mem): Likewise.
11015         ($(objpfx)tst-getconf.out): Likewise.
11016         ($(objpfx)bug-ga2-mem): Likewise.
11017         ($(objpfx)bug-glob2-mem): Likewise.
11018         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
11019         ($(objpfx)mtrace-tst-leaks2): Likewise.
11020         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
11021         ($(objpfx)tst-printf.out): Likewise.
11022         ($(objpfx)tst-setvbuf1.out): Likewise.
11023         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
11024         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
11025         ($(objpfx)tst-fmtmsg.out): Likewise.
11026         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
11027         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
11028
11029         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
11030         * bits/sigaction.h [__USE_MISC]: Likewise.
11031         * bits/waitstatus.h: Update #endif comments.
11032         * ctype/ctype.h: Likewise.
11033         * dirent/dirent.h: Likewise.
11034         [__USE_MISC]: Remove redundant conditionals.
11035         * grp/grp.h: Update #endif comments.
11036         [__USE_GNU]: Remove redundant conditionals.
11037         [__USE_MISC]: Likewise.
11038         * inet/netinet/in.h [__USE_GNU]: Likewise.
11039         * io/sys/stat.h [__USE_MISC]: Likewise.
11040         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
11041         * libio/bits/stdio.h: Update #endif comments.
11042         [__USE_MISC]: Remove redundant conditionals.
11043         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
11044         * libio/stdio.h: Update #endif comments.
11045         [__USE_MISC]: Remove redundant conditionals.
11046         * math/bits/math-finite.h [__USE_MISC]: Likewise.
11047         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
11048         * math/math.h: Update #else and #endif comments.
11049         [__USE_MISC]: Remove redundant conditionals.
11050         * misc/sys/uio.h: Update #endif comments.
11051         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
11052         * posix/glob.h [__USE_MISC]: Likewise.
11053         * posix/sys/types.h: Update #endif comments.
11054         [__USE_MISC]: Remove redundant conditionals.
11055         * posix/sys/wait.h: Update #endif comments.
11056         [__USE_MISC]: Remove redundant conditionals.
11057         * posix/unistd.h: Update #endif comments.
11058         [__USE_MISC]: Remove redundant conditionals.
11059         * pwd/pwd.h [__USE_GNU]: Likewise.
11060         [__USE_MISC]: Likewise.
11061         * resolv/netdb.h [__USE_GNU]: Likewise.
11062         * signal/signal.h: Update #endif comments.
11063         [__USE_MISC]: Remove redundant conditionals.
11064         * stdlib/stdlib.h: Update #else and #endif comments.
11065         [__USE_MISC]: Remove redundant conditionals.
11066         [__USE_GNU]: Likewise.
11067         * string/bits/string2.h [__USE_MISC]: Likewise.
11068         * string/string.h: Update #endif comments.
11069         [__USE_MISC]: Remove redundant conditionals.
11070         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
11071         Likewise.
11072         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
11073         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
11074         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
11075         Likewise.
11076         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
11077         Likewise.
11078         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
11079         comments.
11080         [__USE_MISC]: Remove redundant conditionals.
11081         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
11082         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
11083         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
11084         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
11085         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
11086         Likewise.
11087         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
11088         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
11089         Likewise.
11090         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
11091         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
11092         Likewise.
11093         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
11094         Likewise.
11095         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
11096         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
11097         Likewise.
11098         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
11099         Likewise.
11100         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
11101         * sysdeps/x86/bits/string.h: Update #endif comments.
11102         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
11103         conditionals.
11104         * time/sys/time.h: Update #endif comments.
11105         * time/time.h: Likewise.
11106         [__USE_MISC]: Remove redundant conditionals.
11107
11108 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
11109
11110         [BZ #16600]
11111         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
11112
11113 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
11114
11115         * Versions.def (librt): Add GLIBC_2.17.
11116
11117 2014-02-21  Adam Conrad  <adconrad@0c3.net>
11118
11119         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
11120         synonym for _SYS_AUXV_H to allow direct inclusion.
11121         * sysdeps/sparc/bits/hwcap.h: Likewise.
11122         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
11123         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
11124         * sysdeps/sparc/sysdep.h: Likewise.
11125
11126 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11127
11128         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
11129
11130 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11131
11132         * benchtests/bench-strrchr.c: Print length instead of position.
11133
11134 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
11135
11136         [BZ #16611]
11137         * sysdeps/unix/sysv/linux/kernel-features.h
11138         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
11139         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
11140         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
11141         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
11142         Likewise.
11143         [__i386__ || __powerpc__ || __sh__ || __sparc__]
11144         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11145         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
11146         (__ASSUME_SENDMMSG): Define instead of using previous
11147         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
11148         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11149         (__ASSUME_SENDMMSG_SYSCALL): Define.
11150         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11151         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
11152         Likewise.
11153         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11154         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11155         Likewise.
11156         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11157         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11158         Likewise.
11159         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
11160         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11161         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11162         [__ASSUME_SENDMMSG]: Change conditionals to
11163         [__ASSUME_SENDMMSG_SOCKETCALL].
11164         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11165         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
11166         Define.
11167         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11168         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
11169         Likewise.
11170         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
11171         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11172         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11173         [!__ASSUME_SENDMMSG]: Change conditional to
11174         [!__ASSUME_SENDMMSG_SOCKETCALL].
11175         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11176         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11177         Define.
11178
11179         [BZ #16610]
11180         * sysdeps/unix/sysv/linux/kernel-features.h
11181         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
11182         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
11183         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
11184         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
11185         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
11186         [__i386__ || __sparc__]
11187         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11188         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
11189         (__ASSUME_RECVMMSG): Define instead of using previous
11190         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
11191         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11192         (__ASSUME_RECVMMSG_SYSCALL): Define.
11193         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11194         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11195         Likewise.
11196         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11197         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11198         Likewise.
11199         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11200         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11201         Likewise.
11202         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
11203         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11204         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11205         [__ASSUME_RECVMMSG]: Change condition to
11206         [__ASSUME_RECVMMSG_SOCKETCALL].
11207         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11208         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11209         Define.
11210         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11211         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11212         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11213         Likewise.
11214         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
11215         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11216         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11217         [!__ASSUME_RECVMMSG]: Change condition to
11218         [!__ASSUME_RECVMMSG_SOCKETCALL].
11219         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11220         (__ASSUME_RECVMMSG_SYSCALL): Define.
11221
11222         [BZ #16609]
11223         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
11224         __powerpc__ || __s390__ || __sh__ || __sparc__]
11225         (__ASSUME_SOCKETCALL): Define.
11226         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
11227         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
11228         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
11229         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
11230         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11231         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
11232         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
11233         (__ASSUME_ACCEPT4): Define instead of using previous
11234         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
11235         __powerpc__ || __sparc__ || __s390__)] condition.
11236         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11237         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11238         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
11239         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11240         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11241         [!__ASSUME_ACCEPT4]: Change condition to
11242         [!__ASSUME_ACCEPT4_SOCKETCALL].
11243         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11244         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
11245         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
11246         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11247         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
11248         __ASSUME_ACCEPT4_SYSCALL.
11249         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
11250         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
11251         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11252         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
11253         __ASSUME_ACCEPT4_SYSCALL.
11254         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
11255         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11256         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11257         [__ASSUME_ACCEPT4]: Change condition to
11258         [__ASSUME_ACCEPT4_SOCKETCALL].
11259         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11260         (__ASSUME_SOCKETCALL): Define.
11261         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
11262         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11263         (__ASSUME_SOCKETCALL): Define.
11264         (__ASSUME_ACCEPT4): Remove.
11265         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
11266         Define.
11267         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11268         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
11269         Likewise.
11270         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11271         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11272
11273         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
11274         macro.
11275         (HWCAP_ARM_LPAE): Likewise.
11276         (HWCAP_ARM_EVTSTRM): Likewise.
11277         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
11278         Add vpfd32, lpae and evtstrm.
11279         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
11280         Increase to 22.
11281
11282 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
11283
11284         * math/auto-libm-test-in: Add tests of clog10.
11285         * math/auto-libm-test-out: Regenerated.
11286         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
11287         * sysdeps/i386/fpu/libm-test-ulps: Update.
11288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11289
11290 2014-02-18  Andreas Schwab  <schwab@suse.de>
11291
11292         [BZ #16574]
11293         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
11294         Store non-zero if the second buffer was newly allocated.
11295         (send_dg): Likewise.
11296         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
11297         to send_vc and send_dg.
11298         (res_nsend): Pass NULL for ansp2_malloced.
11299         * resolv/res_query.c (__libc_res_nquery): Add parameter
11300         answerp2_malloced and pass it down to __libc_res_nsend.
11301         (res_nquery): Pass additional NULL to __libc_res_nquery.
11302         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
11303         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
11304         second answer buffer if answerp2_malloced was set.
11305         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
11306         (__libc_res_nquerydomain): Add parameter
11307         answerp2_malloced and pass it down to __libc_res_nquery.
11308         (res_nquerydomain): Pass additional NULL to
11309         __libc_res_nquerydomain.
11310         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
11311         additional NULL to __libc_res_nsend and __libc_res_nquery.
11312         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
11313         additional NULL to __libc_res_nsearch.
11314         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
11315         parameter of __libc_res_nsearch to check for separately allocated
11316         second buffer.
11317         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
11318         __libc_res_nquery.
11319         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
11320         additional NULL to __libc_res_nquery.
11321         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
11322         __libc_res_nsearch.
11323         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
11324         * include/resolv.h: Update prototypes of __libc_res_nquery,
11325         __libc_res_nsearch, __libc_res_nsend.
11326
11327 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
11328
11329         * math/auto-libm-test-in: Add tests of fma.
11330         * math/auto-libm-test-out: Regenerated.
11331         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
11332         (fma_towardzero_test_data): Likewise.
11333         (fma_downward_test_data): Likewise.
11334         (fma_upward_test_data): Likewise.
11335         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
11336         mpc_mode.
11337         (rounding_modes): Add values for new field.
11338         (func_calc_method): Add value mpfr_fff_f.
11339         (func_calc_desc): Add mpfr_fff_f union field.
11340         (test_function): Add field exact_args.
11341         (FUNC): Add macro argument EXACT_ARGS.
11342         (FUNC_mpfr_f_f): Update call to FUNC.
11343         (FUNC_mpfr_f_f): Likewise.
11344         (FUNC_mpfr_ff_f): Likewise.
11345         (FUNC_mpfr_if_f): Likewise.
11346         (FUNC_mpc_c_f): Likewise.
11347         (FUNC_mpc_c_c): Likewise.
11348         (test_functions): Add fma.  Update calls to FUNC.
11349         (handle_input_arg): Add argument exact_args.
11350         (add_test): Update call to handle_input_arg.
11351         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
11352         (output_for_one_input_case): Update call to calc_generic_results.
11353         Recalculate exact zero results in each rounding mode.
11354
11355         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
11356         non-negative before setting low bit.
11357         * math/auto-libm-test-in: Mark one asin test possibly having
11358         spurious underflow.
11359         * math/auto-libm-test-out: Regenerated.
11360         * sysdeps/i386/fpu/libm-test-ulps: Update.
11361         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11362
11363 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
11364
11365         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
11366         * sysdeps/unix/sysv/linux/microblaze: Move directory from
11367         ports/sysdeps/unix/sysv/linux/microblaze.
11368         * README: Add missing listing for microblaze*-*-linux-gnu.
11369
11370 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
11371
11372         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
11373         duplicate code
11374
11375 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
11376
11377         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
11378         * sysdeps/unix/sysv/linux/ia64: Move directory from
11379         ports/sysdeps/unix/sysv/linux/ia64.
11380         * README: Update listing for ia64-*-linux-gnu.
11381
11382 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
11383             Joseph Myers  <joseph@codesourcery.com>
11384
11385         * Makeconfig (test-name): New variable.
11386         (evaluate-test): Likewise.
11387         * Makerules (do-test-clean): Remove .test-result files.
11388         (common-mostlyclean): Likewise.
11389         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
11390         * scripts/evaluate-test.sh: New file.
11391
11392 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
11393
11394         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
11395         separate $(objpfx)tst-fopenloc-cmp.out and
11396         $(objpfx)tst-fopenloc-mem.out targets.
11397         (tests): Update dependencies.
11398         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
11399         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
11400         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
11401         (tst-rxspencer-no-utf8-ARGS): New variable.
11402         (tst-rxspencer-no-utf8-ENV): Likewise.
11403         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
11404         instead of $(objpfx)tst-rxspencer-mem.
11405         ($(objpfx)tst-rxspencer-mem): Change target to
11406         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
11407         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
11408         * posix/tst-rxspencer-no-utf8.c: New file.
11409
11410         * elf/Makefile ($(objpfx)order.out): Remove rule.
11411         [$(run-built-tests) = yes] (tests): Depend on
11412         $(objpfx)order-cmp.out.
11413         ($(objpfx)order-cmp.out): New rule.
11414         [$(run-built-tests) = yes] (tests): Depend on
11415         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
11416         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
11417         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
11418         $(objpfx)tst-array5-static-cmp.out.
11419         ($(objpfx)tst-array1.out): Remove rule.
11420         ($(objpfx)tst-array1-cmp.out): New rule.
11421         ($(objpfx)tst-array1-static.out): Remove rule.
11422         ($(objpfx)tst-array1-static-cmp.out): New rule.
11423         ($(objpfx)tst-array2.out): Remove rule.
11424         ($(objpfx)tst-array2-cmp.out): New rule.
11425         ($(objpfx)tst-array3.out): Remove rule.
11426         ($(objpfx)tst-array3-cmp.out): New rule.
11427         ($(objpfx)tst-array4.out): Remove rule.
11428         ($(objpfx)tst-array4-cmp.out): New rule.
11429         ($(objpfx)tst-array5.out): Remove rule.
11430         ($(objpfx)tst-array5-cmp.out): New rule.
11431         ($(objpfx)tst-array5-static.out): Remove rule.
11432         ($(objpfx)tst-array5-static-cmp.out): New rule.
11433         [$(run-built-tests) = yes] (tests): Depend on
11434         $(objpfx)order2-cmp.out.
11435         ($(objpfx)order2.out): Remove rule.
11436         ($(objpfx)order2-cmp.out): New rule.
11437         ($(objpfx)tst-initorder.out): Remove rule.
11438         [$(run-built-tests) = yes] (tests): Depend on
11439         $(objpfx)tst-initorder-cmp.out.
11440         ($(objpfx)tst-initorder-cmp.out): New rule.
11441         ($(objpfx)tst-initorder2.out): Remove rule.
11442         [$(run-built-tests) = yes] (tests): Depend on
11443         $(objpfx)tst-initorder2-cmp.out.
11444         ($(objpfx)tst-initorder2-cmp.out): New rule.
11445         [$(run-built-tests) = yes] (tests): Depend on
11446         $(objpfx)tst-unused-dep-cmp.out.
11447         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
11448         ($(objpfx)tst-unused-dep-cmp.out): New rule.
11449         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
11450         on $(objpfx)tst-setvbuf1-cmp.out.
11451         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
11452         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
11453         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
11454         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
11455         ($(objpfx)tst-svc.out): Remove rule.
11456         ($(objpfx)tst-svc-cmp.out): New rule.
11457
11458 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
11459
11460         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
11461         * ctype/ctype.h [__USE_MISC]: Likewise.
11462         * dirent/dirent.h [__USE_MISC]: Likewise.
11463         * grp/grp.h [__USE_MISC]: Likewise.
11464         * io/fcntl.h [__USE_MISC]: Likewise.
11465         * io/sys/stat.h [__USE_MISC]: Likewise.
11466         * libio/stdio.h [__USE_MISC]: Likewise.
11467         * posix/unistd.h [__USE_MISC]: Likewise.
11468         * pwd/pwd.h [__USE_MISC]: Likewise.
11469         * stdlib.h [__USE_MISC]: Likewise.
11470         * string/bits/string2.h [__USE_MISC]: Likewise.
11471         * string/string.h [__USE_MISC]: Likewise.
11472         * time/time.h [__USE_MISC]: Likewise.
11473
11474 2014-02-13  Andreas Schwab  <schwab@suse.de>
11475
11476         [BZ #16574]
11477         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
11478         second answer buffer if it was separately allocated.
11479
11480 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
11481
11482         * sysdeps/mips/math-tests.h: Include <features.h>.
11483         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11484         (ROUNDING_TESTS_long_double): Do not define.
11485         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11486         (EXCEPTION_TESTS_long_double): Likewise.
11487         * sysdeps/mips/mips64/libm-test-ulps: Update.
11488
11489         * include/features.h (__USE_BSD): Remove macro definitions.
11490         (__USE_SVID): Likewise.
11491         (_BSD_SOURCE): Likewise.
11492         (_SVID_SOURCE): Likewise.
11493         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
11494         from definition of _DEFAULT_SOURCE.
11495         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
11496         [_DEFAULT_SOURCE].
11497         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
11498         * bits/mman.h [__USE_BSD]: Likewise.
11499         * bits/termios.h [__USE_BSD]: Likewise.
11500         * bits/waitstatus.h [__USE_BSD]: Likewise.
11501         * ctype/ctype.h [__USE_SVID]: Likewise.
11502         * dirent/dirent.h [__USE_BSD]: Likewise.
11503         * grp/grp.h [__USE_SVID]: Likewise.
11504         [__USE_BSD]: Likewise.
11505         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
11506         * io/fcntl.h [__USE_BSD]: Likewise.
11507         * io/ftw.h [__USE_BSD]: Likewise.
11508         * io/sys/stat.h [__USE_BSD]: Likewise.
11509         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
11510         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
11511         * libio/stdio.h [__USE_SVID]: Likewise.
11512         [__USE_BSD]: Likewise.
11513         * math/math.h [__USE_SVID]: Likewise.
11514         [__USE_BSD]: Likewise.
11515         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
11516         * misc/bits/syslog.h [__USE_BSD]: Likewise.
11517         * misc/search.h [__USE_SVID]: Likewise.
11518         * misc/sys/mman.h [__USE_BSD]: Likewise.
11519         * misc/sys/syslog.h [__USE_BSD]: Likewise.
11520         * misc/sys/uio.h [__USE_BSD]: Likewise.
11521         * posix/bits/unistd.h [__USE_BSD]: Likewise.
11522         * posix/glob.h [__USE_BSD]: Likewise.
11523         * posix/regex.h [__USE_BSD]: Likewise.
11524         * posix/sys/types.h [__USE_BSD]: Likewise.
11525         [__USE_SVID]: Likewise.
11526         * posix/sys/utsname.h [__USE_SVID]: Likewise.
11527         * posix/sys/wait.h [__USE_BSD]: Likewise.
11528         [__USE_SVID]: Likewise.
11529         * posix/unistd.h [__USE_BSD]: Likewise.
11530         [__USE_SVID]: Likewise.
11531         * pwd/pwd.h [__USE_SVID]: Likewise.
11532         * resolv/netdb.h [__USE_BSD]: Likewise.
11533         * setjmp/setjmp.h [__USE_BSD]: Likewise.
11534         * signal/signal.h [__USE_BSD]: Likewise.
11535         [__USE_SVID]: Likewise.
11536         * socket/sys/socket.h [__USE_BSD]: Likewise.
11537         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
11538         * stdlib/stdlib.h [__USE_BSD]: Likewise.
11539         [__USE_SVID]: Likewise.
11540         * string/bits/string2.h [__USE_BSD]: Likewise.
11541         [__USE_SVID]: Likewise.
11542         * string/bits/string3.h [__USE_BSD]: Likewise.
11543         * string/endian.h [__USE_BSD]: Likewise.
11544         * string/string.h [__USE_SVID]: Likewise.
11545         [__USE_BSD]: Likewise.
11546         * string/strings.h [__USE_BSD]: Likewise.
11547         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
11548         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
11549         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
11550         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
11551         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
11552         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
11553         Likewise.
11554         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
11555         Likewise.
11556         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
11557         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
11558         Likewise.
11559         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
11560         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
11561         Likewise.
11562         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
11563         Likewise.
11564         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
11565         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
11566         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
11567         Likewise.
11568         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
11569         Likewise.
11570         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
11571         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
11572         * termios/termios.h [__USE_BSD]: Likewise.
11573         * time/sys/time.h [__USE_BSD]: Likewise.
11574         * time/time.h [__USE_BSD]: Likewise.
11575         [__USE_SVID]: Likewise.
11576
11577         * Makefile (subdir_targets): Remove subdir_lint.out.
11578
11579         * stdio-common/Makefile (do-tst-unbputc): Remove target.
11580         (do-tst-printf): Likewise.
11581         (tests): Depend directly on $(objpfx)tst-unbputc.out and
11582         $(objpfx)tst-printf.out.
11583
11584         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
11585
11586         * Makerules (check-abi-%): Change target to
11587         $(objpfx)check-abi-%.out.
11588         (check-abi target): Update dependencies.
11589         (check-abi-pattern variable): Redirect output of diff to $@.
11590         (check-abi variable): Likewise.
11591         * elf/Makefile (check-abi): Update dependencies.
11592
11593         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
11594         unused.
11595         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
11596         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
11597         subnormal range.
11598         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
11599         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
11600         value has largest subnormal exponent.
11601         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
11602         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
11603         * sysdeps/aarch64/soft-fp/sfp-machine.h
11604         (_FP_TININESS_AFTER_ROUNDING): New macro.
11605         * sysdeps/alpha/soft-fp/sfp-machine.h
11606         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11607         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11608         Likewise.
11609         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
11610         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11611         * sysdeps/mips/soft-fp/sfp-machine.h
11612         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11613         * sysdeps/powerpc/soft-fp/sfp-machine.h
11614         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11615         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11616         Likewise.
11617         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
11618         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11619         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
11620         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11621         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11622         Likewise.
11623
11624 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
11625
11626         [BZ #16545]
11627         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
11628         model 1.
11629
11630 2014-02-12  Richard Henderson  <rth@redhat.com>
11631
11632         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
11633         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
11634         * sysdeps/unix/sysv/linux/alpha: Move directory from
11635         ports/sysdeps/unix/sysv/linux/alpha.
11636         * README: Update listing for alpha-*-linux-gnu.
11637
11638 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
11639
11640         * include/features.h: Update comment documenting feature test
11641         macros.
11642         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
11643         _DEFAULT_SOURCE.
11644         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
11645         (_SVID_SOURCE): Likewise.
11646         (_DEFAULT_SOURCE): Update description of default features.
11647         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
11648         with _GNU_SOURCE.
11649         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
11650         (S_ISVTX): Likewise.
11651         * manual/math.texi (Mathematical Constants): Likewise.
11652         * manual/signal.texi (Interrupted Primitives): Likewise.
11653         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
11654         * math/test-matherr.c (_SVID_SOURCE): Do not define.
11655         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
11656         Don't refer to _SVID_SOURCE in warning text.
11657
11658         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11659
11660         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
11661         already defined.
11662         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
11663         * sysdeps/mips/dl-lookup.c: Remove.
11664         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
11665
11666 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11667
11668         [BZ #16447]
11669         * math/auto-libm-test-in: Add testcase for expl.
11670         * math/auto-libm-test-out: Regenerate.
11671         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
11672         calculation of unsafe.
11673         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
11674
11675 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11676
11677         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
11678         * sysdeps/unix/sysv/linux/aarch64: Move directory from
11679         ports/sysdeps/unix/sysv/linux/aarch64.
11680         * README: Update listing for aarch64*-*-linux-gnu.
11681
11682 2014-02-11  Will Newton  <will.newton@linaro.org>
11683
11684         * manual/probes.texi (Mathematical Function Probes): Use
11685         "triggered" instead of "hit".
11686
11687         * manual/probes.texi (Internal Probes): Add documentation
11688         of setjmp, longjmp and longjmp_target probes.
11689
11690         * include/stap-probe.h: Add comment about probe argument
11691         format.
11692
11693         * malloc/mtrace.c (attribute_hidden): Remove unused macro
11694         definition.  (tr_where, tr_freehook, tr_mallochook,
11695         tr_reallochook, tr_memalignhook): Use ANSI protoype.
11696
11697 2014-02-11  David S. Miller  <davem@davemloft.net>
11698
11699         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
11700         processing int_tests.
11701
11702 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
11703
11704         * sysdeps/mips: Move directory from ports/sysdeps/mips.
11705         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
11706         * sysdeps/unix/sysv/linux/mips: Move directory from
11707         ports/sysdeps/unix/sysv/linux/mips.
11708         * README: Update listing for mips-*-linux-gnu and
11709         mips64-*-linux-gnu.
11710
11711 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
11712
11713         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
11714         * sysdeps/unix/sysv/linux/m68k: Move directory from
11715         ports/sysdeps/unix/sysv/linux/m68k.
11716         * README: Update listing for m68k-*-linux-gnu.
11717
11718 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
11719
11720         * sysdeps/tile: Move directory from ports/sysdeps/tile.
11721         * sysdeps/unix/sysv/linux/generic: Move directory from
11722         ports/sysdeps/unix/sysv/linux/generic.
11723         * sysdeps/unix/sysv/linux/tile: Move directory from
11724         ports/sysdeps/unix/sysv/linux/tile.
11725         * README: Update listing for tile*-*-linux-gnu.
11726
11727 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
11728
11729         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
11730         __builtin_expect.
11731         * benchtests/bench-memmem.c (simple_memmem): Likewise.
11732         * catgets/open_catalog.c (__open_catalog): Likewise.
11733         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
11734         * debug/confstr_chk.c: Likewise.
11735         * debug/fread_chk.c (__fread_chk): Likewise.
11736         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
11737         * debug/getgroups_chk.c: Likewise.
11738         * debug/mbsnrtowcs_chk.c: Likewise.
11739         * debug/mbsrtowcs_chk.c: Likewise.
11740         * debug/mbstowcs_chk.c: Likewise.
11741         * debug/memcpy_chk.c: Likewise.
11742         * debug/memmove_chk.c: Likewise.
11743         * debug/mempcpy_chk.c: Likewise.
11744         * debug/memset_chk.c: Likewise.
11745         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11746         * debug/strcat_chk.c (__strcat_chk): Likewise.
11747         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11748         * debug/strncat_chk.c (__strncat_chk): Likewise.
11749         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11750         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11751         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11752         * debug/wcpncpy_chk.c: Likewise.
11753         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11754         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11755         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11756         * debug/wcsncpy_chk.c: Likewise.
11757         * debug/wcsnrtombs_chk.c: Likewise.
11758         * debug/wcsrtombs_chk.c: Likewise.
11759         * debug/wcstombs_chk.c: Likewise.
11760         * debug/wmemcpy_chk.c: Likewise.
11761         * debug/wmemmove_chk.c: Likewise.
11762         * debug/wmempcpy_chk.c: Likewise.
11763         * debug/wmemset_chk.c: Likewise.
11764         * dirent/scandirat.c (SCANDIRAT): Likewise.
11765         * dlfcn/dladdr1.c (dladdr1): Likewise.
11766         * dlfcn/dladdr.c (dladdr): Likewise.
11767         * dlfcn/dlclose.c (dlclose_doit): Likewise.
11768         * dlfcn/dlerror.c (__dlerror): Likewise.
11769         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11770         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11771         * dlfcn/dlopen.c (dlopen_doit): Likewise.
11772         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11773         * dlfcn/dlsym.c (dlsym_doit): Likewise.
11774         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11775         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11776         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11777         Likewise.
11778         * elf/dl-conflict.c: Likewise.
11779         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11780         * elf/dl-dst.h: Likewise.
11781         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11782         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11783         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11784         * elf/dl-init.c (call_init, _dl_init): Likewise.
11785         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
11786         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11787         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11788         Likewise.
11789         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11790         Likewise.
11791         * elf/dl-minimal.c (__libc_memalign): Likewise.
11792         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11793         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11794         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11795         * elf/dl-sym.c (do_sym): Likewise.
11796         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11797         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
11798         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11799         * elf/dl-writev.h (_dl_writev): Likewise.
11800         * elf/ldconfig.c (search_dir): Likewise.
11801         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11802         (dl_main): Likewise.
11803         * elf/setup-vdso.h (setup_vdso): Likewise.
11804         * grp/compat-initgroups.c (compat_call): Likewise.
11805         * grp/fgetgrent.c (fgetgrent): Likewise.
11806         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11807         * grp/putgrent.c (putgrent): Likewise.
11808         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11809         Likewise.
11810         * hurd/hurdinit.c: Likewise.
11811         * iconvdata/8bit-gap.c (struct): Likewise.
11812         * iconvdata/ansi_x3.110.c : Likewise.
11813         * iconvdata/big5.c : Likewise.
11814         * iconvdata/big5hkscs.c : Likewise.
11815         * iconvdata/cp1255.c: Likewise.
11816         * iconvdata/cp1258.c : Likewise.
11817         * iconvdata/cp932.c : Likewise.
11818         * iconvdata/euc-cn.c: Likewise.
11819         * iconvdata/euc-jisx0213.c : Likewise.
11820         * iconvdata/euc-jp.c: Likewise.
11821         * iconvdata/euc-jp-ms.c : Likewise.
11822         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11823         * iconvdata/gb18030.c : Likewise.
11824         * iconvdata/gbbig5.c (const): Likewise.
11825         * iconvdata/gbgbk.c: Likewise.
11826         * iconvdata/gbk.c : Likewise.
11827         * iconvdata/ibm1364.c : Likewise.
11828         * iconvdata/ibm930.c : Likewise.
11829         * iconvdata/ibm932.c: Likewise.
11830         * iconvdata/ibm933.c : Likewise.
11831         * iconvdata/ibm935.c : Likewise.
11832         * iconvdata/ibm937.c : Likewise.
11833         * iconvdata/ibm939.c : Likewise.
11834         * iconvdata/ibm943.c: Likewise.
11835         * iconvdata/iso_11548-1.c: Likewise.
11836         * iconvdata/iso-2022-cn.c : Likewise.
11837         * iconvdata/iso-2022-cn-ext.c : Likewise.
11838         * iconvdata/iso-2022-jp-3.c: Likewise.
11839         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11840         * iconvdata/iso-2022-kr.c : Likewise.
11841         * iconvdata/iso646.c (gconv_end): Likewise.
11842         * iconvdata/iso_6937-2.c : Likewise.
11843         * iconvdata/iso_6937.c : Likewise.
11844         * iconvdata/iso8859-1.c: Likewise.
11845         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11846         * iconvdata/shift_jisx0213.c : Likewise.
11847         * iconvdata/sjis.c : Likewise.
11848         * iconvdata/t.61.c : Likewise.
11849         * iconvdata/tcvn5712-1.c : Likewise.
11850         * iconvdata/tscii.c: Likewise.
11851         * iconvdata/uhc.c : Likewise.
11852         * iconvdata/unicode.c (gconv_end): Likewise.
11853         * iconvdata/utf-16.c (gconv_end): Likewise.
11854         * iconvdata/utf-32.c (gconv_end): Likewise.
11855         * iconvdata/utf-7.c (base64): Likewise.
11856         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11857         * iconv/gconv_close.c (__gconv_close): Likewise.
11858         * iconv/gconv_open.c (__gconv_open): Likewise.
11859         * iconv/gconv_simple.c (internal_ucs4_loop_single)
11860         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11861         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11862         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11863         (ucs4le_internal_loop_single): Likewise.
11864         * iconv/iconv.c (iconv): Likewise.
11865         * iconv/iconv_close.c: Likewise.
11866         * iconv/loop.c (SINGLE): Likewise.
11867         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11868         * include/atomic.h: Likewise.
11869         * inet/inet6_option.c (option_alloc): Likewise.
11870         * intl/bindtextdom.c (set_binding_values): Likewise.
11871         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11872         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11873         * intl/localealias.c (read_alias_file): Likewise.
11874         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
11875         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11876         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
11877         * libio/fmemopen.c (fmemopen): Likewise.
11878         * libio/iofgets.c (_IO_fgets): Likewise.
11879         * libio/iofgets_u.c (fgets_unlocked): Likewise.
11880         * libio/iofgetws.c (fgetws): Likewise.
11881         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11882         * libio/iogetdelim.c (_IO_getdelim): Likewise.
11883         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11884         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
11885         * locale/findlocale.c (_nl_find_locale): Likewise.
11886         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
11887         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
11888         Likewise.
11889         * locale/setlocale.c (setlocale): Likewise.
11890         * login/programs/pt_chown.c (main): Likewise.
11891         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
11892         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
11893         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
11894         (mmap, mmap64, mremap, munmap): Likewise.
11895         * math/e_exp2l.c: Likewise.
11896         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
11897         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
11898         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
11899         * math/s_catan.c (__catan): Likewise.
11900         * math/s_catanf.c (__catanf): Likewise.
11901         * math/s_catanh.c (__catanh): Likewise.
11902         * math/s_catanhf.c (__catanhf): Likewise.
11903         * math/s_catanhl.c (__catanhl): Likewise.
11904         * math/s_catanl.c (__catanl): Likewise.
11905         * math/s_ccosh.c (__ccosh): Likewise.
11906         * math/s_ccoshf.c (__ccoshf): Likewise.
11907         * math/s_ccoshl.c (__ccoshl): Likewise.
11908         * math/s_cexp.c (__cexp): Likewise.
11909         * math/s_cexpf.c (__cexpf): Likewise.
11910         * math/s_cexpl.c (__cexpl): Likewise.
11911         * math/s_clog10.c (__clog10): Likewise.
11912         * math/s_clog10f.c (__clog10f): Likewise.
11913         * math/s_clog10l.c (__clog10l): Likewise.
11914         * math/s_clog.c (__clog): Likewise.
11915         * math/s_clogf.c (__clogf): Likewise.
11916         * math/s_clogl.c (__clogl): Likewise.
11917         * math/s_csin.c (__csin): Likewise.
11918         * math/s_csinf.c (__csinf): Likewise.
11919         * math/s_csinh.c (__csinh): Likewise.
11920         * math/s_csinhf.c (__csinhf): Likewise.
11921         * math/s_csinhl.c (__csinhl): Likewise.
11922         * math/s_csinl.c (__csinl): Likewise.
11923         * math/s_csqrt.c (__csqrt): Likewise.
11924         * math/s_csqrtf.c (__csqrtf): Likewise.
11925         * math/s_csqrtl.c (__csqrtl): Likewise.
11926         * math/s_ctan.c (__ctan): Likewise.
11927         * math/s_ctanf.c (__ctanf): Likewise.
11928         * math/s_ctanh.c (__ctanh): Likewise.
11929         * math/s_ctanhf.c (__ctanhf): Likewise.
11930         * math/s_ctanhl.c (__ctanhl): Likewise.
11931         * math/s_ctanl.c (__ctanl): Likewise.
11932         * math/w_pow.c: Likewise.
11933         * math/w_powf.c: Likewise.
11934         * math/w_powl.c: Likewise.
11935         * math/w_scalb.c (sysv_scalb): Likewise.
11936         * math/w_scalbf.c (sysv_scalbf): Likewise.
11937         * math/w_scalbl.c (sysv_scalbl): Likewise.
11938         * misc/error.c (error_tail): Likewise.
11939         * misc/pselect.c (__pselect): Likewise.
11940         * nis/nis_callback.c (__nis_create_callback): Likewise.
11941         * nis/nis_call.c (__nisfind_server): Likewise.
11942         * nis/nis_creategroup.c (nis_creategroup): Likewise.
11943         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
11944         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
11945         * nis/nis_getservlist.c (nis_getservlist): Likewise.
11946         * nis/nis_lookup.c (nis_lookup): Likewise.
11947         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
11948         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
11949         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
11950         * nis/nis_xdr.c (xdr_endpoint): Likewise.
11951         * nis/nss_compat/compat-grp.c (getgrent_next_file)
11952         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
11953         * nis/nss_compat/compat-initgroups.c (add_group)
11954         (internal_getgrent_r): Likewise.
11955         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
11956         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
11957         * nis/nss_compat/compat-spwd.c (getspent_next_file)
11958         (internal_getspnam_r): Likewise.
11959         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
11960         (_nss_nis_getaliasbyname_r): Likewise.
11961         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
11962         (_nss_nis_getntohost_r): Likewise.
11963         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
11964         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
11965         (_nss_nis_getgrgid_r): Likewise.
11966         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
11967         (internal_nis_gethostent_r, internal_gethostbyname2_r)
11968         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
11969         (_nss_nis_gethostbyname4_r): Likewise.
11970         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
11971         (initgroups_netid): Likewise.
11972         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
11973         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
11974         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
11975         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
11976         (_nss_nis_getprotobynumber_r): Likewise.
11977         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
11978         (_nss_nis_getsecretkey): Likewise.
11979         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
11980         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
11981         (_nss_nis_getpwuid_r): Likewise.
11982         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
11983         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
11984         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
11985         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
11986         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
11987         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
11988         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
11989         Likewise.
11990         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
11991         (_nss_nisplus_getntohost_r): Likewise.
11992         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
11993         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11994         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
11995         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
11996         Likewise.
11997         * nis/nss_nisplus/nisplus-initgroups.c
11998         (_nss_nisplus_initgroups_dyn): Likewise.
11999         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
12000         (_nss_nisplus_getnetbyaddr_r): Likewise.
12001         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
12002         (_nss_nisplus_getprotobynumber_r): Likewise.
12003         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
12004         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
12005         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
12006         Likewise.
12007         * nis/nss_nisplus/nisplus-service.c
12008         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
12009         (_nss_nisplus_getservbyport_r): Likewise.
12010         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
12011         (_nss_nisplus_getspnam_r): Likewise.
12012         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
12013         Likewise.
12014         * nscd/aicache.c (addhstaiX): Likewise.
12015         * nscd/cache.c (cache_search, prune_cache): Likewise.
12016         * nscd/connections.c (register_traced_file, send_ro_fd)
12017         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
12018         (main_loop_epoll): Likewise.
12019         * nscd/grpcache.c (addgrbyX): Likewise.
12020         * nscd/hstcache.c (addhstbyX): Likewise.
12021         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12022         * nscd/mem.c (gc, mempool_alloc): Likewise.
12023         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
12024         (addinnetgrX): Likewise.
12025         * nscd/nscd-client.h (__nscd_acquire_maplock)
12026         (__nscd_drop_map_ref): Likewise.
12027         * nscd/nscd_getai.c (__nscd_getai): Likewise.
12028         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12029         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
12030         Likewise.
12031         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
12032         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12033         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
12034         (__nscd_get_map_ref): Likewise.
12035         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12036         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
12037         Likewise.
12038         * nscd/pwdcache.c (addpwbyX): Likewise.
12039         * nscd/selinux.c (preserve_capabilities): Likewise.
12040         * nscd/servicescache.c (addservbyX): Likewise.
12041         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
12042         * posix/fnmatch.c (fnmatch): Likewise.
12043         * posix/getopt.c (_getopt_internal_r): Likewise.
12044         * posix/glob.c (glob, glob_in_dir): Likewise.
12045         * posix/wordexp.c (exec_comm_child): Likewise.
12046         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
12047         (getanswer_r, gaih_getanswer_slice): Likewise.
12048         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
12049         * resolv/res_init.c: Likewise.
12050         * resolv/res_mkquery.c (res_nmkquery): Likewise.
12051         * resolv/res_query.c (__libc_res_nquery): Likewise.
12052         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
12053         Likewise.
12054         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
12055         * stdio-common/perror.c (perror): Likewise.
12056         * stdio-common/printf_fp.c (___printf_fp): Likewise.
12057         * stdio-common/tmpnam.c (tmpnam): Likewise.
12058         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
12059         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
12060         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
12061         Likewise.
12062         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
12063         * stdlib/putenv.c (putenv): Likewise.
12064         * stdlib/setenv.c (__add_to_environ): Likewise.
12065         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
12066         * stdlib/strtol_l.c (INTERNAL): Likewise.
12067         * string/memmem.c (memmem): Likewise.
12068         * string/strerror.c (strerror): Likewise.
12069         * string/strnlen.c (__strnlen): Likewise.
12070         * string/test-memmem.c (simple_memmem): Likewise.
12071         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
12072         * sunrpc/pm_getport.c (__get_socket): Likewise.
12073         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
12074         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
12075         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
12076         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
12077         Likewise.
12078         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
12079         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
12080         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
12081         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
12082         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
12083         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
12084         Likewise.
12085         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
12086         Likewise.
12087         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
12088         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
12089         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
12090         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
12091         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
12092         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
12093         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12094         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
12095         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
12096         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
12097         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
12098         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
12099         Likewise.
12100         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
12101         Likewise.
12102         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
12103         Likewise.
12104         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
12105         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
12106         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
12107         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
12108         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
12109         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
12110         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
12111         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
12112         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
12113         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
12114         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
12115         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12116         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
12117         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
12118         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
12119         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
12120         Likewise.
12121         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
12122         Likewise.
12123         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
12124         Likewise.
12125         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
12126         Likewise.
12127         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12128         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12129         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
12130         Likewise.
12131         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
12132         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
12133         * sysdeps/posix/opendir.c (__opendirat): Likewise.
12134         * sysdeps/posix/sleep.c: Likewise.
12135         * sysdeps/posix/tempname.c: Likewise.
12136         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
12137         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
12138         Likewise.
12139         * sysdeps/powerpc/powerpc32/dl-machine.h
12140         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
12141         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
12142         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
12143         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
12144         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
12145         Likewise.
12146         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
12147         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
12148         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12149         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
12150         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12151         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
12152         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
12153         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
12154         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12155         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
12156         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
12157         (elf_machine_lazy_rel): Likewise.
12158         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
12159         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
12160         (elf_machine_lazy_rel): Likewise.
12161         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
12162         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
12163         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
12164         * sysdeps/unix/grantpt.c (grantpt): Likewise.
12165         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
12166         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
12167         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
12168         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
12169         Likewise.
12170         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
12171         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
12172         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
12173         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
12174         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12175         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
12176         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
12177         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
12178         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12179         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
12180         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
12181         Likewise.
12182         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
12183         (__posix_fallocate64_l64): Likewise.
12184         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
12185         (posix_fallocate): Likewise.
12186         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
12187         Likewise.
12188         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
12189         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
12190         (getifaddrs_internal): Likewise.
12191         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
12192         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
12193         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
12194         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
12195         * sysdeps/unix/sysv/linux/posix_fallocate64.c
12196         (__posix_fallocate64_l64): Likewise.
12197         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
12198         Likewise.
12199         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12200         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
12201         (__get_clockfreq): Likewise.
12202         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
12203         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12204         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
12205         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12206         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12207         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
12208         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
12209         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
12210         Likewise.
12211         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
12212         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
12213         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
12214         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
12215         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
12216         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
12217         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
12218         Likewise.
12219         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
12220         (posix_fallocate): Likewise.
12221         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12222         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
12223         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
12224         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
12225         (elf_machine_rela, elf_machine_rela_relative)
12226         (elf_machine_lazy_rel): Likewise.
12227         * time/asctime.c (asctime_internal): Likewise.
12228         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
12229         * time/tzset.c (__tzset_parse_tz): Likewise.
12230         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
12231         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
12232         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
12233         * wcsmbs/wcsmbsload.h: Likewise.
12234
12235         [BZ #15894]
12236         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
12237
12238         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
12239         (arena_get2): Remove THREAD_STATS conditionals.
12240         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
12241         (__malloc_stats, int): Likewise.
12242
12243 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
12244
12245         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
12246         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
12247
12248         * manual/setjmp.texi: Fix typos/grammar errors.
12249
12250         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
12251         Only return early when n is <= 0.  Delete unused return statement.
12252
12253         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
12254         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
12255         * debug/tst-longjmp_chk3.c: New file.
12256
12257         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
12258         (test_main): Replace code with set_fortify_handler call.
12259         * debug/test-strcpy_chk.c: Likewise.
12260         * debug/tst-chk1.c: Likewise.
12261         * debug/tst-longjmp_chk.c: Likewise.
12262         * test-skeleton.c: Include fcntl.h & paths.h
12263         (set_fortify_handler): Define.
12264
12265         * debug/tst-longjmp_chk.c: Add header comment and include
12266         ../test-skeleton.c.
12267         (do_test): Mark static.
12268         (TEST_FUNCTION): Define.
12269
12270         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
12271         (IP_PMTUDISC_INTERFACE): Likewise.
12272         (IP_MULTICAST_IF): Likewise.
12273         (IP_MULTICAST_TTL): Likewise.
12274         (IP_MULTICAST_LOOP): Likewise.
12275         (IP_ADD_MEMBERSHIP): Likewise.
12276         (IP_DROP_MEMBERSHIP): Likewise.
12277         (IP_UNBLOCK_SOURCE): Likewise.
12278         (IP_BLOCK_SOURCE): Likewise.
12279         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
12280         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
12281         (IP_MSFILTER): Likewise.
12282         (MCAST_JOIN_GROUP): Likewise.
12283         (MCAST_BLOCK_SOURCE): Likewise.
12284         (MCAST_UNBLOCK_SOURCE): Likewise.
12285         (MCAST_LEAVE_GROUP): Likewise.
12286         (MCAST_JOIN_SOURCE_GROUP): Likewise.
12287         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
12288         (MCAST_MSFILTER): Likewise.
12289         (IP_MULTICAST_ALL): Likewise.
12290         (IP_UNICAST_IF): Likewise.
12291
12292         * timezone/Makefile: Delete $(have-ksh) check.
12293         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
12294         * timezone/tzselect.ksh: Add +x mode bits.
12295
12296         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
12297         (ANON_INODE_FS_MAGIC): Likewise.
12298         (BDEVFS_MAGIC): Likewise.
12299         (BINFMTFS_MAGIC): Likewise.
12300         (BTRFS_TEST_MAGIC): Likewise.
12301         (CRAMFS_MAGIC_WEND): Likewise.
12302         (DEBUGFS_MAGIC): Likewise.
12303         (ECRYPTFS_SUPER_MAGIC): Likewise.
12304         (EXT3_SUPER_MAGIC): Likewise.
12305         (EXT4_SUPER_MAGIC): Likewise.
12306         (FUTEXFS_SUPER_MAGIC): Likewise.
12307         (HOSTFS_SUPER_MAGIC): Likewise.
12308         (HUGETLBFS_MAGIC): Likewise.
12309         (MINIX3_SUPER_MAGIC): Likewise.
12310         (MTD_INODE_FS_MAGIC): Likewise.
12311         (NILFS_SUPER_MAGIC): Likewise.
12312         (OPENPROM_SUPER_MAGIC): Likewise.
12313         (PIPEFS_MAGIC): Likewise.
12314         (PSTOREFS_MAGIC): Likewise.
12315         (QNX6_SUPER_MAGIC): Likewise.
12316         (RAMFS_MAGIC): Likewise.
12317         (REISERFS_SUPER_MAGIC_STRING): Likewise.
12318         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
12319         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
12320         (SECURITYFS_MAGIC): Likewise.
12321         (SELINUX_MAGIC): Likewise.
12322         (SMACK_MAGIC): Likewise.
12323         (SOCKFS_MAGIC): Likewise.
12324         (SQUASHFS_MAGIC): Likewise.
12325         (STACK_END_MAGIC): Likewise.
12326         (TMPFS_MAGIC): Likewise.
12327         (USBDEVICE_SUPER_MAGIC): Likewise.
12328         (V9FS_MAGIC): Likewise.
12329         (XENFS_SUPER_MAGIC): Likewise.
12330         (CRAMFS_MAGIC): Fix typo in comment.
12331         (EXT2_SUPER_MAGIC): Update comment.
12332         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
12333
12334 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
12335
12336         * sysdeps/arm: Move directory from ports/sysdeps/arm.
12337         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
12338         * sysdeps/unix/sysv/linux/arm: Move directory from
12339         ports/sysdeps/unix/sysv/linux/arm.
12340         * README: Update listing for arm-*-linux-gnueabi.
12341
12342         * README: Remove mention of am33.
12343
12344 2014-02-07  Roland McGrath  <roland@hack.frob.com>
12345
12346         * bits/sigset.h (__sigemptyset): Use a statement expression rather
12347         than the comma operator, to avoid "rhs of comma has no effect"
12348         compiler warnings.
12349         (__sigfillset, __sigandset, __sigorset): Likewise.
12350         * include/signal.h (__sigemptyset): Likewise.
12351         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
12352
12353 2014-02-07  Allan McRae  <allan@archlinux.org>
12354
12355         * version.h (RELEASE): Set to "development".
12356         (VERSION): Set to "2.19.90"
12357         * NEWS: Add 2.20 section.
12358
12359 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
12360
12361         [BZ #16529]
12362         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
12363
12364 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12365
12366         * manual/contrib.texi: Update entry for Carlos O'Donell,
12367         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
12368
12369 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
12370
12371         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
12372
12373         * sysdeps/unix/sysv/linux/kernel-features.h
12374         [__LINUX_KERNEL_VERSION >= 0x020621]
12375         (__ASSUME_PROC_PID_TASK_COMM): Define.
12376
12377 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12378
12379         [BZ #16398]
12380         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
12381         conversion when destination buffer does not have enough space.
12382         * libio/tst-ftell-partial-wide.c: New test case.
12383         * libio/Makefile (tests): Add tst-ftell-partial-wide.
12384
12385         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
12386         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
12387         Leonard and Allan McRae.
12388
12389 2014-02-04  David S. Miller  <davem@davemloft.net>
12390
12391         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
12392         32-bit.
12393
12394 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12395
12396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12397         New file
12398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12399         New file
12400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12401         New file.
12402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12403         New file.
12404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12405         New file.
12406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12407         New file.
12408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12409         New file.
12410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12411         New file.
12412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12413         New file.
12414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12415         New file.
12416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12417         New file.
12418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12419         New file.
12420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12421         New file.
12422
12423 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12424
12425         * nptl/shlib-versions: Change powerpc*le start to 2.17.
12426         * shlib-versions: Likewise.
12427
12428 2014-02-04  Roland McGrath  <roland@hack.frob.com>
12429             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12430
12431         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
12432         (abilist-pattern): New variable, set to %-le.abilist.
12433
12434         * Makerules (abilist-pattern): New variable.
12435         (vpath): Use $(abilist-pattern) in place of %.abilist.
12436         (check-abi-% pattern rule): Likewise.
12437         (check-abi, update-abi): Likewise.
12438
12439 2014-02-04  Eric Wong  <normalperson@yhbt.net>
12440
12441         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12442
12443 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
12444
12445         * manual/startup.texi: Add next, previous, and top entries for
12446         the `Program Arguments' and `Environment Variables' nodes.
12447
12448 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
12449
12450         * manual/macros.texi: Add comments before MTASC-safety macros.
12451
12452         * manual/users.texi: Document MTASC-safety properties.
12453
12454         * manual/threads.texi (pthread_key_create, pthread_key_delete)
12455         (pthread_getspecific, pthread_setspecific): Format with
12456         @deftypefun, and add @safety note.
12457         * manual/signal.texi: Move comments that analyze the above
12458         functions to their home place.
12459
12460 2014-02-03  Allan McRae  <allan@archlinux.org>
12461
12462         * po/sl.po: Update Slovenian translation from translation project.
12463
12464 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
12465
12466         * manual/time.texi (timegm): Add missing blank after @c.
12467         Reported by Joseph Myers <joseph@codesourcery.com>.
12468
12469 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
12470
12471         * manual/check-safety.sh: New.
12472         * manual/Makefile ($(objpfx)stamp-summary): Run it.
12473
12474         * manual/terminal.texi: Document MTASC-safety properties.
12475
12476         * manual/filesys.texi: Document MTASC-safety properties.
12477
12478         * manual/errno.texi: Document MTASC-safety properties.
12479
12480         * manual/intro.texi: Document safety identifiers and
12481         conditionals.
12482
12483         * manual/string.texi (wcstok): Fix prototype.
12484         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
12485
12486         * manual/time.texi: Document MTASC-safety properties.
12487
12488         * manual/string.texi: Document MTASC-safety properties.
12489
12490         * manual/threads.texi: Document MTASC-safety properties.
12491
12492         * manual/stdio.texi: Document MTASC-safety properties.
12493
12494         * manual/syslog.texi: Document MTASC-safety properties.
12495
12496         * manual/sysinfo.texi: Document MTASC-safety properties.
12497
12498         * manual/startup.texi: Document MTASC-safety properties.
12499
12500         * manual/socket.texi: Document MTASC-safety properties.
12501
12502         * manual/signal.texi: Document MTASC-safety properties.
12503
12504 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
12505
12506         * manual/setjmp.texi: Document MTASC-safety properties.
12507
12508         * manual/search.texi: Document MTASC-safety properties.
12509
12510         * manual/resource.texi: Document MTASC-safety properties.
12511
12512         * manual/process.texi: Document MTASC-safety properties.
12513
12514         * manual/platform.texi: Document MTASC-safety properties.
12515
12516         * manual/pipe.texi: Document MTASC-safety properties.
12517
12518         * manual/pattern.texi: Document MTASC-safety properties.
12519
12520         * manual/message.texi: Document MTASC-safety properties.
12521
12522         [BZ #12751]
12523         * manual/memory.texi: Document MTASC-safety properties.
12524
12525         * manual/math.texi: Document MTASC-safety properties.
12526
12527         * manual/locale.texi: Document MTASC-safety properties.
12528
12529         * manual/llio.texi: Document MTASC-safety properties.
12530
12531         * manual/libdl.texi: New.
12532
12533         * manual/lang.texi: Document MTASC-safety properties.
12534
12535         * manual/job.texi: Document MTASC-safety properties.
12536
12537         * manual/getopt.texi: Document MTASC-safety properties.
12538
12539         * manual/ctype.texi: Document MTASC-safety properties.
12540
12541 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
12542
12543         [BZ #16046]
12544         * csu/libc-tls.c (static_map): Remove variable.
12545         (__libc_setup_tls): Use main executable's link map for TLS data.
12546         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
12547         casing for LM_ID_BASE and GL(dl_nns).
12548         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
12549         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
12550         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
12551         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
12552         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
12553         member.
12554         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
12555         l_phnum members.
12556
12557 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
12558
12559         * manual/debug.texi: Document MTASC-safety properties.
12560
12561 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
12562
12563         [BZ #16510]
12564         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
12565         of __x86_64__ when disabling x87 inline functions.
12566
12567 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
12568
12569         * manual/charset.texi: Document MTASC-safety properties.
12570
12571         * manual/crypt.texi: Document MTASC-safety properties.
12572
12573         * manual/conf.texi: Document MTASC-safety properties.
12574
12575         * manual/arith.texi: Document MTASC-safety properties.
12576
12577         * manual/argp.texi: Document MTASC-safety properties.
12578
12579         * manual/macros.texi: Introduce macros to document multi
12580         thread, asynchronous signal and asynchronous cancellation
12581         safety properties.
12582         * manual/intro.texi: Introduce the properties themselves.
12583
12584 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12585
12586         * sysdeps/sh/sh4/Makefile: New file.
12587
12588 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
12589
12590         * math/gen-libm-test.pl ($srcdir): New variable.
12591         ($auto_input): Use it.
12592
12593 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12594
12595         [BZ #16506]
12596         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
12597         access beyond array bounds when parsing netgroups file.
12598
12599         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
12600         the old buffer before realloc.
12601
12602 2014-01-27  Allan McRae  <allan@archlinux.org>
12603
12604         * po/fr.po: Update French translation from translation project.
12605
12606 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12607
12608         * sysdeps/sh/libm-test-ulps: Regenerate.
12609
12610 2014-01-24  David S. Miller  <davem@davemloft.net>
12611
12612         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
12613
12614 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12615
12616         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
12617         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
12618
12619 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12620
12621         [BZ #16474]
12622         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
12623         string pointers after reallocation.
12624
12625 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12626
12627         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
12628         __SH4A__ instead of __SH_FPU_ANY__.
12629
12630 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12631
12632         * sysdeps/sh/fpu_control.h: New file.
12633         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
12634         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
12635         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
12636         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
12637         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
12638         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
12639         * sysdeps/sh/sys/ucontext.h: Remove.
12640         * sysdeps/sh/sys: Remove directory.
12641
12642 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12643
12644         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
12645         s390/sys/ucontext.h.
12646         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12647         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
12648
12649 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
12650
12651         [BZ #15605]
12652         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
12653
12654 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12655
12656         [BZ#16431]
12657         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
12658         Adjust the vDSO correctly for internal calls.
12659         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
12660
12661 2014-01-20  Allan McRae  <allan@archlinux.org>
12662
12663         * po/ca.po: Update Catalan translation from translation project.
12664
12665 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
12666
12667         * sysdeps/s390/sotruss-lib.c: New file.
12668
12669 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12670
12671         [BZ#16430]
12672         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
12673         (__GI___gettimeofday): Alias for a different internal symbol to avoid
12674         local calls issues by not having a PLT stub required for IFUNC calls.
12675         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
12676
12677 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
12678
12679         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
12680         * math/test-fpucw-static.c: Likewise.
12681
12682 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12683
12684         [BZ #16453]
12685         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
12686
12687 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12688
12689         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
12690         implementation for powerpc.
12691
12692 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
12693
12694         [BZ #14782]
12695         * sysdeps/posix/system.c (__libc_system): Do not enable
12696         asynchronous cancellation.
12697
12698 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12699
12700         [BZ #16427]
12701         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
12702         handling only for numbers special also in the IEEE case.
12703
12704 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12705
12706         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12707
12708 2014-01-11  Allan McRae  <allan@archlinux.org>
12709
12710         * po/bg.po: Update Bulgarian translation from translation project.
12711
12712         * po/de.po: Update German translation from translation project.
12713
12714 2014-01-10  Roland McGrath  <roland@hack.frob.com>
12715
12716         * sysdeps/generic/gcc-compat.h: New file.
12717
12718 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12719
12720         * benchtests/asin-inputs: Correct slow inputs.
12721         * benchtests/acos-inputs: Likewise.
12722
12723 2014-01-10  Allan McRae  <allan@archlinux.org>
12724
12725         * po:sv.po: Update Swedish translation from translation project.
12726
12727         * po/vi.po: Update Vietnamese translation from translation project.
12728
12729         * po/eo.po: Update Esperanto translation from translation project.
12730
12731         * po/cs.po: Update Czech translation from translation project.
12732
12733         * po/nl.po: Update Dutch translation from translation project.
12734
12735         * po/pl.po: Update Polish translation from translation project.
12736
12737         * po/ru.po: Update Russian translation from translation project.
12738
12739         * po/uk.po: Update Ukrainian translation from translation project.
12740
12741 2014-01-08  Brooks Moses  <bmoses@google.com>
12742
12743         * elf/dl-load.c: Fix comment typo.
12744
12745 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
12746
12747         * po/header.pot: Rename to...
12748         * po/pot.header: ... this.
12749         * po/Makefile: Use pot.header.
12750
12751 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
12752             Maxim Kuvyrkov  <maxim@kugelworks.com>
12753
12754         [BZ #16394]
12755         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12756         SRC and DEST against LEN.
12757
12758 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12759
12760         [BZ #16414]
12761         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12762         implementation.
12763         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12764
12765 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12766
12767         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12768
12769 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
12770
12771         [BZ #16408]
12772         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12773         for large positive arguments.
12774
12775 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
12776
12777         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12778
12779         * math/auto-libm-test-in: Mark various tests with
12780         xfail-rounding:ldbl-128ibm.
12781         * math/auto-libm-test-out: Regenerated.
12782
12783         [BZ #16407]
12784         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12785         Increase overflow threshold.
12786
12787 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
12788
12789         [BZ #14286]
12790         * stdio-common/vfprintf.c: Check for integer overflow.
12791
12792 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12793
12794         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12795         the first argument and return value of __tls_get_addr_internal.
12796
12797 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12798
12799         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12800         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12801
12802 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12803
12804         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12805         * sysdeps/s390/rtld-global-offsets.sym: New file.
12806         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12807         GLIBC_2.19 symbol.
12808         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12809         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12810         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12811         ... this.
12812         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12813         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12814         ... this.
12815         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12816         Regenerate.
12817         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12818         Regenerate.
12819         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12820         halfs of GPRs for high_gprs contexts.
12821         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12822         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
12823         field.
12824         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12825         uc_flags field.
12826         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12827         64 bit versions:
12828         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12829         for high GPRs (uc_high_gprs) and for future extensions
12830         (__reserved).
12831         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12832         for future extensions (__reserved).
12833         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12834         64 bit versions:
12835         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12836         SC_HIGHGPRS offset definition.
12837         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12838         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12839
12840         * Versions.def: Add GLIBC_2.19 for libpthread.
12841         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12842         siglongjmp for libpthread with GLIBC_2.19 symver.
12843         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12844         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12845         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12846         * sysdeps/s390/__longjmp.c: New file.
12847         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12848         * sysdeps/s390/longjmp.c: New file.
12849         * sysdeps/s390/setjmp.S: New file.
12850         * sysdeps/s390/sigjmp.S: New file.
12851         * sysdeps/s390/v1-longjmp.c: New file.
12852         * sysdeps/s390/v1-setjmp.h: New file.
12853         * sysdeps/s390/v1-sigjmp.c: New file.
12854         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12855         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12856         GLIBC_2.19 version.
12857         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12858         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12859         versioned symbols for ____longjmp_chk.
12860         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12861         Likewise.
12862         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12863         Regenerate.
12864         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12865         Regenerate.
12866         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12867         Regenerate.
12868         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12869         Regenerate.
12870         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12871         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12872         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12873         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12874         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12875         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12876         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12877         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12878         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12879         * sysdeps/s390/rtld-__longjmp.c: New file.
12880         * sysdeps/s390/rtld-setjmp.S: New file.
12881
12882 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
12883
12884         [BZ #16400]
12885         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12886         Return -__logl (x) for small positive arguments without evaluating
12887         a polynomial.
12888
12889 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
12890
12891         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
12892         Rename to ...
12893         (__ptrace_peeksiginfo_args): ... this.
12894         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12895         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12896         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12897
12898 2014-01-06  Allan McRae  <allan@archlinux.org>
12899
12900         * inet/netinet/in.h: Fix typo in comment.
12901
12902 2014-01-05  Andreas Jaeger  <aj@suse.de>
12903
12904         * sysdeps/i386/fpu/libm-test-ulps: Update.
12905
12906 2014-01-05  Allan McRae  <allan@archlinux.org>
12907
12908         * po/libc.pot: Regenerated.
12909
12910         * malloc/memusagestat.c: Fix gettext call formatting.
12911
12912 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
12913
12914         * nscd/nscd.c: Improve usage() output.
12915
12916 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
12917
12918         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
12919         * sysdeps/unix/sysv/linux/configure: Regenerated.
12920         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
12921         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
12922
12923 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12924
12925         [BZ #16390]
12926         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
12927         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
12928
12929 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12930
12931         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
12932         extra tokens at end of #undef directive.
12933         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
12934         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
12935         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
12936
12937 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12938
12939         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12940
12941         * math/auto-libm-test-in: Mark various tests with
12942         xfail-rounding:ldbl-128ibm.
12943         * math/auto-libm-test-out: Regenerated.
12944
12945 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
12946
12947         [BZ #16386]
12948         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
12949         numbers with subnormal high part when calculating exponent.
12950
12951         [BZ #16385]
12952         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
12953         fabs.
12954
12955         [BZ #16384]
12956         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
12957         M_LN2l.
12958         (__ieee754_acoshl): Use __log1pl not __log1p.
12959
12960 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
12961
12962         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
12963         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
12964         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
12965         (grow_heap, heap_trim, _int_new_arena, get_free_list)
12966         (reused_arena, arena_get2): Convert to GNU style.
12967         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
12968         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
12969         (memalign_check, __malloc_set_state): Likewise.
12970         * malloc/mallocbug.c (main): Likewise.
12971         * malloc/malloc.c (__malloc_assert, malloc_init_state)
12972         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
12973         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
12974         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
12975         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
12976         (__posix_memalign, malloc_info): Likewise.
12977         * malloc/malloc.h: Likewise.
12978         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
12979         (mallochook, memalignhook, reallochook, mabort): Likewise.
12980         * malloc/mcheck.h: Likewise.
12981         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
12982         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
12983         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
12984         * malloc/morecore.c (__default_morecore): Likewise.
12985         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
12986         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
12987         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
12988         (print_and_abort): Likewise.
12989         * malloc/obstack.h: Likewise.
12990         * malloc/set-freeres.c (__libc_freeres): Likewise.
12991         * malloc/tst-mallocstate.c (main): Likewise.
12992         * malloc/tst-mtrace.c (main): Likewise.
12993         * malloc/tst-realloc.c (do_test): Likewise.
12994
12995 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12996
12997         [BZ #16366]
12998         * nscd/netgroupcache.c (do_notfound): New function.
12999         (addgetnetgrentX): Use it.
13000
13001         [BZ # 16365]
13002         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
13003         NSS_STATUS_NOTFOUND.
13004
13005 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
13006
13007         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13008         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13009
13010 2014-01-01  Allan McRae  <allan@archlinux.org>
13011
13012         * scripts/update-copyrights: Update configure input file suffix.
13013
13014         * NEWS: Update copyright year.
13015         * catgets/gencat.c: Likewise.
13016         * csu/version.c: Likewise.
13017         * debug/catchsegv.sh: Likewise.
13018         * debug/pcprofiledump.c: Likewise.
13019         * debug/xtrace.sh: Likewise.
13020         * elf/ldconfig.c: Likewise.
13021         * elf/ldd.bash.in: Likewise.
13022         * elf/pldd.c: Likewise.
13023         * elf/sotruss.ksh: Likewise.
13024         * elf/sprof.c: Likewise.
13025         * iconv/iconv_prog.c: Likewise.
13026         * iconv/iconvconfig.c: Likewise.
13027         * locale/programs/locale.c: Likewise.
13028         * locale/programs/localedef.c: Likewise.
13029         * login/programs/pt_chown.c: Likewise.
13030         * malloc/memusage.sh: Likewise.
13031         * malloc/memusagestat.c: Likewise.
13032         * malloc/mtrace.pl: Likewise.
13033         * manual/libc.texinfo: Likewise.
13034         * nscd/nscd.c: Likewise.
13035         * nss/getent.c: Likewise.
13036         * nss/makedb.c: Likewise.
13037         * posix/getconf.c: Likewise.
13038         * scripts/test-installation.pl: Likewise.
13039
13040         * All files with FSF copyright notices: Update copyright dates
13041         using scripts/update-copyrights.
13042         * intl/plural.c: Regenerated.
13043         * locale/programs/charmap-kw.h: Likewise.
13044         * locale/programs/locfile-kw.h: Likewise.
13045
13046 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
13047
13048         * sysdeps/unix/sysv/linux/configure: Regenerated.
13049         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
13050         the linux/fanotify.h header.
13051         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
13052         HAVE_LINUX_FANOTIFY_H is defined.
13053
13054 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
13055
13056         * benchtests/cos-inputs: New inputs.
13057         * benchtests/sin-inputs: Likewise.
13058
13059         * benchtests/atan-inputs: New inputs. Fix name of multiple
13060         precision fallback inputs.
13061
13062         * benchtests/atanh-inputs: New inputs.
13063         * benchtests/tanh-inputs: Likewise.
13064
13065         * benchtests/acosh-inputs: New inputs.
13066         * benchtests/asinh-inputs: Likewise.
13067
13068         * benchtests/cosh-inputs: New inputs.
13069         * benchtests/sinh-inputs: Likewise.
13070
13071         * benchtests/acos-inputs: Add more inputs.
13072         * benchtests/asin-inputs: Likewise.
13073
13074 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
13075
13076         [BZ #16375]
13077         * manual/arith.texi: Fix spelling.
13078         * manual/charset.texi: Likewise.
13079         * manual/errno.texi: Likewise.
13080         * manual/filesys.texi: Likewise.
13081         * manual/lang.texi: Likewise.
13082         * manual/llio.texi: Likewise.
13083         * manual/locale.texi: Likewise.
13084         * manual/message.texi: Likewise.
13085         * manual/resource.texi: Likewise.
13086         * manual/search.texi: Likewise.
13087         * manual/setjmp.texi: Likewise.
13088         * manual/stdio.texi: Likewise.
13089         * manual/string.texi: Likewise.
13090         * manual/sysinfo.texi: Likewise.
13091         * manual/time.texi: Likewise.
13092
13093 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
13094
13095         * po/sl.po: New file.
13096
13097 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
13098
13099         * .gitignore: Add core/.gdbinit/.gdb_history.
13100
13101 2013-12-27  Allan McRae  <allan@archlinux.org>
13102
13103         [BZ #16369]
13104         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
13105         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
13106
13107 2013-12-24  Brooks Moses  <bmoses@google.com>
13108
13109         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
13110         all compilers that claim C++98 compliance, not just GCC.
13111         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
13112         Likewise.
13113
13114 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13115
13116         * NEWS: Restore accidentally deleted bug-fix entries.
13117
13118 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13119             Ondřej Bílka  <neleai@seznam.cz>
13120
13121         [BZ #15073]
13122         * malloc/malloc.c (_int_free): Perform sanity check only if we
13123         have_lock.
13124
13125 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
13126
13127         [BZ #12986]
13128         * manual/stdio.texi (String Input Conversions): Clarify that character
13129         classes are not supported.
13130
13131 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13132
13133         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13134
13135 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
13136
13137         [BZ #16337]
13138         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13139         Calculate results for small negative arguments directly rather
13140         than using reflection formula with special underflow handling.
13141
13142         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
13143         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
13144         sysdeps/unix/bsd/bsd4.4/syscalls.list.
13145         (fchflags): Likewise.
13146         (revoke): Likewise.
13147         (setlogin): Likewise.
13148         (sigaltstack): Likewise.
13149         (wait4): Likewise.
13150         (sigblock): Remove.
13151         (sigsetmask): Likewise.
13152         (wait3): Likewise.
13153         (waitpid): Likewise.
13154         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
13155         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
13156         file.
13157         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
13158         * sysdeps/unix/bsd/Makefile: ... here.
13159         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
13160         * sysdeps/unix/bsd/Versions: ... here.
13161         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
13162         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
13163         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
13164         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
13165         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
13166         * sysdeps/unix/bsd/sigblock.c: ... here.
13167         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
13168         * sysdeps/unix/bsd/sigsetmask.c: ... here.
13169         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
13170         * sysdeps/unix/bsd/sigvec.c: ... here.
13171         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
13172         * sysdeps/unix/bsd/tcdrain.c: ... here.
13173         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
13174         * sysdeps/unix/bsd/tcgetattr.c: ... here.
13175         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
13176         * sysdeps/unix/bsd/tcsetattr.c: ... here.
13177         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
13178         * sysdeps/unix/bsd/wait.c: ... here.
13179         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
13180         * sysdeps/unix/bsd/wait3.c: ... here.
13181         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
13182         * sysdeps/unix/bsd/waitpid.c: ... here.
13183
13184 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
13185
13186         [BZ #16356]
13187         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
13188         round-to-nearest for [!USE_AS_EXPM1L].
13189         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
13190         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
13191         more tests of exp and exp10.  Expect some exp10 tests to miss
13192         exceptions or fail in directed rounding modes.
13193         * math/auto-libm-test-out: Regenerated.
13194         * math/libm-test.inc (exp10_tonearest_test_data): New array.
13195         (exp10_test_tonearest): New function.
13196         (exp10_towardzero_test_data): New array.
13197         (exp10_test_towardzero): New function.
13198         (exp10_downward_test_data): New array.
13199         (exp10_test_downward): New function.
13200         (exp10_upward_test_data): New array.
13201         (exp10_test_upward): New function.
13202         (main): Call the new functions.
13203         * sysdeps/i386/fpu/libm-test-ulps: Update.
13204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13205
13206 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
13207
13208         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
13209         asinh, atan, atan2, atanh, cbrt, cos and cosh.
13210         * math/auto-libm-test-out: Regenerated.
13211         * math/libm-test.inc (acosh_test_data): Add more tests.
13212         (atanh_test_data): Likewise.
13213         (ceil_test_data): Likewise.
13214         (copysign_test_data): Likewise.
13215         * sysdeps/i386/fpu/libm-test-ulps: Update.
13216         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13217
13218         * timezone/checktab.awk: Update from tzcode 2013i.
13219         * timezone/private.h: Likewise.
13220         * timezone/scheck.c: Likewise.
13221         * timezone/tzfile.h: Likewise.
13222         * timezone/tzselect.ksh: Likewise.
13223         * timezone/zdump.c: Likewise.
13224         * timezone/zic.c: Likewise.
13225
13226         * math/auto-libm-test-in: Add tests of cpow.
13227         * math/auto-libm-test-out: Regenerated.
13228         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
13229         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13230         mpc_cc_c.
13231         (func_calc_desc): Add mpc_cc_c union field.
13232         (test_functions): Add cpow.
13233         (special_fill_2pi): New function.
13234         (special_real_inputs): Add 2pi.
13235         (calc_generic_results): Handle mpc_cc_c.
13236         * sysdeps/i386/fpu/libm-test-ulps: Update.
13237         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13238
13239         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
13240         csqrt, ctan and ctanh.
13241         * math/auto-libm-test-out: Regenerated.
13242         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13243         (TEST_COND_x86): Likewise.
13244         (ccos_test_data): Use AUTO_TESTS_c_c.
13245         (ccosh_test_data): Likewise.
13246         (cexp_test_data): Likewise.
13247         (clog_test_data): Likewise.
13248         (csqrt_test_data): Likewise.
13249         (ctan_test_data): Likewise.
13250         (ctan_tonearest_test_data): Likewise.
13251         (ctan_towardzero_test_data): Likewise.
13252         (ctan_downward_test_data): Likewise.
13253         (ctan_upward_test_data): Likewise.
13254         (ctanh_test_data): Likewise.
13255         (ctanh_tonearest_test_data): Likewise.
13256         (ctanh_towardzero_test_data): Likewise.
13257         (ctanh_downward_test_data): Likewise.
13258         (ctanh_upward_test_data): Likewise.
13259         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13260         mpc_c_c.
13261         (func_calc_desc): Add mpc_c_c union field.
13262         (FUNC_mpc_c_c): New macro.
13263         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
13264         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
13265         ctanh.
13266         (special_fill_min_subnorm_p120): New function.
13267         (special_real_inputs): Add min_subnorm_p120.
13268         (calc_generic_results): Handle mpc_c_c.
13269         * sysdeps/i386/fpu/libm-test-ulps: Update.
13270         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13271
13272 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13273
13274         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
13275         (do_sin_slow): New functions.
13276         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
13277         (cslow2, csloww1, csloww2): Use the new functions.
13278
13279         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
13280         Use M to change sign of result instead of X.  Assume X is
13281         positive.
13282         (csloww1): Likewise.
13283         (__sin): Adjust.
13284         (__cos): Adjust.
13285
13286         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
13287         arguments A and DA.
13288         (__sin): Adjust.
13289         (__cos): Likewise.
13290
13291         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
13292         (__cos): Likewise.
13293         (sloww1): Don't adjust sign of DX.
13294         (csloww1): Likewise.
13295         (sloww2): Use X directly and don't adjust sign of DX.
13296         (csloww2): Likewise.
13297
13298 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13299
13300         * math/auto-libm-test-in: Add tests of cabs and carg.
13301         * math/auto-libm-test-out: Regenerated.
13302         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
13303         (carg_test_data): Likewise.
13304         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13305         mpc_c_f.
13306         (func_calc_desc): Add mpc_c_f union field.
13307         (test_functions): Add cabs and carg.
13308         (calc_generic_results): Handle mpc_c_f.
13309
13310         * sysdeps/powerpc/powerpc32/libgcc-compat.S
13311         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
13312         as a macro and a compat symbol.
13313         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
13314         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
13315         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
13316         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
13317         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
13318         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
13319         not use .hidden.
13320         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
13321         Likewise.
13322         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
13323         Likewise.
13324         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
13325         Likewise.
13326         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
13327         Likewise.
13328         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
13329         Likewise.
13330         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
13331         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
13332         from GLIBC_2.3.2.
13333
13334 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13335
13336         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13337
13338 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13339
13340         * manual/texinfo.tex: Update to version 2013-11-26.10 with
13341         trailing whitespace removed.
13342         * scripts/config.guess: Update to version 2013-11-29.
13343         * scripts/config.sub: Update to version 2013-10-01.
13344
13345         * math/auto-libm-test-in: Add tests of sincos.
13346         * math/auto-libm-test-out: Regenerated.
13347         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
13348         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13349         mpfr_f_11.
13350         (func_calc_desc): Add mpfr_f_11 union field.
13351         (test_functions): Add sincos.
13352         (calc_generic_results): Handle mpfr_f_11.
13353         * sysdeps/i386/fpu/libm-test-ulps: Update.
13354         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13355
13356 2013-12-19  Andreas Schwab  <schwab@suse.de>
13357
13358         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
13359         CALL_MCOUNT.
13360         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13361         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
13362         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
13363
13364 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13365
13366         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
13367         * sysdeps/i386/fpu/libm-test-ulps: Update.
13368         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13369
13370         [BZ #16293]
13371         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
13372         round-to-nearest mode when using frndint.
13373         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
13374         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
13375         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
13376         Likewise.
13377         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
13378         sinh test to fail.
13379         * math/auto-libm-test-out: Regenerated.
13380         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
13381         (TEST_COND_x86): Likewise.
13382         (expm1_tonearest_test_data): New array.
13383         (expm1_test_tonearest): New function.
13384         (expm1_towardzero_test_data): New array.
13385         (expm1_test_towardzero): New function.
13386         (expm1_downward_test_data): New array.
13387         (expm1_test_downward): New function.
13388         (expm1_upward_test_data): New array.
13389         (expm1_test_upward): New function.
13390         (main): Run the new test functions.
13391         * sysdeps/i386/fpu/libm-test-ulps: Update.
13392         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13393
13394         * include/features.h: Update comment documenting feature test
13395         macros.  Mention _DEFAULT_SOURCE in comment.
13396         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
13397         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
13398         _BSD_SOURCE and _SVID_SOURCE.
13399         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
13400         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
13401         !_SVID_SOURCE]: Likewise.
13402         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13403         (__USE_POSIX_IMPLICITLY): Define.
13404         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13405         (_POSIX_SOURCE): Undefine and redefine.
13406         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13407         (_POSIX_C_SOURCE): Likewise.
13408         * manual/creature.texi (_DEFAULT_SOURCE): Document.
13409         (Feature Test Macros): Update documentation of default features.
13410
13411 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13412
13413         * benchtests/Makefile: Add bench-strtok.
13414         * benchtests/bench-strtok.c: New file: strtok benchtest.
13415
13416 2013-12-19  Allan McRae  <allan@archlinux.org>
13417
13418         * manual/install.texi: Suppress menu for plain text output.
13419         * INSTALL: Regenerated.
13420
13421 2013-12-18  Brooks Moses  <bmoses@google.com>
13422
13423         [BZ #15846]
13424         * misc/getauxval.c: Include errno.h.
13425         (__getauxval): Set errno to ENOENT if the requested type is not
13426         found.
13427         * misc/sys/auxv.h (getauxval): Document that it may set errno;
13428         don't declare with __attribute_const__.
13429         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
13430         * manual/startup.texi: Document that getauxval sets errno.
13431
13432 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13433
13434         * math/auto-libm-test-in: Add tests of jn and yn.
13435         * math/auto-libm-test-out: Regenerated.
13436         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
13437         (yn_test_data): Likewise.
13438         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13439         mpfr_if_f.
13440         (func_calc_desc): Add mpfr_if_f union field.
13441         (FUNC_mpfr_if_f): New macro.
13442         (test_functions): Add jn and yn.
13443         (calc_generic_results): Assert type of second input for
13444         mpfr_ff_f.  Handle mpfr_if_f.
13445         (output_for_one_input_case): Disable all checking for arguments
13446         fitting floating-point types in case of an integer argument.
13447         * sysdeps/i386/fpu/libm-test-ulps: Update.
13448         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13449
13450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
13451         Don't expect fegetround reference in libm.so.
13452
13453 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
13454
13455         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
13456         $(config-cflags-nofma).
13457
13458 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13459
13460         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
13461         * math/auto-libm-test-out: Regenerated.
13462
13463         [BZ #16338]
13464         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
13465         to determine exponent and adjust argument to have exponent of -1.
13466         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
13467         log2.
13468         * math/auto-libm-test-out: Regenerated.
13469         * sysdeps/i386/fpu/libm-test-ulps: Update.
13470         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13471
13472 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
13473
13474         * manual/probes.texi: Remove cases when per-thread arenas are
13475         disabled.
13476
13477 2013-12-18  Andreas Schwab  <schwab@suse.de>
13478
13479         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
13480         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
13481         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
13482         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
13483         * sysdeps/i386/i686/multiarch/Makefile: Update.
13484         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
13485
13486 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13487
13488         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
13489         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
13490
13491 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
13492
13493         [BZ #15968]
13494         Support TZ transition times < 00:00:00.
13495         This is needed for version-3 tz-format files; it supports time
13496         stamps past 2037 for America/Godthab (the only entry in the tz
13497         database for which this change is relevant).
13498         * manual/time.texi (TZ Variable): Document transition times
13499         from -167:59:59 through -00:00:01.
13500         * time/tzset.c (tz_rule): Time of day is now signed.
13501         (__tzset_parse_tz): Parse negative time of day.
13502
13503         Document TZ transition times >= 25:00:00.
13504         * manual/time.texi (TZ Variable): Document transition times from
13505         25:00:00 through 167:59:59.  These are already supported, and this
13506         support will help with version-3 tz-format files.
13507
13508         * manual/time.texi (TZ Variable): Modernize North America example
13509         to reflect current (i.e., 2007-and-later) daylight saving rules.
13510
13511         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
13512
13513 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13514
13515         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
13516         * sysdeps/unix/bsd/bits/stat.h: Likewise.
13517         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
13518         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
13519         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
13520         * sysdeps/unix/bsd/bsdstat.h: Likewise.
13521         * sysdeps/unix/bsd/clock.c: Likewise.
13522         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
13523         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
13524         * sysdeps/unix/bsd/init-posix.c: Likewise.
13525         * sysdeps/unix/bsd/poll.c: Likewise.
13526         * sysdeps/unix/bsd/ptsname.c: Likewise.
13527         * sysdeps/unix/bsd/seekdir.c: Likewise.
13528         * sysdeps/unix/bsd/setegid.c: Likewise.
13529         * sysdeps/unix/bsd/seteuid.c: Likewise.
13530         * sysdeps/unix/bsd/setgid.c: Likewise.
13531         * sysdeps/unix/bsd/setrgid.c: Likewise.
13532         * sysdeps/unix/bsd/setruid.c: Likewise.
13533         * sysdeps/unix/bsd/setsid.c: Likewise.
13534         * sysdeps/unix/bsd/setuid.c: Likewise.
13535         * sysdeps/unix/bsd/sigaction.c: Likewise.
13536         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
13537         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
13538         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
13539         * sysdeps/unix/bsd/telldir.c: Likewise.
13540         * sysdeps/unix/bsd/times.c: Likewise.
13541         * sysdeps/unix/bsd/usleep.c: Likewise.
13542
13543         * misc/Makefile (install-lib): Remove libbsd-compat.a.
13544         ($(objpfx)libbsd-compat.a): Remove rule.
13545
13546         * include/features.h (__FAVOR_BSD): Do not define.
13547         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
13548         features conflicting with POSIX.
13549         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
13550         (_BSD_SOURCE): Remove description of not being a subset of other
13551         feature test macros.
13552         * manual/job.texi (getpgrp): Do not document BSD version.
13553         (getpgid): Do not document by reference to BSD getpgrp.
13554         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
13555         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
13556         * signal/signal.h [__FAVOR_BSD]: Likewise.
13557         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
13558         instead of making contents conditional on [__FAVOR_BSD].
13559         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
13560
13561 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13562
13563         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13564
13565 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13566
13567         [BZ #16314]
13568         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
13569         values below 2**-450, not 2**-500.
13570         * math/auto-libm-test-in: Don't allow spurious underflow from
13571         hypot.
13572         * math/auto-libm-test-out: Regenerated.
13573
13574         [BZ #16316]
13575         [BZ #16330]
13576         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
13577         values of ha and hb and sort them after adjusting subnormal
13578         arguments.
13579         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
13580         Likewise.
13581         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
13582         values of ea and eb and sort them after adjusting subnormal
13583         arguments.
13584         * math/auto-libm-test-in: Do not expect some hypot tests of
13585         subnormals to fail.  Add more hypot tests.
13586         * math/auto-libm-test-out: Regenerated.
13587
13588 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13589
13590         [BZ #13304]
13591         * sysdeps/sh/s_fma.c: New file.
13592         * sysdeps/sh/s_fmaf.c: New file.
13593         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
13594         version.
13595         * sysdeps/sh/Implies: Add sh/soft-fp.
13596
13597 2013-12-16  Roland McGrath  <roland@hack.frob.com>
13598
13599         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
13600         level of indirection to members `objname', `errstring', `malloced'.
13601         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
13602         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
13603         it as the __longjmp argument (just pass 1 instead).
13604         (_dl_catch_error): Initialize C with argument pointers and address of
13605         volatile local ERRCODE rather than copying values out of C at return.
13606
13607 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
13608
13609         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
13610         * math/auto-libm-test-out: Regenerated.
13611         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
13612         (hypot_test_data): Likewise.
13613         (pow_test_data): Likewise.
13614         (pow_tonearest_test_data): Likewise.
13615         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13616         mpfr_ff_f.
13617         (func_calc_desc): Add mpfr_ff_f union field.
13618         (FUNC_mpfr_ff_f): New macro.
13619         (test_functions): Add atan2, hypot and pow.
13620         (special_fill_min): New function.
13621         (special_fill_minus_min): Likewise.
13622         (special_fill_min_subnorm): Likewise.
13623         (special_fill_minus_min_subnorm): Likewise.
13624         (special_real_inputs): Add min, -min, min_subnorm and
13625         -min_subnorm.
13626         (calc_generic_results): Handle mpfr_ff_f.
13627         * sysdeps/i386/fpu/libm-test-ulps: Update.
13628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13629
13630 2013-12-16  Will Newton  <will.newton@linaro.org>
13631
13632         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
13633         (Aligned Memory Blocks): Add documentation for aligned_alloc
13634         and suggest it as an alternative to posix_memalign.
13635         (Hooks for Malloc): Document __memalign_hook is also called
13636         for aligned_alloc.  (Summary of Malloc): Add summary for
13637         aligned alloc.  Document __memalign_hook is also called
13638         for aligned_alloc.
13639
13640 2013-12-16  Will Newton  <will.newton@linaro.org>
13641
13642         * manual/memory.texi (Malloc Examples): Clarify default
13643         alignment documentation.  Suggest posix_memalign rather
13644         than memalign or valloc.
13645         (Aligned Memory Blocks): Remove suggestion to use memalign
13646         or valloc.  Remove obsolete comment about BSD.
13647         Document memalign errno values and mark the function obsolete.
13648         Document posix_memalign returned error codes.  Mark valloc
13649         as obsolete.  (Hooks for Malloc): __memalign_hook is also
13650         called for posix_memalign and valloc.
13651         (Summary of Malloc): Add posix_memalign to function summary.
13652         __memalign_hook is also called for posix_memalign and valloc.
13653
13654 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13655
13656         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
13657         TAYLOR_SIN.
13658         (__sin): Adjust.
13659         (__cos): Likewise.
13660         (sloww): Use mynumber union.  Expand ternary operator into
13661         if-else statements.
13662         (cslow): use mynumber union.
13663
13664 2013-12-16  Allan McRae  <allan@archlinux.org>
13665
13666         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
13667         * configure: Regenerated.
13668
13669         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
13670
13671         [BZ #14120]
13672         * configure.ac: Added --enable-maintainer-mode. Check for
13673         autoconf when enabled.
13674         * configure: Regenerated.
13675
13676         * nscd/nscd.service: New file.
13677         * nscd/nscd.tmpfiles: New file.
13678
13679 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
13680
13681         [BZ #12100]
13682         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
13683         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
13684         * sysdeps/x86_64/multiarch/strstr.c: ... here.
13685         (strstr): Add __strstr_sse2_unaligned ifunc.
13686         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
13687         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
13688         (strcasestr): Remove __strcasestr_sse42 ifunc.
13689         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
13690         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
13691         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
13692
13693 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13694
13695         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
13696         * sysdeps/sh/bits/fenv.h: ... here.
13697         * sysdeps/sh/sh4/fpu/bits: Remove directory.
13698
13699 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13700
13701         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
13702
13703         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
13704         hypotf multiarch implementations.
13705         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
13706         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
13707         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
13708         multiarch hypot for PPC64.
13709         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
13710         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
13711         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
13712         multiarch hypotf for PPC64.
13713
13714         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
13715         modff multiarch implementations.
13716         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
13717         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
13718         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
13719         multiarch modf for PPC64.
13720         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
13721         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
13722         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
13723         multiarch modff for PPC64.
13724
13725         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
13726         and logl multiarch implementations.
13727         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
13728         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
13729         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
13730         multiarch logb for PPC64.
13731         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
13732         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
13733         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
13734         multiarch logb for PPC64.
13735         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
13736         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
13737         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
13738         multiarch logb for PPC64.
13739
13740         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
13741         isinff multiarch implementation.
13742         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
13743         file.
13744         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
13745         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
13746         multiarch isinf for PPC64.
13747         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13748         file.
13749         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13750         multiarch isinff for PPC64.
13751
13752         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13753         finitef multiarch implementation.
13754         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13755         file.
13756         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13757         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13758         multiarch finite for PPC64.
13759         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13760         file.
13761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13762         multiarch finitef for PPC64.
13763
13764         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13765         lrint multiarch implementation.
13766         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13767         file.
13768         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13769         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13770         multiarch llrint for PPC64.
13771         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13772         multiarch lrint for PPC64.
13773
13774         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13775         copysignf multiarch implementation.
13776         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13777         file.
13778         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13779         file.
13780         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13781         multiarch copysign for PPC64.
13782         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13783         multiarch copysignf for PPC64.
13784
13785         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13786         multiarch implementation.
13787         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13788         file.
13789         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13790         file.
13791         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13792         file.
13793         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13794         file.
13795         multiarch llround for PPC64.
13796         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13797         multiarch trunc for PPC64.
13798         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13799         multiarch truncf for PPC64.
13800
13801         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13802         multiarch implementation.
13803         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13804         file.
13805         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13806         file.
13807         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13808         file.
13809         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13810         file.
13811         multiarch llround for PPC64.
13812         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13813         multiarch round for PPC64.
13814         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13815         multiarch roundf for PPC64.
13816
13817         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13818         multiarch implementation.
13819         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13820         file.
13821         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13822         file.
13823         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13824         file.
13825         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13826         file.
13827         multiarch llround for PPC64.
13828         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13829         multiarch floor for PPC64.
13830         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13831         multiarch floorf for PPC64.
13832
13833         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13834         multiarch implementation.
13835         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13836         file.
13837         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13838         file.
13839         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13840         file.
13841         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13842         file.
13843         multiarch llround for PPC64.
13844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13845         multiarch ceil for PPC64.
13846         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13847         multiarch ceilf for PPC64.
13848
13849         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13850         multiarch implementation.
13851         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13852         file.
13853         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13854         file.
13855         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13856         file.
13857         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13858         multiarch llround for PPC64.
13859         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13860         multiarch lround for PPC64.
13861
13862         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13863         multiarch implementation.
13864         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13865         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13867         file.
13868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13869         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13870         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13871         multiarch isnan for PPC64.
13872         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13873         multiarch isnanf for PPC64.
13874
13875         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13876         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13877         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13878         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13879         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13881
13882         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13883         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13884         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13885         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13886
13887         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
13888         multiarch implementations.
13889         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13890         (__libc_ifunc_impl_list): Likewise.
13891         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
13892         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
13893         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
13894         multiarch stpcpy for PPC64.
13895
13896         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
13897         multiarch implementations.
13898         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13899         (__libc_ifunc_impl_list): Likewise.
13900         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
13901         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
13902         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
13903         multiarch strcpy for PPC64.
13904
13905         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
13906         redefine function name.
13907         (_wordcopy_fwd_dest_aligned): Likewise.
13908         (_wordcopy_bwd_aligned): Likewise.
13909         (_wordcopy_bwd_dest_aligned): Likewise.
13910         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
13911         multiarch implementations.
13912         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13913         (__libc_ifunc_impl_list): Likewise.
13914         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
13915         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
13916         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
13917         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
13918         multiarch wcscpy for PPC64.
13919
13920         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
13921         multiarch implementations.
13922         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13923         (__libc_ifunc_impl_list): Likewise.
13924         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
13925         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
13926         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
13927         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
13928         multiarch wcscpy for PPC64.
13929
13930         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
13931         multiarch implementations.
13932         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13933         (__libc_ifunc_impl_list): Likewise.
13934         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
13935         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
13936         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
13937         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
13938         multiarch wcsrchr for PPC64.
13939
13940         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
13941         multiarch implementations.
13942         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13943         (__libc_ifunc_impl_list): Likewise.
13944         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
13945         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
13946         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
13947         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
13948         multiarch wcschr for PPC64.
13949
13950         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
13951         multiarch implementations.
13952         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13953         (__libc_ifunc_impl_list): Likewise.
13954         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
13955         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
13956         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
13957         multiarch strchrnul for PPC64.
13958
13959         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
13960         implementations.
13961         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13962         (__libc_ifunc_impl_list): Likewise.
13963         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
13964         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
13965         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
13966         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
13967         strchr for PPC64.
13968
13969         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
13970         implementations.
13971         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13972         (__libc_ifunc_impl_list): Likewise.
13973         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
13974         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
13975         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
13976         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
13977         strncmp for PPC64.
13978
13979         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
13980         multiarch implementations.
13981         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13982         (__libc_ifunc_impl_list): Likewise.
13983         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
13984         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
13985         strncasecmp for PPC64.
13986         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
13987         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
13988         multiarch strncasecmp_l for PPC64.
13989
13990         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
13991         multiarch implementations.
13992         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13993         (__libc_ifunc_impl_list): Likewise.
13994         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
13995         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
13996         multiarch strcasecmp for PPC64.
13997         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
13998         file.
13999         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
14000         multiarch strcasecmp_l for PPC64.
14001
14002         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
14003         implementations.
14004         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14005         (__libc_ifunc_impl_list): Likewise.
14006         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
14007         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
14008         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
14009         strnlen for PPC64.
14010
14011         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
14012         implementations.
14013         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14014         (__libc_ifunc_impl_list): Likewise.
14015         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
14016         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
14017         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
14018         strlen for PPC64.
14019
14020         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
14021         implementations.
14022         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14023         (__libc_ifunc_impl_list): Likewise.
14024         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
14025         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
14026         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
14027         rawmemrchr for PPC64.
14028
14029         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
14030         implementation.
14031         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14032         (__libc_ifunc_impl_list): Likewise.
14033         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
14034         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
14035         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
14036         memrchr for PPC64.
14037
14038         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
14039         implementation.
14040         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14041         (__libc_ifunc_impl_list): Likewise.
14042         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
14043         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
14044         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
14045         memchr for PPC64.
14046
14047         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
14048         implementation.
14049         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14050         (__libc_ifunc_impl_list): Likewise.
14051         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
14052         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
14053         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
14054         mempcpy for PPC64.
14055
14056         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
14057         avoid cretion of __bzero symbol.
14058         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
14059         Likewise.
14060         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
14061         Likewise.
14062         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
14063         Likewise.
14064         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
14065         multiarch implementations.
14066         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14067         (__libc_ifunc_impl_list): Likewise.
14068         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
14069         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
14070         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
14071         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
14072         bzero for PPC32.
14073         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
14074         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
14075         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
14076         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
14077         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
14078         memset for PPC64.
14079         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
14080
14081         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
14082         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
14083         implementations.
14084         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14085         (__libc_ifunc_impl_list): Likewise.
14086         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
14087         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
14088         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
14089         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
14090         memcmp for PPC64.
14091
14092         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
14093         multiarch for POWER/PPC64.
14094         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
14095         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
14096         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
14097         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
14098         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
14099         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
14100         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
14101         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
14102         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
14103         memcpy for PPC64.
14104
14105         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
14106         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
14107         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
14108         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
14109         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
14110         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
14111         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
14112         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
14113         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
14114         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
14115         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
14116         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
14117         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
14118         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
14119         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
14120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
14121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
14122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
14123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
14124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
14125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
14126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
14127
14128 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14129
14130         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
14131
14132 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14133
14134         * benchtests/Makefile (bench): Add exp2 and log2.
14135         (LDLIBS-bench-exp2): Add -lm.
14136         (LDLIBS-bench-log2): Likewise.
14137         * benchtests/exp2-inputs: New inputs file.
14138         * benchtests/log2-inputs: New inputs file.
14139         * benchtests/log-inputs: Add new inputs.
14140         * benchtests/tan-inputs: Likewise.
14141
14142 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14143
14144         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
14145         definition...
14146         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
14147         (csloww2): ... from here.
14148
14149         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
14150         instead of structures.
14151         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
14152         (POLYNOMIAL): Likewise.
14153         (TAYLOR_SLOW): Likewise.
14154         (__sin): Likewise.
14155         (__cos): Likewise.
14156         (slow1): Likewise.
14157         (slow2): Likewise.
14158         (sloww): Likewise.
14159         (sloww1); Likewise.
14160         (sloww2): Likewise.
14161         (bsloww1): Likewise.
14162         (bsloww2): Likewise.
14163         (cslow2): Likewise.
14164         (csloww): Likewise.
14165         (csloww1): Likewise.
14166         (csloww2): Likewise.
14167
14168 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
14169
14170         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
14171         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
14172         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
14173         * malloc/hooks.c (realloc_check): Likewise.
14174
14175         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
14176         * malloc/arena.c: Remove PER_THREAD conditional.
14177         [!PER_THREAD]: Remove code.
14178         (ptmalloc_unlock_all2): Likewise.
14179         (ptmalloc_init): Likewise.
14180         (_int_new_arena): Likewise.
14181         (arena_get2): Likewise.
14182         * malloc/hooks.c (__malloc_get_state): Likewise.
14183         (__malloc_set_state): Likewise.
14184         * malloc/malloc.c: Likewise.
14185         (struct malloc_state): Likewise.
14186         (struct malloc_par): Likewise.
14187         (__libc_realloc): Likewise.
14188         (__libc_mallopt): Likewise.
14189
14190 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14191
14192         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
14193
14194 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
14195
14196         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
14197         macro to a function.  Check for zero perturb_byte.
14198         (_int_malloc, _int_free): Remove zero perturb_byte checks.
14199
14200         * malloc/malloc.c: (force_reg): Remove.
14201         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
14202         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
14203         force_reg by atomic_forced_read.
14204         * malloc/arena.c (ptmalloc_init): Likewise.
14205         * malloc/hooks.c (top_check): Likewise.
14206
14207 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14208
14209         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14210
14211 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
14212
14213         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14214
14215 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
14216
14217         * math/auto-libm-test-in: Add tests of lgamma.
14218         * math/auto-libm-test-out: Regenerated.
14219         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
14220         (M_LOG_2_SQRT_PIl): Likewise.
14221         (lgamma_test_data): Use AUTO_TESTS_f_f1.
14222         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14223         mpfr_f_f1.
14224         (func_calc_desc): Add mpfr_f_f1 union field.
14225         (ARGS1): New macro.
14226         (ARGS2): Likewise.
14227         (ARGS3): Likewise.
14228         (ARGS4): Likewise.
14229         (RET1): Likewise.
14230         (RET2): Likewise.
14231         (CALC): Likewise.
14232         (FUNC): Likewise.
14233         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
14234         (test_functions): Add lgamma.
14235         (calc_generic_results): Handle mpfr_f_f1.
14236         * sysdeps/i386/fpu/libm-test-ulps: Update.
14237         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14238
14239 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14240
14241         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
14242         __mpn_add_n for PowerPC64/POWER7.
14243         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
14244         __mpn_sub_n for PowerPC64/POWER7.
14245
14246         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
14247         __mpn_addmul_1 for PowerPC64.
14248         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
14249         __mpn_submul_1 for PowerPC64.
14250         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
14251         for PowerPC64.
14252         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
14253         for PowerPC64.
14254
14255 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
14256
14257         [BZ #15089]
14258         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
14259
14260 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14261
14262         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
14263
14264         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
14265         add multiarch folders.
14266         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
14267         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
14268         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
14269         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
14270         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
14271         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
14272         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
14273         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
14274         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
14275         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
14276         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
14277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
14278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
14279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
14280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
14281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
14282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
14283
14284         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14285         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
14286         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
14287         New file.
14288         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
14289         New file.
14290         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
14291         multiarch __ieee754_hypot for PowerPC32.
14292         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
14293         New file.
14294         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
14295         New file.
14296         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
14297         multiarch __ieee754_hypotf for PowerPC32.
14298
14299         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
14300         long_double_symbol only if __logbl is defined.
14301         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
14302         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
14303         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
14304         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
14305         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
14306         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
14307         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
14308         path for implementation.
14309         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
14310         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
14311         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
14312         logb, and logbl multiarch implementations for PowerPC32.
14313         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
14314         file.
14315         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
14316         file.
14317         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
14318         multiarch logb for PowerPC32.
14319         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
14320         file.
14321         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
14322         file.
14323         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
14324         multiarch logbf for PowerPC32.
14325         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
14326         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
14327         file.
14328         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
14329         multiarch logbl implementation for PowerPC32.
14330
14331         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
14332         and modff multiarch implementations.
14333         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
14334         New file.
14335         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
14336         New file.
14337         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
14338         multiarch modf for PowerPC32.
14339         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
14340         New file.
14341         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
14342         New file.
14343         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
14344         multiarch modff for PowerPC32.
14345
14346         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
14347         and lrintf multiarch implementations.
14348         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
14349         New file.
14350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
14351         New file.
14352         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
14353         multiarch lrint for PowerPC32.
14354         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
14355         file: multiarch lrintf for PowerPC32.
14356
14357         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
14358         and lroundf multiarch implementations.
14359         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
14360         New file.
14361         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
14362         New file.
14363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
14364         New file.
14365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
14366         multiarch lround for PowerPC32.
14367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
14368         file: multiarch lroundf for PowerPC32.
14369
14370         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14371         copysign and copysignf multiarch implementations.
14372         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
14373         New file.
14374         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
14375         New file.
14376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
14377         file: multiarch copysign for PowerPC32.
14378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
14379         file: multiarch copysignf for PowerPC32.
14380
14381         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
14382         and truncf multiarch implementations.
14383         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
14384         New file.
14385         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
14386         file.
14387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
14388         multiarch trunc for PowerPC32.
14389         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
14390         New file.
14391         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
14392         New file.
14393         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
14394         multiarch truncf for PowerPC32.
14395
14396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
14397         and roundf multiarch implementations.
14398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
14399         New file.
14400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
14401         file.
14402         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
14403         multiarch round for PowerPC32.
14404         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
14405         New file.
14406         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
14407         New file.
14408         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
14409         multiarch roundf for PowerPC32.
14410
14411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
14412         and floorf multiarch implementations.
14413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
14414         New file.
14415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
14416         file.
14417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
14418         multiarch floor for PowerPC32.
14419         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
14420         New file.
14421         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
14422         New file.
14423         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
14424         multiarch floorf for PowerPC32.
14425
14426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
14427         and ceilf multiarch implementations.
14428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
14429         New file.
14430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
14431         file.
14432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
14433         multiarch ceil for PowerPC32.
14434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
14435         New file.
14436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
14437         file.
14438         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
14439         multiarch ceilf for PowerPC32.
14440
14441         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
14442         is defined.
14443         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
14444         FINITEF is defined.
14445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
14446         and finitef multiarch implementations.
14447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
14448         New file.
14449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
14450         file.
14451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
14452         multiarch finite for PowerPC32.
14453         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
14454         New file.
14455         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
14456         file: multiarch finitef for PowerPC32.
14457
14458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
14459         and isinff multiarch implementations.
14460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
14461         file.
14462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
14463         file.
14464         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
14465         multiarch isinf for PowerPC32.
14466         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
14467         New file.
14468         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
14469         multiarch isinff for PowerPC32.
14470
14471         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
14472         alias when __isnan is defined.
14473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
14474         and isnanf multiarch implementations.
14475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
14476         file.
14477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
14478         file.
14479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
14480         file.
14481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
14482         file.
14483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
14484         multiarch isnan for PowerPC32.
14485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
14486         New file.
14487         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
14488         New file.
14489         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
14490         multiarch isnanf for PowerPC32.
14491
14492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
14493         and sqrtf multiarch implementations.
14494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
14495         file.
14496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
14497         file.
14498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
14499         multiarch sqrt for PowerPC32.
14500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
14501         file.
14502         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
14503         file.
14504         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
14505         multiarch sqrtf for PowerPC32.
14506
14507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
14508         and llroundf multiarch implementations.
14509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
14510         New file.
14511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
14512         New file.
14513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
14514         New file.
14515         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
14516         file: multiarch llround for PowerPC32.
14517         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
14518         file: multiarch llroundf for PowerPC32.
14519
14520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
14521         multiarch PowerPC32 fpu implementations.
14522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
14523         New file.
14524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
14525         New file.
14526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
14527         multiarch llrint for PowerPC32.
14528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
14529         New file.
14530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
14531         New file.
14532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
14533         file.
14534
14535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
14536
14537         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
14538         file.
14539         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
14540         file.
14541         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
14542         file.
14543         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
14544         multiarch wordcopy for PPC32.
14545         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14546         wordcopy objects.
14547         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14548         (__libc_ifunc_impl_list): Likewise.
14549         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
14550         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
14551         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
14552         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
14553         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
14554         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
14555
14556         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
14557         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
14558         file.
14559         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
14560         file.
14561         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
14562         file.
14563         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
14564         multiarch wcscpy for PPC32.
14565         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14566         multiarch objects.
14567         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14568         (__libc_ifunc_impl_list): Likewise.
14569         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14570         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14571         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
14572         sysdeps/powerpc/power6/wcscpy.c.
14573
14574         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
14575         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
14576         file.
14577         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
14578         file.
14579         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
14580         file.
14581         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
14582         multiarch wcsrchr for PPC32.
14583         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14584         multiarch objects.
14585         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14586         (__libc_ifunc_impl_list): Likewise.
14587         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14588         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14589         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
14590         sysdeps/powerpc/power6/wcsrchr.c.
14591
14592         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
14593         file.
14594         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
14595         file.
14596         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
14597         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
14598         multiarch wcschr for PPc32.
14599         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14600         multiarch objects.
14601         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14602         (__libc_ifunc_impl_list): Likewise.
14603         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
14604         * sysdeps/powerpc/power6/wcschr.c: ... to here.
14605         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
14606         sysdeps/powerpc/power6/wcschr.c.
14607
14608         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
14609         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
14610         file.
14611         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
14612         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
14613         file: multiarch strchr for PPC32.
14614         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
14615         multiarch objects.
14616         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14617         (__libc_ifunc_impl_list): Likewise.
14618
14619         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
14620         name.
14621         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
14622         file.
14623         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
14624         file.
14625         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
14626         multiarch strchrnul for PPC32.
14627         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
14628         multiarch objects.
14629         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14630         (__libc_ifunc_impl_list): Likewise.
14631
14632         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
14633         file.
14634         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
14635         multiarch strncasecmp for PPC32.
14636         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
14637         file.
14638         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
14639         multiarch strncasecmp_l for PPC32.
14640         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
14641         strncasecmp multiarch objects.
14642         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14643         (__libc_ifunc_impl_list): Likewise.
14644
14645         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
14646         file.
14647         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
14648         multiarch strncasecmp for PPC32.
14649         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
14650         New file.
14651         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
14652         multiarch strcasecmp_l for PPC32.
14653         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
14654         multiarch objects.
14655         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14656         (__libc_ifunc_impl_list): Likewise.
14657
14658         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
14659         file.
14660         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
14661         file.
14662         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
14663         multiarch strncmp for PPC32.
14664         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
14665         multiarch objects.
14666         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14667         (__libc_ifunc_impl_list): Likewise.
14668
14669         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
14670         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
14671         file.
14672         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
14673         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
14674         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
14675         multiarch objects.
14676         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14677         (__libc_ifunc_impl_list): Likewise.
14678
14679         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
14680         file.
14681         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
14682         file.
14683         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
14684         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
14685         multiarch objects.
14686         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14687         (__libc_ifunc_impl_list): Likewise.
14688
14689         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
14690         file.
14691         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
14692         file.
14693         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
14694         multiarch rawmemchr for PPC32.
14695         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
14696         multiarch objects.
14697         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14698         (__libc_ifunc_impl_list): Likewise.
14699
14700         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
14701         file.
14702         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
14703         file.
14704         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
14705         file: memrchr multiarch for PPC32.
14706         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
14707         multiarch objects.
14708         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14709         (__libc_ifunc_impl_list): Likewise.
14710
14711         * string/memchr.c (__memchr): Using macro to redefine symbol name.
14712         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
14713         file.
14714         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
14715         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
14716         multiarch memchr for PPC32.
14717         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
14718         multiarch objects.
14719         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14720         (__libc_ifunc_impl_list): Likewise.
14721
14722         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
14723         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
14724         file.
14725         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
14726         file.
14727         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
14728         file: multiarch mempcpy for PPC32.
14729         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
14730         multiarch objects.
14731         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14732         (__libc_ifunc_impl_list): Likewise.
14733
14734         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
14735         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
14736         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
14737         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
14738         multiarch bzero for PPC32.
14739         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
14740         file.
14741         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
14742         file.
14743         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
14744         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
14745         file: multiarch memset for PPC32.
14746         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
14747         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14748         memset multiarch objects.
14749         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14750         (__libc_ifunc_impl_list): Likewise.
14751
14752         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14753         file.
14754         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14755         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14756         memcmp for PPC32.
14757         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14758         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
14759         multiarch objects.
14760         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14761         (__libc_ifunc_impl_list): Likewise.
14762
14763         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
14764         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14765         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14766         file.
14767         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14768         file.
14769         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14770         file.
14771         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14772         multiarch memcpy for PPC32.
14773         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14774         multiarch objects.
14775         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14776         (__libc_ifunc_impl_list): Likewise.
14777
14778         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14779         support multiarch for POWER/PPC32.
14780         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14781         Likewise.
14782         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14784         Implies file to make multiarch folder appers before the fpu and
14785         default folder for power4 configuration.
14786
14787 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14788
14789         * scripts/bench.pl: Append volatile keyword to type.
14790
14791 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14792
14793         * sysdeps/sh/sotruss-lib.c: New file.
14794         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14795
14796 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14797
14798         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14799
14800 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
14801
14802         [BZ #6810]
14803         * math/w_tgamma.c: Include <errno.h>.
14804         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
14805         * math/w_tgammaf.c: Include <errno.h>.
14806         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
14807         * math/w_tgammal.c: Include <errno.h>.
14808         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
14809         * math/auto-libm-test-in: Do not allow missing errno on tgamma
14810         underflow.  Add more tgamma tests.
14811         * math/auto-libm-test-out: Regenerated.
14812         * sysdeps/i386/fpu/libm-test-ulps: Update.
14813         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14814
14815         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14816         sin, sinh, tan, tanh, tgamma, y0 and y1.
14817         * math/auto-libm-test-out: Regenerated.
14818         * math/libm-test.inc (TEST_COND_x86_64): New macro.
14819         (TEST_COND_x86): Likewise.
14820         (M_E2l): Remove macro.
14821         (M_E3l): Likewise.
14822         (M_2_SQRT_PIl): Likewise.
14823         (M_SQRT_PIl): Likewise.
14824         (M_1_DIV_El): Likewise.
14825         (log_test_data): Use AUTO_TESTS_f_f.
14826         (log10_test_data): Likewise.
14827         (log1p_test_data): Likewise.
14828         (log2_test_data): Likewise.
14829         (sin_test_data): Likewise.
14830         (sin_tonearest_test_data): Likewise.
14831         (sin_towardzero_test_data): Likewise.
14832         (sin_downward_test_data): Likewise.
14833         (sin_upward_test_data): Likewise.
14834         (sinh_test_data): Likewise.
14835         (sinh_tonearest_test_data): Likewise.
14836         (sinh_towardzero_test_data): Likewise.
14837         (sinh_downward_test_data): Likewise.
14838         (sinh_upward_test_data): Likewise.
14839         (tan_test_data): Likewise.
14840         (tan_tonearest_test_data): Likewise.
14841         (tan_towardzero_test_data): Likewise.
14842         (tan_downward_test_data): Likewise.
14843         (tan_upward_test_data): Likewise.
14844         (tanh_test_data): Likewise.
14845         (tgamma_test_data): Likewise.
14846         (y0_test_data): Likewise.
14847         (y1_test_data): Likewise.
14848         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14849         (special_real_inputs): Add pi/4.
14850         * sysdeps/i386/fpu/libm-test-ulps: Update.
14851         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14852
14853 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14854
14855         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14856         "longjmp_target" static probes.
14857         (__longjmp): Rename to __longjmp_symbol.
14858         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14859         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14860         on which longjmp to generate.
14861         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14862         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14863         probe.
14864         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14865         (__sigjmp_save): Rename to __sigjmp_save_symbol.
14866         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14867         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14868         and __sigjmp_save_symbol based on which sigsetjmp to generated.
14869         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14871         __longjmp_symbol based on which __longjmp to generate.
14872         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14873         probe.
14874         (setjmp): Rename to setjmp_symbol.
14875         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14876         (_setjmp): Rename to _setjmp_symbol.
14877         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14878         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14879         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14880         which setjmp to generate.
14881         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14882         "longjmp_target" static probes.
14883
14884 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14885
14886         * benchtests/README: Add note about output arguments.
14887         * benchtests/bench-sincos.c: Remove file.
14888         * benchtests/sincos-inputs: New file.
14889         * scripts/bench.pl: Identify output arguments and define
14890         static variables for them.
14891
14892         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
14893
14894         [BZ #15941]
14895         * Makefile (INSTALL): Add install-plain.texi as the primary
14896         dependency.
14897         * manual/install-plain.texi: New file.
14898         * manual/install.texi: Include node directive only for
14899         non-plaintext output.
14900
14901 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
14902
14903         * stdlib/longlong.h: Update from GCC.
14904
14905         [BZ #6807]
14906         [BZ #15901]
14907         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
14908         * math/w_j0f.c (y0f): Likewise.
14909         * math/w_j0l.c (__y0l): Likewise.
14910         * math/w_j1.c (y1): Likewise.
14911         * math/w_j1f.c (y1f): Likewise.
14912         * math/w_j1l.c (__y1l): Likewise
14913         * math/w_jn.c (yn): Likewise.
14914         * math/w_jnf.c (ynf): Likewise.
14915         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
14916         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
14917         value for Bessel function domain errors outside _SVID_ mode.
14918         Adjust sign of return value for yn (negative integer, 0).
14919         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
14920         by zero in return for negative x and set sign appropriately for
14921         negative n.
14922         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
14923         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
14924         * math/libm-test.inc (y0_test_data): Add more tests and adjust
14925         expectations in error cases.
14926         (y1_test_data): Likewise.
14927         (yn_test_data): Likewise.
14928         * sysdeps/i386/fpu/libm-test-ulps: Update.
14929         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14930
14931 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14932
14933         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
14934         "64" to "64-v1".  Add "64-v2".
14935         (abi-64-options): Rename to ...
14936         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
14937         (abi-64-condition): Rename to ...
14938         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
14939         (abi-64-ld-soname): Rename to ...
14940         (abi-64-v1-ld-soname): ... this.
14941         (abi-64-v2-options): Define.
14942         (abi-64-v2-condition): Likewise.
14943         (abi-64-v2-ld-soname): Likewise.
14944         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
14945         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
14946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
14947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
14948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
14949
14950 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14951             Alan Modra  <amodra@gmail.com>
14952
14953         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
14954         New versions for use with the ELFv2 ABI.
14955         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
14956         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
14957         declaration.
14958         (struct La_ppc64v2_retval): Likewise.
14959         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
14960         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
14961         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
14962         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
14963         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
14964         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
14965         Do not save or restore CR.
14966         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
14967         (_dl_profile_resolve): Do no save or restore CR.  Support extended
14968         return values for ELFv2 ABI.  Fix location of FPR return registers.
14969         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
14970         updated values for _CALL_ELF == 2.
14971         (La_regs, La_retval, int_retval): Likewise.
14972
14973 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14974
14975         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
14976         (FRAME_MIN_SIZE_PARM): Likewise.
14977         (FRAME_BACKCHAIN): Likewise.
14978         (FRAME_CR_SAVE): Likewise.
14979         (FRAME_LR_SAVE): Likewise.
14980         (FRAME_TOC_SAVE): Likewise.
14981         (FRAME_PARM_SAVE): Likewise.
14982         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
14983         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
14984         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14985         (call_mcount_parm_offset): New macro.
14986         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
14987         (PROF): Use symbolic stack frame offsets.
14988         (TAIL_CALL_SYSCALL_ERROR): Likewise.
14989         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
14990         Redefine in terms of FRAME_MIN_SIZE.
14991         (_dl_runtime_resolve): Use symbolic stack frame offsets.
14992         (_dl_profile_resolve): Likewise.  Update comment.
14993         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
14994         symbols stack frame offsets.
14995         (__sigsetjmp): Likewise.
14996         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
14997         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
14998         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
14999         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
15000
15001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
15002         (FRAME_BACKCHAIN): Remove.
15003         (FRAME_CR_SAVE): Likewise.
15004         (FRAME_LR_SAVE): Likewise.
15005         (FRAME_COMPILER_DW): Likewise.
15006         (FRAME_LINKER_DW): Likewise.
15007         (FRAME_TOC_SAVE): Likewise.
15008         (FRAME_PARM_SAVE): Likewise.
15009         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
15010         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
15011         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
15013         (CHECK_SP): Use symbolic stack frame offsets.
15014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
15015         zone" instead of caller's parameter save area for temp storage.
15016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
15017         Likewise.  Also, use symbolic stack frame offsets.
15018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
15019         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
15020         our own stack frame instead of the caller's.
15021         (__socket): Use symbolic stack frame offsets.
15022
15023 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15024             Alan Modra  <amodra@gmail.com>
15025
15026         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
15027         Define.
15028         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
15029         (PPC64_LOCAL_ENTRY_OFFSET): Define.
15030         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
15031         New function.
15032         (elf_machine_fixup_plt): Call it.
15033         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
15034         reloc arguments.
15035         (elf_machine_rela): Update call to elf_machine_plt_conflict.
15036         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15037         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
15038         r2 before calling target.
15039
15040 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15041             Alan Modra  <amodra@gmail.com>
15042
15043         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
15044         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
15045         versions of macros to support ELFv2 ABI.
15046         (LOCALENTRY): New macro.
15047         (ENTRY, EALIGN): Use it.
15048         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
15049         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
15050         fall through into ENTRY entry point.
15051         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
15052         Only define if _CALL_ELF != 2.
15053
15054         (elf_machine_matches_host): Verify ABI version matches.
15055         (RTLD_START): Use LOCALENTRY.
15056         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
15057         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
15058         (PLT_ENTRY_WORDS): New macro.
15059         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
15060         (elf_machine_runtime_setup): Support ELFv2 ABI.
15061         (elf_machine_fixup_plt): Likewise.
15062         (elf_machine_plt_conflict): Likewise.
15063         (resolve_ifunc): Likewise.
15064         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15065         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15066         Likewise.
15067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
15068         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
15069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15070         (makecontext): Support ELFv2 ABI.
15071         * elf/elf.h (EF_PPC64_ABI): Define.
15072
15073 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15074
15075         * sysdeps/powerpc/powerpc64/sysdep.h
15076         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
15077         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
15078         (ENTRY) [ASSEMBLER]: ... but instead here ...
15079         (EALIGN) [ASSEMBLER]: ... and here.
15080         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
15081         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
15082         (ENTRY_2) [!ASSEMBLER]: Use it.
15083         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
15084         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
15085         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15086         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
15087         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
15088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
15089         Use PPC64_LOAD_FUNCPTR.
15090
15091         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
15092
15093 2013-12-04  Alan Modra  <amodra@gmail.com>
15094
15095         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
15096         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
15097         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
15098         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
15099
15100         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
15101         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
15102         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
15103         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
15104         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
15105         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
15106
15107 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15108
15109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15110         (__makecontext): Fix incorrect CFI when backtracing out of
15111         context created via makecontext.
15112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
15113         (__setcontext): Fix incorrect CFI during switch to new context.
15114         (__novec_setcontext): Likewise.
15115
15116 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15117
15118         [BZ #4772]
15119         * time/strptime_l.c (__strptime_internal): Allow modifiers
15120         in strptime.
15121         * time/tst-strptime.c (day_tests): Add testcase.
15122
15123 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15124
15125         * scripts/bench.pl: Skip over blank lines.
15126
15127 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15128
15129         [BZ #926]
15130         * manual/time.texi (Calendar Time): Clarify what timezone functions
15131         use.
15132
15133 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15134
15135         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15136
15137 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15138
15139         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
15140         implementation.
15141         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
15142         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
15143         * debug/memset_chk.c (__memset_chk): Likewise.
15144         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
15145         * debug/strncpy_chk.c: Likewise.
15146
15147 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15148
15149         [BZ #15268]
15150         [BZ #15425]
15151         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
15152         (__ieee754_exp): For possibly underflowing results, check size of
15153         result and force underflow exception if required.
15154         * math/auto-libm-test-in: Add more tests of exp.
15155         * math/auto-libm-test-out: Regenerated.
15156         * sysdeps/i386/fpu/libm-test-ulps: Update.
15157         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15158
15159         [BZ #16283]
15160         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
15161         * math/w_exp2f.c (__exp2f): Likewise.
15162         * math/w_exp2l.c (__exp2l): Likewise.
15163         * math/auto-libm-test-in: Do not allow missing errno on exp2
15164         underflow.
15165         * math/auto-libm-test-out: Regenerated.
15166
15167 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
15168
15169         [BZ #16274]
15170         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
15171         handle filename validation.
15172         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
15173         (do_open): Delete.
15174
15175 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15176
15177         [BZ #6786]
15178         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
15179         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
15180         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
15181         <float.h>.
15182         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
15183         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
15184         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15185         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
15186         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15187         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
15188         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15189         * math/auto-libm-test-in: Don't allow missing errno from erfc.
15190         Add more erfc tests.
15191         * math/auto-libm-test-out: Regenerated.
15192         * sysdeps/i386/fpu/libm-test-ulps: Update.
15193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15194
15195         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
15196         exp2, expm1, j0 and j1.
15197         * math/auto-libm-test-out: Regenerated.
15198         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
15199         (erfc_test_data): Likewise.
15200         (exp_test_data): Likewise.
15201         (exp_tonearest_test_data): Likewise.
15202         (exp_towardzero_test_data): Likewise.
15203         (exp_downward_test_data): Likewise.
15204         (exp_upward_test_data): Likewise.
15205         (exp10_test_data): Likewise.
15206         (exp2_test_data): Likewise.
15207         (expm1_test_data): Likewise.
15208         (j0_test_data): Likewise.
15209         (j1_test_data): Likewise.
15210         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
15211         (input_flag_type): Add flag_xfail_rounding.
15212         (input_flags): Add xfail-rounding.
15213         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
15214         (output_for_one_input_case): Handle flag_xfail_rounding.
15215         * sysdeps/i386/fpu/libm-test-ulps: Update.
15216         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15217
15218 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
15219
15220         [BZ #16289]
15221         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
15222         division by 0.
15223
15224 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15225
15226         [BZ #16195]
15227         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
15228         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
15229         (STAP_PROBE0): New macro.
15230         (STAP_PROBE1): Likewise.
15231         (STAP_PROBE2): Likewise.
15232         (STAP_PROBE3): Likewise.
15233         (STAP_PROBE4): Likewise.
15234
15235 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
15236
15237         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
15238
15239 2013-12-02  Steve Ellcey  <sellcey@mips.com>
15240
15241         * benchtests/Makefile (bench): Add sqrt.
15242         (LDLIBS-bench-sqrt): New.
15243         * benchtests/sqrt-input: New.
15244
15245 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
15246
15247         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
15248         (GAIH_EAI): Likewise.
15249         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
15250         (gaih_inet): Likewise.
15251         (getaddrinfo): Don't use GAIH_EAI.
15252
15253         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
15254         (struct gaih): Remove definition.
15255
15256 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15257
15258         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
15259         Use HERRNOP directly.
15260
15261 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15262
15263         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15264
15265 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
15266
15267         * math/gen-auto-libm-tests.c (test_functions): Add more
15268         single-argument functions.
15269         (special_fill_pi_2): New function.
15270         (special_fill_minus_pi_2): Likewise.
15271         (special_fill_pi_6): Likewise.
15272         (special_fill_minus_pi_6): Likewise.
15273         (special_fill_pi_3): Likewise.
15274         (special_fill_2pi_3): Likewise.
15275         (special_fill_e): Likewise.
15276         (special_fill_1_e): Likewise.
15277         (special_fill_e_minus_1): Likewise.
15278         (special_real_inputs): Add more special inputs.
15279         (output_for_one_input_case): Do not require ERANGE on underflow to
15280         zero if round-to-nearest result does not underflow to zero, unless
15281         exact results required.
15282         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
15283         atan, atanh, cbrt, cos and cosh.
15284         * math/auto-libm-test-out: Regenerated.
15285         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
15286         (acos_tonearest_test_data): Likewise.
15287         (acos_towardzero_test_data): Likewise.
15288         (acos_downward_test_data): Likewise.
15289         (acos_upward_test_data): Likewise.
15290         (acosh_test_data): Likewise.
15291         (asin_test_data): Likewise.
15292         (asin_tonearest_test_data): Likewise.
15293         (asin_towardzero_test_data): Likewise.
15294         (asin_upward_test_data): Likewise.
15295         (asinh_test_data): Likewise.
15296         (atan_test_data): Likewise.
15297         (atanh_test_data): Likewise.
15298         (cbrt_test_data): Likewise.
15299         (cos_test_data): Likewise.
15300         (cos_tonearest_test_data): Likewise.
15301         (cos_towardzero_test_data): Likewise.
15302         (cos_downward_test_data): Likewise.
15303         (cos_upward_test_data): Likewise.
15304         (cosh_test_data): Likewise.
15305         (cosh_tonearest_test_data): Likewise.
15306         (cosh_towardzero_test_data): Likewise.
15307         (cosh_downward_test_data): Likewise.
15308         (cosh_upward_test_data): Likewise.
15309         * sysdeps/i386/fpu/libm-test-ulps: Update.
15310         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15311
15312 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
15313
15314         [BZ #6787]
15315         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
15316         * math/w_exp10f.c (__exp10f): Likewise.
15317         * math/w_exp10l.c (__exp10l): Likewise.
15318         * math/libm-test.inc (exp10_test_data): Add more tests and expect
15319         errno settings in existing tests.
15320
15321         [BZ #14032]
15322         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
15323         precision control set to double precision.
15324         * sysdeps/i386/fpu/w_sqrt.c: New file.
15325         * math/auto-libm-test-in: Add more tests.
15326         * math/auto-libm-test-out: Update.
15327
15328         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
15329         (sqrt_test_tonearest): New function.
15330         (sqrt_towardzero_test_data): New variable.
15331         (sqrt_test_towardzero): New function.
15332         (sqrt_downward_test_data): New variable.
15333         (sqrt_test_downward): New function.
15334         (sqrt_upward_test_data): New variable.
15335         (sqrt_test_upward): New function.
15336         (main): Call the new functions.
15337
15338         * math/gen-auto-libm-tests.c: New file.
15339         * math/auto-libm-test-in: Likewise.
15340         * math/auto-libm-test-out: New generated file.
15341         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
15342         variables.
15343         (%beautify): Add generated representations of zero.
15344         (top level): Set $auto_input and call parse_auto_input.
15345         (beautify): Remove trailing "f" from hex float constants.
15346         (parse_args): Handle XFAIL_TEST.
15347         (convert_condition): New function.
15348         (or_value): Likewise.
15349         (or_cond_value): Likewise.
15350         (generate_testfile): Handle AUTO_TESTS_* lines.
15351         (parse_auto_input): New function.
15352         * math/libm-test.inc (XFAIL_TEST): New macro.
15353         (ERRNO_UNCHANGED): Update value.
15354         (ERRNO_EDOM): Likewise.
15355         (ERRNO_ERANGE): Likewise.
15356         (IGNORE_RESULT): Likewise.
15357         (TEST_COND_flt_32): New macro.
15358         (TEST_COND_dbl_64): Likewise.
15359         (TEST_COND_ldbl_96_intel): Likewise.
15360         (TEST_COND_ldbl_96_m68k): Likewise.
15361         (TEST_COND_ldbl_128): Likewise.
15362         (TEST_COND_ldbl_128ibm): Likewise.
15363         (TEST_COND_long32): Likewise.
15364         (TEST_COND_long64): Likewise.
15365         (TEST_COND_before_rounding): Likewise.
15366         (TEST_COND_after_rounding): Likewise.
15367         (enable_test): Handle XFAIL_TEST flag.
15368         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
15369         with finite results.
15370         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
15371         auto-libm-test-out.
15372
15373 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15374             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15375
15376         [BZ #16214]
15377         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
15378         __tls_get_addr_internal instead of __tls_get_offset in order to
15379         avoid GOT pointer dependency.  Make rtld export
15380         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
15381         __tls_get_addr since we are a __tls_get_offset platform.
15382         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
15383         GOT pointer being set up before.
15384         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
15385
15386 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
15387
15388         * manual/math.texi (Errors in Math Functions): Document accuracy
15389         goals.
15390
15391         [BZ #15004]
15392         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
15393         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
15394         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15395         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15396         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15397         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15398         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15399         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15400         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15401         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15402         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15403         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15404         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15405         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15406         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15407         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15408
15409         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
15410         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
15411         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
15412         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
15413         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
15414         Likewise.
15415         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
15416         Likewise.
15417         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
15418         Likewise.
15419         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
15420         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
15421         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
15422         atomic-feupdateenv and flt-rounds.
15423         * sysdeps/powerpc/nofpu/Versions (libc): Add
15424         __atomic_feholdexcept, __atomic_feclearexcept,
15425         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
15426         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
15427         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
15428         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
15429         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
15430         here.
15431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
15432         Update.
15433
15434         * manual/arith.texi (FP Exceptions): Document that exceptions may
15435         not be raised when matherr is used.
15436         (Math Error Reporting): Document overflow in directed rounding
15437         modes.  Document that errno may not be set when finite values are
15438         returned on overflow.  Document intent to set errno on underflow
15439         only for underflow to zero.
15440
15441         [BZ #16271]
15442         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
15443         round-to-nearest then adjust result for other rounding modes.
15444         * include/fenv.h (fegetround): Use libm_hidden_proto.
15445         * math/fegetround.c (fegetround): Use libm_hidden_def.
15446         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
15447         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
15448         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15449         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
15450         Likewise.
15451         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
15452         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
15453         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
15454         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
15455
15456 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15457
15458         [BZ #16077]
15459         * nss/Versions (libnss_files): Add
15460         _nss_files_gethostbyname3_r.
15461         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
15462         New function.
15463         (HOST_DB_LOOKUP): Remove macro.
15464         (_nss_files_gethostbyname_r): Implement function without the
15465         HOST_DB_LOOKUP macro.
15466         (_nss_files_gethostbyname2_r): Likewise.
15467
15468 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
15469
15470         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
15471
15472 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
15473
15474         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
15475         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
15476         warning.
15477
15478 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15479
15480         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
15481         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
15482         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15483         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
15484         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
15485         __fe_nomask_env_priv and attribute_hidden.
15486         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
15487         (libc_feupdateenv_test_ppc): Likewise.
15488         (libc_feresetround_ppc): Likewise.
15489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15490         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
15491         compat_symbol macro.
15492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15493         (__fe_nomask_env): Likewise.
15494         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
15495
15496 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15497
15498         * string/Makefile: Remove ifunc tests.
15499         * string/test-string.h: Define TEST_IFUNC.
15500         * string/test-bcopy-ifunc.c: Remove.
15501         * string/test-bzero-ifunc.c: Likewise.
15502         * string/test-memccpy-ifunc.c: Likewise.
15503         * string/test-memchr-ifunc.c: Likewise.
15504         * string/test-memcmp-ifunc.c: Likewise.
15505         * string/test-memcpy-ifunc.c: Likewise.
15506         * string/test-memmem-ifunc.c: Likewise.
15507         * string/test-memmove-ifunc.c: Likewise.
15508         * string/test-mempcpy-ifunc.c: Likewise.
15509         * string/test-memrchr-ifunc.c: Likewise.
15510         * string/test-memset-ifunc.c: Likewise.
15511         * string/test-rawmemchr-ifunc.c: Likewise.
15512         * string/test-stpcpy-ifunc.c: Likewise.
15513         * string/test-stpncpy-ifunc.c: Likewise.
15514         * string/test-strcasecmp-ifunc.c: Likewise.
15515         * string/test-strcasestr-ifunc.c: Likewise.
15516         * string/test-strcat-ifunc.c: Likewise.
15517         * string/test-strchr-ifunc.c: Likewise.
15518         * string/test-strchrnul-ifunc.c: Likewise.
15519         * string/test-strcmp-ifunc.c: Likewise.
15520         * string/test-strcpy-ifunc.c: Likewise.
15521         * string/test-strcspn-ifunc.c: Likewise.
15522         * string/test-strlen-ifunc.c: Likewise.
15523         * string/test-strncasecmp-ifunc.c: Likewise.
15524         * string/test-strncat-ifunc.c: Likewise.
15525         * string/test-strncmp-ifunc.c: Likewise.
15526         * string/test-strncpy-ifunc.c: Likewise.
15527         * string/test-strnlen-ifunc.c: Likewise.
15528         * string/test-strpbrk-ifunc.c: Likewise.
15529         * string/test-strrchr-ifunc.c: Likewise.
15530         * string/test-strspn-ifunc.c: Likewise.
15531         * string/test-strstr-ifunc.c: Likewise.
15532
15533 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15534
15535         * benchtests/Makefile: Remove ifunc tests.
15536         * benchtests/bench-string.h: Define TEST_IFUNC.
15537         * benchtests/bench-bcopy-ifunc.c: Remove.
15538         * benchtests/bench-bzero-ifunc.c: Likewise.
15539         * benchtests/bench-memccpy-ifunc.c: Likewise.
15540         * benchtests/bench-memchr-ifunc.c: Likewise.
15541         * benchtests/bench-memcmp-ifunc.c: Likewise.
15542         * benchtests/bench-memcpy-ifunc.c: Likewise.
15543         * benchtests/bench-memmem-ifunc.c: Likewise.
15544         * benchtests/bench-memmove-ifunc.c: Likewise.
15545         * benchtests/bench-mempcpy-ifunc.c: Likewise.
15546         * benchtests/bench-memrchr-ifunc.c: Likewise.
15547         * benchtests/bench-memset-ifunc.c: Likewise.
15548         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
15549         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
15550         * benchtests/bench-stpcpy-ifunc.c: Likewise.
15551         * benchtests/bench-stpncpy-ifunc.c: Likewise.
15552         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
15553         * benchtests/bench-strcasestr-ifunc.c: Likewise.
15554         * benchtests/bench-strcat-ifunc.c: Likewise.
15555         * benchtests/bench-strchr-ifunc.c: Likewise.
15556         * benchtests/bench-strchrnul-ifunc.c: Likewise.
15557         * benchtests/bench-strcmp-ifunc.c: Likewise.
15558         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
15559         * benchtests/bench-strcpy-ifunc.c: Likewise.
15560         * benchtests/bench-strcspn-ifunc.c: Likewise.
15561         * benchtests/bench-strlen-ifunc.c: Likewise.
15562         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
15563         * benchtests/bench-strncat-ifunc.c: Likewise.
15564         * benchtests/bench-strncmp-ifunc.c: Likewise.
15565         * benchtests/bench-strncpy-ifunc.c: Likewise.
15566         * benchtests/bench-strnlen-ifunc.c: Likewise.
15567         * benchtests/bench-strpbrk-ifunc.c: Likewise.
15568         * benchtests/bench-strrchr-ifunc.c: Likewise.
15569         * benchtests/bench-strsep-ifunc.c: Likewise.
15570         * benchtests/bench-strspn-ifunc.c: Likewise.
15571         * benchtests/bench-strstr-ifunc.c: Likewise.
15572
15573 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15574
15575         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
15576
15577 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15578
15579         * resolv/netdb.h: Use __glibc_reserved instead __unused.
15580         * rt/aio.h: Likewise.
15581         * sysdeps/gnu/bits/utmp.h: Likewise.
15582         * sysdeps/gnu/bits/utmpx.h: Likewise.
15583         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
15584         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
15585         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
15586         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
15587         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
15588         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
15589         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
15590         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
15591         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
15592         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
15593         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
15594         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
15595         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
15596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
15597         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
15598         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
15599         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
15600         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
15601         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
15602         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
15603         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
15604         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
15605         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
15606         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
15607         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
15608         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15609         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
15610         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
15611         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
15612         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
15613         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
15614         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
15615         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
15616         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
15617         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
15618         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
15619         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
15620         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
15621         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
15622         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
15623         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
15624         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
15625
15626 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
15627
15628         [BZ #16245]
15629         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
15630         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
15631
15632 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
15633
15634         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
15635         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
15636         Likewise.
15637
15638 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15639
15640         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
15641         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
15642         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
15643         (__fesetround): Remove define.
15644         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
15645         rounding and exceptions handling.
15646         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
15647         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
15648         (__fe_nomask_env): Likewise.
15649         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
15650         __fegetround instead of fegetround.
15651         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15652         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
15653
15654 2013-11-21  Roland McGrath  <roland@hack.frob.com>
15655
15656         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
15657         it's there.
15658
15659         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
15660
15661 2013-11-21  Meador Inge  <meadori@codesourcery.com>
15662
15663         [BZ #11157]
15664         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
15665         (encrypt_r): Likewise.
15666         * malloc/obstack.h (obstack_free): Likewise.
15667         * posix/unistd.h (encrypt): Likewise.
15668
15669 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
15670
15671         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
15672         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
15673         DL_CALL_DT_FINI() that call the functions directly.
15674         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
15675         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
15676         * elf/dl-fini.c: Likewise.
15677
15678 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
15679
15680         * malloc/hooks.c (memalign_check): Add alignment rounding.
15681         * malloc/malloc.c (_mid_memalign): New function.
15682         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
15683         Implement by calling _mid_memalign.
15684         * manual/probes.texi (Memory Allocation Probes): Remove
15685         memory_valloc_retry and memory_pvalloc_retry.
15686
15687 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15688
15689         * locale/programs/locarchive.c (open_archive): Add const
15690         qualifier to ARCHIVEFNAME and copy default fname to
15691         DEFAULT_FNAME.
15692
15693         [BZ #15601]
15694         * libio/tst-widetext.input: Rename Oriya to Odia.
15695         * locale/iso-639.def: Likewise.
15696
15697         * manual/probes.texi (Mathematical Function Probes): Add
15698         documentation for sin, cos, asin and acos probes.
15699         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
15700         (__sin32): Add slowasin probe.
15701         (__cos32): Add slowacos probe.
15702         (__mpsin): Add slowsin probe.
15703         (__mpcos): Add slowcos probe.
15704
15705 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
15706
15707         [BZ #15483]
15708         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
15709         thread-local __sim_exceptions_thread and global
15710         __sim_exceptions_global.
15711         (__sim_disabled_exceptions): Change to thread-local
15712         __sim_disabled_exceptions_thread and global
15713         __sim_disabled_exceptions_global.
15714         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15715         and global __sim_round_mode_global.
15716         (__simulate_exceptions): Use thread-local floating-point state and
15717         set global state from it as needed.
15718         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
15719         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
15720         __sim_round_mode_thread.
15721         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
15722         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
15723         and global __sim_exceptions_global.
15724         (__sim_disabled_exceptions): Change to thread-local
15725         __sim_disabled_exceptions_thread and global
15726         __sim_disabled_exceptions_global.
15727         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15728         and global __sim_round_mode_global.
15729         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
15730         (SIM_SET_GLOBAL): Likewise.
15731         * sysdeps/powerpc/soft-fp/sfp-machine.h
15732         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
15733         __sim_round_mode_thread.
15734         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
15735         __sim_disabled_exceptions_thread.
15736         (__sim_exceptions): Change to __sim_exceptions_thread.
15737         (__sim_disabled_exceptions): Change to
15738         __sim_disabled_exceptions_thread.
15739         (__sim_round_mode): Change to __sim_round_mode_thread.
15740         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
15741         thread-local floating-point state and set global state from it as
15742         needed.
15743         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
15744         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
15745         (__sim_disabled_exceptions): Remove extern declaration.
15746         (feenableexcept): Use thread-local floating-point state and set
15747         global state from it as needed.
15748         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15749         extern declaration.
15750         (__sim_disabled_exceptions): Likewise.
15751         (__sim_round_mode): Likewise.
15752         (__fegetenv): Use thread-local floating-point state.
15753         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15754         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15755         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15756         floating-point state and set global state from it as needed.
15757         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15758         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15759         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15760         Likewise.
15761         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15762         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15763         Likewise.
15764         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15765         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15766         Use __sim_round_mode_thread.
15767         * math/test-fenv-tls.c: New file.
15768         * math/Makefile (tests): Add test-fenv-tls.
15769         ($(objpfx)test-fenv-tls): Depend on
15770         $(common-objpfx)nptl/libpthread.so.
15771
15772 2013-11-19  Andreas Schwab  <schwab@suse.de>
15773
15774         * locale/programs/locale.c (show_info): Decode wordarray elements.
15775         * locale/categories.def (LC_MONETARY): Add element for
15776         _NL_MONETARY_CRNCYSTR.
15777         * locale/C-monetary.c (conversion_rate): New variable.
15778         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15779         element.
15780
15781 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
15782
15783         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15784         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15785
15786 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
15787
15788         * elf/Makefile (tst-auxv): New test.
15789         * elf/tst-auxv.c: New
15790         * elf/rtld.c (dl_main): Adjust AT_EXECFN
15791
15792 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
15793
15794         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15795         (hidden_proto): Caller changed.
15796         (hidden_tls_proto): New macro.
15797         (libc_hidden_tls_proto): Likewise.
15798         (rtld_hidden_tls_proto): Likewise.
15799         (libm_hidden_tls_proto): Likewise.
15800         (libresolv_hidden_tls_proto): Likewise.
15801         (librt_hidden_tls_proto): Likewise.
15802         (libdl_hidden_tls_proto): Likewise.
15803         (libnss_files_hidden_tls_proto): Likewise.
15804         (libnsl_hidden_tls_proto): Likewise.
15805         (libnss_nisplus_hidden_tls_proto): Likewise.
15806         (libutil_hidden_tls_proto): Likewise.
15807
15808 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
15809
15810         [BZ #10253]
15811         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15812         (decompose_rpath): Defer expansion to fillin_rpath.
15813         (_dl_init_paths): Pass linkmap to fillin_rpath.
15814
15815 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15816
15817         * benchtests/Makefile: Add strsep.
15818         * benchtests/bench-strsep.c: New file: strsep benchtest.
15819         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15820
15821 2013-11-18  Andreas Schwab  <schwab@suse.de>
15822
15823         * locale/programs/locale.c (show_info) [case byte]: Check for
15824         '\377' instead of '\177'.
15825         * locale/C-monetary.c (not_available): Always use "\377".
15826         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15827         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
15828         detect unavailable sign_posn locale elements.
15829         * locale/localeconv.c (__localeconv): For grouping and
15830         mon_grouping handle "\177" and "\377" like no grouping.
15831         (INT_ELEM): New macro.  Use it to set all numeric members.
15832         * locale/programs/ld-monetary.c (monetary_read)
15833         <tok_mon_grouping>: Normalize single -1 to the empty string.
15834         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15835         Likewise.
15836
15837 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15838
15839         [BZ #16055]
15840         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15841         when we match (nil).
15842         * stdio-common/tst-sscanf.c (struct test): Add testcase.
15843
15844 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
15845
15846         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15847         (NO_TEST_INLINE): Update value.
15848         (ERRNO_UNCHANGED): Likewise.
15849         (ERRNO_EDOM): Likewise.
15850         (ERRNO_ERANGE): Likewise.
15851         (IGNORE_RESULT): Likewise.
15852         (check_float_internal): Check signs of NaN results if
15853         TEST_NAN_SIGN used.
15854         (check_complex): Pass TEST_NAN_SIGN flag through to second
15855         check_float_internal call.
15856         (copysign_test_data): Add tests with quiet NaNs as second
15857         argument.  Use TEST_NAN_SIGN.
15858         (fabs_test_data): Add test of negative quiet NaN argument.  Use
15859         TEST_NAN_SIGN.
15860         (signbit_test_data): Add tests of quiet NaN argument.
15861         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15862
15863         * math/gen-libm-test.pl (show_exceptions): Take extra argument
15864         $ignore_result.
15865         (parse_args): Handle function results specified as IGNORE.
15866         * math/libm-test.inc (IGNORE_RESULT): New macro.
15867         (check_float_internal): Do not check numerical result if flag
15868         IGNORE_RESULT set.
15869         (check_complex): Pass through IGNORE_RESULT to second
15870         check_float_internal call.
15871         (check_int): Do not check numerical result if flag IGNORE_RESULT
15872         set.
15873         (check_long): Likewise.
15874         (check_bool): Likewise.
15875         (check_longlong): Likewise.
15876         (lrint_test_data): Add tests of infinite and NaN arguments.
15877         (lrint_tonearest_test_data): Likewise.
15878         (lrint_towardzero_test_data): Likewise.
15879         (lrint_downward_test_data): Likewise.
15880         (lrint_upward_test_data): Likewise.
15881         (llrint_test_data): Likewise.
15882         (llrint_tonearest_test_data): Likewise.
15883         (llrint_towardzero_test_data): Likewise.
15884         (llrint_downward_test_data): Likewise.
15885         (llrint_upward_test_data): Likewise.
15886         (lround_test_data): Likewise.
15887         (llround_test_data): Likewise.
15888
15889         * math/libm-test.inc (NO_TEST_INLINE): New macro.
15890         (ERRNO_UNCHANGED): Update value.
15891         (ERRNO_EDOM): Likewise.
15892         (ERRNO_ERANGE): Likewise.
15893         (NO_TEST_INLINE_FLOAT): New macro.
15894         (NO_TEST_INLINE_DOUBLE): Likewise.
15895         (enable_test): New function.
15896         (RUN_TEST_f_f): Check enable_test before running test.
15897         (RUN_TEST_2_f): Likewise.
15898         (RUN_TEST_fff_f): Likewise.
15899         (RUN_TEST_c_f): Likewise.
15900         (RUN_TEST_f_f1): Likewise.
15901         (RUN_TEST_fF_f1): Likewise.
15902         (RUN_TEST_fI_f1): Likewise.
15903         (RUN_TEST_ffI_f1): Likewise.
15904         (RUN_TEST_c_c): Likewise.
15905         (RUN_TEST_cc_c): Likewise.
15906         (RUN_TEST_f_i): Likewise.
15907         (RUN_TEST_f_i_tg): Likewise.
15908         (RUN_TEST_ff_i_tg): Likewise.
15909         (RUN_TEST_f_b): Likewise.
15910         (RUN_TEST_f_b_tg): Likewise.
15911         (RUN_TEST_f_l): Likewise.
15912         (RUN_TEST_f_L): Likewise.
15913         (RUN_TEST_fFF_11): Likewise.
15914         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
15915         conditionals.
15916         (cosh_test_data): Likewise.
15917         (exp_test_data): Likewise.
15918         (expm1_test_data): Likewise.
15919         (hypot_test_data): Likewise.
15920         (pow_test_data): Likewise.
15921         (sinh_test_data): Likewise.
15922         (tanh_test_data): Likewise.
15923         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
15924         flags argument.
15925
15926         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
15927         tests with quiet NaN input and output.
15928         (acosh_test_data): Likewise.
15929         (asin_test_data): Likewise.
15930         (asinh_test_data): Likewise.
15931         (atan_test_data): Likewise.
15932         (atanh_test_data): Likewise.
15933         (atan2_test_data): Likewise.
15934         (cbrt_test_data): Likewise.
15935         (cos_test_data): Likewise.
15936         (cosh_test_data): Likewise.
15937         (erf_test_data): Likewise.
15938         (erfc_test_data): Likewise.
15939         (exp_test_data): Likewise.
15940         (exp10_test_data): Likewise.
15941         (exp2_test_data): Likewise.
15942         (expm1_test_data): Likewise.
15943         (hypot_test_data): Likewise.
15944         (j0_test_data): Likewise.
15945         (j1_test_data): Likewise.
15946         (jn_test_data): Likewise.
15947         (lgamma_test_data): Likewise.
15948         (log_test_data): Likewise.
15949         (log10_test_data): Likewise.
15950         (log1p_test_data): Likewise.
15951         (log2_test_data): Likewise.
15952         (pow_test_data): Likewise.
15953         (scalb_test_data): Likewise.
15954         (sin_test_data): Likewise.
15955         (sincos_test_data): Likewise.
15956         (sinh_test_data): Likewise.
15957         (tan_test_data): Likewise.
15958         (tanh_test_data): Likewise.
15959         (tgamma_test_data): Likewise.
15960         (y0_test_data): Likewise.
15961         (y1_test_data): Likewise.
15962         (yn_test_data): Likewise.
15963
15964         [BZ #16167]
15965         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
15966         argument being NaN and avoid computations with second argument in
15967         that case.
15968         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
15969         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
15970         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
15971
15972 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
15973
15974         * locale/iso-639.def: Add Chitwani Tharu (the).
15975
15976 2013-11-14  Andreas Schwab  <schwab@suse.de>
15977
15978         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
15979         word instead of empty string.
15980
15981 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15982
15983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15984         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
15985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15986         (__fe_nomask_env): Likewise.
15987
15988 2013-11-13  Steve Ellcey  <sellcey@mips.com>
15989
15990         * benchtests/bench-timing.h: Include time.h.
15991
15992 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
15993
15994         [BZ #15997]
15995         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
15996         to 3.4.0 for x32.
15997         * sysdeps/unix/sysv/linux/configure: Regenerated.
15998
15999 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
16000
16001         [BZ #16151]
16002         * stdlib/strtod_l.c (round_and_return): Do not consider
16003         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
16004         exponent one less than half the least subnormal exponent.
16005         * stdlib/test-strtod-round-data: Add more tests.
16006         * stdlib/tst-strtod-round.c (tests): Regenerated.
16007
16008 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16009
16010         [BZ #14143]
16011         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
16012         (__fe_mask_env): Likewise.
16013         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
16014         libm_hidden_proto and add function prototype.
16015         (__fe_mask_env): Add function prototype.
16016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16017         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
16018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
16019         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
16020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16021         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
16022
16023 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16024
16025         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
16026         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
16027
16028 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16029
16030         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
16031         of htab_find_slot().
16032
16033 2013-11-11  David S. Miller  <davem@davemloft.net>
16034
16035         [BZ #16150]
16036         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
16037         symbol in the non-vis3 case in static builds.
16038         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
16039         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
16040         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
16041         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
16042
16043 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
16044
16045         [BZ #387]
16046         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
16047         it is empty.
16048
16049 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16050
16051         * benchtests/Makefile: Add bench-strtod.
16052         * benchtests/bench-strtod.c: New file: strtod benchtest
16053
16054 2013-11-11  Andreas Schwab  <schwab@suse.de>
16055
16056         [BZ #16153]
16057         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
16058         terminating NUL in key length.
16059
16060 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16061
16062         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
16063         Add artificial ODP entry for vDSO symbol for PPC64.
16064         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
16065         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
16066
16067 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16068
16069         [BZ #15374]
16070         * nss/getent.c (services_keys): Recognize services starting with digit.
16071
16072 2013-11-06  David S. Miller  <davem@davemloft.net>
16073
16074         [BZ #15985]
16075         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
16076         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
16077
16078 2013-11-06  Will Newton  <will.newton@linaro.org>
16079
16080         * manual/memory.texi (Malloc Examples): Remove register
16081         keyword from examples.
16082
16083 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
16084
16085         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
16086
16087 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
16088
16089         [BZ #6981]
16090         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
16091         depending on [__GCC_IEC_559 > 0].
16092         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
16093         depending on [__GCC_IEC_559_COMPLEX > 0].
16094
16095 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
16096
16097         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
16098         to iso-639.def.
16099
16100 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
16101
16102         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
16103
16104 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
16105
16106         [BZ #16112]
16107         * malloc/malloc (malloc_info): Do not handle first bin as
16108         special case.
16109
16110 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
16111
16112         * locale/iso-639.def: Add Central Nahuatl (nhn).
16113
16114 2013-11-01  Bruno Haible  <bruno@clisp.org>
16115
16116         [BZ #7003]
16117         * manual/math.texi (BSD Random): Specify range upper bound as
16118         in POSIX.
16119
16120 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
16121
16122         * locale/iso-639.def: Add Meadow Mari (mhr).
16123
16124 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
16125
16126         [BZ #14752], [BZ #15763]
16127         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
16128         Validate name.
16129         * rt/tst_shm.c: Add test for escaping directory.
16130
16131 2013-10-31  Andreas Schwab  <schwab@suse.de>
16132
16133         [BZ #15917]
16134         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
16135         followed by 'x' as part of digit sequence.
16136         * stdio-common/tst-sscanf.c (double_tests2): New tests.
16137
16138 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
16139
16140         [BZ #16037]
16141         * configure.ac: allow GNU Make 4.0 and greater.
16142         * configure: Regenerated.
16143
16144 2013-10-30  Will Newton  <will.newton@linaro.org>
16145
16146         [BZ #16038]
16147         * malloc/hooks.c (memalign_check): Limit alignment to the
16148         maximum representable power of two.
16149         * malloc/malloc.c (__libc_memalign): Likewise.
16150         * malloc/tst-memalign.c (do_test): Add test for very
16151         large alignment values.
16152         * malloc/tst-posix_memalign.c (do_test): Likewise.
16153
16154 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16155
16156         [BZ #11087]
16157         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
16158         (munmap_chunk): Likewise.
16159         (mremap_chunk): Likewise.
16160
16161 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16162
16163         [BZ #15799]
16164         * stdlib/div.c (div): Remove obsolete code.
16165         * stdlib/ldiv.c (ldiv): Likewise.
16166         * stdlib/lldiv.c (lldiv): Likewise.
16167
16168 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16169
16170         [BZ #16071]
16171         * nss/nss_files/files-XXX.c (get_contents_ret): New
16172         enumerator.
16173         (get_contents): New function.
16174         (internal_getent): Use it.  Expand size of LINEBUFLEN.
16175
16176 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
16177
16178         * configure.in: Moved to ...
16179         * configure.ac: ... here. Change reference to configure.in
16180         to configure.ac.
16181         * sysdeps/arm/preconfigure.ac: ... here.
16182         configure.in to configure.ac.
16183         * sysdeps/gnu/configure.in: Moved to ...
16184         * sysdeps/gnu/configure.ac: ... here.
16185         * sysdeps/i386/configure.in: Moved to ...
16186         * sysdeps/i386/configure.ac: ... here.
16187         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
16188         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
16189         * sysdeps/mach/configure.in: Moved to ...
16190         * sysdeps/mach/configure.ac: ... here.
16191         * sysdeps/mach/hurd/configure.in: Moved to ...
16192         * sysdeps/mach/hurd/configure.ac: ... here.
16193         * sysdeps/powerpc/configure.in: Moved to ...
16194         * sysdeps/powerpc/configure.ac: ... here.
16195         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
16196         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
16197         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
16198         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
16199         * sysdeps/s390/s390-32/configure.in: Moved to ...
16200         * sysdeps/s390/s390-32/configure.ac: ... here.
16201         * sysdeps/s390/s390-64/configure.in: Moved to ...
16202         * sysdeps/s390/s390-64/configure.ac: ... here.
16203         * sysdeps/sh/configure.in: Moved to ...
16204         * sysdeps/sh/configure.ac: ... here.
16205         * sysdeps/sparc/configure.in: Moved to ...
16206         * sysdeps/sparc/configure.ac: ... here.
16207         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
16208         * sysdeps/unix/sysv/linux/configure.ac: ... here.
16209         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
16210         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
16211         * sysdeps/x86_64/configure.in: Moved to ...
16212         * sysdeps/x86_64/configure.ac: ... here.
16213         * sysdeps/x86_64/preconfigure.in: Moved to ...
16214         * sysdeps/x86_64/preconfigure.ac: ... here.
16215         * aclocal.m4: Change reference to configure.in to configure.ac.
16216         * config.h.in: Likewise.
16217         * manual/install.texi: Likewise.
16218         * manual/maint.texi: Likewise.
16219         * Makefile: Likewise.
16220         * malloc/Makefile: Likewise.
16221         * nscd/Makefile: Likewise.
16222         * Makeconfig: Change reference to configure.in and
16223         preconfigure.in to configure.ac and preconfigure.ac
16224         respectively.
16225         * INSTALL: Regenerated.
16226         * configure: Likewise.
16227         * sysdeps/gnu/configure: Likewise.
16228         * sysdeps/i386/configure: Likewise.
16229         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
16230         * sysdeps/mach/configure: Likewise.
16231         * sysdeps/mach/hurd/configure: Likewise.
16232         * sysdeps/powerpc/configure: Likewise.
16233         * sysdeps/powerpc/powerpc32/configure: Likewise.
16234         * sysdeps/powerpc/powerpc64/configure: Likewise.
16235         * sysdeps/s390/s390-32/configure: Likewise.
16236         * sysdeps/s390/s390-64/configure: Likewise.
16237         * sysdeps/sh/configure: Likewise.
16238         * sysdeps/sparc/configure: Likewise.
16239         * sysdeps/unix/sysv/linux/configure: Likewise.
16240         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
16241         * sysdeps/x86_64/configure: Likewise.
16242         * sysdeps/x86_64/preconfigure: Likewise.
16243
16244 2013-10-29  Andreas Schwab  <schwab@suse.de>
16245
16246         * stdio-common/Makefile (tst-swscanf-ENV): Define.
16247
16248 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16249
16250         * benchtests/pow-inputs: Add new inputs.
16251
16252         * benchtests/exp-inputs: Add new inputs.
16253
16254         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
16255         conditional check for return value.
16256         (__cos32): Likewise.
16257
16258 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16259
16260         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
16261         to provide a boost for large inputs with word alignment.
16262         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
16263         implementation based on optimized PPC64 strcpy.
16264         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
16265         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
16266         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
16267         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
16268
16269 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16270
16271         [BZ #2801]
16272         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
16273
16274 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16275
16276         [BZ #14876]
16277         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
16278         * time/tst-strptime.c (day_tests): Add testcase.
16279
16280 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16281
16282         [BZ #14029]
16283         * manual/pattern.texi: Acknowledge that fnmatch can fail.
16284
16285 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
16286
16287         [BZ #16074]
16288         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
16289         MAP_FAILED on error.
16290
16291 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
16292
16293         [BZ #16072]
16294         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
16295         heap for large requests.
16296
16297 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
16298
16299         [BZ #9954]
16300         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
16301         result if the result has no associated interface.
16302         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
16303         interface for all 127.X.Y.Z addresses.
16304
16305 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
16306
16307         * locale/iso-639.def: Add Ligurian (lij)
16308
16309 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
16310
16311         [BZ #15825]
16312         * sunrpc/rpc_main.c: Document rpcgen -5.
16313
16314 2013-10-19  Michael Stahl  <mstahl@redhat.com>
16315
16316         * elf/rtld.c (do_preload): Print the reason why preloading failed.
16317
16318 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16319
16320         [BZ #10278]
16321         * posix/glob.c: Match only directories when trailing slash is present.
16322         * posix/tst-gnuglob.c (my_opendir): Do not open files.
16323         (main): Add testcase.
16324
16325 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16326
16327         [BZ #15670]
16328         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
16329
16330 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
16331
16332         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
16333         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
16334         AUTH_DES and cindex for FIPS 140-2.
16335         (DES Encryption): Add cindex FIPS 46-3.
16336
16337         * locale/locarchive.h (struct locarhandle): Add fname.
16338         * locale/programs/localedef.c (main): Pass ARGV[remaining]
16339         if an optional argument was specified to --list-archive,
16340         otherwise NULL.
16341         * locale/programs/locarchive.c (show_archive_content): Take new
16342         argument fname and pass it via ah.fname to open_archive.
16343         * locale/programs/localedef.h: Update decl.
16344         (open_archive): If AH->fname is non-null, open that file
16345         rather than the default file name, and don't ignore ENOENT.
16346         (create_archive): Set AH.fname to NULL.
16347         (delete_locales_from_archive): Likewise.
16348         (add_locales_to_archive): Likewise.
16349         * locale/programs/locfile.c (write_all_categories): Likewise.
16350
16351 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
16352             Aldy Hernandez  <aldyh@redhat.com>
16353
16354         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
16355         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
16356         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
16357         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
16358         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
16359         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
16360         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
16361         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
16362         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
16363         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
16364         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
16365         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
16366         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
16367         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
16368         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
16369         Likewise.
16370         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
16371         Likewise.
16372         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
16373         Likewise.
16374         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
16375         Likewise.
16376         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
16377         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
16378         Likewise.
16379         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
16380         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
16381         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
16382         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
16383         Likewise.
16384         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
16385         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
16386         * sysdeps/powerpc/preconfigure: Likewise.
16387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
16388         Likewise.
16389         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
16390         Replace contents of file by #include of <fenv_libc.h>.
16391         * sysdeps/powerpc/soft-fp/sfp-machine.h
16392         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
16393         and <sys/prctl.h>.
16394         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
16395         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
16396         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
16397         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
16398         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
16399         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
16400         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
16401         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
16402         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
16403         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
16404         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
16405         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
16406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16407         Allow copysignl PLT reference to be missing.
16408
16409 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
16410             Joseph Myers  <joseph@codesourcery.com
16411
16412         [BZ #15948]
16413         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
16414         single character.
16415         (add_to_tablewc): Assert sequence of wide characters is nonempty.
16416
16417 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16418
16419         * elf/tst-tls-dlinfo.c: Don't include tls.h.
16420         * elf/tst-tls1.c: Likewise.
16421         * elf/tst-tls10.h: Likewise.
16422         * elf/tst-tls14.c: Likewise.
16423         * elf/tst-tls2.c: Likewise.
16424         * elf/tst-tls3.c: Likewise.
16425         * elf/tst-tls4.c: Likewise.
16426         * elf/tst-tls5.c: Likewise.
16427         * elf/tst-tls6.c: Likewise.
16428         * elf/tst-tls7.c: Likewise.
16429         * elf/tst-tls8.c: Likewise.
16430         * elf/tst-tls9.c: Likewise.
16431         * elf/tst-tlsmod1.c: Likewise.
16432         * elf/tst-tlsmod13.c: Likewise.
16433         * elf/tst-tlsmod13a.c: Likewise.
16434         * elf/tst-tlsmod14a.c: Likewise.
16435         * elf/tst-tlsmod16a.c: Likewise.
16436         * elf/tst-tlsmod16b.c: Likewise.
16437         * elf/tst-tlsmod2.c: Likewise.
16438         * elf/tst-tlsmod3.c: Likewise.
16439         * elf/tst-tlsmod4.c: Likewise.
16440         * elf/tst-tlsmod5.c: Likewise.
16441         * elf/tst-tlsmod6.c: Likewise.
16442
16443 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
16444
16445         [BZ #12486]
16446         * malloc/malloc.c: remove checks for statistics.
16447
16448 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16449
16450         [BZ #15277]
16451         * inet/inet_net.c (inet_network): Detect additional invalid strings.
16452         * inet/tst-network.c: Add testcase.
16453
16454 2013-10-17  Andreas Schwab  <schwab@suse.de>
16455
16456         [BZ #15218]
16457         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
16458         to determine canonical name.
16459
16460 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16461
16462         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
16463         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
16464         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
16465         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
16466         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
16467         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
16468         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
16469         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
16470         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
16471         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
16472         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
16473         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
16474         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16475         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
16476         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
16477         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
16478         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
16479         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
16480         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
16481         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
16482         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
16483         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
16484         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
16485         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
16486         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
16487         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
16488         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
16489         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
16490         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
16491         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
16492         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
16493         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
16494         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
16495         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
16496         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
16497         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16498         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16499         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
16500         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
16501         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
16502         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
16503         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
16504         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
16505         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
16506         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
16507         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16508         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
16509         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
16510         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
16511         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
16512         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
16513         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
16514         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
16515         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
16516         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16517         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
16518         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
16519         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
16520
16521 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
16522
16523         [BZ #16041]
16524         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
16525         make result into a quiet NaN.
16526
16527 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
16528
16529         * soft-fp/adddf3.c: Fix horizontal whitespace.
16530         * soft-fp/addsf3.c: Likewise.
16531         * soft-fp/addtf3.c: Likewise.
16532         * soft-fp/divdf3.c: Likewise.
16533         * soft-fp/divsf3.c: Likewise.
16534         * soft-fp/divtf3.c: Likewise.
16535         * soft-fp/double.h: Likewise.
16536         * soft-fp/eqdf2.c: Likewise.
16537         * soft-fp/eqsf2.c: Likewise.
16538         * soft-fp/eqtf2.c: Likewise.
16539         * soft-fp/extenddftf2.c: Likewise.
16540         * soft-fp/extended.h: Likewise.
16541         * soft-fp/extendsfdf2.c: Likewise.
16542         * soft-fp/extendsftf2.c: Likewise.
16543         * soft-fp/extendxftf2.c: Likewise.
16544         * soft-fp/fixdfdi.c: Likewise.
16545         * soft-fp/fixdfsi.c: Likewise.
16546         * soft-fp/fixdfti.c: Likewise.
16547         * soft-fp/fixsfdi.c: Likewise.
16548         * soft-fp/fixsfsi.c: Likewise.
16549         * soft-fp/fixsfti.c: Likewise.
16550         * soft-fp/fixtfdi.c: Likewise.
16551         * soft-fp/fixtfsi.c: Likewise.
16552         * soft-fp/fixtfti.c: Likewise.
16553         * soft-fp/fixunsdfdi.c: Likewise.
16554         * soft-fp/fixunsdfsi.c: Likewise.
16555         * soft-fp/fixunsdfti.c: Likewise.
16556         * soft-fp/fixunssfdi.c: Likewise.
16557         * soft-fp/fixunssfsi.c: Likewise.
16558         * soft-fp/fixunssfti.c: Likewise.
16559         * soft-fp/fixunstfdi.c: Likewise.
16560         * soft-fp/fixunstfsi.c: Likewise.
16561         * soft-fp/fixunstfti.c: Likewise.
16562         * soft-fp/floatdidf.c: Likewise.
16563         * soft-fp/floatdisf.c: Likewise.
16564         * soft-fp/floatditf.c: Likewise.
16565         * soft-fp/floatsidf.c: Likewise.
16566         * soft-fp/floatsisf.c: Likewise.
16567         * soft-fp/floatsitf.c: Likewise.
16568         * soft-fp/floattidf.c: Likewise.
16569         * soft-fp/floattisf.c: Likewise.
16570         * soft-fp/floattitf.c: Likewise.
16571         * soft-fp/floatundidf.c: Likewise.
16572         * soft-fp/floatundisf.c: Likewise.
16573         * soft-fp/floatunditf.c: Likewise.
16574         * soft-fp/floatunsidf.c: Likewise.
16575         * soft-fp/floatunsisf.c: Likewise.
16576         * soft-fp/floatunsitf.c: Likewise.
16577         * soft-fp/floatuntidf.c: Likewise.
16578         * soft-fp/floatuntisf.c: Likewise.
16579         * soft-fp/floatuntitf.c: Likewise.
16580         * soft-fp/fmadf4.c: Likewise.
16581         * soft-fp/fmasf4.c: Likewise.
16582         * soft-fp/fmatf4.c: Likewise.
16583         * soft-fp/gedf2.c: Likewise.
16584         * soft-fp/gesf2.c: Likewise.
16585         * soft-fp/getf2.c: Likewise.
16586         * soft-fp/ledf2.c: Likewise.
16587         * soft-fp/lesf2.c: Likewise.
16588         * soft-fp/letf2.c: Likewise.
16589         * soft-fp/muldf3.c: Likewise.
16590         * soft-fp/mulsf3.c: Likewise.
16591         * soft-fp/multf3.c: Likewise.
16592         * soft-fp/negdf2.c: Likewise.
16593         * soft-fp/negsf2.c: Likewise.
16594         * soft-fp/negtf2.c: Likewise.
16595         * soft-fp/op-1.h: Likewise.
16596         * soft-fp/op-2.h: Likewise.
16597         * soft-fp/op-4.h: Likewise.
16598         * soft-fp/op-8.h: Likewise.
16599         * soft-fp/op-common.h: Likewise.
16600         * soft-fp/quad.h: Likewise.
16601         * soft-fp/single.h: Likewise.
16602         * soft-fp/soft-fp.h: Likewise.
16603         * soft-fp/sqrtdf2.c: Likewise.
16604         * soft-fp/sqrtsf2.c: Likewise.
16605         * soft-fp/sqrttf2.c: Likewise.
16606         * soft-fp/subdf3.c: Likewise.
16607         * soft-fp/subsf3.c: Likewise.
16608         * soft-fp/subtf3.c: Likewise.
16609         * soft-fp/truncdfsf2.c: Likewise.
16610         * soft-fp/trunctfdf2.c: Likewise.
16611         * soft-fp/trunctfsf2.c: Likewise.
16612         * soft-fp/trunctfxf2.c: Likewise.
16613         * soft-fp/unorddf2.c: Likewise.
16614         * soft-fp/unordsf2.c: Likewise.
16615         * soft-fp/unordtf2.c: Likewise.
16616
16617 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
16618
16619         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
16620         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
16621
16622 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
16623
16624         * elf/dl-libc.c: Clear initfini list after freeing.
16625
16626 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
16627
16628         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
16629         * soft-fp/addsf3.c: Likewise.
16630         * soft-fp/addtf3.c: Likewise.
16631         * soft-fp/divdf3.c: Likewise.
16632         * soft-fp/divsf3.c: Likewise.
16633         * soft-fp/divtf3.c: Likewise.
16634         * soft-fp/double.h: Likewise.
16635         * soft-fp/eqdf2.c: Likewise.
16636         * soft-fp/eqsf2.c: Likewise.
16637         * soft-fp/eqtf2.c: Likewise.
16638         * soft-fp/extenddftf2.c: Likewise.
16639         * soft-fp/extended.h: Likewise.
16640         * soft-fp/extendsfdf2.c: Likewise.
16641         * soft-fp/extendsftf2.c: Likewise.
16642         * soft-fp/extendxftf2.c: Likewise.
16643         * soft-fp/fixdfdi.c: Likewise.
16644         * soft-fp/fixdfsi.c: Likewise.
16645         * soft-fp/fixdfti.c: Likewise.
16646         * soft-fp/fixsfdi.c: Likewise.
16647         * soft-fp/fixsfsi.c: Likewise.
16648         * soft-fp/fixsfti.c: Likewise.
16649         * soft-fp/fixtfdi.c: Likewise.
16650         * soft-fp/fixtfsi.c: Likewise.
16651         * soft-fp/fixtfti.c: Likewise.
16652         * soft-fp/fixunsdfdi.c: Likewise.
16653         * soft-fp/fixunsdfsi.c: Likewise.
16654         * soft-fp/fixunsdfti.c: Likewise.
16655         * soft-fp/fixunssfdi.c: Likewise.
16656         * soft-fp/fixunssfsi.c: Likewise.
16657         * soft-fp/fixunssfti.c: Likewise.
16658         * soft-fp/fixunstfdi.c: Likewise.
16659         * soft-fp/fixunstfsi.c: Likewise.
16660         * soft-fp/fixunstfti.c: Likewise.
16661         * soft-fp/floatdidf.c: Likewise.
16662         * soft-fp/floatdisf.c: Likewise.
16663         * soft-fp/floatditf.c: Likewise.
16664         * soft-fp/floatsidf.c: Likewise.
16665         * soft-fp/floatsisf.c: Likewise.
16666         * soft-fp/floatsitf.c: Likewise.
16667         * soft-fp/floattidf.c: Likewise.
16668         * soft-fp/floattisf.c: Likewise.
16669         * soft-fp/floattitf.c: Likewise.
16670         * soft-fp/floatundidf.c: Likewise.
16671         * soft-fp/floatundisf.c: Likewise.
16672         * soft-fp/floatunsidf.c: Likewise.
16673         * soft-fp/floatunsisf.c: Likewise.
16674         * soft-fp/floatuntidf.c: Likewise.
16675         * soft-fp/floatuntisf.c: Likewise.
16676         * soft-fp/floatuntitf.c: Likewise.
16677         * soft-fp/fmadf4.c: Likewise.
16678         * soft-fp/fmasf4.c: Likewise.
16679         * soft-fp/fmatf4.c: Likewise.
16680         * soft-fp/gedf2.c: Likewise.
16681         * soft-fp/gesf2.c: Likewise.
16682         * soft-fp/getf2.c: Likewise.
16683         * soft-fp/ledf2.c: Likewise.
16684         * soft-fp/lesf2.c: Likewise.
16685         * soft-fp/letf2.c: Likewise.
16686         * soft-fp/muldf3.c: Likewise.
16687         * soft-fp/mulsf3.c: Likewise.
16688         * soft-fp/multf3.c: Likewise.
16689         * soft-fp/negdf2.c: Likewise.
16690         * soft-fp/negsf2.c: Likewise.
16691         * soft-fp/negtf2.c: Likewise.
16692         * soft-fp/op-1.h: Likewise.
16693         * soft-fp/op-2.h: Likewise.
16694         * soft-fp/op-4.h: Likewise.
16695         * soft-fp/op-8.h: Likewise.
16696         * soft-fp/op-common.h: Likewise.
16697         * soft-fp/quad.h: Likewise.
16698         * soft-fp/single.h: Likewise.
16699         * soft-fp/soft-fp.h: Likewise.
16700         * soft-fp/sqrtdf2.c: Likewise.
16701         * soft-fp/sqrtsf2.c: Likewise.
16702         * soft-fp/sqrttf2.c: Likewise.
16703         * soft-fp/subdf3.c: Likewise.
16704         * soft-fp/subsf3.c: Likewise.
16705         * soft-fp/subtf3.c: Likewise.
16706         * soft-fp/truncdfsf2.c: Likewise.
16707         * soft-fp/trunctfdf2.c: Likewise.
16708         * soft-fp/trunctfsf2.c: Likewise.
16709         * soft-fp/trunctfxf2.c: Likewise.
16710         * soft-fp/unorddf2.c: Likewise.
16711         * soft-fp/unordsf2.c: Likewise.
16712         * soft-fp/unordtf2.c: Likewise.
16713
16714 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
16715
16716         [BZ #15672]
16717         * misc/error.c (error_tail): Fix possible buffer overflow.
16718
16719 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
16720
16721         [BZ #13028]
16722         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
16723         address.
16724
16725 2013-10-14  P. J. McDermott  <pj@pehjota.net>
16726
16727         [BZ #832]
16728         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
16729         testing pipefail option.
16730
16731 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16732
16733         * soft-fp/double.h: Indent preprocessor directives inside #if.
16734         * soft-fp/extended.h: Likewise.
16735         * soft-fp/op-2.h: Likewise.
16736         * soft-fp/op-4.h: Likewise.
16737         * soft-fp/op-common.h: Likewise.
16738         * soft-fp/quad.h: Likewise.
16739         * soft-fp/single.h: Likewise.
16740         * soft-fp/soft-fp.h: Likewise.
16741
16742 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
16743
16744         * iconv/iconv_prog.c: Fix typos.
16745         * stdio-common/psiginfo-data.h: Likewise.
16746
16747 2013-10-12   Reuben Thomas <rrt@sc3d.org>
16748
16749         [BZ #15764]
16750         * locale/setlocale.c: Fix typo.
16751
16752 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16753
16754         [BZ #16036]
16755         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16756         signaling NaN arguments.
16757         * soft-fp/unordsf2.c (__unordsf2): Likewise.
16758         * soft-fp/unordtf2.c (__unordtf2): Likewise.
16759
16760         [BZ #14910]
16761         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16762         unordered operands.
16763         * soft-fp/gesf2.c (__gesf2): Likewise.
16764         * soft-fp/getf2.c (__getf2): Likewise.
16765         * soft-fp/ledf2.c (__ledf2): Likewise.
16766         * soft-fp/lesf2.c (__lesf2): Likewise.
16767         * soft-fp/letf2.c (__letf2): Likewise.
16768
16769         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16770         * soft-fp/eqsf2.c (__eqsf2): Likewise.
16771         * soft-fp/eqtf2.c (__eqtf2): Likewise.
16772         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16773         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16774         * soft-fp/fixdfti.c (__fixdfti): Likewise.
16775         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16776         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16777         * soft-fp/fixsfti.c (__fixsfti): Likewise.
16778         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16779         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16780         * soft-fp/fixtfti.c (__fixtfti): Likewise.
16781         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16782         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16783         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16784         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16785         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16786         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16787         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16788         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16789         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16790         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16791         * soft-fp/floatdisf.c (__floatdisf): Likewise.
16792         * soft-fp/floatsisf.c (__floatsisf): Likewise.
16793         * soft-fp/floattidf.c (__floattidf): Likewise.
16794         * soft-fp/floattisf.c (__floattisf): Likewise.
16795         * soft-fp/floattitf.c (__floattitf): Likewise.
16796         * soft-fp/floatundidf.c (__floatundidf): Likewise.
16797         * soft-fp/floatundisf.c (__floatundisf): Likewise.
16798         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16799         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16800         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16801         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16802         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16803         * soft-fp/gesf2.c (__gesf2): Likewise.
16804         * soft-fp/getf2.c (__getf2): Likewise.
16805         * soft-fp/ledf2.c (__ledf2): Likewise.
16806         * soft-fp/lesf2.c (__lesf2): Likewise.
16807         * soft-fp/letf2.c (__letf2): Likewise.
16808
16809         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16810         Undefine and redefine.
16811         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16812         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16813         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16814         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16815         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16816         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16817         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16818         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16819         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16820         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16821         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16822         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16823         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16824         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16825         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16826
16827         [BZ #16032]
16828         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16829         without decrementing exponent if mantissa >= that for the
16830         denominator, not >.
16831         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16832         denominator, not >.  Decrement exponent in < case instead of
16833         incrementing in >= case.
16834         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16835         without decrementing exponent if mantissa >= that for the
16836         denominator, not >.
16837
16838         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16839         computing saturated result for unsigned overflow.
16840
16841 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16842             Jeff Law  <law@redhat.com>
16843
16844         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16845         (atan2Mp): Add systemtap probe marker.
16846         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16847         (__ieee754_log): Add systemtap probe marker.
16848         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16849         (atanMp): Add systemtap probe marker.
16850         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16851         (tanMp): Add systemtap probe marker.
16852         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16853         (__slowexp): Add systemtap probe marker.
16854         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16855         (__slowpow): Add systemtap probe marker.
16856         * manual/probes.texi: Document probes.
16857
16858 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
16859
16860         [BZ #15362]
16861         * libio/fileops.c (_IO_new_file_write): Return count of bytes
16862         written.
16863         (_IO_new_file_xsputn): Don't return EOF if nothing has been
16864         written.
16865         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16866         written to buffer but not flushed.
16867         * libio/iofwrite_u.c:  Likewise.
16868         * libio/iopadn.c:  Return bytes returned even if EOF was
16869         encountered.
16870         * libio/iowpadn.c:  Likewise.
16871         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16872         if _IO_padn does not write the whole buffer.
16873         [!COMPILE_WPRINTF] (PAD): Likewise.
16874
16875 2013-10-10  David S. Miller  <davem@davemloft.net>
16876
16877         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16878         directory block.
16879
16880 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16881
16882         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
16883         instead of FSF address.
16884         * soft-fp/fixdfti.c: Likewise.
16885         * soft-fp/fixsfti.c: Likewise.
16886         * soft-fp/fixtfti.c: Likewise.
16887         * soft-fp/fixunsdfti.c: Likewise.
16888         * soft-fp/fixunssfti.c: Likewise.
16889         * soft-fp/fixunstfti.c: Likewise.
16890         * soft-fp/floattidf.c: Likewise.
16891         * soft-fp/floattisf.c: Likewise.
16892         * soft-fp/floattitf.c: Likewise.
16893         * soft-fp/floatuntidf.c: Likewise.
16894         * soft-fp/floatuntisf.c: Likewise.
16895         * soft-fp/floatuntitf.c: Likewise.
16896         * soft-fp/trunctfxf2.c: Likewise.
16897
16898         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
16899         * soft-fp/fixdfti.c: Likewise.
16900         * soft-fp/fixsfti.c: Likewise.
16901         * soft-fp/fixtfti.c: Likewise.
16902         * soft-fp/fixunsdfti.c: Likewise.
16903         * soft-fp/fixunssfti.c: Likewise.
16904         * soft-fp/fixunstfti.c: Likewise.
16905         * soft-fp/floattidf.c: Likewise.
16906         * soft-fp/floattisf.c: Likewise.
16907         * soft-fp/floattitf.c: Likewise.
16908         * soft-fp/floatuntidf.c: Likewise.
16909         * soft-fp/floatuntisf.c: Likewise.
16910         * soft-fp/floatuntitf.c: Likewise.
16911         * soft-fp/trunctfxf2.c: Likewise.
16912
16913 2013-10-10  David S. Miller  <davem@davemloft.net>
16914
16915         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16916
16917 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
16918
16919         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16920         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
16921         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
16922         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
16923         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
16924         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
16925         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
16926
16927         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
16928         for NaNs before doing comparisons on argument.
16929         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
16930         Likewise.
16931
16932 2013-10-10  Will Newton  <will.newton@linaro.org>
16933
16934         * malloc/hooks.c (memalign_check): Ensure the value of bytes
16935         passed to _int_memalign does not overflow.
16936
16937 2013-10-10  Torvald Riegel  <triegel@redhat.com>
16938
16939         * scripts/bench.pl: Add include-sources directive.
16940         * benchtests/README: Update documentation.
16941
16942 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16943
16944         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
16945         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
16946         instead of FP_INIT_ROUNDMODE.
16947         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
16948         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
16949
16950         [BZ #16034]
16951         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
16952         copy class of input value.
16953         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
16954         not handle exceptions.
16955         * soft-fp/negsf2.c (__negsf2): Likewise.
16956         * soft-fp/negtf2.c (__negtf2): Likewise.
16957         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
16958
16959 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
16960
16961         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
16962         semicolon.  From Linux kernel.
16963
16964 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
16965
16966         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
16967
16968 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
16969
16970         [BZ #156]
16971         * manual/socket.texi: Added statement about buffer
16972         for gethostbyname2_r.
16973
16974 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
16975
16976         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
16977         Use .p2align directive instead, throughout.
16978         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
16979         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
16980         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
16981         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
16982         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
16983         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
16984         * sysdeps/x86_64/strchr.S: Likewise.
16985         * sysdeps/x86_64/strrchr.S: Likewise.
16986
16987 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
16988
16989         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
16990
16991         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
16992
16993         * sysdeps/generic/math_private.h (__mpsin1): Remove
16994         declaration.
16995         (__mpcos1): Likewise.
16996         (__mpsin): New argument __range_reduce.
16997         (__mpcos): Likewise.
16998         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16999         (slow): Use __mpsin and __mpcos.
17000         (slow1): Likewise.
17001         (slow2): Likewise.
17002         (sloww): Likewise.
17003         (sloww1): Likewise.
17004         (sloww2): Likewise.
17005         (bsloww): Likewise.
17006         (bsloww1): Likewise.
17007         (bsloww2): Likewise.
17008         (cslow2): Likewise.
17009         (csloww): Likewise.
17010         (csloww1): Likewise.
17011         (csloww2): Likewise.
17012         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
17013         range_reduce.  Merge in __mpsin1.
17014         (__mpcos): Likewise.
17015         (__mpsin1): Remove.
17016         (__mpcos1): Likewise.
17017
17018 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
17019
17020         * locale/loadlocale.c (_nl_intern_locale_data): Use
17021         LOCFILE_ALIGNED_P.
17022         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
17023         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
17024         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
17025         obstack data is appropriately aligned.
17026         (obstack_int32_grow_fast): Likewise.
17027         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
17028         * locale/programs/locfile.c (add_locale_uint32): Likewise.
17029         (add_locale_uint32_array): Likewise.
17030
17031 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
17032
17033         * benchtests/Makefile: Remove ARGLIST and RET variables.
17034         ($(objpfx)bench-%.c): Pass only function name to the script.
17035         * benchtests/README: Update documentation.
17036         * benchtests/acos-inputs: Add new directives.
17037         * benchtests/acosh-inputs: Likewise.
17038         * benchtests/asin-inputs: Likewise.
17039         * benchtests/asinh-inputs: Likewise.
17040         * benchtests/atan-inputs: Likewise.
17041         * benchtests/atanh-inputs: Likewise.
17042         * benchtests/cos-inputs: Likewise.
17043         * benchtests/cosh-inputs: Likewise.
17044         * benchtests/exp-inputs: Likewise.
17045         * benchtests/log-inputs: Likewise.
17046         * benchtests/pow-inputs: Likewise.
17047         * benchtests/rint-inputs: Likewise.
17048         * benchtests/sin-inputs: Likewise.
17049         * benchtests/sinh-inputs: Likewise.
17050         * benchtests/tan-inputs: Likewise.
17051         * benchtests/tanh-inputs: Likewise.
17052         * scripts/bench.pl: Add support for new directives.
17053
17054 2013-10-07  Alan Modra  <amodra@gmail.com>
17055
17056         * README: Fix careless merge.
17057
17058 2013-10-05  Alan Modra  <amodra@gmail.com>
17059
17060         * NEWS: Mention powerpc64le support and bugs fixed.
17061         * README: Both big-endian and little-endian powerpc64 supported.
17062
17063 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17064
17065         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
17066         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
17067         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
17068         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
17069
17070 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
17071
17072         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
17073         match prototype.
17074
17075 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
17076
17077         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
17078         Move -mhard-float appending from
17079         ports/sysdeps/powerpc/powerpc32/Makefile.
17080         [$(with-fp) = yes] (ASFLAGS): Likewise.
17081         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
17082         * sysdeps/powerpc/nofpu: Move directory from
17083         ports/sysdeps/powerpc/nofpu.
17084         * sysdeps/powerpc/soft-fp: Move directory from
17085         ports/sysdeps/powerpc/soft-fp.
17086         * sysdeps/powerpc/powerpc32/405: Move directory from
17087         ports/sysdeps/powerpc/powerpc32/405.
17088         * sysdeps/powerpc/powerpc32/440: Move directory from
17089         ports/sysdeps/powerpc/powerpc32/440.
17090         * sysdeps/powerpc/powerpc32/464: Move directory from
17091         ports/sysdeps/powerpc/powerpc32/464.
17092         * sysdeps/powerpc/powerpc32/476: Move directory from
17093         ports/sysdeps/powerpc/powerpc32/476.
17094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
17095         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
17096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
17097         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
17098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
17099         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
17100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
17101         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
17102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
17103         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
17104         * README: Update for powerpc-*-linux-gnu software floating point
17105         support in libc.
17106
17107         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
17108         case to powerpc/powerpc32*.
17109         * sysdeps/unix/sysv/linux/configure: Regenerated.
17110
17111         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
17112         (_FPU_MASK_OM): Define as 0x04.
17113         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
17114         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
17115         0x00c10080.
17116         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
17117         0x0000003c.
17118         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
17119
17120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
17121         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17122         getcontext_e500.
17123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
17124         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17125         setcontext_e500.
17126         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
17127         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
17128         and setcontext_e500.
17129
17130 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
17131
17132         * locale/iso-3166.def: Update iso-1366.def and related occurrences
17133
17134 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17135
17136         * manual/threads.texi (Default Thread Attributes): Fix typo.
17137
17138 2013-10-04  Will Newton  <will.newton@linaro.org>
17139
17140         * malloc/Makefile: Add tst-memalign.
17141         * malloc/tst-memalign.c: New file.
17142
17143         * malloc/tst-posix_memalign.c: Add comments.
17144         (do_test): Add comments and call free on all potentially
17145         allocated pointers. Add space after cast.
17146
17147         * malloc/tst-pvalloc.c: Add comments.
17148         (do_test): Add comments and call free on all potentially
17149         allocated pointers. Remove duplicate check for NULL pointer.
17150         Add space after cast.
17151
17152         * malloc/tst-valloc.c: Add comments.
17153         (do_test): Add comments and call free on all potentially
17154         allocated pointers. Remove duplicate check for NULL pointer.
17155         Add space after cast.
17156
17157 2013-10-04  Alan Modra  <amodra@gmail.com>
17158
17159         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17160         Use stdint types in rather than __attribute__((mode())).
17161         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17162
17163 2013-10-04  Alan Modra  <amodra@gmail.com>
17164
17165         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17166         Correct handling of unaligned relocs for little-endian.
17167         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17168
17169 2013-10-04  Alan Modra  <amodra@gmail.com>
17170
17171         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
17172         * configure: Regenerate.
17173         * nptl/shlib-versions: Powerpc*le starts at 2.18.
17174         * shlib-versions: Likewise.
17175
17176 2013-10-04  Alan Modra  <amodra@gmail.com>
17177
17178         * string/tester.c (test_memrchr): Increment reported test cycle.
17179
17180 2013-10-04  Alan Modra  <amodra@gmail.com>
17181
17182         * string/test-memcpy.c (do_one_test): When reporting errors, print
17183         string address and don't overrun end of string.
17184
17185 2013-10-04  Alan Modra  <amodra@gmail.com>
17186
17187         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
17188         insrdi.  Make better use of reg selection to speed exit slightly.
17189         Schedule entry path a little better.  Remove useless "are we done"
17190         checks on entry to main loop.  Handle wrapping around zero address.
17191         Correct main loop count.  Handle single left-over word from main
17192         loop inline rather than by using loop_small.  Remove extra word
17193         case in loop_small caused by wrong loop count.  Add little-endian
17194         support.
17195         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
17196         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
17197         cache hint.
17198         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
17199         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
17200         support.  Avoid rlwimi.
17201         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
17202
17203 2013-10-04  Alan Modra  <amodra@gmail.com>
17204
17205         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
17206         insrdi.  Formatting.
17207         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
17208         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17209         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
17210         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
17211         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17212         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
17213
17214 2013-10-04  Alan Modra  <amodra@gmail.com>
17215
17216         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
17217         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17218         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
17219         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
17220         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
17221         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
17222         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17223         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
17224         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
17225         use of regs.  Use power7 mtocrf.  Tidy function tails.
17226
17227 2013-10-04  Alan Modra  <amodra@gmail.com>
17228
17229         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
17230         Formatting.  Consistently use rXXX register defines or rN defines.
17231         Use early exit labels that avoid restoring unused non-volatile regs.
17232         Make cr field use more consistent with rWORDn compares.  Rename
17233         regs used as shift registers for unaligned loop, using rN defines
17234         for short lifetime/multiple use regs.
17235         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
17236         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
17237         addi 1,1,64 to pop stack frame.  Simplify return value code.
17238         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17239
17240 2013-10-04  Alan Modra  <amodra@gmail.com>
17241
17242         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
17243         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
17244         rather than rlwimi.
17245         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
17246         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
17247         little-endian support.  Correct typos.
17248         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
17249         rather than rlwimi.
17250         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
17251         in loop and entry code to keep "and." results.
17252         (strchr): Add little-endian support.  Comment.  Move cntlzd
17253         earlier in tail.
17254         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
17255
17256 2013-10-04  Alan Modra  <amodra@gmail.com>
17257
17258         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
17259         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
17260         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
17261         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
17262
17263 2013-10-04  Alan Modra  <amodra@gmail.com>
17264
17265         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
17266         (rTMP): Define as r11.
17267         (strcmp): Add little-endian support.  Optimise tail.
17268         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
17269         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
17270         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
17271         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17272         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
17273         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17274         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17275
17276 2013-10-04  Alan Modra  <amodra@gmail.com>
17277
17278         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
17279         little-endian support.  Remove unnecessary "are we done" tests.
17280         Handle "s" wrapping around zero and extremely large "size".
17281         Correct main loop count.  Handle single left-over word from main
17282         loop inline rather than by using small_loop.  Correct comments.
17283         Delete "zero" tail, use "end_max" instead.
17284         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
17285
17286 2013-10-04  Alan Modra  <amodra@gmail.com>
17287
17288         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
17289         support.  Don't branch over align.
17290         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
17291         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
17292         support.  Rearrange tmp reg use to suit.  Comment.
17293         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
17294
17295 2013-10-04  Alan Modra  <amodra@gmail.com>
17296
17297         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
17298
17299 2013-10-04  Alan Modra  <amodra@gmail.com>
17300
17301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
17302         conditional form of branch and link when obtaining pc.
17303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
17304
17305 2013-10-04  Alan Modra  <amodra@gmail.com>
17306
17307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
17308         HIWORD/LOWORD.
17309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
17310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
17311
17312 2013-10-04  Alan Modra  <amodra@gmail.com>
17313
17314         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
17315         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
17316         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
17317         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
17318         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17319         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17320         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
17321         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17322         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
17323         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
17324
17325 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17326             Alistair Popple <alistair@ozlabs.au.ibm.com>
17327             Alan Modra <amodra@gmail.com>
17328
17329         [BZ #15723]
17330         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
17331         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
17332         _dl_hwcap access for little-endian.
17333         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
17334         destroy vmx regs when saving unaligned.
17335         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
17336         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
17337         destroy vmx regs when saving unaligned.
17338
17339 2013-10-04  Alan Modra  <amodra@gmail.com>
17340
17341         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
17342         Don't use a union to pack hi/low value.
17343
17344 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17345
17346         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
17347         for little-endian.
17348         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
17349         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
17350         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
17351         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
17352         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
17353
17354 2013-10-04  Alan Modra  <amodra@gmail.com>
17355
17356         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
17357         constants to usual value for .cst8 section, and remove redundant
17358         high address load.
17359         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
17360         constant for 0x1p52.  Load little-endian words of double from
17361         correct stack offsets.
17362
17363 2013-10-04  Alan Modra  <amodra@gmail.com>
17364
17365         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
17366         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
17367         words of double from correct stack offsets.
17368         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
17369         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
17370         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
17371         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
17372         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
17373         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
17374         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
17375         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
17376         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
17377         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
17378         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
17379         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
17380         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
17381         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
17382         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
17383         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
17384         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
17385
17386 2013-10-04  Alan Modra  <amodra@gmail.com>
17387
17388         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
17389         64-bit int/double union.
17390         (_FPU_SETCW): Likewise.
17391         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
17392         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
17393
17394 2013-10-04  Alan Modra  <amodra@gmail.com>
17395
17396         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
17397         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
17398
17399 2013-10-04  Alan Modra  <amodra@gmail.com>
17400
17401         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
17402         use vector int constants.
17403         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
17404
17405 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17406
17407         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
17408         array with long long.
17409         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
17410         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
17411         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
17412         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
17413         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
17414         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
17415         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
17416         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
17417         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
17418         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
17419         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
17420         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
17421         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
17422
17423 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17424
17425         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
17426         (__signbit): Likewise.  Correct for little-endian.
17427         (__signbitl): Call __signbit.
17428         (lrint): Correct for little-endian.
17429         (lrintf): Call lrint.
17430
17431 2013-10-04  Alan Modra  <amodra@gmail.com>
17432
17433         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
17434         union 32-bit int array member with 64-bit int array.
17435         (t515, tm256): Double rather than long double.
17436         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
17437
17438 2013-10-04  Alan Modra  <amodra@gmail.com>
17439
17440         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
17441         Delete.
17442         (IEEE854_LONG_DOUBLE_BIAS): Delete.
17443         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
17444         version of math_ldbl.h.
17445
17446 2013-10-04  Alan Modra  <amodra@gmail.com>
17447
17448         [BZ #15734], [BZ #15735]
17449         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
17450         all uses of ieee875 long double macros and unions.  Simplify test
17451         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
17452         ldbl_extract_mantissa value for ix,iy exponents.  Properly
17453         normalize after ldbl_extract_mantissa, and don't add hidden bit
17454         already handled.  Don't treat low word of ieee854 mantissa like
17455         low word of IBM long double and mask off bit when testing for
17456         zero.
17457         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
17458         all uses of ieee875 long double macros and unions.  Simplify tests
17459         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
17460         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
17461         two1022, instead use their values.  Recognise that tests for large
17462         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
17463         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
17464         Rewrite all uses of ieee875 long double macros and unions.  Simplify
17465         test for 0.0L and nan.  Correct negation.
17466         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
17467         ieee875 long double macros and unions.  Correct output for large
17468         magnitude x.  Correct absolute value calculation.
17469         (__erfcl): Likewise.
17470         * math/libm-test.inc: Add tests for errors discovered in IBM long
17471         double versions of fmodl, remainderl, erfl and erfcl.
17472
17473 2013-10-04  Alan Modra  <amodra@gmail.com>
17474
17475         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
17476         all uses of ieee854 long double macros and unions.  Simplify tests
17477         for long doubles that are fully specified by the high double.
17478         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
17479         Likewise.
17480         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
17481         Remove dead code too.
17482         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
17483         (__ieee754_ynl): Likewise.
17484         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
17485         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
17486         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
17487         Remove dead code too.
17488         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
17489         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
17490         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
17491         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
17492         Simplify.
17493         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
17494         Simplify.
17495         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
17496         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
17497         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
17498         Comment on variable precision.
17499         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
17500         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
17501         Likewise.
17502         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
17503         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
17504         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
17505         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
17506         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
17507
17508 2013-10-04  Alan Modra  <amodra@gmail.com>
17509
17510         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
17511         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
17512         all uses of ieee854 long double macros and unions.
17513         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
17514         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
17515         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
17516         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
17517         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
17518         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
17519         Likewise.
17520         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
17521         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
17522         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
17523         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
17524         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
17525         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
17526         Simplify sign and nan test too.
17527         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
17528         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
17529         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
17530         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
17531         Likewise.
17532         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
17533         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
17534         Likewise.
17535         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17536         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
17537         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
17538         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
17539         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
17540         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
17541
17542 2013-10-04  Alan Modra  <amodra@gmail.com>
17543
17544         * stdio-common/printf_size.c (__printf_size): Don't use
17545         union ieee854_long_double in fpnum union.
17546         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
17547         signbit macro to retrieve sign from long double.
17548         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
17549         retrieve sign from long double.
17550         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
17551         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
17552         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
17553         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
17554         * math/test-misc.c (main): Don't use union ieee854_long_double.
17555
17556 2013-10-04  Alan Modra  <amodra@gmail.com>
17557
17558         [BZ #15680]
17559         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
17560         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
17561         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
17562         calculation.  Remove unnecessary test for denormal exponent.
17563         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
17564         Correct handling of denormals.  Avoid undefined shift behaviour.
17565         Correct normalisation of low mantissa when low double is denormal.
17566         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
17567         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
17568         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
17569         Correct normalisation of low mantissa.  Test for overflow of high
17570         mantissa and normalise.
17571         (ldbl_nearbyint): Use more readable constant for two52.
17572         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
17573         (__mpn_construct_long_double): Fix test for overflow of high
17574         mantissa and correct normalisation.  Avoid undefined shift.
17575
17576 2013-10-04  Alan Modra  <amodra@gmail.com>
17577
17578         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17579         (union ibm_extended_long_double): Define as an array of ieee754_double.
17580         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
17581         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
17582         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
17583         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
17584         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17585         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
17586         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
17587         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
17588         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
17589         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
17590         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
17591
17592 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
17593
17594         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
17595         page size instead of calling getpagesize.
17596
17597         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
17598         (LOCFILE_ALIGN_MASK): Likewise.
17599         (LOCFILE_ALIGN_UP): Likewise.
17600         (LOCFILE_ALIGNED_P): Likewise.
17601         * locale/programs/ld-collate.c (collate_output): Use the new
17602         macros instead of __alignof__ (int32_t).
17603         * locale/weight.h (findidx): Likewise.
17604
17605 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
17606
17607         [BZ #431]
17608         * manual/string.texi: Fix strncat and wcsncat.
17609
17610 2013-10-03  Brooks Moses  <bmoses@google.com>
17611
17612         [BZ #15915]
17613         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
17614         * Makerules: ...here, and adjust associated comments.
17615
17616 2013-10-02  Will Newton  <will.newton@linaro.org>
17617
17618         * malloc/Makefile: Add tst-pvalloc.
17619         * malloc/tst-pvalloc.c: New file.
17620
17621 2013-10-02  Will Newton  <will.newton@linaro.org>
17622
17623         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
17624         improve test coverage.
17625
17626 2013-10-02  Will Newton  <will.newton@linaro.org>
17627
17628         * malloc/Makefile: Add tst-posix_memalign.
17629         * malloc/tst-posix_memalign.c: New file.
17630
17631 2013-10-01  Eric Blake  <eblake@redhat.com>
17632
17633         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
17634         Use __THROWNL rather than __THROW on static functions.
17635
17636 2013-09-30  Petr Machata  <pmachata@redhat.com>
17637
17638         * elf/elf.h (R_AARCH64_ABS16): New macro.
17639         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
17640         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
17641         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
17642         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
17643         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
17644         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
17645         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
17646         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
17647         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
17648         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
17649         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
17650         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
17651         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
17652         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
17653         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
17654         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
17655         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
17656         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
17657         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
17658         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
17659         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
17660         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
17661         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
17662         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
17663         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
17664         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
17665         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
17666         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
17667         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
17668         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
17669         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
17670         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
17671         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
17672         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
17673         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
17674         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
17675         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
17676         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
17677         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
17678         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
17679         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
17680         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
17681         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
17682         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
17683         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
17684         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
17685         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
17686         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
17687         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
17688         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
17689         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
17690         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
17691         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
17692         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
17693         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
17694         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
17695         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
17696         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
17697         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
17698         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
17699         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
17700         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
17701         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
17702         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
17703         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
17704         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
17705         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
17706         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
17707         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
17708         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
17709         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
17710         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
17711         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
17712         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
17713         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
17714         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
17715         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
17716         (R_AARCH64_TLSDESC_LDR): Likewise.
17717         (R_AARCH64_TLSDESC_ADD): Likewise.
17718         (R_AARCH64_TLSDESC_CALL): Likewise.
17719
17720 2013-09-30  Andreas Schwab  <schwab@suse.de>
17721
17722         [BZ #15048]
17723         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
17724         the nss database lookup.
17725         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17726         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17727
17728 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
17729
17730         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
17731
17732 2013-09-28  P. J. McDermott  <pj@pehjota.net>
17733
17734         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
17735         ${Bash-specific parameter/pattern/string} parameter expansion.
17736         * sysdeps/unix/make-syscalls.sh: Likewise.
17737
17738 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17739
17740         * sysdeps/sh/stackguard-macros.h: New file.
17741
17742 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
17743
17744         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17745         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
17746         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
17747         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17748         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17749         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17750
17751 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17752
17753         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17754         Fix thread ID register.
17755
17756 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
17757
17758         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17759         [POSIX || UNIX98]: Require rather than permitting all symbols from
17760         <time.h>.
17761         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17762         element of struct sched_param.
17763         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17764         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17765         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17766         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17767         constant.
17768
17769 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
17770
17771         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17772         argument calculation.
17773
17774 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17775
17776         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17777         Expect macro.
17778         [POSIX] (pthread_attr_t): Do not require type.
17779         [POSIX] (pthread_cond_t): Likewise.
17780         [POSIX] (pthread_condattr_t): Likewise.
17781         [POSIX] (pthread_key_t): Likewise.
17782         [POSIX] (pthread_mutex_t): Likewise.
17783         [POSIX] (pthread_mutexattr_t): Likewise.
17784         [POSIX] (pthread_once_t): Likewise.
17785         [POSIX] (pthread_t): Likewise.
17786         [POSIX-based standards] (pthread_atfork): Expect function.
17787
17788 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17789             Richard Sandiford  <richard@codesourcery.com>
17790
17791         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17792         (swap_endianness_p): New extern variable.
17793         (set_big_endian): New inline function.
17794         (maybe_swap_uint32): Likewise.
17795         (maybe_swap_uint32_array): Likewise.
17796         (maybe_swap_uint32_obstack): Likewise.
17797         * locale/programs/locfile.c: Include <stdbool.h>.
17798         (swap_endianness_p): New variable.
17799         (add_locale_uint32): Call maybe_swap_uint32.
17800         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17801         (write_locale_data): Call maybe_swap_uint32_array.
17802         * locale/programs/ld-collate.c (obstack_int32_grow): Call
17803         maybe_swap_uint32.
17804         (obstack_int32_grow_fast): Likewise.
17805         (output_weightwc): Call maybe_swap_uint32_obstack.
17806         (collate_output): Likewise.
17807         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17808         (OPT_LITTLE_ENDIAN): Likewise.
17809         (options): Add --little-endian and --big-endian options.
17810         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17811         * locale/programs/locarchive.c: Include "locfile.h".
17812         (GET): New macro.
17813         (SET): Likewise.
17814         (INC): Likewise.
17815         (create_archive): Use the new macros to access fields of
17816         structures directly mapped from or written to locale archives.
17817         (oldlocrecentcmp): Likewise.
17818         (enlarge_archive): Likewise.
17819         (insert_name): Likewise.
17820         (add_alias): Likewise.
17821         (add_locale): Likewise.
17822         (delete_locales_from_archive): Likewise.
17823         (show_archive_content): Likewise.
17824         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
17825         locale data.
17826
17827 2013-09-24  Roland McGrath  <roland@hack.frob.com>
17828
17829         * manual/freemanuals.texi: Updated from (newly) canonical copy at
17830         http://www.gnu.org/doc/freemanuals.texi.
17831         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17832
17833 2013-09-24  Will Newton  <will.newton@linaro.org>
17834
17835         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17836         macro.
17837
17838 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
17839
17840         * locale/hashval.h (compute_hashval): Interpret bytes of key as
17841         unsigned char.
17842
17843 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
17844
17845         * manual/threads.texi (POSIX Threads): Fix a typo.
17846
17847 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
17848
17849         [BZ #14547]
17850         * string/tst-strcoll-overflow.c: New test case.
17851         * string/Makefile (xtests): Add tst-strcoll-overflow.
17852         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17853         cache if string sizes may cause integer overflow.
17854
17855         [BZ #14547]
17856         * string/strcoll_l.c (coll_seq): New members rule, idx,
17857         save_idx and back_us.
17858         (get_next_seq_nocache): New function.
17859         (do_compare_nocache): New function.
17860         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17861         when malloc fails.
17862
17863 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
17864
17865         [BZ #15754]
17866         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17867         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17868         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17869
17870         [BZ #15754]
17871         * elf/Makefile (tests): Add tst-ptrguard1.
17872         (tests-static): Add tst-ptrguard1-static.
17873         (tst-ptrguard1-ARGS): Define.
17874         (tst-ptrguard1-static-ARGS): Define.
17875         * elf/tst-ptrguard1.c: New file.
17876         * elf/tst-ptrguard1-static.c: New file.
17877         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17878         * sysdeps/i386/stackguard-macros.h: Likewise.
17879         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17880         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17881         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17882         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17883         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17884         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17885
17886 2013-09-23  Hector Marco  <hecmargi@upv.es>
17887             Ismael Ripoll  <iripoll@disca.upv.es>
17888             Carlos O'Donell  <carlos@redhat.com>
17889
17890         [BZ #15754]
17891         * sysdeps/generic/stackguard-macros.h: Define
17892         __pointer_chk_guard_local and POINTER_CHK_GUARD.
17893         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
17894         Define __pointer_chk_guard_local.
17895         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
17896         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
17897
17898 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
17899
17900         [BZ #15859]
17901         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
17902
17903 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
17904
17905         * include/string.h (__ffs): Declare as hidden.
17906         * string/ffs.c (__ffs): Define as hidden.
17907         * sysdeps/i386/ffs.c (__ffs): Likewise.
17908         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
17909         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
17910         * sysdeps/s390/ffs.c (__ffs): Likewise.
17911         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
17912
17913 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
17914
17915         * NEWS: Mention malloc probes.
17916
17917         * malloc/arena.c (new_heap): New memory_heap_new probe.
17918         (grow_heap): New memory_heap_more probe.
17919         (shrink_heap): New memory_heap_less probe.
17920         (heap_trim): New memory_heap_free probe.
17921         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
17922         (systrim): New memory_sbrk_less probe.
17923         * manual/probes.texi: Document them.
17924
17925         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
17926         * manual/probes.texi: Document it.
17927
17928         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
17929         (__libc_realloc): Add memory_realloc_retry probe.
17930         (__libc_memalign): Add memory_memalign_retry probe.
17931         (__libc_valloc): Add memory_valloc_retry probe.
17932         (__libc_pvalloc): Add memory_pvalloc_retry probe.
17933         (__libc_calloc): Add memory_calloc_retry probe.
17934         * manual/probes.texi: Document them.
17935
17936         * malloc/arena.c (get_free_list): Add probe
17937         memory_arena_reuse_free_list.
17938         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
17939         and memory_arena_reuse.
17940         (arena_get2) [!PER_THREAD]: Likewise.
17941         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
17942         memory_arena_reuse_realloc.
17943         * manual/probes.texi: Document them.
17944
17945         * malloc/malloc.c (__libc_free): Add
17946         memory_mallopt_free_dyn_thresholds probe.
17947         (__libc_mallopt): Add multiple memory_mallopt probes.
17948         * manual/probes.texi: Document them.
17949
17950         * malloc/malloc.c: Include stap-probe.h.
17951         (__libc_mallopt): Add memory_mallopt probe.
17952         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
17953         * manual/probes.texi: New.
17954         * manual/Makefile (chapters): Add probes.
17955         * manual/threads.texi: Set next node.
17956
17957 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
17958
17959         [BZ #15963, #13985]
17960         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
17961         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
17962         Add `Chinese' to `nan' entry name.
17963
17964 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17965
17966         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
17967         (POLYNOMIAL): Likewise.
17968         (TAYLOR_SINCOS): Likewise.
17969         (TAYLOR_SLOW): Likewise.
17970         (__sin): Use TAYLOR_SINCOS.
17971         (__cos): Likewise.
17972         (slow): Use TAYLOR_SLOW.
17973         (sloww): Likewise.
17974         (bsloww): Likewise.
17975         (csloww): Likewise.
17976
17977 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17978
17979         * stdlib/strtod_l.c: Fix buffer overrun.
17980
17981 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17982
17983         * benchtests/Makefile (bench): Add sincos.
17984         * benchtests/bench-sincos.c: New file.
17985
17986         * math/libm-test.inc (cos_test_data): New test inputs.
17987         (sin_test_data): Likewise.
17988
17989         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
17990         macro.
17991         (__sin): Use it.
17992         (__cos): Likewise.
17993         (slow1): Likewise.
17994         (slow2): Likewise.
17995         (sloww1): Likewise.
17996         (sloww2): Likewise.
17997         (bsloww1): Likewise.
17998         (bsloww2): Likewise.
17999         (cslow2): Likewise.
18000         (csloww1): Likewise.
18001         (csloww2): Likewise.
18002
18003         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
18004         function.
18005         (__sin): Use it.
18006         (__cos): Likewise.
18007
18008         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
18009         gotos.
18010         (__cos): Likewise.
18011
18012 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
18013
18014         * config.h.in (HAVE_MIPS_NAN2008): New macro.
18015         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
18016         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
18017         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
18018         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
18019         * elf/cache.c (print_entry): Handle the new cache flags.
18020
18021 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18022             Aldy Hernandez  <aldyh@redhat.com>
18023
18024         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
18025         Change condition to [_SOFT_FLOAT].
18026         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
18027         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
18028         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
18029         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
18030         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
18031         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
18032         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
18033         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
18034         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
18035         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
18036         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
18037         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
18038         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
18039         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
18040         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
18041         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
18042         declaration.
18043
18044 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18045
18046         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
18047         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18048         (__longjmp): Use LOAD_GP to load saved GPRs.
18049         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
18050         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18051         (__sigsetjmp): Use SAVE_GP to save GPRs.
18052
18053         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
18054         Do not append -msoft-float.
18055         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
18056
18057 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
18058
18059         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
18060
18061 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
18062
18063         [BZ #15966]
18064         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
18065         (_FPU_GETCW): Use initial "__" on variable and field names but not
18066         on macro parameter name.
18067         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
18068         parentheses around reference to macro parameter.
18069
18070 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
18071
18072         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
18073         prototype.
18074         (ctype_startup): Use uint32_t in cast and sizeof for
18075         ctype->charnames.
18076
18077 2013-09-11  Jia Liu  <proljc@gmail.com>
18078
18079         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
18080         __daddr_t_defined.
18081         [__FreeBSD__]: Likewise.
18082
18083 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
18084
18085         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18086         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
18087         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
18088         (strchr): Remove __strchr_sse42 ifunc selection.
18089         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
18090         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
18091
18092 2013-09-11  Will Newton  <will.newton@linaro.org>
18093
18094         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
18095         parameter to RES. Remove hardcoded 1000 value.
18096         * benchtests/bench-skeleton.c (main): Pass RES parameter
18097         to TIMING_INIT and multiply result by 1000.
18098
18099 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18100
18101         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18102
18103 2013-09-11  Andreas Schwab  <schwab@suse.de>
18104
18105         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
18106         if not defined.
18107         (O_TMPFILE) [__USE_GNU]: Define.
18108         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
18109         Define.
18110
18111 2013-09-11  Will Newton  <will.newton@linaro.org>
18112
18113         [BZ #15857]
18114         * malloc/malloc.c (__libc_memalign): Check the value of bytes
18115         does not overflow.
18116
18117 2013-09-11  Will Newton  <will.newton@linaro.org>
18118
18119         [BZ #15856]
18120         * malloc/malloc.c (__libc_valloc): Check the value of bytes
18121         does not overflow.
18122
18123 2013-09-11  Will Newton  <will.newton@linaro.org>
18124
18125         [BZ #15855]
18126         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
18127         does not overflow.
18128
18129 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
18130
18131         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
18132         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18133         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18134         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18135         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18136
18137 2013-09-10  Allan McRae  <allan@archlinux.org>
18138
18139         [BZ #15748]
18140         * manual/arith.texi (Parsing of Floats): Clarify
18141         cross-reference.
18142
18143         [BZ #15849]
18144         * manual/install.texi (Running make install): Mention
18145         --enable-pt-chown.
18146         * INSTALL: Regenerated.
18147
18148 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
18149
18150         * csu/init-first.c (_init): Remove the !SHARED condition around
18151         FPU control word initialization.
18152         * elf/dl-support.c (_dl_fpu_control): New variable.
18153         (_dl_aux_init) <AT_FPUCW>: Initialize it.
18154         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
18155         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
18156         * math/test-fpucw-static.c: New file.
18157         * math/test-fpucw-ieee.c: New file.
18158         * math/test-fpucw-ieee-static.c: New file.
18159         * math/Makefile (tests): Add `test-fpucw-ieee' and
18160         `$(tests-static)'.
18161         (tests-static): New variable.
18162         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
18163         dependency to...
18164         [($(build-shared),yes)]
18165         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
18166         ... this.
18167         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
18168         New dependency.
18169
18170 2013-09-09  Allan McRae  <allan@archlinux.org>
18171
18172         [BZ #15939]
18173         * manual/string.texi (Collation Functions): Fix typo in
18174         strcoll example.
18175         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
18176
18177         [BZ #15893]
18178         * stdlib/isomac.c (get_null_defines): Fix memory leak.
18179
18180         [BZ #15892]
18181         * libio/memstream.c (open_memstream): Fix memory leak.
18182         * libio/wmemstream.c (open_wmemstream): Likewise.
18183
18184         [BZ #15895]
18185         * nscd/netgroupcache.c: Fix nesting of ifdefs.
18186
18187 2013-09-09  Will Newton  <will.newton@linaro.org>
18188
18189         * malloc/Makefile: Add tst-realloc to tests.
18190         * malloc/tst-realloc.c: New file.
18191
18192 2013-09-09  Allan McRae  <allan@archlinux.org>
18193
18194         [BZ #15844]
18195         * COPYING: Update from GNU website to fix FSF address.
18196         * COPYING.LIB: Likewise.
18197
18198 2013-09-06  David S. Miller  <davem@davemloft.net>
18199
18200         * po/zh_TW.po: Update Chinese (traditional) translation from
18201         translation project.
18202
18203 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
18204             Joseph Myers  <joseph@codesourcery.com>
18205
18206         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
18207         "localeinfo.h".
18208         (obstack_chunk_alloc): New macro.
18209         (obstack_chunk_free): Likewise.
18210         (record_offset): New function.
18211         (init_locale_data): Likewise.
18212         (align_locale_data): Likewise.
18213         (add_locale_empty): Likewise.
18214         (add_locale_raw_data): Likewise.
18215         (add_locale_raw_obstack): Likewise.
18216         (add_locale_string): Likewise.
18217         (add_locale_wstring): Likewise.
18218         (add_locale_uint32): Likewise.
18219         (add_locale_uint32_array): Likewise.
18220         (add_locale_char): Likewise.
18221         (start_locale_structure): Likewise.
18222         (end_locale_structure): Likewise.
18223         (start_locale_prelude): Likewise.
18224         (end_locale_prelude): Likewise.
18225         (write_locale_data): Take locale_file structure rather than an
18226         iovec.
18227         * locale/programs/locfile.h: Include "obstack.h".
18228         (struct locale_file): Change to store locale file contents instead
18229         of header.
18230         (init_locale_data): New prototype.
18231         (align_locale_data): Likewise.
18232         (add_locale_empty): Likewise.
18233         (add_locale_raw_data): Likewise.
18234         (add_locale_raw_obstack): Likewise.
18235         (add_locale_string): Likewise.
18236         (add_locale_wstring): Likewise.
18237         (add_locale_uint32): Likewise.
18238         (add_locale_uint32_array): Likewise.
18239         (add_locale_char): Likewise.
18240         (start_locale_structure): Likewise.
18241         (end_locale_structure): Likewise.
18242         (start_locale_prelude): Likewise.
18243         (end_locale_prelude): Likewise.
18244         (write_locale_data): Update prototype.
18245         * locale/programs/3level.h (struct TABLE): Remove result field.
18246         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
18247         Use new locale_file interface.
18248         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
18249         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
18250         * locale/programs/ld-address.c (address_output): Use new
18251         locale_file interface.
18252         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
18253         NO_ADD_LOCALE.
18254         (collate_finish): Don't call collseq_table_finalize.
18255         (collate_output): Use new locale_file interface.
18256         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
18257         in file.
18258         (NO_FINALIZE): Change to NO_ADD_LOCALE.
18259         (TABLE): Move defines earlier in file.
18260         (ELEMENT): Likewise.
18261         (DEFAULT): Likewise.
18262         (wctrans_table_add): Move macro and inline function earlier in
18263         file.
18264         (struct wctype_table): Move type earlier in file.
18265         (add_locale_wctype_table): New static prototype.
18266         (struct locale_ctype_t): Use logical types instead of struct iovec
18267         pointers for members.
18268         (ctype_output): Use new locale_file interface.
18269         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
18270         new locale_file interface.
18271         (allocate_arrays): Update for use of new locale_file interface.
18272         * locale/programs/ld-identification.c (identification_output): Use
18273         new locale_file interface.
18274         * locale/programs/ld-measurement.c (measurement_output): Likewise.
18275         * locale/programs/ld-messages.c (messages_output): Likewise.
18276         * locale/programs/ld-monetary.c (monetary_output): Likewise.
18277         * locale/programs/ld-name.c (name_output): Likewise.
18278         * locale/programs/ld-numeric.c (numeric_output): Likewise.
18279         * locale/programs/ld-paper.c (paper_output): Likewise.
18280         * locale/programs/ld-telephone.c (telephone_output): Likewise.
18281         * locale/programs/ld-time.c (time_output): Likewise.
18282
18283 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18284
18285         * benchtests/Makefile: Add memrchr benchmark.
18286         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
18287         benchmark as memrchr.
18288         * benchtests/bench-memrchr-ifunc.c: New file.
18289         * benchtests/bench-memrchr.c: New file.
18290
18291 2013-09-06   Will Newton  <will.newton@linaro.org>
18292
18293         * benchtests/Makefile (string-bench): Add memcpy.
18294
18295 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
18296             Cong Wang  <amwang@redhat.com>
18297
18298         [BZ #15850]
18299         * sysdeps/unix/sysv/linux/bits/in.h
18300         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
18301         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
18302         before __USE_KERNEL_IPV6_DEFS uses.
18303         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
18304         IPPROTO_BEETPH.
18305         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
18306         sockaddr_in6, or ipv6_mreq.
18307
18308 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18309
18310         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
18311         memory access for final bytes in some large inputs.
18312         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
18313
18314 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18315
18316         * string/test-memrchr.c: New file.
18317         * string/test-memrchr-ifunc.c: New file.
18318         * string/Makefile: Add new memrchr testcase.
18319
18320 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
18321
18322         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
18323         fanotify_init returns EPERM.
18324
18325 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18326
18327         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
18328         errors.
18329         (top level): Treat second token from macro or constant entries for
18330         allowed headers as allowed.
18331         * include/complex.h: Condition internal declarations on
18332         [!_ISOMAC].
18333         * include/fenv.h: Condition include of <stdbool.h> and internal
18334         declarations on [!_ISOMAC].
18335
18336 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
18337
18338         [BZ #15923]
18339         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
18340
18341 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18342
18343         * configure.in (--enable-versioning): Remove configure option.
18344         (libc_cv_asm_symver_directive): Remove configure test.
18345         (libc_cv_ld_version_script_option): Likewise.
18346         (VERSIONING): Remove variable and AC_SUBST.
18347         (DO_VERSIONING): Remove AC_DEFINE.
18348         * configure: Regenerated.
18349         * config.h.in (DO_VERSIONING): Remove macro.
18350         * Makerules [$(versioning) = yes]: Change conditionals to
18351         [$(build-shared) = yes].
18352         * config.make.in (versioning): Remove variable.
18353         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
18354         [$(build-shared) = yes].
18355         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
18356         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
18357         * elf/Makefile [$(versioning) = yes]: Change conditionals to
18358         [$(build-shared) = yes].
18359         * extra-lib.mk [$(versioning) = yes]: Likewise.
18360         * hurd/Makefile [$(versioning) = yes]: Likewise.
18361         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
18362         [SHARED].
18363         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
18364         [SHARED].
18365         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18366         [SHARED && !NO_HIDDEN].
18367         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
18368         [SHARED].
18369         [SHARED && DO_VERSIONING]: Likewise..
18370         * libio/Makefile [$(versioning) = yes]: Change conditionals to
18371         [$(build-shared) = yes].
18372         * manual/install.texi (--disable-versioning): Remove
18373         documentation.
18374         * INSTALL: Regenerated.
18375         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
18376         to [SHARED].
18377         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
18378         [$(build-shared) = yes].
18379         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
18380         * sysdeps/i386/i686/multiarch/strstr-c.c
18381         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18382         [SHARED && !NO_HIDDEN].
18383         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
18384         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
18385         * sysdeps/powerpc/powerpc32/dl-machine.c
18386         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
18387         * sysdeps/powerpc/powerpc32/sysdep.h
18388         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
18389         to [SHARED && PIC && !NO_HIDDEN].
18390         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
18391         conditional to [SHARED].
18392
18393 2013-09-04   Will Newton  <will.newton@linaro.org>
18394
18395         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
18396         * benchtests/bench-string.h: Include bench-timing.h instead
18397         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
18398         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
18399         call to HP_TIMING_DIFF_INIT.
18400         * benchtests/bench-memccpy.c: Use bench-timing.h macros
18401         instead of hp-timing.h macros.
18402         * benchtests/bench-memchr.c: Likewise.
18403         * benchtests/bench-memcmp.c: Likewise.
18404         * benchtests/bench-memcpy.c: Likewise.
18405         * benchtests/bench-memmem.c: Likewise.
18406         * benchtests/bench-memmove.c: Likewise.
18407         * benchtests/bench-memset.c: Likewise.
18408         * benchtests/bench-rawmemchr.c: Likewise.
18409         * benchtests/bench-strcasecmp.c: Likewise.
18410         * benchtests/bench-strcasestr.c: Likewise.
18411         * benchtests/bench-strcat.c: Likewise.
18412         * benchtests/bench-strchr.c: Likewise.
18413         * benchtests/bench-strcmp.c: Likewise.
18414         * benchtests/bench-strcpy.c: Likewise.
18415         * benchtests/bench-strcpy_chk.c: Likewise.
18416         * benchtests/bench-strlen.c: Likewise.
18417         * benchtests/bench-strncasecmp.c: Likewise.
18418         * benchtests/bench-strncat.c: Likewise.
18419         * benchtests/bench-strncmp.c: Likewise.
18420         * benchtests/bench-strncpy.c: Likewise.
18421         * benchtests/bench-strnlen.c: Likewise.
18422         * benchtests/bench-strpbrk.c: Likewise.
18423         * benchtests/bench-strrchr.c: Likewise.
18424         * benchtests/bench-strspn.c: Likewise.
18425         * benchtests/bench-strstr.c: Likewise.
18426
18427 2013-09-04  Will Newton  <will.newton@linaro.org>
18428
18429         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
18430
18431 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
18432
18433         [BZ #15427]
18434         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
18435         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
18436         * math/libm-test.inc (lgamma_test_data): Add more tests.
18437         * sysdeps/i386/fpu/libm-test-ulps: Update.
18438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18439
18440 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
18441
18442         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
18443         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
18444         Add ifunc.
18445         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
18446         Add strcmp-sse2-unaligned
18447         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
18448
18449 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18450
18451         * Versions.def (libc): Add GLIBC_2.19.
18452
18453 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18454
18455         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
18456         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
18457
18458 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
18459
18460         [BZ #14155]
18461         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
18462         intermediate calculations in recurrence.
18463         (__ieee754_ynf): Likewise.
18464         * math/libm-test.inc (jn_test_data): Do not allow spurious
18465         underflow exception.  Add more tests.
18466         (yn_test_data): Add more tests.
18467         * sysdeps/i386/fpu/libm-test-ulps: Update.
18468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18469
18470 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
18471
18472         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
18473
18474 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18475
18476         * csu/init-first.c: Fix then/than typos.
18477         * locale/programs/ld-collate.c: Likewise.
18478         * locale/programs/linereader.h: Likewise.
18479         * manual/charset.texi: Likewise.
18480         * manual/filesys.texi: Likewise.
18481         * manual/stdio.texi: Likewise.
18482         * manual/string.texi: Likewise.
18483         * stdlib/fmtmsg.c: Likewise.
18484         * sysdeps/i386/stpncpy.S: Likewise.
18485         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18486         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18487         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18488         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
18489
18490 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18491
18492         * elf/dl-open.c: Fix typos.
18493         * iconvdata/gbbig5.c: Likewise.
18494         * iconvdata/iso-2022-jp.c: Likewise.
18495         * iconv/gconv_int.h: Likewise.
18496         * iconv/loop.c: Likewise.
18497         * nis/rpcsvc/nis.h: Likewise.
18498         * resolv/ns_name.c: Likewise.
18499         * stdio-common/vfscanf.c: Likewise.
18500         * streams/stropts.h: Likewise.
18501         * sunrpc/rpc_thread.c: Likewise.
18502         * sysdeps/i386/strpbrk.S: Likewise.
18503         * sysdeps/ieee754/k_standard.c: Likewise.
18504         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18505         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18506         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
18507         * sysdeps/mach/hurd/profil.c: Likewise.
18508         * sysdeps/s390/dl-procinfo.h: Likewise.
18509         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
18510         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
18511         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
18512         * sysdeps/x86_64/dl-trampoline.S: Likewise.
18513         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
18514
18515 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
18516
18517         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
18518         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
18519
18520 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
18521
18522         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
18523         aix specific files.
18524         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
18525         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
18526         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
18527         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
18528         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
18529         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
18530         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
18531         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
18532
18533 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18534             Roland McGrath  <roland@hack.frob.com>
18535
18536         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
18537         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
18538
18539 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18540
18541         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
18542         __executable_start symbol instead of _start.
18543
18544 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18545
18546         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
18547         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
18548         Move macros to...
18549         * sysdeps/gnu/ldsodefs.h: ... this new file.
18550
18551         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
18552         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
18553         instead of ELFOSABI_LINUX.
18554
18555         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
18556         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
18557         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
18558         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
18559         Likewise.
18560         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
18561         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
18562         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
18563         Likewise.
18564         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18565         (ibm_extended_long_double): Add ieee_nan member.
18566         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
18567         (do_test): New function.
18568
18569         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
18570         TEST_TRUNC.
18571         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
18572         functions, renamed from truncdfsf_test, trunctfsf_test,
18573         trunctfdf_test.
18574         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
18575         functions.
18576         (do_test): Run all these.
18577
18578 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
18579
18580         * argp/argp-help.c: Fix typos.
18581         * argp/argp-parse.c: Likewise.
18582         * debug/backtracesyms.c: Likewise.
18583         * elf/elf.h: Likewise.
18584         * malloc/malloc.c: Likewise.
18585         * nis/nis_print.c: Likewise.
18586         * resolv/res_comp.c: Likewise.
18587         * stdlib/stdlib.h: Likewise.
18588         * sunrpc/clnt_tcp.c: Likewise.
18589         * sunrpc/clnt_udp.c: Likewise.
18590         * sunrpc/clnt_unix.c: Likewise.
18591         * sysdeps/unix/bsd/ptsname.c: Likewise.
18592         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
18593         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
18594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
18595         Likewise.
18596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
18597         Likewise.
18598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
18599         Likewise.
18600         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
18601
18602 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18603
18604         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
18605         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18606
18607 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
18608
18609         [BZ #15897]
18610         * dlfcn/Makefile (tests): Add bug-dl-leaf.
18611         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
18612         ($(objpfx)bug-dl-leaf): New rule.
18613         ($(objpfx)bug-dl-leaf.so): Likewise.
18614         ($(objpfx)bug-dl-leaf.out): Likewise.
18615         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
18616         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
18617         * dlfcn/bug-dl-leaf.c: New test.
18618         * dlfcn/bug-dl-leaf-lib.c: Likewise.
18619         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
18620         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
18621         (dlclose): Likewise.
18622         (dlmopen): Likewise.
18623
18624 2013-08-27  Roland McGrath  <roland@hack.frob.com>
18625
18626         * include/netdb.h [!_ISOMAC]:
18627         Don't include <tls.h>.
18628         (h_errno, __libc_h_errno): Move declaration and macros out of
18629         [_LIBC_REENTRANT].
18630
18631         * include/resolv.h [_RESOLV_H_]:
18632         Don't include <tls.h>.
18633         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
18634         * resolv/res_libc.c: Don't include <tls.h>.
18635         (_res): Use __attribute__ ((nocommon)) in place of
18636         __attribute__ ((section (".bss"))).
18637
18638         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
18639         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
18640
18641         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
18642
18643         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
18644         only under [SIOCGIFCONF && SIOCGIFNETMASK].
18645
18646         * resolv/res_mkquery.c: Include <sys/time.h>.
18647
18648         * inet/ifreq.c: Moved to ...
18649         * sysdeps/unix/ifreq.c: ... here.
18650         * inet/ifreq.c: New file, true stub version.
18651
18652         * socket/sa_len.c: New file.
18653         * socket/Makefile (aux): Add it.
18654         * sysdeps/unix/sysv/linux/Makefile
18655         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
18656         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
18657         and #include <socket/sa_len.c>.
18658         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
18659         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
18660
18661         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
18662         * bits/socket.h: ... here.
18663
18664         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
18665         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
18666         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
18667
18668 2013-08-27  Andreas Schwab  <schwab@suse.de>
18669
18670         [BZ #15736]
18671         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
18672         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
18673         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
18674         * string/test-strcasecmp.c (test_main): Run tests in several
18675         locales.
18676         * string/test-strncasecmp.c (test_main): Likewise.
18677
18678         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
18679         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
18680         to __strcasecmp_nonascii and __strncasecmp_nonascii.
18681         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
18682         (__strncasecmp_ssse3) [PIC]: Likewise.
18683
18684 2013-08-26  Roland McGrath  <roland@hack.frob.com>
18685
18686         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
18687
18688         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
18689         instead of explicitly declaring xdecrypt.
18690         * nis/nss_nis/nis-publickey.c: Likewise.
18691
18692 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18693
18694         [BZ #15890]
18695         * nscd/aicache.c: Include res_hconf.h.
18696         (addhstaiX): Initialize res_hconf.
18697
18698 2013-08-26  Andreas Schwab  <schwab@suse.de>
18699
18700         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
18701         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
18702
18703 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18704
18705         * nscd/aicache.c (addhstaiX): Fix indentation.
18706
18707 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
18708
18709         * configure.ac: Quote $build_pt_chown test.
18710         * configure: Regenerated.
18711
18712 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
18713
18714         [BZ #15532]
18715         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
18716         * math/s_cexpf.c (__cexpf): Likewise.
18717         * math/s_cexpl.c (__cexpl): Likewise.
18718         * math/libm-test.inc (cexp_test_data): Correct expected return
18719         value for NaN + i0.  Add another test.
18720
18721 2013-08-22  David S. Miller  <davem@davemloft.net>
18722
18723         * po/ca.po: Update Catalan translation from translation project.
18724         * po/uk.po: Add Ukrainian translations from translation project.
18725
18726 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
18727
18728         [BZ #15797]
18729         * math/s_fdim.c (__fdim): Check for infinite arguments if result
18730         is infinite, not alongside NaN test.
18731         * math/s_fdimf.c (__fdimf): Likewise.
18732         * math/s_fdiml.c (__fdiml): Likewise.
18733         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
18734         errno is unchanged.
18735
18736 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
18737
18738         * argp/argp-help.c: Fix typos.
18739         * crypt/speeds.c: Likewise.
18740         * csu/check_fds.c: Likewise.
18741         * elf/dl-load.c: Likewise.
18742         * elf/dl-open.c: Likewise.
18743         * elf/reldep3.c: Likewise.
18744         * elf/reldep.c: Likewise.
18745         * elf/sprof.c: Likewise.
18746         * iconv/iconv_charmap.c: Likewise.
18747         * iconv/skeleton.c: Likewise.
18748         * iconv/strtab.c: Likewise.
18749         * io/lockf64.c: Likewise.
18750         * libio/libioP.h: Likewise.
18751         * resolv/gai_notify.c: Likewise.
18752         * resolv/ns_name.c: Likewise.
18753         * resolv/ns_samedomain.c: Likewise.
18754         * resolv/res_send.c: Likewise.
18755         * stdlib/random.c: Likewise.
18756         * sunrpc/rpc/xdr.h: Likewise.
18757         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18758         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18759         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18760         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18761         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18762         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18763         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18764         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18765         * sysdeps/mach/hurd/check_fds.c: Likewise.
18766         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18767         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18768         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18769         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18770         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18771         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18772         * sysdeps/pthread/aio_notify.c: Likewise.
18773         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18774         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18775         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18776         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18777         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18778
18779 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18780
18781         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18782         version if bit_Slow_SSE4_2 is set.
18783         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18784         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18785
18786 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18787
18788         [BZ #15867]
18789         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18790         trampoline stack frame information.
18791         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18792         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18793         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18794         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18795         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18796         * sysdeps/unix/sysv/linux/powerpc/init-first.c
18797         (_libc_vdso_platform_setup): Initialize the signal trampolines.
18798         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18799         sa_flags value.
18800         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18801         interrupting a syscall and set with option SA_SIGINFO.
18802
18803 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18804
18805         [BZ #15531]
18806         * math/s_cproj.c (__cproj): Only return an infinity if one part of
18807         argument is infinite.
18808         * math/s_cprojf.c (__cprojf): Likewise.
18809         * math/s_cprojl.c (__cprojl): Likewise.
18810         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18811         * math/libm-test.inc (cproj_test_data): Add more tests.
18812
18813         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18814
18815         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18816         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18817         size.  Use __ffs to determine corresponding shift.
18818
18819 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18820             Roland McGrath  <roland@hack.frob.com>
18821
18822         * Makefile (INSTALL): Remove trailing blank lines from output of
18823         makeinfo.
18824
18825 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18826
18827         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18828         Align 32 bit compat elf_greg to 8 bytes.
18829
18830 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
18831
18832         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18833
18834 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18835
18836         * string/strcoll_l.c (coll_seq): New structure.
18837         (get_next_seq_cached): New function.
18838         (get_next_seq): New function.
18839         (do_compare): New function.
18840         (STRCOLL): Use GNU style definition.  Simplify implementation
18841         by using get_next_seq, get_next_seq_cached and do_compare.
18842
18843 2013-08-16  Florian Weimer  <fweimer@redhat.com>
18844
18845         [BZ #14699]
18846         CVE-2013-4237
18847         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18848         member.
18849         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18850         member.
18851         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18852         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18853         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
18854         conditional.
18855         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18856         GETDENTS_64BIT_ALIGNED.
18857         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18858         * manual/filesys.texi (Reading/Closing Directory): Document
18859         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
18860         strongly.
18861         * manual/conf.texi (Limits for Files): Add portability note to
18862         NAME_MAX, PATH_MAX.
18863         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18864
18865 2013-08-13  Andreas Schwab  <schwab@suse.de>
18866
18867         [BZ #15749]
18868         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18869         of fabs.
18870         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18871         LDBL_MAX_EXP >= 16384]: Add tests for it.
18872
18873 2013-08-12  David S. Miller  <davem@davemloft.net>
18874
18875         * version.h (RELEASE): Set to "development".
18876         (VERSION): Set to "2.18.90".
18877         * NEWS: Add 2.19 section.
18878
18879 2013-08-03  David S. Miller  <davem@davemloft.net>
18880
18881         * po/ko.po: Update Korean translation from translation project.
18882
18883 2013-08-01  David S. Miller  <davem@davemloft.net>
18884
18885         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
18886         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
18887         Bilka.
18888
18889 2013-07-30  David S. Miller  <davem@davemloft.net>
18890
18891         * po/fr.po: Update French translation from translation project.
18892
18893 2013-07-28  David S. Miller  <davem@davemloft.net>
18894
18895         * po/cs.po: Update Czech translation from translation project.
18896
18897         * po/sv.po: Update Swedish translation from translation project.
18898
18899 2013-07-27  David S. Miller  <davem@davemloft.net>
18900
18901         * po/eo.po: Update Esperanto translation from translation project.
18902
18903         * po/vi.po: Update Vietnamese translation from translation project.
18904
18905         * po/de.po: Update German translation from translation project.
18906
18907 2013-07-26  David S. Miller  <davem@davemloft.net>
18908
18909         * po/bg.po: Update Bulgarian translation from translation project.
18910
18911         * po/nl.po: Update Dutch translation from translation project.
18912         * po/pl.po: Update Polish translation from translation project.
18913         * po/ru.po: Update Russian translation from translation project.
18914
18915 2013-07-24  David S. Miller  <davem@davemloft.net>
18916
18917         * po/libc.pot: Update.
18918
18919 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18920
18921         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
18922         variable page size.
18923         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
18924         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
18925         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
18926
18927 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18928
18929         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
18930
18931 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18932             Andreas Schwab  <schwab@suse.de>
18933             Roland McGrath  <roland@hack.frob.com>
18934             Joseph Myers  <joseph@codesourcery.com>
18935             Carlos O'Donell  <carlos@redhat.com>
18936
18937         [BZ #15755]
18938         * config.h.in: Define HAVE_PT_CHOWN.
18939         * config.make.in (build-pt-chown): New variable.
18940         * configure.in (--enable-pt_chown): New configure option.
18941         * configure: Regenerate.
18942         * login/Makefile: Include Makeconfig.  Build pt_chown only if
18943         build-pt-chown is enabled.
18944         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
18945         pt_chown to fix pty ownership.
18946         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
18947         CLOSE_ALL_FDS.
18948         * manual/install.texi (Configuring and compiling): Mention
18949         --enable-pt_chown. Add @findex for grantpt.
18950         * INSTALL: Regenerate.
18951
18952 2013-07-20  David S. Miller  <davem@davemloft.net>
18953
18954         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
18955         difference between 32-bit and 64-bit.
18956
18957 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
18958
18959         [BZ #15711]
18960         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
18961         Avoid system header dependency with -ffreestanding.
18962         ($(objpfx)bits/syscall%d): Likewise.
18963
18964 2013-07-13  David S. Miller  <davem@davemloft.net>
18965
18966         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
18967         underflows from atanl/atan2l due to bug 15319.
18968         (casinh_test_data): Likewise.
18969
18970 2013-07-07  David S. Miller  <davem@davemloft.net>
18971
18972         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
18973
18974 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
18975
18976         * sysdeps/i386/fpu/libm-test-ulps: Update.
18977         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18978
18979 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18980
18981         * configure.in (--enable-lock-elision): Fix message text.
18982         * INSTALL: Regenerate.
18983         * configure: Regenerate.
18984
18985 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18986
18987         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18988
18989 2013-07-03  Andreas Jaeger  <aj@suse.de>
18990
18991         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
18992         define.
18993         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
18994         (ptrace_peeksiginfo_args): Add.
18995         (__ptrace_peeksiginfo_flags): Add.
18996         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18997         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18998         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18999
19000 2013-07-03  Allan McRae  <allan@archlinux.org>
19001
19002         * sysdeps/i386/fpu/libm-test-ulps: Update.
19003
19004 2013-07-02  David S. Miller  <davem@davemloft.net>
19005
19006         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19007
19008 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
19009
19010         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19011
19012 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19013
19014         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19015         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19016
19017 2013-07-02  Andi Kleen <ak@linux.intel.com>
19018
19019         * config.h.in (ENABLE_LOCK_ELISION): Add.
19020         * configure.in (--enable-lock-elision): Add option.
19021         * manual/install.texi: Document --enable lock elision.
19022         * configure: Regenerate
19023         * INSTALL: Regenerate.
19024
19025 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
19026
19027         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
19028         SSE4.2 strcasecmp for libc.a.
19029         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
19030
19031 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19032
19033         [BZ #13304]
19034         * soft-fp/op-common.h (_FP_FMA): New macro.
19035         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
19036         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
19037         (_FP_MUL_MEAT_1_imm): ... here.
19038         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
19039         (_FP_MUL_MEAT_1_wide): ... here.
19040         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
19041         (_FP_MUL_MEAT_1_hard): ... here.
19042         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
19043         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
19044         (_FP_MUL_MEAT_2_wide): ... here.
19045         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
19046         (_FP_MUL_MEAT_2_wide_3mul): ... here.
19047         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
19048         (_FP_MUL_MEAT_2_gmp): ... here.
19049         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
19050         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
19051         (_FP_MUL_MEAT_4_wide): ... here.
19052         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
19053         (_FP_MUL_MEAT_4_gmp): ... here.
19054         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
19055         (_FP_WFRACBITS_DW_S): Likewise.
19056         (_FP_WFRACXBITS_DW_S): Likewise.
19057         (_FP_HIGHBIT_DW_S): Likewise.
19058         (FP_FMA_S): Likewise.
19059         (_FP_FRAC_HIGH_DW_S): Likewise.
19060         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
19061         (_FP_WFRACBITS_DW_D): Likewise.
19062         (_FP_WFRACXBITS_DW_D): Likewise.
19063         (_FP_HIGHBIT_DW_D): Likewise.
19064         (FP_FMA_D): Likewise.
19065         (_FP_FRAC_HIGH_DW_D): Likewise.
19066         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
19067         (_FP_WFRACBITS_DW_E): Likewise.
19068         (_FP_WFRACXBITS_DW_E): Likewise.
19069         (_FP_HIGHBIT_DW_E): Likewise.
19070         (FP_FMA_E): Likewise.
19071         (_FP_FRAC_HIGH_DW_E): Likewise.
19072         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
19073         (_FP_WFRACBITS_DW_Q): Likewise.
19074         (_FP_WFRACXBITS_DW_Q): Likewise.
19075         (_FP_HIGHBIT_DW_Q): Likewise.
19076         (FP_FMA_Q): Likewise.
19077         (_FP_FRAC_HIGH_DW_Q): Likewise.
19078         * soft-fp/fmasf4.c: New file.
19079         * soft-fp/fmadf4.c: Likewise.
19080         * soft-fp/fmatf4.c: Likewise.
19081
19082 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19083
19084         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19085         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
19086         Silvermont.
19087         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
19088         macro.
19089         (index_Slow_SSE4_2): Likewise.
19090         (index_Prefer_PMINUB_for_stringop): Likewise.
19091         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
19092         bit_Slow_SSE4_2 is set.
19093         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19094         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
19095
19096 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19097
19098         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
19099         rtld_global._dl_hwcap2.
19100         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
19101         POWER8.
19102         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
19103         POWER8 feature descriptions defined in _dl_hwcap2.
19104         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
19105         string handling for POWER8 feature bits.
19106         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
19107         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
19108         _dl_powerpc_cap_flags.
19109         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
19110         * sysdeps/powerpc/rtld-global-offsets.sym
19111         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
19112         _dl_hwcap2 in the rtld_global_ro structure.
19113
19114 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19115
19116         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
19117         hardware capabilities in support of AT_HWCAP2.
19118         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
19119         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
19120         GLRO(dl_hwcap2).
19121         (_dl_show_auxv): Add support for calling _dl_procinfo to display
19122         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
19123         explicitly the unknown a_type display mechanism is used.
19124         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
19125         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
19126         struct member.
19127         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
19128         to macro prototype for AT_HWCAP2 support.
19129         * sysdeps/i386/dl-procinfo.h: Likewise.
19130         * sysdeps/s390/dl-procinfo.h: Likewise.
19131         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
19132         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
19133         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
19134         return -1 for unknown a_type display fallback.
19135         * sysdeps/sparc/dl-procinfo.h: Likewise.
19136         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
19137         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
19138
19139 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
19140
19141         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
19142         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
19143
19144 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
19145
19146         [BZ #12492]
19147         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
19148         mprotect making __stack_prot writable.
19149
19150 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
19151             Joseph Myers  <joseph@codesourcery.com>
19152
19153         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
19154         as being properly aligned.
19155
19156 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
19157
19158         * dlfcn/modstatic5.c: New file.
19159         * dlfcn/tststatic5.c: New file.
19160         * dlfcn/Makefile (tests): Add tststatic5.
19161         (tests-static): Likewise.
19162         (modules-names): Add modstatic5.
19163         (tststatic5-ENV): New variable.
19164         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
19165
19166         [BZ #15022]
19167         * elf/dl-support.c (_dl_main_map): New variable.
19168         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
19169         (_dl_nns, _dl_load_adds): Set to 1.
19170         (_dl_initial_searchlist): Refer to _dl_main_map.
19171         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
19172         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
19173         call to _dl_get_origin.
19174         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
19175         around call_map.
19176         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
19177         * dlfcn/modstatic3.c: New file.
19178         * dlfcn/tststatic3.c: New file.
19179         * dlfcn/tststatic4.c: New file.
19180         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
19181         (tests-static): Likewise.
19182         (modules-names): Add modstatic3.
19183         (tststatic3-ENV, tststatic4-ENV): New variables.
19184         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
19185         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
19186
19187 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
19188
19189         * configure.in (CC): Require GCC version 4.4 or later.
19190         * configure: Regenerated.
19191         * manual/install.texi (Tools for Compilation): Update GCC version
19192         requirement.
19193         * INSTALL: Regenerated.
19194
19195 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19196
19197         [BZ #15674]
19198         * string/test-memcmp.c (check2): New.
19199         (main): Call check2.
19200
19201         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
19202
19203 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
19204
19205         [BZ #15022]
19206         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
19207         over to...
19208         (dl_open_worker) [!SHARED]: ... here.
19209
19210 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19211
19212         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
19213
19214 2013-06-25  Richard Henderson  <rth@redhat.com>
19215
19216         * locale/programs/locarchive.c: Include <libc-internal.h>
19217
19218 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
19219
19220         * manual/texinfo.tex: Update to version 2013-06-21.17, with
19221         trailing whitespace removed.
19222
19223 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19224
19225         [BZ #10283]
19226         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
19227         * locale/programs/locarchive.c: Include libc-mmap.h.
19228         (prepare_address_space): Take two new outputs (the mmap base and len).
19229         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
19230         values.
19231         (create_archive): Declare new mmap base and len values for
19232         prepare_address_space, and store the result in ah.
19233         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
19234         (enlarge_archive): If ah->mmap_base is not NULL, use that and
19235         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19236         Declare new mmap base and len values for
19237         prepare_address_space, and store the result in new_ah.
19238         (open_archive): Declare new mmap base and len values for
19239         prepare_address_space, and store the result in ah.
19240         (close_archive): If ah->mmap_base is not NULL, use that and
19241         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19242         * sysdeps/generic/libc-mmap.h: New file.
19243
19244 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19245
19246         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
19247         (ALIGN_UP): Likewise.
19248         (PTR_ALIGN_DOWN): Likewise.
19249         (PTR_ALIGN_UP): Likewise.
19250
19251 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19252
19253         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
19254         entry mapped to PPC_PLATFORM_POWER8.
19255         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
19256         POWER8.
19257         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
19258         (_dl_string_platform): Add case for exporting platform position for
19259         POWER8.
19260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
19261         search path to sysdeps/powerpc/powerpc32/power8 directory.
19262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
19263         search path to sysdeps/powerpc/powerpc64/power8 directory.
19264         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
19265         power7 directories.
19266         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
19267         power7 directories.
19268
19269 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19270
19271         * INSTALL: Regenerate.
19272
19273         * nscd/connections.c (nscd_init): Fix comment.
19274
19275 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
19276
19277         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
19278
19279         [BZ #15667]
19280         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
19281         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
19282
19283 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19284
19285         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
19286         DL_DST_REQ_STATIC.
19287         (DL_DST_REQ_STATIC): Remove macro.
19288
19289 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
19290
19291         [BZ #7006]
19292         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
19293         with a shift of 0 bits.
19294
19295 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19296
19297         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
19298         $(tststatic-ENV).
19299
19300 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19301
19302         [BZ #15655]
19303         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
19304
19305 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19306
19307         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
19308         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
19309         accepts -fno-tree-loop-distribute-patterns.
19310         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
19311         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
19312         recursive call.
19313         * string/memset.c (memset): Likewise.
19314         * string/test-memmove.c (simple_memmove): Disable loop transformation
19315         to library calls.
19316         * string/test-memset.c (simple_memset): Likewise.
19317         * benchtests/bench-memmove.c (simple_memmove): Likewise.
19318         * benchtests/bench-memset.c (simple_memset): Likewise.
19319         * configure: Regenerated.
19320
19321 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
19322
19323         * math/test-misc.c (main): Ignore fesetround failure when failures
19324         of subsequent rounding tests would be ignored.
19325
19326         [BZ #15654]
19327         * math/fedisblxcpt.c (fedisableexcept): Return 0.
19328         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
19329         * math/fegetenv.c (__fegetenv): Return 0.
19330         * math/fegetexcept.c (fegetexcept): Return 0.
19331         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
19332         FE_TONEAREST.
19333         * math/feholdexcpt.c (feholdexcept): Return 0.
19334         * math/fesetenv.c (__fesetenv): Return 0.
19335         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
19336         argument FE_TONEAREST.
19337         * math/feupdateenv.c (__feupdateenv): Return 0.
19338         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
19339
19340 2013-06-18  Roland McGrath  <roland@hack.frob.com>
19341
19342         * elf/rtld-Rules (rtld-compile-command.S): New variable.
19343         (rtld-compile-command.s, rtld-compile-command.c): New variables.
19344         ($(objpfx)rtld-%.os rules): Use them.
19345
19346 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19347
19348         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
19349         fields.
19350
19351 2013-06-17  Roland McGrath  <roland@hack.frob.com>
19352
19353         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
19354         length of target pattern, then descending length of dependency pattern.
19355         * configure.in (AWK): Require gawk 3.1.2 or newer.
19356         * manual/install.texi (Tools for Compilation): Say that we do.
19357         * configure: Regenerated.
19358
19359         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
19360         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
19361         * scripts/sysd-rules.awk: ... this new script.
19362         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
19363         than a glob-style pattern.
19364
19365 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
19366
19367         * math/test-misc.c (main): Do not treat incorrectly rounded
19368         conversions as failure unless ROUNDING_TESTS passes.
19369
19370 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
19371
19372         [BZ #15631]
19373         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
19374         restore exception state around main square root computation, then
19375         check for inexactness explicitly.
19376
19377         * math/libm-test.inc (fma_test_data): Add another test.
19378
19379 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
19380
19381         * manual/threads.texi (Non-POSIX Extensions): New document
19382         node.  Document pthread_getattr_default_np and
19383         pthread_setattr_default_np.
19384
19385         * Versions.def (libpthread): Add GLIBC_2.18.
19386         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
19387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19388         Likewise.
19389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19390         Likewise.
19391         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19392         Likewise.
19393         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19394         Likewise.
19395         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
19396         Likewise.
19397         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
19398         Likewise.
19399         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
19400         Likewise.
19401         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
19402         Likewise.
19403         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
19404         Likewise.
19405
19406 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19407
19408         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19409         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
19410
19411 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
19412             H.J. Lu  <hjl.tools@gmail.com>
19413
19414         [BZ #15627]
19415         * sysdeps/x86_64/rtld-memset.c: Remove file.
19416         * sysdeps/x86_64/rtld-memset.S: New file.
19417
19418 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
19419
19420         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
19421         (test_in_one_mode): Take arguments for whether the rounding mode
19422         is supported for each floating-point type.
19423         (do_test): Pass new arguments to test_in_one_mode using
19424         ROUNDING_TESTS.
19425
19426 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19427
19428         * posix/tst-waitid.c (do_test): Distinguish different instances of
19429         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
19430         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
19431         before entering the kernel for waitpid.
19432
19433 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19434
19435         * NEWS: Fix note on clock function precision.  Text by Roland
19436         McGrath.
19437
19438 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19439
19440         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
19441         it into place only when and if the sanity check passes.
19442
19443 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
19444
19445         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
19446         output for whether conversion result is exact.  Take argument
19447         indicating whether type is IBM long double.
19448         (round_for_all): Change need_exact field to ibm_ld.
19449         * stdlib/tst-strtod-round.c (struct exactness): New type.
19450         (struct test): Change bool ld_ok field to struct exactness exact.
19451         (TEST): Update all definitions for change to field.
19452         (tests): Regenerate array contents.
19453         (test_in_one_mode): Take pointer to new field instead of old ld_ok
19454         field value.  Check for IBM long double here.
19455         (do_test): Update calls to test_in_one_mode.
19456
19457 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19458
19459         [BZ #12515]
19460         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
19461         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
19462
19463 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19464
19465         [BZ #15605]
19466         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
19467         generated by the compiler on loop optimizations.
19468         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
19469         general definitions.
19470
19471 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
19472
19473         * math/bug-nextafter.c: Include <math-tests.h>.
19474         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19475         the relevant type.
19476         * math/bug-nexttoward.c: Include <math-tests.h>.
19477         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19478         the relevant type.
19479         * math/test-misc.c: Include <math-tests.h>.
19480         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19481         the relevant type.
19482
19483 2013-06-12  Andreas Jaeger  <aj@suse.de>
19484
19485         * po/ia.po: Update Interlingua translation from translation
19486         project.
19487
19488 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19489
19490         * include/fenv.h: Include stdbool.h.
19491         (struct rm_ctx): New structure.
19492         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
19493         Define macro.
19494         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
19495         (SET_RESTORE_ROUNDF): Likewise.
19496         (SET_RESTORE_ROUNDL): Likewise.
19497         (SET_RESTORE_ROUND_NOEX): Likewise.
19498         (SET_RESTORE_ROUND_NOEXF): Likewise.
19499         (SET_RESTORE_ROUND_NOEXL): Likewise.
19500         (SET_RESTORE_ROUND_53BIT): Likewise.
19501         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
19502         (libc_feresetround_noexf_ctx): Likewise.
19503         (libc_feresetround_noexl_ctx): Likewise.
19504         (libc_feholdsetround_53bit_ctx): Likewise.
19505         (libc_feresetround_53bit_ctx): Likewise.
19506         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
19507         (libc_feholdexcept_setround_sse_ctx): New function.
19508         (libc_fesetenv_sse_ctx): Likewise.
19509         (libc_feupdateenv_sse_ctx): Likewise.
19510         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
19511         (libc_feholdexcept_setround_387_ctx): Likewise.
19512         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
19513         (libc_feholdsetround_387_prec_ctx): Likewise.
19514         (libc_feholdsetround_387_ctx): Likewise.
19515         (libc_feholdsetround_387_53bit_ctx): Likewise.
19516         (libc_feholdsetround_sse_ctx): Likewise.
19517         (libc_feresetround_sse_ctx): Likewise.
19518         (libc_feresetround_387_ctx): Likewise.
19519         (libc_feupdateenv_387_ctx): Likewise.
19520         (libc_feholdexcept_setroundf_ctx): Define macro.
19521         (libc_fesetenvf_ctx): Likewise.
19522         (libc_feupdateenvf_ctx): Likewise.
19523         (libc_feholdsetroundf_ctx): Likewise.
19524         (libc_feresetroundf_ctx): Likewise.
19525         (libc_feholdexcept_setround_ctx): Likewise.
19526         (libc_fesetenv_ctx): Likewise.
19527         (libc_feupdateenv_ctx): Likewise.
19528         (libc_feholdsetround_ctx): Likewise.
19529         (libc_feresetround_ctx): Likewise.
19530         (libc_feholdexcept_setroundl_ctx): Likewise.
19531         (libc_feupdateenvl_ctx): Likewise.
19532         (libc_feholdsetroundl_ctx): Likewise.
19533         (libc_feresetroundl_ctx): Likewise.
19534         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
19535         (libc_feresetround_53bit_ctx): Likewise.
19536
19537 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19538
19539         * locale/iso-639.def: Convert to UTF-8.
19540
19541 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
19542
19543         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
19544         (EXCEPTION_TESTS_double): Likewise.
19545         (EXCEPTION_TESTS_long_double): Likewise.
19546         (EXCEPTION_TESTS): Likewise.
19547         * math/libm-test.inc (test_exceptions): Only test exceptions if
19548         EXCEPTION_TESTS (FLOAT).
19549
19550 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19551
19552         * benchtests/Makefile (string-bench): Add strcpy_chk and
19553         stpcpy_chk.
19554         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
19555         * benchtests/bench-stpcpy_chk.c: New file.
19556         * benchtests/bench-strcpy_chk-ifunc.c: New file.
19557         * benchtests/bench-strcpy_chk.c: New file.
19558         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
19559         code.
19560         (do_test): Likewise.
19561
19562 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19563
19564         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
19565         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
19566         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
19567         with tabs where appropriate.
19568         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
19569         dl-procinfo.h.
19570         [PPC_PLATFORM_PPC440]: Likewise.
19571         [PPC_PLATFORM_PPC464]: Likewise.
19572         [PPC_PLATFORM_PPC476]: Likewise.
19573         (_dl_string_platform): Add support for detecting ppc405, ppc440,
19574         ppc464, and ppc476 platform strings merging from ports/
19575         dl-procinfo.h.
19576
19577 2013-06-11  Andreas Schwab  <schwab@suse.de>
19578
19579         [BZ #14991]
19580         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
19581         (from_ucs4_idx): Regenerate.
19582         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
19583         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
19584         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
19585         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
19586         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
19587         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
19588         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
19589         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
19590         from FROM_LOOP and TO_LOOP specific macros.
19591         (BODY): Handle combining characters.
19592         * iconvdata/BIG5HKSCS.irreversible: Update.
19593         * iconvdata/BIG5HKSCS.precomposed: New file.
19594         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
19595         characters.
19596         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
19597
19598 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19599
19600         * include/sys/time.h: Fix indentation and add copyright header.
19601
19602         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
19603         (do_test): Likewise.
19604         * string/test-memchr.c (do_one_test): Likewise.
19605         (do_test): Likewise.
19606         * string/test-memcmp.c (do_one_test): Likewise.
19607         (do_test): Likewise.
19608         * string/test-memcpy.c (do_one_test): Likewise.
19609         (do_test): Likewise.
19610         * string/test-memmem.c (do_one_test): Likewise.
19611         (do_test): Likewise.
19612         (do_random_tests): Likewise.
19613         * string/test-memmove.c (do_one_test): Likewise.
19614         (do_test): Likewise.
19615         * string/test-memset.c (do_one_test): Likewise.
19616         (do_test): Likewise.
19617         * string/test-rawmemchr.c (do_one_test): Likewise.
19618         (do_test): Likewise.
19619         * string/test-strcasecmp.c (do_one_test): Likewise.
19620         (do_test): Likewise.
19621         * string/test-strcasestr.c (do_one_test): Likewise.
19622         (do_test): Likewise.
19623         * string/test-strcat.c (do_one_test): Likewise.
19624         (do_test): Likewise.
19625         * string/test-strchr.c (do_one_test): Likewise.
19626         (do_test): Likewise.
19627         * string/test-strcmp.c (do_one_test): Likewise.
19628         (do_test): Likewise.
19629         * string/test-strcpy.c (do_one_test): Likewise.
19630         (do_test): Likewise.
19631         * string/test-string.h: Likewise.
19632         (test_init): Likewise.
19633         * string/test-strlen.c (do_one_test): Likewise.
19634         (do_test): Likewise.
19635         * string/test-strncasecmp.c (do_one_test): Likewise.
19636         (do_test): Likewise.
19637         * string/test-strncat.c (do_one_test): Likewise.
19638         (do_test): Likewise.
19639         * string/test-strncmp.c (do_one_test): Likewise.
19640         (do_test_limit): Likewise.
19641         (do_test): Likewise.
19642         * string/test-strncpy.c (do_one_test): Likewise.
19643         (do_test): Likewise.
19644         * string/test-strnlen.c (do_one_test): Likewise.
19645         (do_test): Likewise.
19646         * string/test-strpbrk.c (do_one_test): Likewise.
19647         (do_test): Likewise.
19648         * string/test-strrchr.c (do_one_test): Likewise.
19649         (do_test): Likewise.
19650         * string/test-strspn.c (do_one_test): Likewise.
19651         (do_test): Likewise.
19652         * string/test-strstr.c (do_one_test): Likewise.
19653         (do_test): Likewise.
19654
19655         * benchtests/Makefile (string-bench): Add string benchmarks.
19656         * benchtests/bench-bcopy-ifunc.c: New file.
19657         * benchtests/bench-bcopy.c: New file.
19658         * benchtests/bench-bzero-ifunc.c: New file.
19659         * benchtests/bench-bzero.c: New file.
19660         * benchtests/bench-memccpy-ifunc.c: New file.
19661         * benchtests/bench-memccpy.c: New file.
19662         * benchtests/bench-memchr-ifunc.c: New file.
19663         * benchtests/bench-memchr.c: New file.
19664         * benchtests/bench-memcmp-ifunc.c: New file.
19665         * benchtests/bench-memcmp.c: New file.
19666         * benchtests/bench-memmem-ifunc.c: New file.
19667         * benchtests/bench-memmem.c: New file.
19668         * benchtests/bench-memmove-ifunc.c: New file.
19669         * benchtests/bench-memmove.c: New file.
19670         * benchtests/bench-mempcpy-ifunc.c: New file.
19671         * benchtests/bench-mempcpy.c: New file.
19672         * benchtests/bench-memset-ifunc.c: New file.
19673         * benchtests/bench-memset.c: New file.
19674         * benchtests/bench-rawmemchr-ifunc.c: New file.
19675         * benchtests/bench-rawmemchr.c: New file.
19676         * benchtests/bench-stpcpy-ifunc.c: New file.
19677         * benchtests/bench-stpcpy.c: New file.
19678         * benchtests/bench-stpncpy-ifunc.c: New file.
19679         * benchtests/bench-stpncpy.c: New file.
19680         * benchtests/bench-strcasecmp-ifunc.c: New file.
19681         * benchtests/bench-strcasecmp.c: New file.
19682         * benchtests/bench-strcasestr-ifunc.c: New file.
19683         * benchtests/bench-strcasestr.c: New file.
19684         * benchtests/bench-strcat-ifunc.c: New file.
19685         * benchtests/bench-strcat.c: New file.
19686         * benchtests/bench-strchr-ifunc.c: New file.
19687         * benchtests/bench-strchr.c: New file.
19688         * benchtests/bench-strchrnul-ifunc.c: New file.
19689         * benchtests/bench-strchrnul.c: New file.
19690         * benchtests/bench-strcmp-ifunc.c: New file.
19691         * benchtests/bench-strcmp.c: New file.
19692         * benchtests/bench-strcpy-ifunc.c: New file.
19693         * benchtests/bench-strcpy.c: New file.
19694         * benchtests/bench-strcspn-ifunc.c: New file.
19695         * benchtests/bench-strcspn.c: New file.
19696         * benchtests/bench-strlen-ifunc.c: New file.
19697         * benchtests/bench-strlen.c: New file.
19698         * benchtests/bench-strncasecmp-ifunc.c: New file.
19699         * benchtests/bench-strncasecmp.c: New file.
19700         * benchtests/bench-strncat-ifunc.c: New file.
19701         * benchtests/bench-strncat.c: New file.
19702         * benchtests/bench-strncmp-ifunc.c: New file.
19703         * benchtests/bench-strncmp.c: New file.
19704         * benchtests/bench-strncpy-ifunc.c: New file.
19705         * benchtests/bench-strncpy.c: New file.
19706         * benchtests/bench-strnlen-ifunc.c: New file.
19707         * benchtests/bench-strnlen.c: New file.
19708         * benchtests/bench-strpbrk-ifunc.c: New file.
19709         * benchtests/bench-strpbrk.c: New file.
19710         * benchtests/bench-strrchr-ifunc.c: New file.
19711         * benchtests/bench-strrchr.c: New file.
19712         * benchtests/bench-strspn-ifunc.c: New file.
19713         * benchtests/bench-strspn.c: New file.
19714         * benchtests/bench-strstr-ifunc.c: New file.
19715         * benchtests/bench-strstr.c: New file.
19716
19717         * benchtests/Makefile: Disable parallel execution of targets.
19718         (string-bench): Add memcpy.
19719         (benchset): New variable to store a list of benchmark sets.
19720         (bench-func): Renamed from bench.
19721         (bench-set): New target.
19722         (bench): Depend on bench-func and bench-set.
19723         * benchtests/README: Add section on benchmark sets.
19724         * benchtests/bench-memcpy-ifunc.c: New file.
19725         * benchtests/bench-memcpy.c: New file.
19726         * benchtests/bench-string.h: New file.
19727
19728 2013-06-11  Andreas Schwab  <schwab@suse.de>
19729
19730         [BZ #15577]
19731         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
19732         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
19733         values in the triple.
19734         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
19735         terminator in the group key.
19736
19737 2013-06-11  Andreas Jaeger  <aj@suse.de>
19738
19739         * po/zh_TW.po: Update Chinese (traditional) translation from
19740         translation project.
19741
19742 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19743
19744         * include/time.h (__clock_gettime): Add libc_hidden_proto.
19745         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
19746         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
19747         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19748         (clock_getcpuclockid): Likewise.
19749         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19750         Add weak_alias and libc_hidden_def.
19751         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19752         * rt/clock_gettime.c (clock_gettime): Rename to
19753         __clock_gettime.  Add weak_alias and libc_hidden_def.
19754         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19755         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19756         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
19757         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19758         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19759         Likewise.
19760         * rt/clock_settime.c (clock_settime): Rename to
19761         __clock_settime.  Add weak_alias and libc_hidden_def.
19762         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19763
19764 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
19765
19766         * mach/err_boot.sub: Remove trailing whitespace.
19767         * mach/err_ipc.sub: Likewise.
19768         * mach/err_mach.sub: Likewise.
19769
19770         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19771         (ROUNDING_TESTS_double): Likewise.
19772         (ROUNDING_TESTS_long_double): Likewise.
19773         (ROUNDING_TESTS): Likewise.
19774         * math/libm-test.inc: Include <math-tests.h>.
19775         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19776         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19777         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19778         (IF_ROUND_INIT_FE_UPWARD): Likewise.
19779
19780 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19781
19782         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19783         of assigning.
19784
19785 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
19786
19787         * sysdeps/gnu/errlist.awk: Do not generate space at end of
19788         otherwise empty TRANS lines.
19789         * sysdeps/gnu/errlist.c: Regenerated.
19790
19791         * catgets/gencat.c (error_print): Use (void) in function
19792         definition.
19793         * crypt/crypt_util.c (__init_des): Likewise.
19794         * crypt/speeds.c (Stop): Likewise.
19795         (main): Likewise.
19796         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19797         * inet/ruserpass.c (token): Likewise.
19798         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19799         * intl/localealias.c (extend_alias_table): Likewise.
19800         * intl/plural-exp.c (init_germanic_plural): Likewise.
19801         * libio/fcloseall.c (__fcloseall): Likewise.
19802         * libio/genops.c (_IO_flush_all): Likewise.
19803         (_IO_flush_all_linebuffered): Likewise.
19804         (_IO_cleanup): Likewise.
19805         (_IO_iter_begin): Likewise.
19806         (_IO_iter_end): Likewise.
19807         (_IO_list_lock): Likewise.
19808         (_IO_list_unlock): Likewise.
19809         (_IO_list_resetlock): Likewise.
19810         * libio/getchar.c (getchar): Likewise.
19811         * libio/getchar_u.c (getchar_unlocked): Likewise.
19812         * libio/getwchar.c (getwchar): Likewise.
19813         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19814         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19815         * login/getpt.c (__getpt): Likewise.
19816         * login/tst-utmp.c (main): Likewise.
19817         * malloc/hooks.c (__malloc_check_init): Likewise.
19818         * malloc/malloc.c (__malloc_stats): Likewise.
19819         * malloc/mtrace.c (tr_break): Likewise.
19820         (mtrace): Likewise.
19821         (muntrace): Likewise.
19822         * misc/fstab.c (endfsent): Likewise.
19823         * misc/getclktck.c (__getclktck): Likewise.
19824         * misc/getdtsz.c (__getdtablesize): Likewise.
19825         * misc/gethostid.c (gethostid): Likewise.
19826         * misc/getpagesize.c (__getpagesize): Likewise.
19827         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19828         (__get_nprocs): Likewise.
19829         (__get_phys_pages): Likewise.
19830         (__get_avphys_pages): Likewise.
19831         * misc/getttyent.c (getttyent): Likewise.
19832         (setttyent): Likewise.
19833         (endttyent): Likewise.
19834         * misc/getusershell.c (getusershell): Likewise.
19835         (endusershell): Likewise.
19836         (setusershell): Likewise.
19837         (initshells): Likewise.
19838         * misc/hsearch.c (__hdestroy): Likewise.
19839         * misc/sync.c (sync): Likewise.
19840         * misc/syslog.c (closelog_internal): Likewise.
19841         (closelog): Likewise.
19842         * misc/ttyslot.c (ttyslot): Likewise.
19843         * misc/vhangup.c (vhangup): Likewise.
19844         * posix/fork.c (__fork): Likewise.
19845         * posix/getegid.c (__getegid): Likewise.
19846         * posix/geteuid.c (__geteuid): Likewise.
19847         * posix/getgid.c (__getgid): Likewise.
19848         * posix/getpid.c (__getpid): Likewise.
19849         * posix/getppid.c (__getppid): Likewise.
19850         * posix/getuid.c (__getuid): Likewise.
19851         * posix/pause.c (pause): Likewise.
19852         * posix/setpgrp.c (setpgrp): Likewise.
19853         * posix/setsid.c (__setsid): Likewise.
19854         * posix/test-vfork.c (noop): Likewise.
19855         * resolv/gethnamaddr.c (_endhtent): Likewise.
19856         (_gethtent): Likewise.
19857         (ht_endhostent): Likewise.
19858         (gethostent): Likewise.
19859         (dns_service): Likewise.
19860         * stdlib/drand48.c (drand48): Likewise.
19861         * stdlib/lrand48.c (lrand48): Likewise.
19862         * stdlib/mrand48.c (mrand48): Likewise.
19863         * stdlib/rand.c (rand): Likewise.
19864         * stdlib/random.c (__random): Likewise.
19865         * stdlib/setenv.c (clearenv): Likewise.
19866         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19867         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19868         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19869         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19870         (__get_nprocs): Likewise.
19871         (__get_phys_pages): Likewise.
19872         (__get_avphys_pages): Likewise.
19873         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19874         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19875         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19876         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19877         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19878         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19879         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19880         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19881         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19882         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19883         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19884         * sysdeps/mach/hurd/sync.c (sync): Likewise.
19885         * sysdeps/posix/clock.c (clock): Likewise.
19886         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
19887         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
19888         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
19889         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
19890         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
19891         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
19892         (__get_nprocs_conf): Likewise.
19893         (__get_phys_pages): Likewise.
19894         (__get_avphys_pages): Likewise.
19895         * time/clock.c (clock): Likewise.
19896         * time/tzset.c (__tzname_max): Likewise.
19897
19898 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
19899
19900         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
19901         (__bswap_32): Do not use "register".
19902         * crypt/crypt.c (_ufc_doit_r): Likewise.
19903         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19904         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19905         * gmon/gmon.c (__monstartup): Likewise.
19906         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
19907         * hurd/hurdmalloc.c (more_memory): Likewise.
19908         (malloc): Likewise.
19909         (free): Likewise.
19910         (realloc): Likewise.
19911         (malloc_fork_prepare): Likewise.
19912         (malloc_fork_parent): Likewise.
19913         (malloc_fork_child): Likewise.
19914         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
19915         (_svcauth_des): Likewise.
19916         * inet/inet_lnaof.c (inet_lnaof): Likewise.
19917         * inet/inet_net.c (inet_network): Likewise.
19918         * inet/inet_netof.c (inet_netof): Likewise.
19919         * inet/rcmd.c (__validuser2_sa): Likewise.
19920         * io/fts.c (fts_open): Likewise.
19921         (fts_load): Likewise.
19922         (fts_close): Likewise.
19923         (fts_read): Likewise.
19924         (fts_children): Likewise.
19925         (fts_build): Likewise.
19926         (fts_stat): Likewise.
19927         (fts_sort): Likewise.
19928         (fts_alloc): Likewise.
19929         (fts_lfree): Likewise.
19930         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
19931         (_IO_file_xsgetn): Likewise.
19932         (_IO_file_xsgetn_mmap): Likewise.
19933         * libio/iofopncook.c (_IO_cookie_read): Likewise.
19934         (_IO_cookie_write): Likewise.
19935         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
19936         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
19937         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
19938         * malloc/obstack.c (_obstack_begin): Likewise.
19939         (_obstack_begin_1): Likewise.
19940         (_obstack_newchunk): Likewise.
19941         (_obstack_allocated_p): Likewise.
19942         (obstack_free): Likewise.
19943         (_obstack_memory_used): Likewise.
19944         * misc/getttyent.c (getttynam): Likewise.
19945         (getttyent): Likewise.
19946         (skip): Likewise.
19947         (value): Likewise.
19948         * misc/getusershell.c (initshells): Likewise.
19949         * misc/syslog.c (__vsyslog_chk): Likewise.
19950         * misc/ttyslot.c (ttyslot): Likewise.
19951         * nis/nis_hash.c (__nis_hash): Likewise.
19952         * posix/fnmatch_loop.c (FCT): Likewise.
19953         * posix/getconf.c (print_all): Likewise.
19954         (main): Likewise.
19955         * posix/getopt.c (exchange): Likewise.
19956         * posix/glob.c (globfree): Likewise.
19957         (prefix_array): Likewise.
19958         (__glob_pattern_type): Likewise.
19959         * resolv/arpa/nameser.h (NS_GET16): Likewise.
19960         (NS_GET32): Likewise.
19961         (NS_PUT16): Likewise.
19962         (NS_PUT32): Likewise.
19963         * resolv/gethnamaddr.c (getanswer): Likewise.
19964         (gethostbyname2): Likewise.
19965         (gethostbyaddr): Likewise.
19966         (_gethtent): Likewise.
19967         (_gethtbyname2): Likewise.
19968         (_gethtbyaddr): Likewise.
19969         * resolv/ns_print.c (dst_s_get_int16): Likewise.
19970         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
19971         * resolv/res_init.c (__res_vinit): Likewise.
19972         (net_mask): Likewise.
19973         * resolv/res_mkquery.c (outchar): Likewise.
19974         (PRINT): Likewise.
19975         * stdio-common/printf_fp.c (outchar): Likewise.
19976         (PRINT): Likewise.
19977         * stdio-common/printf_fphex.c (outchar): Likewise.
19978         (PRINT): Likewise.
19979         * stdio-common/printf_size.c (outchar): Likewise.
19980         (PRINT): Likewise.
19981         * stdio-common/test_rdwr.c (main): Likewise.
19982         * stdio-common/tfformat.c (matches): Likewise.
19983         * stdio-common/vfprintf.c (outchar): Likewise.
19984         (printf_unknown): Likewise.
19985         (buffered_vfprintf): Likewise.
19986         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19987         * stdio-common/xbug.c (AppendToBuffer): Likewise.
19988         (ReadFile): Likewise.
19989         * stdlib/qsort.c (SWAP): Likewise.
19990         (_quicksort): Likewise.
19991         * stdlib/setenv.c (__add_to_environ): Likewise.
19992         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19993         * stdlib/strtol_l.c (__strtol_l): Likewise.
19994         * stdlib/tst-strtod.c (main): Likewise.
19995         * stdlib/tst-strtol.c (main): Likewise.
19996         * stdlib/tst-strtoll.c (main): Likewise.
19997         * string/bits/string2.h (__strcmp_cc): Likewise.
19998         (__strcmp_cg): Likewise.
19999         (__strcspn_c1): Likewise.
20000         (__strcspn_c2): Likewise.
20001         (__strcspn_c3): Likewise.
20002         (__strspn_c1): Likewise.
20003         (__strspn_c2): Likewise.
20004         (__strspn_c3): Likewise.
20005         (__strsep_1c): Likewise.
20006         (__strsep_2c): Likewise.
20007         (__strsep_3c): Likewise.
20008         * string/memccpy.c (__memccpy): Likewise.
20009         * string/stpcpy.c (__stpcpy): Likewise.
20010         * string/strcmp.c (strcmp): Likewise.
20011         * string/strrchr.c (strrchr): Likewise.
20012         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
20013         Likewise.
20014         * sysdeps/mach/hurd/getcwd.c
20015         (_hurd_canonicalize_directory_name_internal): Likewise.
20016         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
20017         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
20018         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
20019         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
20020         Likewise, in both definitions.
20021         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
20022         definitions.
20023         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
20024         64] (__bswap_64): Likewise.
20025         * time/test_time.c (main): Likewise.
20026         * time/tzfile.c (__tzfile_read): Likewise.
20027         (__tzfile_compute): Likewise.
20028         * time/tzset.c (__tzset_parse_tz): Likewise.
20029         (tzset_internal): Likewise.
20030         (compute_change): Likewise.
20031         * wcsmbs/wcscat.c (__wcscat): Likewise.
20032         * wcsmbs/wcschr.c (wcschr): Likewise.
20033         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
20034         * wcsmbs/wcscspn.c (wcscspn): Likewise.
20035         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
20036         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
20037         * wcsmbs/wcsspn.c (wcsspn): Likewise.
20038         * wcsmbs/wcsstr.c (wcsstr): Likewise.
20039         * wcsmbs/wmemchr.c (wmemchr): Likewise.
20040         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
20041         * wcsmbs/wmemset.c (wmemset): Likewise.
20042
20043 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
20044
20045         * scripts/config.guess: Update to version 2013-05-16.
20046         * scripts/config.sub: Update to version 2013-04-24.
20047         * scripts/install-sh: Update to version 2011-11-20.07.
20048         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
20049         * scripts/move-if-change: Update to version 2012-01-06 07:23.
20050
20051 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
20052
20053         * debug/fgetws_u_chk.c: Fix leading whitespaces.
20054         * elf/sln.c: Likewise.
20055         * hurd/hurd/ioctl.h: Likewise.
20056         * hurd/hurdmalloc.c: Likewise.
20057         * hurd/xattr.c: Likewise.
20058         * include/shlib-compat.h: Likewise.
20059         * inet/ruserpass.c: Likewise.
20060         * libio/iofgets_u.c: Likewise.
20061         * libio/iofgetws_u.c: Likewise.
20062         * locale/programs/ld-identification.c: Likewise.
20063         * locale/programs/ld-time.c: Likewise.
20064         * mach/msg-destroy.c: Likewise.
20065         * nss/nss_files/files-netgrp.c: Likewise.
20066         * resolv/res_data.c: Likewise.
20067         * soft-fp/op-1.h: Likewise.
20068         * soft-fp/op-2.h: Likewise.
20069         * soft-fp/op-4.h: Likewise.
20070         * soft-fp/op-common.h: Likewise.
20071         * stdio-common/printf_fphex.c: Likewise.
20072         * stdlib/strtod_l.c: Likewise.
20073         * sunrpc/rpc/clnt.h: Likewise.
20074         * sysdeps/generic/framestate.c: Likewise.
20075         * sysdeps/i386/bsd-_setjmp.S: Likewise.
20076         * sysdeps/i386/bsd-setjmp.S: Likewise.
20077         * sysdeps/i386/__longjmp.S: Likewise.
20078         * sysdeps/i386/setjmp.S: Likewise.
20079         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20080         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
20081         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20082         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20083         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20084         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
20085         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
20086         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
20087         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
20088         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
20089         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
20090         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
20091         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
20092         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
20093         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
20094         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
20095         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
20096         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
20097         * sysdeps/ieee754/support.c: Likewise.
20098         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
20099         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
20100         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
20101         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
20102         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
20103         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
20104         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
20105         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
20106         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
20107         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
20108         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
20109         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
20110         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
20111         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
20112         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
20113         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
20114         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
20115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
20116
20117 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
20118
20119         * posix/transbug.c: Remove executable mode.
20120
20121 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
20122
20123         * crypt/speeds.c: Remove trailing whitespace.
20124         * dlfcn/default.c: Likewise.
20125         * elf/ifuncdep2.c: Likewise.
20126         * elf/ifuncmain1.c: Likewise.
20127         * elf/ifuncmain1vis.c: Likewise.
20128         * elf/testobj.h: Likewise.
20129         * elf/tst-stackguard1.c: Likewise.
20130         * gmon/sys/gmon.h: Likewise.
20131         * hurd/hurdmsg.c: Likewise.
20132         * hurd/new-fd.c: Likewise.
20133         * hurd/ports-get.c: Likewise.
20134         * iconvdata/ibm1008_420.c: Likewise.
20135         * inet/tst-getni1.c: Likewise.
20136         * inet/tst-getni2.c: Likewise.
20137         * libio/ioungetc.c: Likewise.
20138         * libio/wfiledoalloc.c: Likewise.
20139         * manual/libm-err-tab.pl: Likewise.
20140         * math/w_dremf.c: Likewise.
20141         * misc/ftruncate.c: Likewise.
20142         * posix/bug-glob2.c: Likewise.
20143         * posix/tst-pcre.c: Likewise.
20144         * posix/wait4.c: Likewise.
20145         * resolv/README: Likewise.
20146         * resolv/res_debug.h: Likewise.
20147         * resolv/tst-inet_ntop.c: Likewise.
20148         * setjmp/bug269-setjmp.c: Likewise.
20149         * soft-fp/extended.h: Likewise.
20150         * soft-fp/op-1.h: Likewise.
20151         * soft-fp/op-2.h: Likewise.
20152         * soft-fp/op-4.h: Likewise.
20153         * soft-fp/op-8.h: Likewise.
20154         * soft-fp/testit.c: Likewise.
20155         * stdio-common/bug16.c: Likewise.
20156         * stdlib/random.c: Likewise.
20157         * sunrpc/rpcsvc/rquota.x: Likewise.
20158         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
20159         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
20160         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20161         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
20162         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
20163         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
20164         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
20165         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
20166         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
20167         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
20168         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
20169         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
20170         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
20171         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
20172         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
20173         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
20174         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
20175         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
20176         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
20177         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
20178         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
20179         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
20180         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
20181         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
20182         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
20183         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
20184         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20185         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
20186         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
20187         * sysdeps/ieee754/s_lib_version.c: Likewise.
20188         * sysdeps/mach/hurd/check_fds.c: Likewise.
20189         * sysdeps/mach/hurd/getsockname.c: Likewise.
20190         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
20191         * sysdeps/mach/hurd/recvfrom.c: Likewise.
20192         * sysdeps/powerpc/bits/link.h: Likewise.
20193         * sysdeps/powerpc/dl-procinfo.c: Likewise.
20194         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
20195         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
20196         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
20197         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
20198         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
20199         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
20200         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
20201         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
20202         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
20203         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
20204         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20205         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
20206         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
20207         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
20208         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
20209         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20210         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20211         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
20212         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
20213         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
20214         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
20215         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20216         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20217         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
20218         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20219         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20220         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
20221         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
20222         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20223         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20224         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20225         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20226         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20227         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
20228         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
20229         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
20230         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20231         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
20232         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
20233         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
20234         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
20235         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
20236         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
20237         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20238         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
20239         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
20240         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20241         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
20242         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
20243         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20244         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20245         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20246         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20247         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
20248         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
20249         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
20250         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20251         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
20252         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
20253         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
20254         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
20255         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
20256         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20257         * sysdeps/powerpc/sysdep.h: Likewise.
20258         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20259         * sysdeps/s390/s390-64/sub_n.S: Likewise.
20260         * sysdeps/sh/dl-trampoline.S: Likewise.
20261         * sysdeps/sh/memset.S: Likewise.
20262         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
20263         * sysdeps/sh/strlen.S: Likewise.
20264         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
20265         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
20266         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
20267         * sysdeps/sparc/sparc32/rem.S: Likewise.
20268         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
20269         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
20270         * sysdeps/sparc/sparc32/strchr.S: Likewise.
20271         * sysdeps/sparc/sparc32/udiv.S: Likewise.
20272         * sysdeps/sparc/sparc32/urem.S: Likewise.
20273         * sysdeps/sparc/sparc64/add_n.S: Likewise.
20274         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20275         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
20276         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
20277         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
20278         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
20279         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
20280         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
20281         * sysdeps/unix/bsd/times.c: Likewise.
20282         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
20283         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
20284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
20285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
20286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
20287         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
20288         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20289         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
20290         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
20291         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
20292         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
20293         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
20294         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
20295         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
20296         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
20297         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
20298         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
20299         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
20300         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
20301         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
20302         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
20303         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
20304         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
20305         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
20306         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
20307         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
20308         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
20309         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20310         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
20311         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
20312         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
20313         * sysdeps/x86_64/strcspn.S: Likewise.
20314
20315 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20316
20317         * locale/C-translit.h: Revert #include <stdint.h> because this is a
20318         generated file.  Regenerate properly from gen-translit.pl.
20319         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
20320         locale/C-translit.h.
20321
20322 2013-06-05  Andreas Schwab  <schwab@suse.de>
20323
20324         [BZ #15100]
20325         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
20326         week as 6 instead of -1.
20327         * time/tst-strptime.c (day_tests): Add test case.
20328
20329 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20330
20331         * sysdeps/generic/math_private.h
20332         (libc_feholdexcept_setround_53bit): Replace with
20333         libc_feholdsetround_53bit.
20334         (libc_feupdateenv_53bit): Replace with
20335         libc_feresetround_53bit.
20336         (SET_RESTORE_ROUND_53BIT): Adjust.
20337
20338 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20339
20340         * string/test-strchrnul.c: Add copyright header.
20341
20342         * posix/tst-getaddrinfo4.c: Increase test timeout.
20343
20344 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
20345
20346         [BZ #15536]
20347         * math/libm-test.inc (MAX_EXP): Remove
20348         (MIN_EXP): Define.
20349         (ulp): Use MIN_EXP - MANT_DIG.
20350         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
20351
20352 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
20353
20354         * po/be.po: Revert last change.
20355         * po/zh_CN.po: Likewise.
20356         * po/header.pot: Likewise.
20357
20358 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
20359
20360         * Makefile ($(common-objpfx)linkobj/libc.so): Define
20361         link-libc-deps to empty as target-specific variable.
20362         * Makerules (link-libc-args): New variable.
20363         (libc-for-link): Likewise.
20364         (link-libc-deps): Likewise.
20365         (lib%.so): Depend on $(link-libc-deps).  Link with
20366         $(link-libc-args).
20367         (build-module): Link with $(link-libc-args).
20368         (build-module-asneeded): Likewise.
20369         (build-module-helper-objlist): Filter out $(link-libc-deps) from
20370         list of objects.
20371         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
20372         target-specific variable.
20373         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
20374         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
20375         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
20376         libc.
20377         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
20378         libc and ld.so.
20379         ($(objpfx)libpcprofile.so): Likewise.
20380         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
20381         libc_nonshared.a.
20382         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
20383         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
20384         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
20385         $(link-libc-deps).
20386         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
20387         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
20388         * login/Makefile ($(objpfx)libutil.so): Likewise.
20389         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
20390         * math/Makefile ($(objpfx)libm.so): Likewise.
20391         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
20392         $(objpfx)libnsl.so): Define libc-for-link as target-specific
20393         variable instead of depending directly on libc.
20394         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
20395         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
20396         $(link-libc-deps).
20397         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
20398         libc.
20399         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
20400         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
20401         ($(objpfx)libanl.so): Likewise.
20402         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
20403         ld.so.
20404         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
20405         $(link-libc-deps).
20406         * sysdeps/i386/fpu/Makefile: Remove file.
20407         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
20408         ($(objpfx)libm.so): Remove dependency on ld.so.
20409
20410 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
20411
20412         [BZ # 15553]
20413         * nis/yp_xdr.c (XDRMAXNAME): Define.
20414         (XDRMAXRECORD): Define.
20415         (xdr_domainname): Use XDRMAXNAME.
20416         (xdr_mapname): Likewise.
20417         (xdr_peername): Likewise.
20418         (xdr_keydat): Use XDRMAXRECORD.
20419         (xdr_valdat): Likewise.
20420
20421 2013-05-30  Jeff Law  <law@redhat.com>
20422
20423         [BZ #14256]
20424         * manual/errno.texi (ESTALE): Update to account for more than
20425         just NFS file systems.
20426         * sysdeps/gnu/errlist.c: Regenerated.
20427
20428 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20429
20430         [BZ #15465]
20431         * elf/Makefile (tests): Add tst-null-argv.
20432         (modules-names):  Add tst-null-argv-lib.
20433         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
20434         (tst-null-argv-ENV): Set environment for tst-null-argv.
20435         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
20436         (RTLD_PROGNAME): New macro.
20437         * elf/tst-null-argv.c: New test case.
20438         * elf/tst-null-argv-lib.c: Library for test case.
20439         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
20440         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
20441         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
20442         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
20443         * elf/dl-init.c (call_init): Likewise.
20444         (_dl_init): Likewise.
20445         * elf/dl-load.c (print_search_path): Likewise.
20446         (_dl_map_object): Likewise.
20447         * elf/dl-lookup.c (do_lookup_x): Likewise.
20448         (add_dependency): Likewise.
20449         (_dl_lookup_symbol_x): Likewise.
20450         (_dl_debug_bindings): Likewise.
20451         * elf/dl-open.c (_dl_show_scope): Likewise.
20452         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20453         * elf/dl-version.c (match_symbol): Likewise.
20454         (_dl_check_map_versions): Likewise.
20455         * elf/rtld.c (dl_main): Likewise.
20456         (print_unresolved): Use RTLD_PROGNAME.
20457         (print_missing_version): Likewise.
20458         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
20459         (elf_machine_rela): Likewise.
20460         * sysdeps/powerpc/powerpc32/dl-machine.c
20461         (__process_machine_rela): Likewise.
20462         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20463         Likewise.
20464         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
20465         Likewise.
20466         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
20467         Likewise.
20468         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20469         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
20470         Likewise.
20471         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
20472         Likewise.
20473         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
20474
20475 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
20476
20477         * po/be.po: Add descriptive title.
20478         * po/zh_CN.po: Likewise.
20479         * po/header.pot: Likewise.
20480
20481 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
20482
20483         * locale/programs/locarchive.c (create_archive): Inlucde fname in
20484         error message.
20485         (enlarge_archive): Likewise.
20486
20487 2013-05-28  Ben North  <ben@redfrontdoor.org>
20488
20489         * manual/arith.texi (frexp): It is the magnitude of the return
20490         value which lies in [0.5, 1), not the return value itself.
20491
20492 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20493
20494         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20495
20496 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
20497
20498         * stdio-common/bug26.c (main): Correct fscanf template.
20499
20500         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
20501         declare _dl_skip_args.
20502
20503         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
20504         Don't declare.
20505
20506         * manual/platform.texi: Add missing @end deftypefun.
20507
20508 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20509
20510         [BZ #15529]
20511         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
20512         bit of mantissa of 2^16382.
20513         * math/libm-test.inc (hypot_test_data): Add more tests.
20514
20515         * math/libm-test.inc: Add drem and pow10 to list of tested
20516         functions.
20517         (pow10_test): New function.
20518         (drem_test): Likewise.
20519         (drem_test_tonearest): Likewise.
20520         (drem_test_towardzero): Likewise.
20521         (drem_test_downward): Likewise.
20522         (drem_test_upward): Likewise.
20523         (main): Call the new functions.
20524
20525         * math/libm-test.inc (finite_test_data): Remove.
20526         (finite_test): Run tests from isfinite_test_data.
20527         (gamma_test_data): Remove.
20528         (gamma_test): Run tests from lgamma_test_data.
20529         * sysdeps/i386/fpu/libm-test-ulps: Update.
20530         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20531
20532 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20533
20534         * manual/platform.texi: Add PowerPC PPR function set documentation.
20535         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
20536         implementation.
20537
20538 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
20539
20540         * math/libm-test.inc (MAX_EXP): Define.
20541         (ULPDIFF): Define.
20542         (ulp): New function.
20543         (check_float_internal): Use ULPDIFF.
20544         (cpow_test): Disable failing test.
20545         (check_ulp): Test ulp() implemetnation.
20546         (main): Call check_ulp before starting tests.
20547
20548 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20549
20550         * math/gen-libm-test.pl (generate_testfile): Do not handle
20551         START_DATA and END_DATA.
20552         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
20553         END_DATA.
20554         (acos_tonearest_test_data): Likewise.
20555         (acos_towardzero_test_data): Likewise.
20556         (acos_downward_test_data): Likewise.
20557         (acos_upward_test_data): Likewise.
20558         (acosh_test_data): Likewise.
20559         (asin_test_data): Likewise.
20560         (asin_tonearest_test_data): Likewise.
20561         (asin_towardzero_test_data): Likewise.
20562         (asin_downward_test_data): Likewise.
20563         (asin_upward_test_data): Likewise.
20564         (asinh_test_data): Likewise.
20565         (atan_test_data): Likewise.
20566         (atanh_test_data): Likewise.
20567         (atan2_test_data): Likewise.
20568         (cabs_test_data): Likewise.
20569         (cacos_test_data): Likewise.
20570         (cacosh_test_data): Likewise.
20571         (carg_test_data): Likewise.
20572         (casin_test_data): Likewise.
20573         (casinh_test_data): Likewise.
20574         (catan_test_data): Likewise.
20575         (catanh_test_data): Likewise.
20576         (cbrt_test_data): Likewise.
20577         (ccos_test_data): Likewise.
20578         (ccosh_test_data): Likewise.
20579         (ceil_test_data): Likewise.
20580         (cexp_test_data): Likewise.
20581         (cimag_test_data): Likewise.
20582         (clog_test_data): Likewise.
20583         (clog10_test_data): Likewise.
20584         (conj_test_data): Likewise.
20585         (copysign_test_data): Likewise.
20586         (cos_test_data): Likewise.
20587         (cos_tonearest_test_data): Likewise.
20588         (cos_towardzero_test_data): Likewise.
20589         (cos_downward_test_data): Likewise.
20590         (cos_upward_test_data): Likewise.
20591         (cosh_test_data): Likewise.
20592         (cosh_tonearest_test_data): Likewise.
20593         (cosh_towardzero_test_data): Likewise.
20594         (cosh_downward_test_data): Likewise.
20595         (cosh_upward_test_data): Likewise.
20596         (cpow_test_data): Likewise.
20597         (cproj_test_data): Likewise.
20598         (creal_test_data): Likewise.
20599         (csin_test_data): Likewise.
20600         (csinh_test_data): Likewise.
20601         (csqrt_test_data): Likewise.
20602         (ctan_test_data): Likewise.
20603         (ctan_tonearest_test_data): Likewise.
20604         (ctan_towardzero_test_data): Likewise.
20605         (ctan_downward_test_data): Likewise.
20606         (ctan_upward_test_data): Likewise.
20607         (ctanh_test_data): Likewise.
20608         (ctanh_tonearest_test_data): Likewise.
20609         (ctanh_towardzero_test_data): Likewise.
20610         (ctanh_downward_test_data): Likewise.
20611         (ctanh_upward_test_data): Likewise.
20612         (erf_test_data): Likewise.
20613         (erfc_test_data): Likewise.
20614         (exp_test_data): Likewise.
20615         (exp_tonearest_test_data): Likewise.
20616         (exp_towardzero_test_data): Likewise.
20617         (exp_downward_test_data): Likewise.
20618         (exp_upward_test_data): Likewise.
20619         (exp10_test_data): Likewise.
20620         (exp2_test_data): Likewise.
20621         (expm1_test_data): Likewise.
20622         (fabs_test_data): Likewise.
20623         (fdim_test_data): Likewise.
20624         (finite_test_data): Likewise.
20625         (floor_test_data): Likewise.
20626         (fma_test_data): Likewise.
20627         (fma_towardzero_test_data): Likewise.
20628         (fma_downward_test_data): Likewise.
20629         (fma_upward_test_data): Likewise.
20630         (fmax_test_data): Likewise.
20631         (fmin_test_data): Likewise.
20632         (fmod_test_data): Likewise.
20633         (fpclassify_test_data): Likewise.
20634         (frexp_test_data): Likewise.
20635         (gamma_test_data): Likewise.
20636         (hypot_test_data): Likewise.
20637         (ilogb_test_data): Likewise.
20638         (isfinite_test_data): Likewise.
20639         (isgreater_test_data): Likewise.
20640         (isgreaterequal_test_data): Likewise.
20641         (isinf_test_data): Likewise.
20642         (isless_test_data): Likewise.
20643         (islessequal_test_data): Likewise.
20644         (islessgreater_test_data): Likewise.
20645         (isnan_test_data): Likewise.
20646         (isnormal_test_data): Likewise.
20647         (issignaling_test_data): Likewise.
20648         (isunordered_test_data): Likewise.
20649         (j0_test_data): Likewise.
20650         (j1_test_data): Likewise.
20651         (jn_test_data): Likewise.
20652         (ldexp_test_data): Likewise.
20653         (lgamma_test_data): Likewise.
20654         (lrint_test_data): Likewise.
20655         (lrint_tonearest_test_data): Likewise.
20656         (lrint_towardzero_test_data): Likewise.
20657         (lrint_downward_test_data): Likewise.
20658         (lrint_upward_test_data): Likewise.
20659         (llrint_test_data): Likewise.
20660         (llrint_tonearest_test_data): Likewise.
20661         (llrint_towardzero_test_data): Likewise.
20662         (llrint_downward_test_data): Likewise.
20663         (llrint_upward_test_data): Likewise.
20664         (log_test_data): Likewise.
20665         (log10_test_data): Likewise.
20666         (log1p_test_data): Likewise.
20667         (log2_test_data): Likewise.
20668         (logb_test_data): Likewise.
20669         (logb_downward_test_data): Likewise.
20670         (lround_test_data): Likewise.
20671         (llround_test_data): Likewise.
20672         (modf_test_data): Likewise.
20673         (nearbyint_test_data): Likewise.
20674         (nextafter_test_data): Likewise.
20675         (nexttoward_test_data): Likewise.
20676         (pow_test_data): Likewise.
20677         (pow_tonearest_test_data): Likewise.
20678         (pow_towardzero_test_data): Likewise.
20679         (pow_downward_test_data): Likewise.
20680         (pow_upward_test_data): Likewise.
20681         (remainder_test_data): Likewise.
20682         (remainder_tonearest_test_data): Likewise.
20683         (remainder_towardzero_test_data): Likewise.
20684         (remainder_downward_test_data): Likewise.
20685         (remainder_upward_test_data): Likewise.
20686         (remquo_test_data): Likewise.
20687         (rint_test_data): Likewise.
20688         (rint_tonearest_test_data): Likewise.
20689         (rint_towardzero_test_data): Likewise.
20690         (rint_downward_test_data): Likewise.
20691         (rint_upward_test_data): Likewise.
20692         (round_test_data): Likewise.
20693         (scalb_test_data): Likewise.
20694         (scalbn_test_data): Likewise.
20695         (scalbln_test_data): Likewise.
20696         (signbit_test_data): Likewise.
20697         (sin_test_data): Likewise.
20698         (sin_tonearest_test_data): Likewise.
20699         (sin_towardzero_test_data): Likewise.
20700         (sin_downward_test_data): Likewise.
20701         (sin_upward_test_data): Likewise.
20702         (sincos_test_data): Likewise.
20703         (sinh_test_data): Likewise.
20704         (sinh_tonearest_test_data): Likewise.
20705         (sinh_towardzero_test_data): Likewise.
20706         (sinh_downward_test_data): Likewise.
20707         (sinh_upward_test_data): Likewise.
20708         (sqrt_test_data): Likewise.
20709         (tan_test_data): Likewise.
20710         (tan_tonearest_test_data): Likewise.
20711         (tan_towardzero_test_data): Likewise.
20712         (tan_downward_test_data): Likewise.
20713         (tan_upward_test_data): Likewise.
20714         (tanh_test_data): Likewise.
20715         (tgamma_test_data): Likewise.
20716         (trunc_test_data): Likewise.
20717         (y0_test_data): Likewise.
20718         (y1_test_data): Likewise.
20719         (yn_test_data): Likewise.
20720         (significand_test_data): Likewise.
20721
20722         * math/gen-libm-test.pl (@functions): Remove variable.
20723         (generate_testfile): Don't handle START and END lines.
20724         * math/libm-test.inc (START): New macro.
20725         (END): Likewise.
20726         (END_COMPLEX): Likewise.
20727         (acos_test): Use END macro without arguments.
20728         (acos_test_tonearest): Likewise.
20729         (acos_test_towardzero): Likewise.
20730         (acos_test_downward): Likewise.
20731         (acos_test_upward): Likewise.
20732         (acosh_test): Likewise.
20733         (asin_test): Likewise.
20734         (asin_test_tonearest): Likewise.
20735         (asin_test_towardzero): Likewise.
20736         (asin_test_downward): Likewise.
20737         (asin_test_upward): Likewise.
20738         (asinh_test): Likewise.
20739         (atan_test): Likewise.
20740         (atanh_test): Likewise.
20741         (atan2_test): Likewise.
20742         (cabs_test): Likewise.
20743         (cacos_test): Use END_COMPLEX macro without arguments.
20744         (cacosh_test): Likewise.
20745         (carg_test): Use END macro without arguments.
20746         (casin_test): Use END_COMPLEX macro without arguments.
20747         (casinh_test): Likewise.
20748         (catan_test): Likewise.
20749         (catanh_test): Likewise.
20750         (cbrt_test): Use END macro without arguments.
20751         (ccos_test): Use END_COMPLEX macro without arguments.
20752         (ccosh_test): Likewise.
20753         (ceil_test): Use END macro without arguments.
20754         (cexp_test): Use END_COMPLEX macro without arguments.
20755         (cimag_test): Use END macro without arguments.
20756         (clog_test): Use END_COMPLEX macro without arguments.
20757         (clog10_test): Likewise.
20758         (conj_test): Likewise.
20759         (copysign_test): Use END macro without arguments.
20760         (cos_test): Likewise.
20761         (cos_test_tonearest): Likewise.
20762         (cos_test_towardzero): Likewise.
20763         (cos_test_downward): Likewise.
20764         (cos_test_upward): Likewise.
20765         (cosh_test): Likewise.
20766         (cosh_test_tonearest): Likewise.
20767         (cosh_test_towardzero): Likewise.
20768         (cosh_test_downward): Likewise.
20769         (cosh_test_upward): Likewise.
20770         (cpow_test): Use END_COMPLEX macro without arguments.
20771         (cproj_test): Likewise.
20772         (creal_test): Use END macro without arguments.
20773         (csin_test): Use END_COMPLEX macro without arguments.
20774         (csinh_test): Likewise.
20775         (csqrt_test): Likewise.
20776         (ctan_test): Likewise.
20777         (ctan_test_tonearest): Likewise.
20778         (ctan_test_towardzero): Likewise.
20779         (ctan_test_downward): Likewise.
20780         (ctan_test_upward): Likewise.
20781         (ctanh_test): Likewise.
20782         (ctanh_test_tonearest): Likewise.
20783         (ctanh_test_towardzero): Likewise.
20784         (ctanh_test_downward): Likewise.
20785         (ctanh_test_upward): Likewise.
20786         (erf_test): Use END macro without arguments.
20787         (erfc_test): Likewise.
20788         (exp_test): Likewise.
20789         (exp_test_tonearest): Likewise.
20790         (exp_test_towardzero): Likewise.
20791         (exp_test_downward): Likewise.
20792         (exp_test_upward): Likewise.
20793         (exp10_test): Likewise.
20794         (exp2_test): Likewise.
20795         (expm1_test): Likewise.
20796         (fabs_test): Likewise.
20797         (fdim_test): Likewise.
20798         (finite_test): Likewise.
20799         (floor_test): Likewise.
20800         (fma_test): Likewise.
20801         (fma_test_towardzero): Likewise.
20802         (fma_test_downward): Likewise.
20803         (fma_test_upward): Likewise.
20804         (fmax_test): Likewise.
20805         (fmin_test): Likewise.
20806         (fmod_test): Likewise.
20807         (fpclassify_test): Likewise.
20808         (frexp_test): Likewise.
20809         (gamma_test): Likewise.
20810         (hypot_test): Likewise.
20811         (ilogb_test): Likewise.
20812         (isfinite_test): Likewise.
20813         (isgreater_test): Likewise.
20814         (isgreaterequal_test): Likewise.
20815         (isinf_test): Likewise.
20816         (isless_test): Likewise.
20817         (islessequal_test): Likewise.
20818         (islessgreater_test): Likewise.
20819         (isnan_test): Likewise.
20820         (isnormal_test): Likewise.
20821         (issignaling_test): Likewise.
20822         (isunordered_test): Likewise.
20823         (j0_test): Likewise.
20824         (j1_test): Likewise.
20825         (jn_test): Likewise.
20826         (ldexp_test): Likewise.
20827         (lgamma_test): Likewise.
20828         (lrint_test): Likewise.
20829         (lrint_test_tonearest): Likewise.
20830         (lrint_test_towardzero): Likewise.
20831         (lrint_test_downward): Likewise.
20832         (lrint_test_upward): Likewise.
20833         (llrint_test): Likewise.
20834         (llrint_test_tonearest): Likewise.
20835         (llrint_test_towardzero): Likewise.
20836         (llrint_test_downward): Likewise.
20837         (llrint_test_upward): Likewise.
20838         (log_test): Likewise.
20839         (log10_test): Likewise.
20840         (log1p_test): Likewise.
20841         (log2_test): Likewise.
20842         (logb_test): Likewise.
20843         (logb_test_downward): Likewise.
20844         (lround_test): Likewise.
20845         (llround_test): Likewise.
20846         (modf_test): Likewise.
20847         (nearbyint_test): Likewise.
20848         (nextafter_test): Likewise.
20849         (nexttoward_test): Likewise.
20850         (pow_test): Likewise.
20851         (pow_test_tonearest): Likewise.
20852         (pow_test_towardzero): Likewise.
20853         (pow_test_downward): Likewise.
20854         (pow_test_upward): Likewise.
20855         (remainder_test): Likewise.
20856         (remainder_test_tonearest): Likewise.
20857         (remainder_test_towardzero): Likewise.
20858         (remainder_test_downward): Likewise.
20859         (remainder_test_upward): Likewise.
20860         (remquo_test): Likewise.
20861         (rint_test): Likewise.
20862         (rint_test_tonearest): Likewise.
20863         (rint_test_towardzero): Likewise.
20864         (rint_test_downward): Likewise.
20865         (rint_test_upward): Likewise.
20866         (round_test): Likewise.
20867         (scalb_test): Likewise.
20868         (scalbn_test): Likewise.
20869         (scalbln_test): Likewise.
20870         (signbit_test): Likewise.
20871         (sin_test): Likewise.
20872         (sin_test_tonearest): Likewise.
20873         (sin_test_towardzero): Likewise.
20874         (sin_test_downward): Likewise.
20875         (sin_test_upward): Likewise.
20876         (sincos_test): Likewise.
20877         (sinh_test): Likewise.
20878         (sinh_test_tonearest): Likewise.
20879         (sinh_test_towardzero): Likewise.
20880         (sinh_test_downward): Likewise.
20881         (sinh_test_upward): Likewise.
20882         (sqrt_test): Likewise.
20883         (tan_test): Likewise.
20884         (tan_test_tonearest): Likewise.
20885         (tan_test_towardzero): Likewise.
20886         (tan_test_downward): Likewise.
20887         (tan_test_upward): Likewise.
20888         (tanh_test): Likewise.
20889         (tgamma_test): Likewise.
20890         (trunc_test): Likewise.
20891         (y0_test): Likewise.
20892         (y1_test): Likewise.
20893         (yn_test): Likewise.
20894         (significand_test): Likewise.
20895
20896 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
20897
20898         [BZ #15381]
20899         * libio/genops.c (_IO_no_init): Initialize wide struct info.
20900
20901 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20902
20903         [BZ #14894]
20904         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
20905         __ppc_mdoio and __ppc_mdoom.
20906         * manual/platform.texi: Document new functions __ppc_yield,
20907         __ppc_mdoio and __ppc_mdoom.
20908
20909 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
20910
20911         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
20912         (main): Mention "tls" pseudo-hwcap is legacy.
20913         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
20914
20915 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20916
20917         * math/gen-libm-test.pl (parse_args): Output only string of
20918         arguments as text for test name, not full call or descriptions of
20919         tests for extra outputs.
20920         (generate_testfile): Do not pass function name to parse_args.
20921         Generate this_func variable from START.
20922         * math/libm-test.inc (struct test_f_f_data): Rename test_name
20923         field to arg_str.
20924         (struct test_ff_f_data): Likewise.
20925         (test_ff_f_data_nexttoward): Likewise.
20926         (struct test_fi_f_data): Likewise.
20927         (struct test_fl_f_data): Likewise.
20928         (struct test_if_f_data): Likewise.
20929         (struct test_fff_f_data): Likewise.
20930         (struct test_c_f_data): Likewise.
20931         (struct test_f_f1_data): Likewise.  Remove field extra_name.
20932         (struct test_fF_f1_data): Likewise.
20933         (struct test_ffI_f1_data): Likewise.
20934         (struct test_c_c_data): Rename test_name field to arg_str.
20935         (struct test_cc_c_data): Likewise.
20936         (struct test_f_i_data): Likewise.
20937         (struct test_ff_i_data): Likewise.
20938         (struct test_f_l_data): Likewise.
20939         (struct test_f_L_data): Likewise.
20940         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
20941         and extra2_name.
20942         (COMMON_TEST_SETUP): New macro.
20943         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
20944         (COMMON_TEST_CLEANUP): Likewise.
20945         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
20946         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
20947         macros.
20948         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
20949         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
20950         macros.
20951         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
20952         (RUN_TEST_fff_f): Take argument string.  Call new setup and
20953         cleanup macros.
20954         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
20955         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
20956         macros.
20957         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
20958         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
20959         macros.
20960         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20961         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
20962         cleanup macros.
20963         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20964         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
20965         cleanup macros.
20966         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20967         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
20968         cleanup macros.
20969         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20970         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
20971         macros.
20972         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
20973         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
20974         macros.
20975         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
20976         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
20977         macros.
20978         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
20979         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
20980         cleanup macros.
20981         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
20982         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
20983         cleanup macros.
20984         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
20985         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
20986         macros.
20987         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
20988         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
20989         cleanup macros.
20990         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
20991         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
20992         macros.
20993         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
20994         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
20995         macros.
20996         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
20997         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
20998         cleanup macros.
20999         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
21000
21001 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
21002
21003         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
21004         to _sifields.sigfault.
21005         (si_addr_lsb): Define new macro.
21006         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21007         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
21008         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
21009
21010 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
21011
21012         [BZ #15441]
21013         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
21014         returns -1.
21015         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
21016         null return -1.
21017         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
21018         loading the domain.
21019
21020 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21021
21022         * math/gen-libm-test.pl (parse_args): Do not include expected
21023         result in test name.
21024         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
21025         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21026         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21027         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21028         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21029         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21030
21031 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21032
21033         * benchtests/Makefile: Sort function entries.
21034
21035         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
21036         tanh, asinh, acosh, atanh.
21037         * benchtests/acos-inputs: New file.
21038         * benchtests/acosh-inputs: New file.
21039         * benchtests/asin-inputs: New file.
21040         * benchtests/asinh-inputs: New file.
21041         * benchtests/atanh-inputs: New file.
21042         * benchtests/cosh-inputs: New file.
21043         * benchtests/log-inputs: New file.
21044         * benchtests/sinh-inputs: New file.
21045         * benchtests/tanh-inputs: New file.
21046
21047 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
21048
21049         [BZ #15339]
21050         * posix/tst-getaddrinfo4.c: New test.
21051         * posix/Makefile (tests): Add it.
21052
21053 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21054
21055         [BZ #15339]
21056         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
21057         when no services were used.
21058         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
21059         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
21060
21061 2013-05-21  Andreas Schwab  <schwab@suse.de>
21062
21063         [BZ #15014]
21064         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
21065         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
21066         successful.
21067         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
21068         redundant variable declarations and reallocation of buffer when
21069         parsing as IPv6 address.  Always set NSS status when called from
21070         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
21071         buffer too small.  Correct computation of needed size.
21072         * nss/Makefile (tests): Add test-digits-dots.
21073         * nss/test-digits-dots.c: New test.
21074
21075 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21076
21077         * benchtests/Makefile: Remove instructions for adding
21078         benchmark tests.
21079         * benchtests/README: New file to explain how to execute and
21080         enhance the benchmark tests.
21081
21082 2013-05-21  Andreas Schwab  <schwab@suse.de>
21083
21084         [BZ #15493]
21085         * setjmp/Makefile (tests): Add tst-sigsetjmp.
21086         * setjmp/tst-sigsetjmp.c: New test.
21087
21088 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21089
21090         * sysdeps/x86_64/memset.S (memset): New implementation.
21091         (__bzero): Likewise.
21092         (__memset_tail): New function.
21093
21094 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21095
21096         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
21097         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
21098         __memcpy_sse2_unaligned ifunc selection.
21099         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21100         Add memcpy-sse2-unaligned.S.
21101         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21102         Add: __memcpy_sse2_unaligned.
21103
21104 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
21105
21106         [BZ #15490]
21107         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
21108         math_force_eval before restoring floating-point envrionment.
21109         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
21110         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
21111         Likewise.
21112         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
21113         <math_private.h>.
21114         (__nearbyintl): Use math_force_eval before restoring
21115         floating-point environment.
21116         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
21117
21118         * math/gen-libm-test.pl (special_functions): Remove.
21119         (parse_args): Don't handle TEST_extra.  Handle functions with no
21120         return value.
21121         * math/libm-test.inc (struct test_sincos_data): Replace with
21122         struct test_fFF_11_data.
21123         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
21124         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
21125         (sincos_test_data): Change element type to struct
21126         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
21127         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
21128         RUN_TEST_LOOP_sincos.
21129         * math/README.libm-test: Don't mention special handling of
21130         individual functions.
21131         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
21132         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21133         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21134         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21135         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21136         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21137
21138         * math/gen-libm-test.pl (get_variable): Remove function.
21139         (parse_args): Don't show pointer parameters to call in test
21140         names.  Use "extra output N" in test names for extra outputs
21141         rather than naming variables.
21142
21143 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
21144
21145         [BZ #15488]
21146         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
21147         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
21148         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
21149         double tests.
21150         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
21151         disable.
21152         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
21153         check_long_double.
21154
21155         * math/gen-libm-test.pl (@tests): Remove variable.
21156         ($count): Likewise.
21157         (new_test): Remove function.
21158         (show_exceptions): New function.
21159         (special_functions): Use show_exceptions instead of new_test.
21160         (parse_args): Likewise.
21161         (generate_testfile): Pass only function name in generated call to
21162         print_max_error or print_complex_max_error.
21163         (get_ulps): Do not handle complex tests specially.
21164         (output_test): Rename to ...
21165         (get_all_ulps_for_test): ... this.  Return a string rather than
21166         printing to a file.  Require ulps to be present.
21167         (output_ulps): Generate arrays rather than #defines.
21168         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
21169         (struct ulp_data): New type.
21170         (BUILD_COMPLEX_ULP): Remove macro.
21171         (compare_ulp_data): New function.
21172         (find_ulps): Likewise.
21173         (find_test_ulps): Likewise.
21174         (find_function_ulps): Likewise.
21175         (find_complex_function_ulps): Likewise.
21176         (print_max_error): Determine allowed ulps using
21177         find_function_ulps.
21178         (print_complex_max_error): Determine allowed ulps using
21179         find_complex_function_ulps.
21180         (check_float_internal): Determine max ulps using find_test_ulps.
21181         (check_float): Do not take max_ulp parameter.  Update call to
21182         check_float_internal.
21183         (check_complex): Likewise.
21184         (check_int): Do not take max_ulp parameter.
21185         (check_long): Likewise.
21186         (check_bool): Likewise.
21187         (check_longlong): Likewise.
21188         (struct test_f_f_data): Remove max_ulp field.
21189         (struct test_ff_f_data): Likewise.
21190         (struct test_ff_f_data_nexttoward): Likewise.
21191         (struct test_fi_f_data): Likewise.
21192         (struct test_fl_f_data): Likewise.
21193         (struct test_if_f_data): Likewise.
21194         (struct test_fff_f_data): Likewise.
21195         (struct test_c_f_data): Likewise.
21196         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
21197         (struct test_fF_f1_data): Likewise.
21198         (struct test_ffI_f1_data): Likewise.
21199         (struct test_c_c_data): Remove max_ulp field.
21200         (struct test_cc_c_data): Likewise.
21201         (struct test_f_i_data): Likewise.
21202         (struct test_ff_i_data): Likewise.
21203         (struct test_f_l_data): Likewise.
21204         (struct test_f_L_data): Likewise.
21205         (struct test_sincos_data): Likewise.
21206         (RUN_TEST_f_f): Do not handle ulps.
21207         (RUN_TEST_LOOP_f_f): Likewise.
21208         (RUN_TEST_2_f): Likewise.
21209         (RUN_TEST_LOOP_2_f): Likewise.
21210         (RUN_TEST_fff_f): Likewise.
21211         (RUN_TEST_LOOP_fff_f): Likewise.
21212         (RUN_TEST_c_f): Likewise.
21213         (RUN_TEST_LOOP_c_f): Likewise.
21214         (RUN_TEST_f_f1): Likewise.
21215         (RUN_TEST_LOOP_f_f1): Likewise.
21216         (RUN_TEST_fF_f1): Likewise.
21217         (RUN_TEST_LOOP_fF_f1): Likewise.
21218         (RUN_TEST_fI_f1): Likewise.
21219         (RUN_TEST_LOOP_fI_f1): Likewise.
21220         (RUN_TEST_ffI_f1): Likewise.
21221         (RUN_TEST_LOOP_ffI_f1): Likewise.
21222         (RUN_TEST_c_c): Likewise.
21223         (RUN_TEST_LOOP_c_c): Likewise.
21224         (RUN_TEST_cc_c): Likewise.
21225         (RUN_TEST_LOOP_cc_c): Likewise.
21226         (RUN_TEST_f_i): Likewise.
21227         (RUN_TEST_LOOP_f_i): Likewise.
21228         (RUN_TEST_f_i_tg): Likewise.
21229         (RUN_TEST_LOOP_f_i_tg): Likewise.
21230         (RUN_TEST_ff_i_tg): Likewise.
21231         (RUN_TEST_LOOP_ff_i_tg): Likewise.
21232         (RUN_TEST_f_b): Likewise.
21233         (RUN_TEST_LOOP_f_b): Likewise.
21234         (RUN_TEST_f_b_tg): Likewise.
21235         (RUN_TEST_LOOP_f_b_tg): Likewise.
21236         (RUN_TEST_f_l): Likewise.
21237         (RUN_TEST_LOOP_f_l): Likewise.
21238         (RUN_TEST_f_L): Likewise.
21239         (RUN_TEST_LOOP_f_L): Likewise.
21240         (RUN_TEST_sincos): Likewise.
21241         (RUN_TEST_LOOP_sincos): Likewise.
21242
21243 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
21244
21245         [BZ #15480]
21246         [BZ #15485]
21247         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
21248         main case of finite arguments, set rounding mode to FE_TONEAREST
21249         and discard exceptions.
21250         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
21251         exceptions.
21252         (remainder_tonearest_test_data): New variable.
21253         (remainder_test_tonearest): New function.
21254         (remainder_towardzero_test_data): New variable.
21255         (remainder_test_towardzero): New function.
21256         (remainder_downward_test_data): New variable.
21257         (remainder_test_downward): New function.
21258         (remainder_upward_test_data): New variable.
21259         (remainder_test_upward): New function.
21260         (main): Call the new test functions.
21261
21262         * math/libm-test.inc (struct test_f_f1_data): Remove field
21263         extra_init.
21264         (struct test_fF_f1_data): Likewise.
21265         (struct test_ffI_f1_data): Likewise.
21266         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
21267         based on value of EXTRA_EXPECTED.
21268         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21269         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
21270         EXTRA_VAR based on value of EXTRA_EXPECTED.
21271         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21272         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
21273         EXTRA_VAR based on value of EXTRA_EXPECTED.
21274         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21275         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
21276         EXTRA_VAR based on value of EXTRA_EXPECTED.
21277         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21278         * math/gen-libm-test.pl (parse_args): Don't output initializers
21279         for extra output values.
21280
21281         * math/libm-test.inc (check_int): Expect result to be exactly
21282         equal to expected value and do not handle ulps.
21283         (check_long): Likewise.
21284         (check_longlong): Likewise.
21285
21286         * math/libm-test.inc (ceil_test_data): Test for "inexact"
21287         exceptions.
21288         (cimag_test_data): Likewise.
21289         (conj_test_data): Likewise.
21290         (copysign_test_data): Likewise.
21291         (cproj_test_data): Likewise.
21292         (creal_test_data): Likewise.
21293         (fabs_test_data): Likewise.
21294         (fdim_test_data): Likewise.
21295         (finite_test_data): Likewise.
21296         (floor_test_data): Likewise.
21297         (fmax_test_data): Likewise.
21298         (fmin_test_data): Likewise.
21299         (fmod_test_data): Likewise.
21300         (fpclassify_test_data): Likewise.
21301         (frexp_test_data): Likewise.
21302         (ilogb_test_data): Likewise.
21303         (isfinite_test_data): Likewise.
21304         (isgreater_test_data): Likewise.
21305         (isgreaterequal_test_data): Likewise.
21306         (isinf_test_data): Likewise.
21307         (isless_test_data): Likewise.
21308         (islessequal_test_data): Likewise.
21309         (islessgreater_test_data): Likewise.
21310         (isnan_test_data): Likewise.
21311         (isnormal_test_data): Likewise.
21312         (issignaling_test_data): Likewise.
21313         (isunordered_test_data): Likewise.
21314         (ldexp_test_data): Likewise.
21315         (lrint_test_data): Likewise.
21316         (lrint_test_data) [TEST_FLOAT]: Disable one test.
21317         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
21318         (lrint_tonearest_test_data): Test for "inexact" exceptions.
21319         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21320         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
21321         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21322         test input.
21323         (lrint_towardzero_test_data): Test for "inexact" exceptions.
21324         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21325         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
21326         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
21327         that test input.
21328         (lrint_downward_test_data): Test for "inexact" exceptions.
21329         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21330         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
21331         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21332         test input.
21333         (lrint_upward_test_data): Test for "inexact" exceptions.
21334         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
21335         test input.
21336         (llrint_test_data): Test for "inexact" exceptions.
21337         (llrint_test_data) [TEST_FLOAT]: Disable one test.
21338         (llrint_tonearest_test_data): Test for "inexact" exceptions.
21339         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21340         (llrint_towardzero_test_data): Test for "inexact" exceptions.
21341         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21342         (llrint_downward_test_data): Test for "inexact" exceptions.
21343         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21344         (llrint_upward_test_data): Test for "inexact" exceptions.
21345         (logb_test_data): Likewise.
21346         (logb_downward_test_data): Likewise.
21347         (nextafter_test_data): Likewise.
21348         (nexttoward_test_data): Likewise.
21349         (remainder_test_data): Likewise.
21350         (remquo_test_data): Likewise.
21351         (scalbn_test_data): Likewise.
21352         (scalbln_test_data): Likewise.
21353         (signbit_test_data): Likewise.
21354         (sqrt_test_data): Likewise.
21355         (significand_test_data): Likewise.
21356
21357 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21358
21359         [BZ #15424]
21360         * benchtests/bench-modf.c (struct args): Mark arg0 as
21361         volatile.
21362         * scripts/bench.pl: Mark members of struct args as volatile.
21363
21364 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21365
21366         [BZ # 15497]
21367         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
21368         negative infinity on POWER6 or lower.
21369         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
21370
21371 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
21372
21373         [BZ #15442]
21374         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
21375         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
21376         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
21377         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
21378         (_FP_SETQNAN): New macro.
21379         (_FP_SETQNAN_SEMIRAW): Likewise.
21380         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
21381         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
21382         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
21383         (FP_EXTEND): Use _FP_FRAC_SNANP.
21384         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
21385         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
21386         into account.
21387         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21388         New macro.
21389         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21390         Likewise.
21391
21392 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21393
21394         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
21395         with DIVIDE_BY_ZERO_EXCEPTION.
21396         (gamma_test_data): Likewise.
21397         (lgamma_test_data): Likewise.
21398         (log_test_data): Likewise.
21399         (log10_test_data): Likewise.
21400         (log2_test_data): Likewise.
21401         (tgamma_test_data): Likewise.
21402
21403         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
21404         (acos_test_tonearest): Likewise.
21405         (acos_test_towardzero): Likewise.
21406         (acos_test_downward): Likewise.
21407         (acos_test_upward): Likewise.
21408         (acosh_test): Likewise.
21409         (asin_test): Likewise.
21410         (asin_test_tonearest): Likewise.
21411         (asin_test_towardzero): Likewise.
21412         (asin_test_downward): Likewise.
21413         (asin_test_upward): Likewise.
21414         (asinh_test): Likewise.
21415         (atan_test): Likewise.
21416         (atanh_test): Likewise.
21417         (atan2_test): Likewise.
21418         (cabs_test): Likewise.
21419         (cacos_test): Likewise.
21420         (cacosh_test): Likewise.
21421         (casin_test): Likewise.
21422         (casinh_test): Likewise.
21423         (catan_test): Likewise.
21424         (catanh_test): Likewise.
21425         (cbrt_test): Likewise.
21426         (ccos_test): Likewise.
21427         (ccosh_test): Likewise.
21428         (cexp_test): Likewise.
21429         (clog_test): Likewise.
21430         (clog10_test): Likewise.
21431         (cos_test): Likewise.
21432         (cos_test_tonearest): Likewise.
21433         (cos_test_towardzero): Likewise.
21434         (cos_test_downward): Likewise.
21435         (cos_test_upward): Likewise.
21436         (cosh_test): Likewise.
21437         (cosh_test_tonearest): Likewise.
21438         (cosh_test_towardzero): Likewise.
21439         (cosh_test_downward): Likewise.
21440         (cosh_test_upward): Likewise.
21441         (cpow_test): Likewise.
21442         (csin_test): Likewise.
21443         (csinh_test): Likewise.
21444         (csqrt_test): Likewise.
21445         (ctan_test): Likewise.
21446         (ctan_test_tonearest): Likewise.
21447         (ctan_test_towardzero): Likewise.
21448         (ctan_test_downward): Likewise.
21449         (ctan_test_upward): Likewise.
21450         (ctanh_test): Likewise.
21451         (ctanh_test_tonearest): Likewise.
21452         (ctanh_test_towardzero): Likewise.
21453         (ctanh_test_downward): Likewise.
21454         (ctanh_test_upward): Likewise.
21455         (erf_test): Likewise.
21456         (erfc_test): Likewise.
21457         (exp_test): Likewise.
21458         (exp_test_tonearest): Likewise.
21459         (exp_test_towardzero): Likewise.
21460         (exp_test_downward): Likewise.
21461         (exp_test_upward): Likewise.
21462         (exp10_test): Likewise.
21463         (exp2_test): Likewise.
21464         (expm1_test): Likewise.
21465         (fmod_test): Likewise.
21466         (gamma_test): Likewise.
21467         (hypot_test): Likewise.
21468         (j0_test): Likewise.
21469         (j1_test): Likewise.
21470         (jn_test): Likewise.
21471         (lgamma_test): Likewise.
21472         (log_test): Likewise.
21473         (log10_test): Likewise.
21474         (log1p_test): Likewise.
21475         (log2_test): Likewise.
21476         (logb_test_downward): Likewise.
21477         (pow_test): Likewise.
21478         (pow_test_tonearest): Likewise.
21479         (pow_test_towardzero): Likewise.
21480         (pow_test_downward): Likewise.
21481         (pow_test_upward): Likewise.
21482         (remainder_test): Likewise.
21483         (remquo_test): Likewise.
21484         (sin_test): Likewise.
21485         (sin_test_tonearest): Likewise.
21486         (sin_test_towardzero): Likewise.
21487         (sin_test_downward): Likewise.
21488         (sin_test_upward): Likewise.
21489         (sincos_test): Likewise.
21490         (sinh_test): Likewise.
21491         (sinh_test_tonearest): Likewise.
21492         (sinh_test_towardzero): Likewise.
21493         (sinh_test_downward): Likewise.
21494         (sinh_test_upward): Likewise.
21495         (sqrt_test): Likewise.
21496         (tan_test): Likewise.
21497         (tan_test_tonearest): Likewise.
21498         (tan_test_towardzero): Likewise.
21499         (tan_test_downward): Likewise.
21500         (tan_test_upward): Likewise.
21501         (tanh_test): Likewise.
21502         (tgamma_test): Likewise.
21503         (y0_test): Likewise.
21504         (y1_test): Likewise.
21505         (yn_test): Likewise.
21506
21507         * math/gen-libm-test.pl (adjust_arg): Remove function.
21508         (special_function): Remove argument $in_func.  Only handle
21509         generating output for tables of tests, not inside functions.
21510         (parse_args): Likewise.
21511         (generate_testfile): Remove variable $in_func.  Update call to
21512         parse_args.
21513         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
21514         (MINUS_ZERO_INIT): Rename macro to minus_zero.
21515         (PLUS_INFTY_INIT): Rename macro to plus_infty.
21516         (MINUS_INFTY_INIT): Rename macro to minus_infty.
21517         (QNAN_VALUE_INIT): Rename macro to qnan_value.
21518         (MAX_VALUE_INIT): Rename macro to max_value.
21519         (MIN_VALUE_INIT): Rename macro to min_value.
21520         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
21521         (plus_zero): Remove variable.
21522         (minus_zero): Likewise.
21523         (plus_infty): Likewise.
21524         (minus_infty): Likewise.
21525         (qnan_value): Likewise.
21526         (max_value): Likewise.
21527         (min_value): Likewise.
21528         (min_subnorm_value): Likewise.
21529
21530 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21531
21532         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
21533         uint64_t or uint32_t usage.
21534         * crypt/sha256-block.c: Likewise.
21535         * crypt/sha256-crypt.c: Likewise.
21536         * crypt/sha256.c: Likewise.
21537         * crypt/sha512-block.c: Likewise.
21538         * crypt/sha512-crypt.c: Likewise.
21539         * crypt/sha512.c: Likewise.
21540         * debug/backtrace-tst.c: Likewise.
21541         * debug/pcprofiledump.c: Likewise.
21542         * elf/cache.c: Likewise.
21543         * elf/dl-cache.c: Likewise.
21544         * elf/dl-misc.c: Likewise.
21545         * elf/dl-profile.c: Likewise.
21546         * elf/dl-support.c: Likewise.
21547         * elf/ldconfig.c: Likewise.
21548         * elf/sprof.c: Likewise.
21549         * iconv/dummy-repertoire.c: Likewise.
21550         * iconv/iconv_charmap.c: Likewise.
21551         * iconv/skeleton.c: Likewise.
21552         * iconvdata/8bit-generic.c: Likewise.
21553         * iconvdata/cp737.h: Likewise.
21554         * iconvdata/cp775.h: Likewise.
21555         * iconvdata/ibm1008.h: Likewise.
21556         * iconvdata/ibm1025.h: Likewise.
21557         * iconvdata/ibm1046.h: Likewise.
21558         * iconvdata/ibm1097.h: Likewise.
21559         * iconvdata/ibm1112.h: Likewise.
21560         * iconvdata/ibm1122.h: Likewise.
21561         * iconvdata/ibm1123.h: Likewise.
21562         * iconvdata/ibm1124.h: Likewise.
21563         * iconvdata/ibm1129.h: Likewise.
21564         * iconvdata/ibm1130.h: Likewise.
21565         * iconvdata/ibm1132.h: Likewise.
21566         * iconvdata/ibm1133.h: Likewise.
21567         * iconvdata/ibm1137.h: Likewise.
21568         * iconvdata/ibm1140.h: Likewise.
21569         * iconvdata/ibm1141.h: Likewise.
21570         * iconvdata/ibm1142.h: Likewise.
21571         * iconvdata/ibm1143.h: Likewise.
21572         * iconvdata/ibm1144.h: Likewise.
21573         * iconvdata/ibm1145.h: Likewise.
21574         * iconvdata/ibm1146.h: Likewise.
21575         * iconvdata/ibm1147.h: Likewise.
21576         * iconvdata/ibm1148.h: Likewise.
21577         * iconvdata/ibm1149.h: Likewise.
21578         * iconvdata/ibm1153.h: Likewise.
21579         * iconvdata/ibm1154.h: Likewise.
21580         * iconvdata/ibm1155.h: Likewise.
21581         * iconvdata/ibm1156.h: Likewise.
21582         * iconvdata/ibm1157.h: Likewise.
21583         * iconvdata/ibm1158.h: Likewise.
21584         * iconvdata/ibm1160.h: Likewise.
21585         * iconvdata/ibm1161.h: Likewise.
21586         * iconvdata/ibm1162.h: Likewise.
21587         * iconvdata/ibm1163.h: Likewise.
21588         * iconvdata/ibm1164.h: Likewise.
21589         * iconvdata/ibm1166.h: Likewise.
21590         * iconvdata/ibm1167.h: Likewise.
21591         * iconvdata/ibm12712.h: Likewise.
21592         * iconvdata/ibm1390.h: Likewise.
21593         * iconvdata/ibm1399.h: Likewise.
21594         * iconvdata/ibm16804.h: Likewise.
21595         * iconvdata/ibm4517.h: Likewise.
21596         * iconvdata/ibm4899.h: Likewise.
21597         * iconvdata/ibm4909.h: Likewise.
21598         * iconvdata/ibm4971.h: Likewise.
21599         * iconvdata/ibm5347.h: Likewise.
21600         * iconvdata/ibm803.h: Likewise.
21601         * iconvdata/ibm856.h: Likewise.
21602         * iconvdata/ibm901.h: Likewise.
21603         * iconvdata/ibm902.h: Likewise.
21604         * iconvdata/ibm9030.h: Likewise.
21605         * iconvdata/ibm9066.h: Likewise.
21606         * iconvdata/ibm921.h: Likewise.
21607         * iconvdata/ibm922.h: Likewise.
21608         * iconvdata/ibm9448.h: Likewise.
21609         * iconvdata/isiri-3342.h: Likewise.
21610         * iconvdata/jis0201.h: Likewise.
21611         * include/link.h: Likewise.
21612         * include/netdb.h: Likewise.
21613         * inet/check_native.c: Likewise.
21614         * inet/check_pf.c: Likewise.
21615         * inet/getipv4sourcefilter.c: Likewise.
21616         * inet/getnameinfo.c: Likewise.
21617         * inet/getsourcefilter.c: Likewise.
21618         * inet/htonl.c: Likewise.
21619         * inet/setipv4sourcefilter.c: Likewise.
21620         * inet/setsourcefilter.c: Likewise.
21621         * inet/test-inet6_opt.c: Likewise.
21622         * inet/tst-network.c: Likewise.
21623         * locale/C-collate.c: Likewise.
21624         * locale/C-ctype.c: Likewise.
21625         * locale/C-time.c: Likewise.
21626         * locale/C-translit.h: Likewise.
21627         * locale/loadarchive.c: Likewise.
21628         * locale/programs/3level.h: Likewise.
21629         * locale/programs/charmap.c: Likewise.
21630         * locale/programs/charmap.h: Likewise.
21631         * locale/programs/ld-address.c: Likewise.
21632         * locale/programs/ld-collate.c: Likewise.
21633         * locale/programs/ld-ctype.c: Likewise.
21634         * locale/programs/ld-identification.c: Likewise.
21635         * locale/programs/ld-measurement.c: Likewise.
21636         * locale/programs/ld-messages.c: Likewise.
21637         * locale/programs/ld-monetary.c: Likewise.
21638         * locale/programs/ld-name.c: Likewise.
21639         * locale/programs/ld-numeric.c: Likewise.
21640         * locale/programs/ld-paper.c: Likewise.
21641         * locale/programs/ld-telephone.c: Likewise.
21642         * locale/programs/ld-time.c: Likewise.
21643         * locale/programs/linereader.c: Likewise.
21644         * locale/programs/locale.c: Likewise.
21645         * locale/programs/locarchive.c: Likewise.
21646         * locale/programs/locfile.h: Likewise.
21647         * locale/programs/repertoire.c: Likewise.
21648         * locale/programs/simple-hash.c: Likewise.
21649         * locale/programs/simple-hash.h: Likewise.
21650         * malloc/memusage.c: Likewise.
21651         * malloc/memusagestat.c: Likewise.
21652         * nis/nis_defaults.c: Likewise.
21653         * nis/nis_hash.c: Likewise.
21654         * nis/nis_print.c: Likewise.
21655         * nis/nis_xdr.c: Likewise.
21656         * nscd/connections.c: Likewise.
21657         * nscd/hstcache.c: Likewise.
21658         * nscd/nscd_gethst_r.c: Likewise.
21659         * nscd/nscd_getserv_r.c: Likewise.
21660         * nscd/nscd_helper.c: Likewise.
21661         * nscd/servicescache.c: Likewise.
21662         * nss/makedb.c: Likewise.
21663         * nss/nss_db/db-XXX.c: Likewise.
21664         * nss/nss_db/db-initgroups.c: Likewise.
21665         * nss/nss_db/db-netgrp.c: Likewise.
21666         * nss/nss_files/files-network.c: Likewise.
21667         * nss/nss_files/files-parse.c: Likewise.
21668         * posix/bug-regex5.c: Likewise.
21669         * posix/fnmatch_loop.c: Likewise.
21670         * posix/regcomp.c: Likewise.
21671         * posix/regexec.c: Likewise.
21672         * posix/tst-rfc3484-2.c: Likewise.
21673         * posix/tst-rfc3484-3.c: Likewise.
21674         * posix/tst-rfc3484.c: Likewise.
21675         * resolv/nss_dns/dns-canon.c: Likewise.
21676         * resolv/nss_dns/dns-network.c: Likewise.
21677         * resolv/res_init.c: Likewise.
21678         * resolv/res_mkquery.c: Likewise.
21679         * resolv/tst-aton.c: Likewise.
21680         * stdlib/cxa_atexit.c: Likewise.
21681         * stdlib/cxa_finalize.c: Likewise.
21682         * stdlib/gen-fpioconst.c: Likewise.
21683         * stdlib/strtol_l.c: Likewise.
21684         * string/tst-endian.c: Likewise.
21685         * sunrpc/auth_des.c: Likewise.
21686         * sunrpc/clnt_udp.c: Likewise.
21687         * sunrpc/rtime.c: Likewise.
21688         * sunrpc/svcauth_des.c: Likewise.
21689         * sunrpc/xdr.c: Likewise.
21690         * sunrpc/xdr_intXX_t.c: Likewise.
21691         * sunrpc/xdr_rec.c: Likewise.
21692         * sysdeps/generic/ldconfig.h: Likewise.
21693         * sysdeps/generic/ldsodefs.h: Likewise.
21694         * sysdeps/generic/memusage.h: Likewise.
21695         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
21696         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
21697         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
21698         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
21699         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
21700         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
21701         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
21702         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
21703         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
21704         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21705         * sysdeps/posix/getaddrinfo.c: Likewise.
21706         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
21707         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21708         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
21709         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
21710         * sysdeps/powerpc/test-gettimebase.c: Likewise.
21711         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
21712         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
21713         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
21714         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
21715         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
21716         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
21717         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
21718         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
21719         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
21720         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
21721         * sysdeps/x86_64/dl-tls.h: Likewise.
21722         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
21723         * time/alt_digit.c: Likewise.
21724         * time/era.c: Likewise.
21725         * wcsmbs/tst-c16c32-1.c: Likewise.
21726
21727 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21728
21729         * math/libm-test.inc (struct test_sincos_data): New type.
21730         (RUN_TEST_LOOP_sincos): New macro.
21731         (sincos_test_data): New variable.
21732         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
21733
21734 2013-05-16  Richard Henderson  <rth@redhat.com>
21735
21736         * math/atest-exp2.c (LIMB64): New macro.
21737         (CONSTSZ): New macro.
21738         (mp_exp1, mp_exp_m1, mp_log2): New variables.
21739         (hexdig): Move ...
21740         (print_mpn_fp): ... to function scope.
21741         (read_mpn_hex): Remove.
21742         (get_log2): Remove.
21743         (exp2_mpn): Use mp_log2.
21744         (main): Use mp_exp1.
21745
21746 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21747
21748         * math/libm-test.inc: Remove comment about not testing "inexact"
21749         exceptions.
21750         (INEXACT_EXCEPTION): New macro.
21751         (NO_INEXACT_EXCEPTION): Likewise.
21752         (INVALID_EXCEPTION_OK): Update value.
21753         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21754         (OVERFLOW_EXCEPTION_OK): Likewise.
21755         (UNDERFLOW_EXCEPTION_OK): Likewise.
21756         (IGNORE_ZERO_INF_SIGN): Likewise.
21757         (ERRNO_UNCHANGED): Likewise.
21758         (ERRNO_EDOM): Likewise.
21759         (ERRNO_ERANGE): Likewise.
21760         (test_exceptions): Handle testing "inexact" exceptions.
21761         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21762         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21763         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21764         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21765         INEXACT_EXCEPTION.
21766         (rint_towardzero_test_data): Likewise.
21767         (rint_downward_test_data): Likewise.
21768         (rint_upward_test_data): Likewise.
21769
21770         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21771         with OVERFLOW_EXCEPTION.
21772         (exp10_test_data): Likewise.
21773         (exp2_test_data): Likewise.
21774         (expm1_test_data): Likewise.
21775         (lgamma_test_data): Likewise.
21776         (pow_test_data): Likewise.
21777         (tgamma_test_data): Likewise.
21778         (yn_test_data): Remove duplicate test of overflow.
21779
21780         * math/libm-test.inc (struct test_cc_c_data): New type.
21781         (RUN_TEST_LOOP_cc_c): New macro.
21782         (cpow_test_data): New variable.
21783         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21784
21785         * math/libm-test.inc (struct test_f_L_data): New type.
21786         (RUN_TEST_LOOP_f_L): New macro.
21787         (llrint_test_data): New variable.
21788         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21789         (llrint_tonearest_test_data): New variable.
21790         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21791         (llrint_towardzero_test_data): New variable.
21792         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21793         (llrint_downward_test_data): New variable.
21794         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21795         (llrint_upward_test_data): New variable.
21796         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21797         (llround_test_data): New variable.
21798         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21799
21800 2013-05-13  Peter Collingbourne  <pcc@google.com>
21801
21802         * math/atest-exp2.c (get_log2): Remove const attribute.
21803
21804 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21805
21806         * math/libm-test.inc (struct test_f_l_data): New type.
21807         (RUN_TEST_LOOP_f_l): New macro.
21808         (lrint_test_data): New variable.
21809         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21810         (lrint_tonearest_test_data): New variable.
21811         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21812         (lrint_towardzero_test_data): New variable.
21813         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21814         (lrint_downward_test_data): New variable.
21815         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21816         (lrint_upward_test_data): New variable.
21817         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21818         (lround_test_data): New variable.
21819         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21820
21821 2013-05-15  Peter Collingbourne  <pcc@google.com>
21822
21823         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21824         (EXTRACT_WORDS64) Use where appropriate.
21825         (INSERT_WORDS64) Likewise.
21826
21827         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21828         constraints with x constraints.
21829         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21830
21831         * malloc/obstack.c (_obstack_compat): Add initializer.
21832
21833 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21834
21835         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21836         si_trapno and add si_addr_lsb to _sifields.sigfault.
21837         (si_trapno): Remove macro.
21838         (si_addr_lsb): Define new macro.
21839         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21840
21841 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21842
21843         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21844         instead of TEST_f_l.
21845         (llrint_test_tonearest): Likewise.
21846         (llrint_test_towardzero): Likewise.
21847         (llrint_test_downward): Likewise.
21848         (llrint_test_upward): Likewise.
21849         (llround_test): Likewise.
21850
21851         * math/libm-test.inc (struct test_f_i_data): Add comment.
21852         (RUN_TEST_LOOP_f_b): New macro.
21853         (RUN_TEST_LOOP_f_b_tg): Likewise.
21854         (finite_test_data): New variable.
21855         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21856         (isfinite_test_data): New variable.
21857         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21858         (isinf_test_data): New variable.
21859         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21860         (isnan_test_data): New variable.
21861         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21862         (isnormal_test_data): New variable.
21863         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21864         (issignaling_test_data): New variable.
21865         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21866         (signbit_test_data): New variable.
21867         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21868
21869         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21870         with INVALID_EXCEPTION.
21871         (acosh_test_data): Likewise.
21872         (asin_test_data): Likewise.
21873         (atanh_test_data): Likewise.
21874         (fmod_test_data): Likewise.
21875         (log_test_data): Likewise.
21876         (log10_test_data): Likewise.
21877         (log2_test_data): Likewise.
21878         (pow_test_data): Likewise.
21879         (sqrt_test_data): Likewise.
21880         (y0_test_data): Likewise.
21881         (y1_test_data): Likewise.
21882         (yn_test_data): Likewise.
21883
21884         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21885         function contents.
21886
21887         * math/libm-test.inc (struct test_ff_i_data): New type.
21888         (RUN_TEST_LOOP_ff_i_tg): New macro.
21889         (isgreater_test_data): New variable.
21890         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21891         (isgreaterequal_test_data): New variable.
21892         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21893         (isless_test_data): New variable.
21894         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21895         (islessequal_test_data): New variable.
21896         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21897         (islessgreater_test_data): New variable.
21898         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21899         (isunordered_test_data): New variable.
21900         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21901
21902 2013-05-14  David S. Miller  <davem@davemloft.net>
21903
21904         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21905
21906 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
21907
21908         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
21909
21910         * math/libm-test.inc (struct test_fF_f1_data): Change type of
21911         extra_test to int.
21912         (struct test_f_i_data): Change type of max_ulp to int.
21913
21914         * math/libm-test.inc (test_ffI_f1_data): New type.
21915         (RUN_TEST_LOOP_ffI_f1): New macro.
21916         (remquo_test_data): New variable.
21917         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
21918
21919         * setjmp/tst-setjmp-fp.c: New file.
21920         * setjmp/Makefile (tests): Add tst-setjmp-fp.
21921         (link-libm): New variable.
21922         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
21923
21924         * math/libm-test.inc (struct test_f_i_data): New type.
21925         (RUN_TEST_LOOP_f_i): New macro.
21926         (RUN_TEST_LOOP_f_i_tg): Likewise.
21927         (fpclassify_test_data): New variable.
21928         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
21929         (ilogb_test_data): New variable.
21930         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
21931
21932         * math/libm-test.inc (scalbln_test): Correct function name in END
21933         call.
21934
21935         * math/libm-test.inc (struct test_f_f1_data): Add comment.
21936         (RUN_TEST_LOOP_fI_f1): New macro.
21937         (frexp_test_data): New variable.
21938         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
21939
21940         * math/libm-test.inc (struct test_fF_f1_data): New type.
21941         (RUN_TEST_LOOP_fF_f1): New macro.
21942         (modf_test_data): New variable.
21943         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
21944
21945         * math/libm-test.inc (struct test_f_f1_data): New type.
21946         (RUN_TEST_LOOP_f_f1): New macro.
21947         (gamma_test_data): New variable.
21948         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21949         (lgamma_test_data): New variable.
21950         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21951
21952 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
21953
21954         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
21955         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
21956         (main): Comment "tls" pseudo-hwcap.
21957
21958 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
21959
21960         * math/libm-test.inc (struct test_fl_f_data): New type.
21961         (RUN_TEST_LOOP_fl_f): New variable.
21962         (scalbln_test_data): New variable.
21963         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
21964
21965         * math/libm-test.inc (struct test_fi_f_data): New type.
21966         (RUN_TEST_LOOP_fi_f): New macro.
21967         (ldexp_test_data): New variable.
21968         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
21969         (scalbn_test_data): New variable.
21970         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
21971
21972         * math/libm-test.inc (struct test_c_f_data): New type.
21973         (RUN_TEST_LOOP_c_f): New macro.
21974         (cabs_test_data): New variable.
21975         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
21976         (carg_test_data): New variable.
21977         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
21978         (cimag_test_data): New variable.
21979         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
21980         (creal_test_data): New variable.
21981         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
21982
21983         * math/libm-test.inc (struct test_if_f_data): New type.
21984         (RUN_TEST_LOOP_if_f): New macro.
21985         (jn_test_data): New variable.
21986         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
21987         (yn_test_data): New variable.
21988         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
21989
21990         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
21991
21992 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21993
21994         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
21995         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
21996
21997 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
21998
21999         * benchtests/Makefile (CPPFLAGS-nonlib): Add
22000         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
22001         (bench-deps): Add bench-timing.h.
22002         * benchtests-bench-skeleton.c: Include bench-timing.h.
22003         (main): Use TIMING_* macros instead of clock_gettime.
22004         * benchtests/bench-timing.h: New file.
22005
22006         [BZ #14582]
22007         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
22008         Renamed from _LIB_VERSION.
22009         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
22010
22011 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
22012
22013         * math/libm-test.inc (struct test_fff_f_data): New type.
22014         (RUN_TEST_LOOP_fff_f): New macro.
22015         (fma_test_data): New variable.
22016         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
22017         (fma_towardzero_test_data): New variable.
22018         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
22019         (fma_downward_test_data): New variable.
22020         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
22021         (fma_upward_test_data): New variable.
22022         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
22023
22024         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
22025         (struct test_c_c_data): New type.
22026         (RUN_TEST_LOOP_c_c): New macro.
22027         (cacos_test_data): New variable.
22028         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
22029         (cacosh_test_data): New variable.
22030         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
22031         (casin_test_data): New variable.
22032         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
22033         (casinh_test_data): New variable.
22034         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
22035         (catan_test_data): New variable.
22036         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
22037         (catanh_test_data): New variable.
22038         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
22039         (ccos_test_data): New variable.
22040         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
22041         (ccosh_test_data): New variable.
22042         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
22043         (cexp_test_data): New variable.
22044         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
22045         (clog_test_data): New variable.
22046         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
22047         (clog10_test_data): New variable.
22048         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
22049         (conj_test_data): New variable.
22050         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
22051         (cproj_test_data): New variable.
22052         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
22053         (csin_test_data): New variable.
22054         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
22055         (csinh_test_data): New variable.
22056         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
22057         (csqrt_test_data): New variable.
22058         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
22059         (ctan_test_data): New variable.
22060         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
22061         (ctan_tonearest_test_data): New variable.
22062         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22063         (ctan_towardzero_test_data): New variable.
22064         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22065         (ctan_downward_test_data): New variable.
22066         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22067         (ctan_upward_test_data): New variable.
22068         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22069         (ctanh_test_data): New variable.
22070         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
22071         (ctanh_tonearest_test_data): New variable.
22072         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22073         (ctanh_towardzero_test_data): New variable.
22074         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22075         (ctanh_downward_test_data): New variable.
22076         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22077         (ctanh_upward_test_data): New variable.
22078         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22079         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
22080         of BUILD_COMPLEX.
22081
22082         * math/libm-test.inc (struct test_ff_f_data): New type.
22083         (struct test_ff_f_data_nexttoward): Likewise.
22084         (RUN_TEST_LOOP_2_f): New macro.
22085         (RUN_TEST_LOOP_ff_f): Likewise.
22086         (atan2_test_data): New variable.
22087         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
22088         (copysign_test_data): New variable.
22089         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
22090         (fdim_test_data): New variable.
22091         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
22092         (fmax_test_data): New variable.
22093         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
22094         (fmin_test_data): New variable.
22095         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
22096         (fmod_test_data): New variable.
22097         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
22098         (hypot_test_data): New variable.
22099         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
22100         (nextafter_test_data): New variable.
22101         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
22102         (nexttoward_test_data): New variable.
22103         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
22104         (pow_test_data): New variable.
22105         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
22106         (pow_tonearest_test_data): New variable.
22107         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
22108         (pow_towardzero_test_data): New variable.
22109         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
22110         (pow_downward_test_data): New variable.
22111         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
22112         (pow_upward_test_data): New variable.
22113         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
22114         (remainder_test_data): New variable.
22115         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
22116         (scalb_test_data): New variable.
22117         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
22118         * sysdeps/i386/fpu/libm-test-ulps: Update.
22119
22120 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
22121
22122         * math/libm-test.inc (fma_test): Use max_value instead of local
22123         variable fltmax.
22124         (nextafter_test): Likewise.
22125
22126         * math/libm-test.inc (acos_towardzero_test_data): New variable.
22127         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22128         (acos_downward_test_data): New variable.
22129         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22130         (acos_upward_test_data): New variable.
22131         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22132         (acosh_test_data): New variable.
22133         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
22134         (asin_test_data): New variable.
22135         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
22136         (asin_tonearest_test_data): New variable.
22137         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22138         (asin_towardzero_test_data): New variable.
22139         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22140         (asin_downward_test_data): New variable.
22141         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22142         (asin_upward_test_data): New variable.
22143         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22144         (asinh_test_data): New variable.
22145         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
22146         (atan_test_data): New variable.
22147         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
22148         (atanh_test_data): New variable.
22149         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
22150         (cbrt_test_data): New variable.
22151         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
22152         (ceil_test_data): New variable.
22153         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
22154         (cos_test_data): New variable.
22155         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
22156         (cos_tonearest_test_data): New variable.
22157         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22158         (cos_towardzero_test_data): New variable.
22159         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22160         (cos_downward_test_data): New variable.
22161         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22162         (cos_upward_test_data): New variable.
22163         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22164         (cosh_test_data): New variable.
22165         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
22166         (cosh_tonearest_test_data): New variable.
22167         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22168         (cosh_towardzero_test_data): New variable.
22169         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22170         (cosh_downward_test_data): New variable.
22171         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22172         (cosh_upward_test_data): New variable.
22173         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22174         (erf_test_data): New variable.
22175         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
22176         (erfc_test_data): New variable.
22177         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
22178         (exp_test_data): New variable.
22179         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
22180         (exp_tonearest_test_data): New variable.
22181         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22182         (exp_towardzero_test_data): New variable.
22183         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22184         (exp_downward_test_data): New variable.
22185         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22186         (exp_upward_test_data): New variable.
22187         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22188         (exp10_test_data): New variable.
22189         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
22190         (exp2_test_data): New variable.
22191         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
22192         (expm1_test_data): New variable.
22193         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
22194         (fabs_test_data): New variable.
22195         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
22196         (floor_test_data): New variable.
22197         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
22198         (j0_test_data): New variable.
22199         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
22200         (j1_test_data): New variable.
22201         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
22202         (log_test_data): New variable.
22203         (log_test): Run tests with RUN_TEST_LOOP_f_f.
22204         (log10_test_data): New variable.
22205         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
22206         (log1p_test_data): New variable.
22207         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
22208         (log2_test_data): New variable.
22209         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
22210         (logb_test_data): New variable.
22211         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
22212         (logb_downward_test_data): New variable.
22213         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22214         (nearbyint_test_data): New variable.
22215         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
22216         (rint_test_data): New variable.
22217         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
22218         (rint_tonearest_test_data): New variable.
22219         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22220         (rint_towardzero_test_data): New variable.
22221         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22222         (rint_downward_test_data): New variable.
22223         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22224         (rint_upward_test_data): New variable.
22225         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22226         (round_test_data): New variable.
22227         (round_test): Run tests with RUN_TEST_LOOP_f_f.
22228         (sin_test_data): New variable.
22229         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
22230         (sin_tonearest_test_data): New variable.
22231         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22232         (sin_towardzero_test_data): New variable.
22233         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22234         (sin_downward_test_data): New variable.
22235         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22236         (sin_upward_test_data): New variable.
22237         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22238         (sinh_test_data): New variable.
22239         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
22240         (sinh_tonearest_test_data): New variable.
22241         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22242         (sinh_towardzero_test_data): New variable.
22243         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22244         (sinh_downward_test_data): New variable.
22245         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22246         (sinh_upward_test_data): New variable.
22247         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22248         (sqrt_test_data): New variable.
22249         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
22250         (tan_test_data): New variable.
22251         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
22252         (tan_tonearest_test_data): New variable.
22253         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22254         (tan_towardzero_test_data): New variable.
22255         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22256         (tan_downward_test_data): New variable.
22257         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22258         (tan_upward_test_data): New variable.
22259         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22260         (tanh_test_data): New variable.
22261         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
22262         (tgamma_test_data): New variable.
22263         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
22264         (trunc_test_data): New variable.
22265         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
22266         (y0_test_data): New variable.
22267         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
22268         (y1_test_data): New variable.
22269         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
22270         (significand_test_data): New variable.
22271         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
22272
22273 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
22274
22275         [BZ #12387]
22276         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
22277
22278 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
22279
22280         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
22281
22282 2013-05-10  Andreas Jaeger  <aj@suse.de>
22283
22284         [BZ #15448]
22285         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
22286         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
22287
22288 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22289
22290         * math/gen-libm-test.pl (adjust_arg): New function.
22291         (special_functions): Handle generating output in both functions
22292         and arrays.
22293         (parse_args): Likewise.
22294         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
22295         $in_func argument to parse_args.
22296         * math/libm-test.inc (struct test_f_f_data): New type.
22297         (IF_ROUND_INIT_): New macro.
22298         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
22299         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22300         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22301         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22302         (ROUND_RESTORE_): Likewise.
22303         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
22304         (ROUND_RESTORE_FE_TONEAREST): Likewise.
22305         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
22306         (ROUND_RESTORE_FE_UPWARD): Likewise.
22307         (RUN_TEST_LOOP_f_f): New macro.
22308         (acos_test_data): New variable.
22309         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
22310         (acos_tonearest_test_data): New variable.
22311         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22312
22313 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22314
22315         * benchtests/bench-skeleton.c (startup): Fix coding style.
22316
22317 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22318
22319         [BZ #6809]
22320         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
22321         negative infinity argument.
22322         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
22323         negative infinity argument.
22324         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
22325         negative infinity argument.
22326         * math/libm-test.inc (tgamma_test): Expect errno to be set for
22327         domain errors.
22328
22329 2013-05-10  Florian Weimer  <fweimer@redhat.com>
22330
22331         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
22332         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
22333         * iconv/iconv_prog.c (main): Likewise.
22334         * locale/programs/charmap-dir.c (charmap_readdir)
22335         (fopen_uncompressed): Likewise.
22336         * locale/programs/locfile.c (siblings_uncached)
22337         (write_locale_data): Use lstat64 instead of lstat.
22338         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
22339         stat.
22340
22341 2013-05-10  Andreas Jaeger  <aj@suse.de>
22342
22343         [BZ #15395]
22344         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
22345         localization.
22346         Include <locale.h>.
22347
22348 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
22349
22350         * elf/dl-close.c (_dl_close_worker): Add comments.
22351
22352 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
22353
22354         [BZ #15359]
22355         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
22356         high part of pi/2.
22357         (__ieee754_rem_pio2l): Update comments.
22358
22359         [BZ #15429]
22360         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
22361         high part of pi/2.
22362         (__ieee754_rem_pio2l): Update comments.
22363
22364         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
22365         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
22366
22367         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
22368         M_PI_4l.
22369
22370         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
22371         (M_PI_34_LOG10El): Likewise.
22372         (M_PI2_LOG10El): Likewise.
22373         (M_PI4_LOG10El): Likewise.
22374         (M_PI_LOG10El): Likewise.
22375
22376 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22377
22378         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22379
22380 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
22381
22382         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
22383         (MINUS_ZERO_INIT): Likewise.
22384         (PLUS_INFTY_INIT): Likewise.
22385         (MINUS_INFTY_INIT): Likewise.
22386         (QNAN_VALUE_INIT): Likewise.
22387         (MAX_VALUE_INIT): Likewise.
22388         (MIN_VALUE_INIT): Likewise.
22389         (MIN_SUBNORM_VALUE_INIT): Likewise.
22390         (plus_zero): Initialize with PLUS_ZERO_INIT.
22391         (minus_zero): Initialize with MINUS_ZERO_INIT.
22392         (plus_infty): Initialize with PLUS_INFTY_INIT.
22393         (minus_infty): Initialize with MINUS_INFTY_INIT.
22394         (qnan_value): Initialize with QNAN_VALUE_INIT.
22395         (max_value): Initialize with MAX_VALUE_INIT.
22396         (min_value): Initialize with MIN_VALUE_INIT.
22397         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
22398
22399         * math/libm-test.inc (RUN_TEST_if_f): New macro.
22400         (jn_test): Use TEST_if_f instead of TEST_ff_f.
22401         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
22402         (yn_test): Use TEST_if_f instead of TEST_ff_f.
22403
22404         * math/libm-test.inc (RUN_TEST_f_f): New macro.
22405         (RUN_TEST_2_f): Likewise.
22406         (RUN_TEST_ff_f): Likewise.
22407         (RUN_TEST_fi_f): Likewise.
22408         (RUN_TEST_fl_f): Likewise.
22409         (RUN_TEST_fff_f): Likewise.
22410         (RUN_TEST_c_f): Likewise.
22411         (RUN_TEST_f_f1): Likewise.
22412         (RUN_TEST_fF_f1): Likewise.
22413         (RUN_TEST_fI_f1): Likewise.
22414         (RUN_TEST_ffI_f1): Likewise.
22415         (RUN_TEST_c_c): Likewise.
22416         (RUN_TEST_cc_c): Likewise.
22417         (RUN_TEST_f_i): Likewise.
22418         (RUN_TEST_f_i_tg): Likewise.
22419         (RUN_TEST_ff_i_tg): Likewise.
22420         (RUN_TEST_f_b): Likewise.
22421         (RUN_TEST_f_b_tg): Likewise.
22422         (RUN_TEST_f_l): Likewise.
22423         (RUN_TEST_f_L): Likewise.
22424         (RUN_TEST_sincos): Likewise.
22425         * math/gen-libm-test.pl (new_test): Take new argument to indicate
22426         whether to show exceptions.  Do not include ");\n" in return
22427         value.
22428         (special_functions): Output call to RUN_TEST_sincos instead of
22429         check_float calls.  Update calls to new_test.
22430         (parse_args): Output call to single RUN_TEST_* macro instead of
22431         check_* calls and other assignments.  Update calls to new_test.
22432
22433         [BZ #2546]
22434         [BZ #2560]
22435         [BZ #5159]
22436         [BZ #15426]
22437         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
22438         input to result for tgamma overflow.
22439         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
22440         (gamma_coeff): New variable.
22441         (NCOEFF): New macro.
22442         (gamma_positive): New function.
22443         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
22444         underflow here.  Use gamma_positive instead of exp (lgamma) for
22445         other arguments.
22446         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
22447         (gamma_coeff): New variable.
22448         (NCOEFF): New macro.
22449         (gammaf_positive): New function.
22450         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
22451         underflow here.  Use gamma_positive instead of exp (lgamma) for
22452         other arguments.
22453         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
22454         (gamma_coeff): New variable.
22455         (NCOEFF): New macro.
22456         (gammal_positive): New function.
22457         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
22458         underflow here.  Use gamma_positive instead of exp (lgamma) for
22459         other arguments.
22460         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
22461         (gamma_coeff): New variable.
22462         (NCOEFF): New macro.
22463         (gammal_positive): New function.
22464         (__ieee754_gammal_r): Handle positive infinity, overflow and
22465         underflow here.  Handle NaN the same as positive infinity.  Remove
22466         check x < 0xffffffff for negative integers.  Use gamma_positive
22467         instead of exp (lgamma) for other arguments.
22468         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
22469         (gamma_coeff): New variable.
22470         (NCOEFF): New macro.
22471         (gammal_positive): New function.
22472         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
22473         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
22474         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
22475         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
22476         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
22477         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
22478         * sysdeps/generic/math_private.h (__gamma_productf): New
22479         prototype.
22480         (__gamma_product): Likewise.
22481         (__gamma_productl): Likewise.
22482         * math/Makefile (libm-calls): Add gamma_product.
22483         * math/libm-test.inc (tgamma_test): Add more tests.
22484         * sysdeps/i386/fpu/libm-test-ulps: Update.
22485         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22486
22487 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
22488
22489         * benchtests/bench-skeleton.c (main): Preheat CPU.
22490
22491 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
22492
22493         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
22494
22495 2013-05-07  Roland McGrath  <roland@hack.frob.com>
22496
22497         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
22498         and _dl_skip_args_internal.
22499
22500 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
22501
22502         * manual/message.texi (Message Translation): Talk about users.
22503         Message to key mapping impacts design.
22504
22505 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22506
22507         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
22508
22509         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
22510
22511         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
22512         * sysdeps/wordsize-64/glob64.c: ... here.
22513
22514         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
22515         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
22516         New macros.
22517
22518         * debug/getlogin_r_chk.c: Moved to ...
22519         * login/getlogin_r_chk.c: ... here.
22520         * debug/Makefile (routines): Move getlogin_r_chk to ...
22521         * login/Makefile (routines): ... here.
22522         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
22523         * login/Versions (libc: GLIBC_2.4): ... here.
22524
22525         * io/poll.c (__poll): Renamed from poll.
22526         Add libc_hidden_def.
22527         (poll): Define as weak alias.
22528
22529         * debug/ptsname_r_chk.c: Moved to ...
22530         * login/ptsname_r_chk.c: ... here.
22531         * debug/Makefile (routines): Move ptsname_r_chk to ...
22532         * login/Makefile (routines): ... here.
22533         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
22534         * login/Versions (libc: GLIBC_2.4): ... here.
22535
22536         * posix/getlogin.c: Moved to ...
22537         * login/getlogin.c: ... here.
22538         * posix/getlogin_r.c: Moved to ...
22539         * login/getlogin_r.c: ... here.
22540         * posix/getlogin_r.c: Moved to ...
22541         * login/getlogin_r.c: ... here.
22542         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
22543         * login/Makefile (routines): ... here.
22544         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
22545         * login/Versions (libc: GLIBC_2.0): ... here.
22546
22547         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
22548         (setrlimit): Define as weak alias.
22549
22550         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
22551         Call __ names for open, ftruncate, and close.
22552         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
22553         (truncate): Define as weak alias.
22554
22555 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
22556
22557         * math/gen-libm-test.pl (parse_args): Initialize x before each
22558         test of frexp, modf and remquo.
22559
22560         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
22561         test signgam value.
22562
22563 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22564
22565         [BZ #15418]
22566         [BZ #15419]
22567         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
22568         internal tests.
22569         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22570
22571 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22572
22573         * elf/dl-writev.h: New file.
22574         * elf/dl-misc.c: Include it.
22575         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
22576         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
22577
22578 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
22579
22580         * math/libm-test.inc (noXFails): Remove variable.
22581         (noXPasses): Likewise.
22582         (BUILD_COMPLEX_INT): Remove macro.
22583         (print_screen): Remove xfail argument.
22584         (print_screen_max_error): Likewise.
22585         (update_stats): Likewise.
22586         (print_max_error): Likewise.  Update calls to other affected
22587         functions.
22588         (print_complex_max_error): Likewise.
22589         (test_single_exception): Update calls to print_screen.
22590         (test_single_errno): Likewise.
22591         (check_float_internal): Remove xfail argument.  Update calls to
22592         other affected functions.
22593         (check_float): Likewise.
22594         (check_complex): Likewise.
22595         (check_int): Likewise.
22596         (check_long): Likewise.
22597         (check_bool): Likewise.
22598         (check_longlong): Likewise.
22599         (main): Don't print noXFails and noXPasses.
22600         * math/gen-libm-test.pl (top level): Don't mention expected
22601         failure handling in comment.
22602         (new_test): Don't handle expected failures.
22603         (parse_args): Don't mention expected failure handling in comment.
22604         (generate_testfile): Don't handle expected failures.
22605         (parse_ulps): Likewise.
22606         (print_ulps_file): Likewise.
22607         (get_failure): Remove function.
22608         (output_test): Don't handle expected failures.
22609         * make/README.libm-test: Don't mention expected failure handling.
22610
22611         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
22612         (minus_zero): Likewise.
22613         (plus_infty): Likewise.
22614         (minus_infty): Likewise.
22615         (qnan_value): Likewise.
22616         (max_value): Likewise.
22617         (min_value): Likewise.
22618         (min_subnorm_value): Likewise.
22619         (initialize): Do not initialize those variables dynamically.
22620
22621 2013-05-03  Roland McGrath  <roland@hack.frob.com>
22622
22623         * io/open.c (__open_2): Moved to ...
22624         * io/open_2.c: ... this new file.
22625         * io/open64.c (__open64_2): Moved to ...
22626         * io/open64_2.c: ... this new file.
22627         * io/openat.c (__openat_2): Moved to ...
22628         * io/openat_2.c: ... this new file.
22629         * io/openat64.c (__openat64_2): Moved to ...
22630         * io/openat64_2.c: ... this new file.
22631         * io/Makefile (routines): Add them.
22632         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
22633         * sysdeps/unix/sysv/linux/open_2.c: File removed.
22634         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
22635         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
22636         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
22637         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
22638         (__openat64): Add hidden_ver.
22639         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
22640         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
22641
22642         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
22643         Separately conditionalize setting of GLRO(dl_sysinfo) so
22644         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
22645         as well, but the actual setting is only under [NEED_DL_SYSINFO].
22646
22647 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22648
22649         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
22650         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
22651         definition.
22652         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
22653         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22654         (_libc_vdso_platform_setup): Add __vdso_time initialization.
22655         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
22656         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
22657
22658 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
22659
22660         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
22661         test signgam value.
22662
22663         * math/libm-test.inc (hypot_test): Do not use
22664         IGNORE_ZERO_INF_SIGN.
22665
22666 2013-05-03  Andreas Jaeger  <aj@suse.de>
22667
22668         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
22669         Linux 3.9.
22670         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
22671         (PF_MAX): Adjust for VSOCK change.
22672
22673 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22674
22675         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22676
22677 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
22678
22679         [BZ #15264]
22680         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
22681         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
22682         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
22683
22684 2013-05-02  David S. Miller  <davem@davemloft.net>
22685
22686         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22687
22688 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
22689
22690         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
22691
22692 2013-05-01  Roland McGrath  <roland@hack.frob.com>
22693
22694         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
22695
22696 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
22697
22698         [BZ #14952]
22699         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
22700         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22701         Use __attribute__ ((__gnu_inline__)).
22702         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22703         Don't use __attribute__ ((__gnu_inline__)).
22704
22705 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
22706
22707         [BZ #15423]
22708         * math/s_catan.c (__catan): Handle small real or imaginary part of
22709         input specially to avoid spurious underflow.
22710         * math/s_catanf.c (__catanf): Likewise.
22711         * math/s_catanh.c (__catanh): Likewise.
22712         * math/s_catanhf.c (__catanhf): Likewise.
22713         * math/s_catanhl.c (__catanhl): Likewise.
22714         * math/s_catanl.c (__catanl): Likewise.
22715         * math/libm-test.inc (catan_test): Add more tests.
22716         (catanh_test): Likewise.
22717         * sysdeps/i386/fpu/libm-test-ulps: Update.
22718         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22719
22720 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22721
22722         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22723
22724 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
22725
22726         [BZ #15416]
22727         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
22728         accurately for denominator in atan2.
22729         * math/s_catanf.c (__catanf): Likewise.
22730         * math/s_catanh.c (__catanh): Likewise.
22731         * math/s_catanhf.c (__catanhf): Likewise.
22732         * math/s_catanhl.c (__catanhl): Likewise.
22733         * math/s_catanl.c (__catanl): Likewise.
22734         * math/libm-test.inc (catan_test): Add more tests.
22735         (catanh_test): Likewise.
22736         * sysdeps/i386/fpu/libm-test-ulps: Update.
22737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22738
22739 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22740
22741         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
22742
22743         * benchtests/Makefile (bench): Remove slow benchmarks.
22744         * benchtests/atan-inputs: Add slow benchmark inputs.
22745         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
22746         (BENCH_FUNC): Accept variant offset.
22747         (VARIANT): Define.
22748         * benchtests/bench-skeleton.c (main): Run benchmark for each
22749         variant.
22750         * benchtests/cos-inputs: Add slow benchmark inputs.
22751         * benchtests/exp-inputs: Likewise.
22752         * benchtests/pow-inputs: Likewise.
22753         * benchtests/sin-inputs: Likewise.
22754         * benchtests/slowatan-inputs: Remove.
22755         * benchtests/slowatan.c: Remove.
22756         * benchtests/slowcos-inputs: Remove.
22757         * benchtests/slowcos.c: Remove.
22758         * benchtests/slowexp-inputs: Remove.
22759         * benchtests/slowexp.c: Remove.
22760         * benchtests/slowpow-inputs: Remove.
22761         * benchtests/slowpow.c: Remove.
22762         * benchtests/slowsin-inputs: Remove.
22763         * benchtests/slowsin.c: Remove.
22764         * benchtests/slowtan-inputs: Remove.
22765         * benchtests/slowtan.c: Remove.
22766         * benchtests/tan-inputs: Add slow benchmark inputs.
22767         * scripts/bench.pl: Parse comments and directives.
22768
22769         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
22770         in CPPFLAGS.
22771         ($(objpfx)bench-%.c): Remove *-ITER.
22772         * benchtests/bench-modf.c: Remove definition of ITER.
22773         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22774         (main): Loop for DURATION seconds instead of fixed number of
22775         iterations.
22776         * scripts/bench.pl: Don't expect iterations in parameters.
22777
22778 2013-04-29  Roland McGrath  <roland@hack.frob.com>
22779
22780         * io/fchdir.c (__fchdir): Renamed from fchdir.
22781         (fchdir): Define as weak alias.
22782
22783 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22784
22785         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22786         (ERRNO_EDOM): Likewise.
22787         (ERRNO_ERANGE): Likewise.
22788         (noErrnoTests): New variable.
22789         (init_max_error): Set errno to 0.
22790         (test_single_errno): New function.
22791         (test_errno): Likewise.
22792         (check_float_internal): Call test_errno.  Set errno to 0.
22793         (check_complex): Refer to errno tests in comment.
22794         (check_int): Call test_errno.  Set errno to 0.
22795         (check_long): Likewise.
22796         (check_bool): Likewise.
22797         (check_longlong): Likewise.
22798         (cos_test): Use ERRNO_* flags for errno tests instead of
22799         check_int.
22800         (expm1_test): Likewise.
22801         (fmod_test): Likewise.
22802         (ilogb_test): Likewise.
22803         (lgamma_test): Likewise.
22804         (pow_test): Likewise.
22805         (remainder_test): Likewise.
22806         (sin_test): Likewise.
22807         (tan_test): Likewise.
22808         (yn_test): Likewise.
22809         (initialize): Set errno to 0.
22810         (main): Print number of errno tests.
22811         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22812
22813 2013-04-29  Andreas Jaeger  <aj@suse.de>
22814
22815         [BZ #15084]
22816         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22817         and RES_USEVC.
22818
22819         [BZ #15085]
22820         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22821         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22822         unimplemented.
22823
22824         [BZ #15380]
22825         * stdlib/random.c (__initstate): Return NULL if
22826         __initstate fails.
22827
22828         [BZ #15086]
22829         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22830         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22831         RES_SNGLKUPREOP.
22832
22833 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22834
22835         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22836
22837 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22838
22839         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22840         of individual tests.
22841         (casin_test): Likewise.
22842         (casinh_test): Likewise.
22843
22844 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
22845
22846         [BZ #15409]
22847         * math/s_catan.c (__catan): Handle arguments with large real or
22848         imaginary part separately without squaring.
22849         * math/s_catanf.c (__catanf): Likewise.
22850         * math/s_catanh.c (__catanh): Likewise.
22851         * math/s_catanhf.c (__catanhf): Likewise.
22852         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22853         and redefine.
22854         (__catanhl): Handle arguments with large real or imaginary part
22855         separately without squaring.
22856         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22857         and redefine.
22858         (__catanl): Handle arguments with large real or imaginary part
22859         separately without squaring.
22860         * math/libm-test.inc (catan_test): Add more tests.
22861         (catanh_test): Likewise.
22862         * sysdeps/i386/fpu/libm-test-ulps: Update.
22863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22864
22865 2013-04-27  Andreas Jaeger  <aj@suse.de>
22866
22867         [BZ #15007]
22868         * stdlib/stdlib.h: Update guards for qecvt.
22869         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22870         <stdlib.h>.
22871
22872 2013-04-27  Allan McRae  <allan@archlinux.org>
22873
22874         * sysdeps/i386/fpu/libm-test-ulps: Update.
22875
22876 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
22877
22878         [BZ #15406]
22879         * math/s_catan.c: Include <float.h>.
22880         (__catan): Ensure underflow exception occurs for underflowed
22881         result.
22882         * math/s_catanf.c: Include <float.h>.
22883         (__catanf): Ensure underflow exception occurs for underflowed
22884         result.
22885         * math/s_catanh.c: Include <float.h>.
22886         (__catanh): Ensure underflow exception occurs for underflowed
22887         result.
22888         * math/s_catanhf.c: Include <float.h>.
22889         (__catanhf): Ensure underflow exception occurs for underflowed
22890         result.
22891         * math/s_catanhl.c: Include <float.h>.
22892         (__catanhl): Ensure underflow exception occurs for underflowed
22893         result.
22894         * math/s_catanl.c: Include <float.h>.
22895         (__catanl): Ensure underflow exception occurs for underflowed
22896         result.
22897         * math/libm-test.inc (catan_test): Add more tests.
22898         (catanh_test): Likewise.
22899
22900         [BZ #15405]
22901         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
22902         underflowed result.
22903         * math/s_ccoshf.c (__ccoshf): Likewise.
22904         * math/s_ccoshl.c (__ccoshl): Likewise.
22905         * math/s_csin.c (__csin): Likewise.
22906         * math/s_csinf.c (__csinf): Likewise.
22907         * math/s_csinh.c (__csinh): Likewise.
22908         * math/s_csinhf.c (__csinhf): Likewise.
22909         * math/s_csinhl.c (__csinhl): Likewise.
22910         * math/s_csinl.c (__csinl): Likewise.
22911         * math/libm-test.inc (ccos_test): Add more tests.
22912         (ccosh_test): Likewise.
22913         (csin_test): Likewise.
22914         (csinh_test): Likewise.
22915
22916 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22917
22918         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
22919         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
22920         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
22921         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
22922         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
22923         powerpc/power5+/fpu folders.
22924         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
22925
22926
22927 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
22928
22929         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22930
22931 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
22932
22933         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
22934         additions to variable.
22935         [$(config-machine) = x86_64] (modules-names): Likewise.
22936         ($(objpfx)tst-audit3): Remove dependency.
22937         ($(objpfx)tst-audit3.out): Likewise.
22938         ($(objpfx)tst-audit4): Likewise.
22939         ($(objpfx)tst-audit4.out): Likewise.
22940         ($(objpfx)tst-audit5): Likewise.
22941         ($(objpfx)tst-audit5.out): Likewise.
22942         ($(objpfx)tst-audit6): Likewise.
22943         ($(objpfx)tst-audit6.out): Likewise.
22944         ($(objpfx)tst-audit7): Likewise.
22945         ($(objpfx)tst-audit7.out): Likewise.
22946         (tst-audit3-ENV): Remove variable.
22947         (tst-audit4-ENV): Likewise.
22948         (tst-audit5-ENV): Likewise.
22949         (tst-audit6-ENV): Likewise.
22950         (tst-audit7-ENV): Likewise.
22951         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
22952         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
22953         addition to variable.
22954         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
22955         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
22956         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
22957         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
22958         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
22959         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
22960         tst-audit3, tst-audit4 and tst-audit5.
22961         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
22962         tst-audit6 and tst-audit7.
22963         [$(subdir) = elf] (modules-names): Add audit modules for those
22964         tests.
22965         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
22966         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
22967         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
22968         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
22969         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
22970         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
22971         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
22972         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
22973         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
22974         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
22975         [$(subdir) = elf] (tst-audit3-ENV): New variable.
22976         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
22977         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
22978         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
22979         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
22980         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
22981         Likewise.
22982         [$(subdir) = elf && $(config-cflags-avx) = yes]
22983         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
22984         [$(subdir) = elf && $(config-cflags-avx) = yes]
22985         (CFLAGS-tst-auditmod4a.c): Likewise.
22986         [$(subdir) = elf && $(config-cflags-avx) = yes]
22987         (CFLAGS-tst-auditmod4b.c): Likewise.
22988         [$(subdir) = elf && $(config-cflags-avx) = yes]
22989         (CFLAGS-tst-auditmod6b.c): Likewise.
22990         [$(subdir) = elf && $(config-cflags-avx) = yes]
22991         (CFLAGS-tst-auditmod6c.c): Likewise.
22992         [$(subdir) = elf && $(config-cflags-avx) = yes]
22993         (CFLAGS-tst-auditmod7b.c): Likewise.
22994         * elf/tst-audit3.c: Move to ...
22995         * sysdeps/x86_64/tst-audit3.c: ... here.
22996         * elf/tst-audit4.c: Move to ...
22997         * sysdeps/x86_64/tst-audit4.c: ... here.
22998         * elf/tst-audit5.c: Move to ...
22999         * sysdeps/x86_64/tst-audit5.c: ... here.
23000         * elf/tst-audit6.c: Move to ...
23001         * sysdeps/x86_64/tst-audit6.c: ... here.
23002         * elf/tst-audit7.c: Move to ...
23003         * sysdeps/x86_64/tst-audit7.c: ... here.
23004         * elf/tst-auditmod3a.c: Move to ...
23005         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
23006         * elf/tst-auditmod3b.c: Move to ...
23007         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
23008         * elf/tst-auditmod4a.c: Move to ...
23009         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
23010         * elf/tst-auditmod4b.c: Move to ...
23011         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
23012         * elf/tst-auditmod5a.c: Move to ...
23013         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
23014         * elf/tst-auditmod5b.c: Move to ...
23015         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
23016         * elf/tst-auditmod6a.c: Move to ...
23017         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
23018         * elf/tst-auditmod6b.c: Move to ...
23019         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
23020         * elf/tst-auditmod6c.c: Move to ...
23021         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
23022         * elf/tst-auditmod7a.c: Move to ...
23023         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
23024         * elf/tst-auditmod7b.c: Move to ...
23025         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
23026
23027 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
23028
23029         [BZ #15366]
23030         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
23031         define unconditionally.
23032         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
23033         define unconditionally.
23034         (INT8_C, INT16_C, etc.): Likewise.
23035
23036 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
23037
23038         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
23039         __ehdr_start with hidden visibility.
23040
23041         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
23042
23043 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
23044
23045         * math/libm-test.inc (cos_test): Use accurate hex constants.
23046         (sincost_test): Likewise.
23047
23048 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
23049
23050         * math/libm-test.inc (catan_test): Add more tests.
23051         (catanh_test): Likewise.
23052
23053         * math/s_catanf.c (__catanf): Use suffixed floating-point
23054         constants.
23055         * math/s_catanhf.c (__catanhf): Likewise.
23056         * math/s_catanhl.c (__catanhl): Likewise.
23057         * math/s_catanl.c (__catanl): Likewise.
23058
23059         [BZ #15394]
23060         * math/s_catan.c (__catan): Calculate imaginary part of result
23061         with log1p not log unless computing log of number close to 0.
23062         * math/s_catanf.c (__catanf): Likewise.
23063         * math/s_catanl.c (__catanl): Likewise.
23064         * math/s_catanh.c (__catanh): Calculate real part of result with
23065         log1p not log unless computing log of number close to 0.
23066         * math/s_catanhf.c (__catanhf): Likewise.
23067         * math/s_catanhl.c (__catanhl): Likewise.
23068         * math/libm-test.inc (catan_test): Add more tests.
23069         (catanh_test): Likewise.
23070         * sysdeps/i386/fpu/libm-test-ulps: Update.
23071         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23072
23073 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23074
23075         * benchtests/Makefile: Mention files in which fast and slow
23076         paths of math functions are implemented.
23077
23078 2013-04-23  Roland McGrath  <roland@hack.frob.com>
23079
23080         * sysdeps/posix/timespec_get.c: New file.
23081
23082 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23083
23084         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
23085         POWER.
23086         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
23087         for POWER.
23088         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
23089         powerpc/power5/fpu folders.
23090         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
23091         * benchtests/Makefile: Add modf testcase.
23092         * benchtests/bench-modf.c: New file: Benchmark test for mo
23093
23094 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23095
23096         [BZ #14888]
23097         * time/Makefile (tests): Add tst-strptime-whitespace.
23098         * time/strptime_l.c (get_number): Use ISSPACE.
23099         (__strptime_internal): Likewise.
23100         * time/tst-strptime-whitespace.c: New test case.
23101
23102 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
23103
23104         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
23105         member.
23106         (_nss_files_init): Set it here.
23107
23108 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
23109
23110         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
23111         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
23112         unsigned.
23113
23114 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
23115
23116         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
23117
23118 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23119
23120         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
23121         size just once.
23122
23123 2013-04-21  David S. Miller  <davem@davemloft.net>
23124
23125         * po/ru.po: Update Russion translation from translation project.
23126
23127 2013-04-17  Adam Conrad  <adconrad@0c3.net>
23128
23129         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
23130         and setfsgid.
23131
23132 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
23133
23134         * configure.in: Remove i386 configure warning. Remove i386 case.
23135         * configure: Regenerate.
23136         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
23137         Add example to error message.
23138         * sysdeps/i386/configure: Regenerate.
23139
23140 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
23141
23142         * benchtests/Makefile (bench): Add cos, tan, slowcos and
23143         slowtan.
23144         * benchtests/cos-inputs: New file.
23145         * benchtests/slowcos-inputs: New file.
23146         * benchtests/slowcos.c: New file.
23147         * benchtests/slowtan-inputs: New file.
23148         * benchtests/slowtan.c: New file.
23149         * benchtests/tan-inputs: New file.
23150
23151 2013-04-16  Roland McGrath  <roland@hack.frob.com>
23152
23153         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
23154         considered kosher.
23155
23156 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
23157
23158         * benchtests/Makefile: Include cppflags-iterator.mk to add
23159         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
23160
23161         * Makefile.in (bench-clean): New target.
23162         * benchtests/Makefile (bench-clean): Likewise.
23163
23164 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
23165
23166         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
23167
23168 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
23169
23170         * stdio-common/tstdiomisc.c: Fix coding-style violation.
23171
23172 2013-04-15  Andreas Schwab  <schwab@suse.de>
23173
23174         * nscd/grpcache.c (cache_addgr): Properly check for short write.
23175         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23176         * nscd/pwdcache.c (cache_addpw): Likewise.
23177         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
23178         more than recsize.
23179
23180 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23181
23182         * benchtests/Makefile (bench): Write all output to
23183         bench-out.tmp together.
23184
23185 2013-04-15  Andreas Schwab  <schwab@suse.de>
23186
23187         * nscd/nscd.c (main): Don't fork again after closing files.
23188
23189 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23190
23191         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
23192
23193         * benchtests/Rules (bench-deps): Collect dependencies into a
23194         single variable.  Add Makefile to dependencies.
23195         ($(objpfx)bench-%.c): Depend on bench-deps.
23196
23197 2013-04-12  Roland McGrath  <roland@hack.frob.com>
23198             Xavier Roche  <roche+kml2@exalead.com>
23199
23200         [BZ #15361]
23201         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
23202         just that it's a file descriptor.
23203         * manual/llio.texi (Synchronizing AIO Operations): Update description
23204         for EBADF error from aio_fsync.
23205
23206 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23207
23208         * Rules (bench): Move target definition...
23209         * benchtests/Makefile: ... here.
23210
23211 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
23212
23213         * math/libm-test.inc (cos_test): Fix PI/2 test.
23214         (sincos_test): Likewise.
23215         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
23216         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
23217
23218 2013-04-11  Andreas Schwab  <schwab@suse.de>
23219
23220         [BZ #13988]
23221         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
23222         accept exponent character only when digits were seen.
23223         * stdio-common/Makefile (tests): Add bug26.
23224         * stdio-common/bug26.c: New file.
23225
23226         [BZ #14293]
23227         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
23228         non-freeable.
23229
23230 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23231
23232         * Makeconfig (rtld-prefix): Define built linker prefix.
23233         * Rules (run-bench): Use it.
23234         * math/Makefile (run-regen-ulps): Likewise.
23235
23236         * Rules (bench): Remove eval.
23237
23238 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23239             Roland McGrath  <roland@hack.frob.com>
23240             Ondrej Bilka  <neleai@seznam.cz>
23241
23242         [BZ #15346]
23243         * time/getdate.c: Include ctype.h and alloca.h.
23244         (__getdate_r): Trim leading and trailing spaces of input.
23245         * time/tst-getdate.c (tests): Add tests with leading and
23246         trailing spaces.
23247
23248 2013-04-08  Roland McGrath  <roland@hack.frob.com>
23249
23250         [BZ #14280]
23251         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
23252         when computing value.
23253
23254 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23255
23256         * math/README.libm-test (How can I generate "libm-test-ulps"?):
23257         Use testrun.sh to run libm tests.
23258
23259         [BZ #15309]
23260         * elf/dl-open.c (dl_open_worker): memset all of seen array.
23261
23262 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
23263
23264         [BZ #15264]
23265         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
23266
23267 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23268
23269         * Makefile.in (regen-ulps): New target.
23270         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
23271         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
23272         [ifneq (no,$(PERL)] (regen-ulps): New target.
23273         [ifeq (no,$(PERL)] (regen-ulps): New target.
23274         * math/libm-test.inc (ulps_file_name): Define.
23275         (output_dir): New variable.
23276         (options): Add "output-dir" option.
23277         (parse_opt): Handle 'o' case.
23278         (main): If output_dir is non-NULL use it as a prefix
23279         otherwise use "".
23280         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
23281
23282 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23283
23284         [BZ #10060, #10062]
23285         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
23286         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
23287         fail configure if __sync_val_compare_and_swap is not inlined.
23288         * sysdeps/i386/configure: Regenerate.
23289         * configure.in: Build for i686 when configured for i386.
23290         * configure: Regenerate.
23291         * README: Remove i386 reference.
23292
23293 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23294
23295         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
23296         * sysdeps/s390/s390-64/sysdep.h: Likewise.
23297
23298 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
23299
23300         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
23301         (lmsnanval): New variables.
23302         (F): Add conversion tests.
23303         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
23304         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
23305
23306         * stdio-common/tstdiomisc.c (F): Properly collect individual
23307         tests' results.
23308
23309         [BZ #14686, #15336]
23310         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
23311         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
23312         Instead, use input NaN values or generate a qNaN by arithmetic
23313         operation.  Also fix bugs to comply with the standard.
23314         * math/libm-test.inc (remainder_test): Add more tests.
23315
23316         [BZ #15335, #15342]
23317         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
23318         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
23319         input NaN values or generate a qNaN by arithmetic operation.
23320
23321         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
23322         unreachable code.
23323
23324         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
23325         definitions.
23326
23327 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
23328
23329         [BZ #14478]
23330         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
23331         underflowed result.
23332         * math/s_cexpf.c (__cexpf): Likewise.
23333         * math/s_cexpl.c (__cexpl): Likewise.
23334         * math/libm-test.inc (cexp_test): Add more tests.
23335
23336 2013-04-03  Andreas Schwab  <schwab@suse.de>
23337
23338         [BZ #15330]
23339         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
23340         order arrays from heap if bigger than alloca cutoff.
23341
23342 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
23343
23344         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
23345         (SNAN_TESTS_double): Refer to GCC PR56831.
23346         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
23347         GCC PR56828.
23348
23349 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23350
23351         * Rules (bench): Move bench.out after the run is complete.
23352
23353         * Rules (bench): Echo currently running benchmark.
23354
23355         * benchtests/Makefile (bench): Add atan and slowatan.
23356         * benchtests/atan-inputs: New file.
23357         * benchtests/slowatan-inputs: New file.
23358         * benchtests/slowatan.c: New file.
23359
23360         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
23361         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
23362         its value.
23363
23364         [BZ #15305]
23365         * sysdeps/unix/sysv/linux/kernel-features.h
23366         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
23367         __ASSUME_XFS_RESTRICTED_CHOWN.
23368         * sysdeps/unix/sysv/linux/pathconf.c
23369         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
23370         Save and restore errno.
23371
23372 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
23373
23374         [BZ #15327]
23375         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
23376         arguments using __kernel_casinh.
23377         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
23378         arguments using __kernel_casinhf.
23379         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
23380         arguments using __kernel_casinhl.
23381         * math/libm-test.inc (cacosh_test): Add more tests.
23382         * sysdeps/i386/fpu/libm-test-ulps: Update.
23383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23384
23385 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23386
23387         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
23388         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
23389
23390         * bench/Makefile (bench): Add sin and slowsin.
23391         * benchtests/sin-inputs: New file.
23392         * benchtests/slowsin-inputs: New file.
23393         * benchtests/slowsin.c: New file.
23394
23395         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
23396         (bench): Add slowexp and slowpow.
23397         (exp-ITER): Increase iterations.
23398         (pow-ITER): Likewise.
23399         * benchtests/exp-inputs: Change input.
23400         * benchtests/pow-inputs: Likewise.
23401         * benchtests/slowexp-inputs: New file.
23402         * benchtests/slowexp.c: New file.
23403         * benchtests/slowpow-inputs: New file.
23404         * benchtests/slowpow.c: New file.
23405
23406 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23407
23408         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
23409         instructions.
23410         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
23411         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
23412         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23413         * benchtests/Makefile: Add rint benchtest.
23414         * benchtests/rint-inputs: Input for rint benchtest.
23415
23416 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
23417
23418         * Versions.def (libm): Add GLIBC_2.18.
23419         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
23420         hidden libm prototypes.
23421         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
23422         * math/Makefile (libm-calls): Add s_issignaling.
23423         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
23424         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
23425         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
23426         declaration.
23427         * math/math.h [__USE_GNU] (issignaling): New macro.
23428         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
23429         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
23430         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
23431         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
23432         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
23433         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
23434         * manual/arith.texi (issignaling): New section.
23435         * manual/libm-err-tab.pl (@all_functions): Update comment.
23436         * math/gen-libm-test.pl (parse_args): Apply special handling for
23437         issignaling.
23438         * math/libm-test.inc (print_float, issignaling_test): New
23439         functions.
23440         (check_float_internal): Add issignaling checks.
23441         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
23442         default definition.
23443         * sysdeps/powerpc/math-tests.h: New file.
23444         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
23445         tests.
23446         * math/test-snan.c (TEST_FUNC): Likewise.
23447
23448 2013-03-30  David S. Miller  <davem@davemloft.net>
23449
23450         * po/de.po: Update from translation team.
23451
23452 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
23453
23454         [BZ #10357]
23455         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23456         imaginary part less than 1.0 and real part less than 0.5
23457         specially.
23458         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23459         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23460         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
23461         (cacos_test): Add more tests.
23462         (casin_test): Likewise.
23463         (casinh_test): Likewise.
23464         * sysdeps/i386/fpu/libm-test-ulps: Update.
23465         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23466
23467 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23468
23469         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
23470         ONE with its value.
23471
23472         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
23473         (__pow_mp): Replace ONE and MONE with their values.
23474         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23475         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
23476         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23477         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
23478         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23479         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23480
23481         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
23482
23483         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
23484         (__pow_mp): Replace ZERO and MZERO with their values.
23485         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23486         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23487         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23488         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
23489         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23490         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
23491         (__sqr): Likewise.
23492
23493         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
23494
23495         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
23496
23497 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23498
23499         * include/stdlib.h [!SHARED] (__call_tls_dtors):
23500         Declare with __attribute__ ((weak)).
23501         * stdlib/exit.c (__libc_atexit) [!SHARED]:
23502         Call __call_tls_dtors only if it's not NULL.
23503
23504 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23505
23506         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
23507         didn't do it already, then set _dl_phdr and _dl_phnum based on the
23508         magic __ehdr_start linker symbol if it's defined.
23509         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
23510         them up here if it was already done.
23511
23512         * elf/dl-support.c (_dl_phdr): Make pointer to const.
23513         (_dl_aux_init): Use const in cast when setting it.
23514         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
23515         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
23516         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
23517
23518         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
23519         Declare them here.
23520         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
23521         * csu/libc-tls.c: Nor here.
23522         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
23523
23524         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
23525         (__libc_message): Never call vsyslog.
23526
23527 2013-03-28  Alan Modra  <amodra@gmail.com>
23528
23529         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
23530         Define as empty.
23531         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
23532         Likewise.
23533
23534 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23535
23536         [BZ #15214]
23537         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
23538         underflow.
23539         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23540
23541 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23542
23543         [BZ #15304]
23544         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
23545         Don't add gid passed as argument.
23546
23547         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
23548
23549 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
23550
23551         [BZ #15307]
23552         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23553         imaginary part between 1.0 and 1.5 and real part less than 0.5
23554         specially.
23555         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23556         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23557         * math/libm-test.inc (cacos_test): Add more tests.
23558         (casin_test): Likewise.
23559         (casinh_test): Likewise.
23560         * sysdeps/i386/fpu/libm-test-ulps: Update.
23561         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23562
23563 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23564
23565         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
23566         constants.
23567         (norm): Likewise.
23568         (denorm): Likewise.
23569         (__dbl_mp): Likewise.
23570         (add_magnitudes): Likewise.
23571         (sub_magnitudes): Likewise.
23572         (__add): Likewise.
23573         (__sub): Likewise.
23574         (__mul): Likewise.
23575         (__sqr): Likewise.
23576         (__inv): Likewise.
23577         (__dvd): Likewise.
23578
23579         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
23580         commented code.
23581         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
23582         (__dubcos): Likewise.
23583         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
23584         (__ieee754_acos): Likewise.
23585         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23586         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
23587         (__exp1): Likewise.
23588         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23589         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
23590         (log1): Likewise.
23591         (my_log2): Likewise.
23592         (checkint): Likewise.
23593         * sysdeps/ieee754/dbl-64/e_remainder.c
23594         (__ieee754_remainder): Likewise.
23595         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23596         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
23597         (bsloww): Likewise.
23598         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23599
23600         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23601         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
23602         MANTISSA_STORE_T to store computations on mantissa.  Use
23603         macros for rounding and division.
23604         (denorm): Likewise.
23605         (__dbl_mp): Likewise.
23606         (add_magnitudes): Likewise.
23607         (sub_magnitudes): Likewise.
23608         (__mul): Likewise.
23609         (__sqr): Likewise.
23610         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23611         powers of two in terms of TWOPOW macro.
23612         (mp_no): Make type of mantissa as MANTISSA_T.
23613         [!RADIXI]: Define RADIXI.
23614         [!TWO52]: Define TWO52.
23615         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23616
23617 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23618
23619         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
23620         llroundl symbol when building for PPC32.
23621
23622 2013-03-24  Mark H Weaver  <mhw@netris.org>
23623
23624         * manual/arith.texi (Normalization Functions): Fix prototypes for
23625         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
23626
23627 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23628
23629         [BZ #13889]
23630         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
23631         high value to check if expl overflow.
23632         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
23633         to check for underflow and overflow.
23634         * math/libm-test.inc: Add exp test.
23635
23636 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
23637
23638         [BZ #11120]
23639         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
23640         with NOT_IN_libc.
23641
23642 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23643
23644         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
23645         symbol.
23646
23647 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
23648
23649         * math/gen-libm-test.pl (parse_args, special_functions): Properly
23650         wrap blocks consisting of several statements.
23651
23652         * sysdeps/generic/math-tests.h: New file.
23653         * sysdeps/i386/fpu/math-tests.h: Likewise.
23654         * math/test-snan.c: Include it.
23655         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
23656
23657 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23658
23659         [BZ #15285]
23660         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
23661         (__ieee754_j0l): Do not improve calculations using cos of twice
23662         input for inputs above LDBL_MAX / 2.0L.
23663         (__ieee754_y0l): Likewise.
23664         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
23665         (__ieee754_j1l): Do not improve calculations using cos of twice
23666         input for inputs above LDBL_MAX / 2.0L.
23667         (__ieee754_y1l): Likewise.
23668         * math/libm-test.inc (j0_test): Add another test.
23669         (j1_test): Likewise.
23670         (y0_test): Likewise.
23671         (y1_test): Likewise.
23672         * sysdeps/i386/fpu/libm-test-ulps: Update.
23673
23674 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23675
23676         * Rules ($(objpfx)bench-%.c): Include code from a C source
23677         file.
23678
23679 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23680
23681         [BZ #15287]
23682         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23683         imaginary part 1.0 and real part less than 0.5 specially.
23684         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23685         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23686         * math/libm-test.inc (cacos_test): Add more tests.
23687         (casin_test): Likewise.
23688         (casinh_test): Likewise.
23689         * sysdeps/i386/fpu/libm-test-ulps: Update.
23690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23691
23692 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23693
23694         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
23695         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
23696
23697 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
23698
23699         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
23700         * config.make.in (config-cflags-sse4): Remove variable.
23701         (config-cflags-avx): Likewise.
23702         (config-cflags-sse2avx): Likewise.
23703         (config-cflags-novzeroupper): Likewise.
23704         (config-asflags-i686): Likewise.
23705         (have-mfma4): Likewise.
23706         (have-as-vis3): Likewise.
23707         (MIG): Likewise.
23708         * configure.in (MIG): Do not AC_SUBST.
23709         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
23710         (libc_cv_cc_sse4): Do not AC_SUBST.
23711         (libc_cv_cc_avx): Likewise.
23712         (libc_cv_cc_sse2avx): Likewise.
23713         (libc_cv_cc_novzeroupper): Likewise.
23714         (libc_cv_cc_fma4): Likewise.
23715         (libc_cv_as_i686): Likewise.
23716         (libc_cv_sparc_as_vis3): Likewise.
23717         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
23718         LIBC_CONFIG_VAR.
23719         (config-asflags-i686): Likewise.
23720         (config-cflags-avx): Likewise.
23721         (config-cflags-sse2avx): Likewise.
23722         (have-mfma4): Likewise.
23723         (config-cflags-novzeroupper): Likewise.
23724         * sysdeps/mach/configure.in (MIG): Likewise.
23725         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
23726         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
23727         LIBC_CONFIG_VAR.
23728         (config-cflags-avx): Likewise.
23729         (config-cflags-sse2avx): Likewise.
23730         (have-mfma4): Likewise.
23731         (config-cflags-novzeroupper): Likewise.
23732         * configure: Regenerated.
23733         * sysdeps/i386/configure: Likewise.
23734         * sysdeps/mach/configure: Likewise.
23735         * sysdeps/sparc/configure: Likewise.
23736         * sysdeps/x86_64/configure: Likewise.
23737
23738 2013-03-20  Roland McGrath  <roland@hack.frob.com>
23739
23740         [BZ #14812]
23741         * locale/programs/localedef.c (options): Put N_ translation marker
23742         on argument names, not just descriptions.
23743
23744 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23745
23746         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
23747
23748 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
23749
23750         [BZ #14176]
23751         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23752
23753 2013-03-19  Roland McGrath  <roland@hack.frob.com>
23754
23755         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23756         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23757         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23758         [!BEFORE_ABORT] (before_abort): New function.
23759         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23760         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23761         (writev_for_fatal): New function.
23762         (WRITEV_FOR_FATAL): New macro; call that.
23763         (backtrace_and_maps): New function.
23764         (BEFORE_ABORT): New macro; call that.
23765         (struct str_list): Type removed.
23766         (__libc_message, __libc_fatal): Functions removed.
23767         Include <sysdeps/posix/libc_fatal.c> instead.
23768
23769 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
23770
23771         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23772         constants.
23773         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23774         double constants.
23775
23776 2013-03-19  Andreas Schwab  <schwab@suse.de>
23777
23778         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23779         * sysdeps/gnu/configure: Regenerate.
23780
23781         * configure.in: Substitute libc_cv_rtlddir.
23782         * configure: Regenerate.
23783         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23784         * Makeconfig (rtlddir, inst_rtlddir): New variables.
23785         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23786         * elf/Makefile (install-others, CFLAGS-interp.c)
23787         (ldso_install, common-ldd-rewrite): Likewise.
23788         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23789         $(inst_slibdir)/$(rtld-installed-name).
23790         * scripts/rellns-sh: Add -p option.
23791         * Makerules (make-shlib-link): Use rellns-sh to get relative name
23792         for source.
23793
23794 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23795
23796         * manual/nptl.texi: Renamed to ...
23797         * manual/threads.texi: ... this.
23798         * manual/Makefile (chapters): Update.
23799
23800 2013-03-18  Roland McGrath  <roland@hack.frob.com>
23801
23802         [BZ #14812]
23803         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23804         on argument names, not just descriptions.
23805         * malloc/memusagestat.c (options): Likewise.
23806         * nss/getent.c (options): Likewise.
23807
23808 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
23809
23810         [BZ #14812]
23811         * iconv/iconv_prog.c (options): Put N_ translation marker
23812         on argument names, not just descriptions.
23813         * iconv/iconvconfig.c (options): Likewise.
23814
23815 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
23816
23817         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23818         implementation which is faster on all x86_64 architectures.
23819         Tested on AMD, Intel Nehalem, SNB, IVB.
23820         * sysdeps/x86_64/strnlen.S: Likewise.
23821
23822         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23823         Remove all multiarch strlen and strnlen versions.
23824         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23825         Remove strlen and strnlen related parts.
23826
23827         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23828         Inline strlen part.
23829         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23830
23831         * sysdeps/x86_64/multiarch/strlen.S: Remove.
23832         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23833         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23834         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23835         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23836         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23837
23838 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
23839
23840         * manual/memory.texi (Malloc Tunable Parameters):
23841         Sort parameters alphabetically. Add comments for missing entries.
23842
23843 2013-03-17  David S. Miller  <davem@davemloft.net>
23844
23845         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23846
23847 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
23848
23849         [BZ #15283]
23850         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23851         for arguments at most half maximum finite value.
23852         * math/libm-test.inc (j0_test): Add more tests.
23853         (j1_test): Likewise.
23854         (y0_test): Likewise.
23855         (y1_test): Likewise.
23856         * sysdeps/i386/fpu/libm-test-ulps: Update.
23857         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23858
23859         [BZ #14155]
23860         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23861         1 / x and functions P and Q for arguments above 0x1p256L.
23862         (__ieee754_y0l): Likewise.
23863         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23864         (__ieee754_y1l): Likewise.
23865         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23866         (j1_test): Likewise.
23867         (y0_test): Likewise.
23868         (y1_test): Likewise.
23869
23870 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
23871
23872         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23873         variable.
23874
23875 2013-03-15  Roland McGrath  <roland@hack.frob.com>
23876
23877         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23878         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23879         zero since it's initialized to EXEC_PAGESIZE.
23880
23881         * sysdeps/unix/sysv/linux/ldsodefs.h
23882         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23883         * sysdeps/generic/ldsodefs.h: ... here.
23884
23885 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
23886
23887         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
23888
23889         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
23890         math/test-snan.c.
23891         * math/test-snan.c: Renamed from
23892         sysdeps/powerpc/fpu/test-powerpc-snan.c.
23893         * math/Makefile (tests): Add test-snan.
23894         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
23895         test-powerpc-snan.
23896
23897         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
23898         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
23899         functions.
23900         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
23901         __builtin_nan family of functions.
23902         * math/libm-test.inc (initialize): Initialize qnan_value with
23903         __builtin_nan family of functions.
23904         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
23905         Remove variables.
23906         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
23907         Remove functions.
23908         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
23909         storage class.  Initialize qNaN_var and sNaN_var with
23910         __builtin_nan and __builtin_nans families of functions,
23911         respectively.
23912
23913         * math/libm-test.inc (acosh_test): Also test with qNaN input.
23914         (sqrt_test): Remove duplicate test with qNaN input.
23915         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
23916         (round_test, signbit_test, significand_test): Note missing +/-Inf
23917         as well as qNaN tests.
23918
23919         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
23920         qNaN_var.  Fix a few strings, too.
23921         * math/libm-test.inc (nan_value): Rename to qnan_value.
23922         * math/gen-libm-test.pl (%beautify): Adjust to that.
23923         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
23924         * math/test-misc.c (main): Likewise.
23925         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
23926         to __qnan_bytes, and __qnan_union, respectively.
23927         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
23928         Likewise.
23929         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
23930         and lqnanval, respectively.
23931         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
23932         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
23933         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
23934         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
23935
23936         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
23937         * math/test-misc.c (main) [__x86_64__]: Enable test for long
23938         doubles.
23939
23940         * math/test-misc.c (main): Fix copy'n'pastos.
23941         * misc/tst-efgcvt.c (special): Likewise.
23942
23943         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
23944         Remove declarations.
23945
23946 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23947
23948         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
23949         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
23950         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
23951         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
23952
23953 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23954
23955         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
23956         macro to return vdso values correctly in IFUNC implementations.
23957         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
23958         Optimization by using IFUNC.
23959
23960 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23961             Richard Henderson  <rth@redhat.com>
23962             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
23963
23964         * Makefile.in (bench): New target.
23965         * NEWS: Mention the benchmark framework.
23966         * Rules (bench): Likewise.
23967         (binaries-bench): Generate binaries for functions to
23968         benchmark.
23969         * benchtests/Makefile: New makefile for benchmark tests.
23970         * benchtests/bench-skeleton.c: New skeleton file for benchmark
23971         programs.
23972         * benchtests/exp-inputs: New input file for EXP function.
23973         * benchtests/pow-inputs: New input file for POW function.
23974         * scripts/bench.pl: New script to generate source files for
23975         benchmark programs.
23976
23977 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23978
23979         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23980         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
23981         computations on mantissa.  Use macros for rounding and
23982         division.
23983         (denorm): Likewise.
23984         (__dbl_mp): Likewise.
23985         (add_magnitudes): Likewise.
23986         (sub_magnitudes): Likewise.
23987         (__mul): Likewise.
23988         (__sqr): Likewise.
23989         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23990         powers of two in terms of TWOPOW macro.
23991         (mp_no): Make type of mantissa as MANTISSA_T.
23992         [!RADIXI]: Define RADIXI.
23993         [!TWO52]: Define TWO52.
23994         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23995
23996         * manual/nptl.texi (cindex): Modify threads to pthreads.
23997
23998 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
23999
24000         * sysdeps/x86_64/preconfigure: Regenerated.
24001
24002 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
24003
24004         [BZ #14155]
24005         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
24006         0x1p28 and above.
24007         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
24008         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
24009         0x1p28 and above.
24010         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
24011         * math/libm-test.inc (j0_test): Do not allow one spurious
24012         underflow exception.
24013         (y1_test): Likewise.
24014
24015 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24016
24017         * manual/Makefile (chapters): Add nptl.
24018         * manual/debug.texi (Debugging Support): Add link to Threads
24019         chapter.
24020         * manual/nptl.texi: New file.
24021
24022         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
24023
24024 2013-03-14  Petr Baudis  <pasky@ucw.cz>
24025
24026         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
24027         for non-NULL pointer before the memory validity test. Pointed
24028         out by Holger Brunck <holger.brunck@keymile.com>.
24029
24030 2013-03-13  Andreas Schwab  <schwab@suse.de>
24031
24032         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
24033         instead of .os.
24034
24035 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
24036
24037         * timezone/zic.c: Update from tzcode 2013b.
24038
24039 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
24040
24041         * manual/install.texi (Configuring and compiling):
24042         Mention i686 and i586.
24043         * INSTALL: Regenerate.
24044
24045 2013-03-12  Roland McGrath  <roland@hack.frob.com>
24046
24047         * sysdeps/init_array/elf-init.c: New file.
24048         * csu/elf-init.c
24049         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
24050         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
24051
24052         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
24053         __gmon_start__ as global, but as static with a .preinit_array pointer.
24054         * sysdeps/init_array/gmon-start.c: New file.  Use that.
24055         * sysdeps/init_array/crti.S: New file, empty except for comments.
24056         * sysdeps/init_array/crtn.S: Likewise.
24057
24058 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
24059
24060         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
24061         definining bcopy.
24062         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24063         Remove Prefer_SSE_for_memop.
24064         * sysdeps/x86_64/multiarch/init-arch.h: Remove
24065         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
24066         HAS_PREFER_SSE_FOR_MEMOP.
24067         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
24068         memset-x86-64.
24069         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24070         Remove bzero, memset ifunc support.
24071         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
24072         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
24073         * sysdeps/x86_64/multiarch/memset.S: Likewise.
24074         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
24075
24076 2013-03-11  Andreas Schwab  <schwab@suse.de>
24077
24078         [BZ #15234]
24079         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
24080         by SHLIB_COMPAT.
24081         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
24082         (GLIBC_2.16): Remove pthread_atfork.
24083
24084 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
24085
24086         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
24087         (ptestcases.h): Likewise.
24088
24089 2013-03-08  Roland McGrath  <roland@hack.frob.com>
24090
24091         * Makeconfig ($(common-objpfx)config.status): Depend on
24092         sysdeps/*/preconfigure{,.in} too.
24093
24094 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
24095
24096         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
24097         (__free_hook): Use void * instead of __malloc_ptr_t.
24098         (__malloc_hook): Likewise.
24099         (__realloc_hook): Likewise.
24100         (__memalign_hook): Likewise.
24101         (__after_morecore_hook): Likewise.
24102         * malloc/arena.c (save_malloc_hook): Likewise.
24103         (save_free_hook): Likewise.
24104         * malloc/hooks.c (malloc_hook_ini): Likewise.
24105         (realloc_hook_ini): Likewise.
24106         (memalign_hook_ini): Likewise.
24107         * malloc/malloc.c (malloc_hook_ini): Likewise.
24108         (realloc_hook_ini): Likewise.
24109         (memalign_hook_ini): Likewise.
24110         (__free_hook): Likewise.
24111         (__malloc_hook): Likewise.
24112         (__realloc_hook): Likewise.
24113         (__memalign_hook): Likewise.
24114         (__libc_malloc): Likewise.
24115         (__libc_free): Likewise.
24116         (__libc_realloc): Likewise.
24117         (__libc_memalign): Likewise.
24118         (__libc_valloc): Likewise.
24119         (__libc_pvalloc): Likewise.
24120         (__libc_calloc): Likewise.
24121         (__posix_memalign): Likewise.
24122         * malloc/morecore.c (__sbrk): Likewise.
24123         (__default_morecore): Likewise.
24124
24125         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
24126
24127         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
24128         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
24129         __malloc_ptrdiff_t.
24130
24131         * malloc/malloc.h (__malloc_size_t): Remove macro.
24132         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
24133         __malloc_size_t.
24134         (old_memalign_hook): Likewise.
24135         (old_realloc_hook): Likewise.
24136         (struct hdr): Likewise.
24137         (flood): Likewise.
24138         (mallochook): Likewise.
24139         (memalignhook): Likewise.
24140         (reallochook): Likewise.
24141         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
24142         (tr_old_realloc_hook): Likewise.
24143         (tr_old_memalign_hook): Likewise.
24144         (tr_mallochook): Likewise.
24145         (tr_reallochook): Likewise.
24146         (tr_memalignhook): Likewise.
24147
24148 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24149
24150         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
24151         default_ldbl_pack and using as default implementation.
24152         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
24153         implementation.
24154         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
24155         redundant definition.
24156         (ldbl_insert_mantissa): Likewise.
24157         (ldbl_canonicalize): Likewise.
24158         (ldbl_nearbyint): Likewise.
24159         (ldbl_pack): Rename to ldbl_pack_ppc.
24160         (ldbl_unpack): Rename to ldbl_unpack_ppc.
24161         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
24162         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
24163
24164 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24165
24166         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
24167         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
24168         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
24169         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
24170         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
24171         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
24172         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
24173         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
24174
24175 2013-03-07  Andreas Jaeger  <aj@suse.de>
24176
24177         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24178         bits/mman-linux.h.
24179
24180 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24181
24182         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
24183         Include mpa.h and declare __MPEXP.
24184         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
24185         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24186         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24187         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
24188         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24189         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24190         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
24191
24192         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
24193         (__slowpow): Use long double EXPL and LOGL functions to
24194         compute POW.
24195         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24196         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24197         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
24198         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24199         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24200         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
24201
24202         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
24203         intermediate variable to calculate exponent.
24204         (__sqr): Likewise.
24205         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24206         Likewise.
24207         (__sqr): Likewise.
24208
24209         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
24210         [!NO__SQR]: Define __sqr.
24211         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
24212         and NO__SQR.  Remove all code except __mul and __sqr.  Include
24213         sysdeps/ieee754/dbl-64/mpa.c.
24214         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24215
24216         [BZ #12723]
24217         * posix/Makefile (tests): Add tst-pathconf.
24218         * posix/tst-pathconf.c: New test case.
24219         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
24220         _PC_PIPE_BUF.
24221         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
24222
24223 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
24224
24225         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
24226
24227 2013-03-06  Andreas Jaeger  <aj@suse.de>
24228
24229         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
24230         definition via __MAP_ANONYMOUS.
24231
24232         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
24233         it's not part of Linux headers.
24234
24235         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
24236         (MAP_HUGE_MASK): Define.
24237
24238         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24239         Define.
24240         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24241         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24242         Define.
24243         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24244         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24245         Define.
24246         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24247         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
24248         Define.
24249         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24250
24251         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
24252         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
24253         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
24254         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
24255         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
24256         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
24257
24258         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24259         Handle f2fs.
24260
24261         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24262         Handle f2fs and efivarfs.
24263
24264         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
24265         f2fs.
24266
24267         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
24268         (EFIVARFS_MAGIC): Add.
24269         (F2FS_LINK_MAX): Add.
24270
24271 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
24272
24273         * stdio-common/vfprintf.c: Replace __builtin_expect with
24274         __glibc_unlikely.
24275
24276 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
24277
24278         [BZ #13550]
24279         * sysdeps/generic/bp-sym.h: Remove file.
24280         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
24281         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
24282         <bp-sym.h> and <bp-asm.h>.
24283         (__longjmp): Don't use BP_SYM.
24284         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
24285         and <bp-asm.h>.
24286         (memcpy): Don't use BP_SYM.
24287         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
24288         <bp-sym.h> and <bp-asm.h>.
24289         (memcpy): Don't use BP_SYM.
24290         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
24291         <bp-asm.h>.
24292         (memcpy): Don't use BP_SYM.
24293         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
24294         <bp-asm.h>.
24295         (memset): Don't use BP_SYM.
24296         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24297         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24298         (__bzero): Don't use BP_SYM.
24299         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24300         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24301         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
24302         <bp-sym.h> and <bp-asm.h>.
24303         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24304         pointers.
24305         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
24306         <bp-sym.h> and <bp-asm.h>.
24307         (memcpy): Don't use BP_SYM.
24308         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
24309         <bp-sym.h> and <bp-asm.h>.
24310         (memset): Don't use BP_SYM.
24311         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24312         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24313         (__bzero): Don't use BP_SYM.
24314         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24315         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24316         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
24317         <bp-sym.h> and <bp-asm.h>.
24318         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24319         pointers.
24320         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
24321         <bp-sym.h> and <bp-asm.h>.
24322         (memcpy): Don't use BP_SYM.
24323         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
24324         <bp-sym.h> and <bp-asm.h>.
24325         (memset): Don't use BP_SYM.
24326         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24327         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24328         (__bzero): Don't use BP_SYM.
24329         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24330         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24331         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
24332         <bp-sym.h> and <bp-asm.h>.
24333         (__memchr): Don't use BP_SYM.
24334         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
24335         <bp-sym.h> and <bp-asm.h>.
24336         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24337         pointers.
24338         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
24339         <bp-sym.h> and <bp-asm.h>.
24340         (memcpy): Don't use BP_SYM.
24341         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
24342         <bp-sym.h> and <bp-asm.h>.
24343         (__mempcpy): Don't use BP_SYM.
24344         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
24345         <bp-sym.h> and <bp-asm.h>.
24346         (__memrchr): Don't use BP_SYM.
24347         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
24348         <bp-sym.h> and <bp-asm.h>.
24349         (memset): Don't use BP_SYM.
24350         (__bzero): Likewise.
24351         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
24352         <bp-sym.h> and <bp-asm.h>.
24353         (__rawmemchr): Don't use BP_SYM.
24354         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
24355         <bp-sym.h> and <bp-asm.h>.
24356         (__STRCMP): Don't use BP_SYM.
24357         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
24358         <bp-sym.h> and <bp-asm.h>.
24359         (strchr): Don't use BP_SYM.
24360         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
24361         <bp-sym.h> and <bp-asm.h>.
24362         (__strchrnul): Don't use BP_SYM.
24363         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
24364         <bp-sym.h> and <bp-asm.h>.
24365         (strlen): Don't use BP_SYM.
24366         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
24367         <bp-sym.h> and <bp-asm.h>.
24368         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24369         pointers.
24370         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
24371         <bp-sym.h> and <bp-asm.h>.
24372         (__strnlen): Don't use BP_SYM.
24373         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
24374         <bp-sym.h> and <bp-asm.h>.
24375         (__GI__setjmp): Don't use BP_SYM.
24376         (_setjmp): Likewise.
24377         (__sigsetjmp): Likewise.
24378         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
24379         (L(start_addresses)): Don't use BP_SYM.
24380         (_start): Likewise.
24381         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
24382         <bp-asm.h>.
24383         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
24384         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
24385         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24386         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24387         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
24388         <bp-asm.h>.
24389         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
24390         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
24391         about bounded pointers.
24392         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24393         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24394         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
24395         <bp-asm.h>.
24396         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24397         about bounded pointers.  Remove GKM FIXME comments.
24398         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24399         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
24400         <bp-asm.h>.
24401         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
24402         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
24403         Remove GKM FIXME comments.
24404         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24405         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24406         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
24407         <bp-asm.h>.
24408         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24409         about bounded pointers.  Remove GKM FIXME comment.
24410         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
24411         and <bp-asm.h>.
24412         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24413         pointers.
24414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
24415         <bp-sym.h> and <bp-asm.h>.
24416         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
24418         <bp-sym.h> and <bp-asm.h>.
24419         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24420         comment.
24421
24422 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
24423
24424         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
24425         call free(NULL).
24426
24427 2013-03-05  David S. Miller  <davem@davemloft.net>
24428
24429         * po/es.po: Update from translation team.
24430
24431 2013-03-05  Andreas Jaeger  <aj@suse.de>
24432
24433         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
24434         <bits/mman-linux.h>.
24435         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24436         is fine.
24437         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
24438         <bits/mman-linux.h> to end of file.
24439         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24440         is fine.
24441         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
24442         <bits/mman-linux.h> to end of file.
24443         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24444         is fine.
24445         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
24446         <bits/mman-linux.h> to end of file.
24447
24448         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
24449         (MCL_CURRENT, MCL_FUTURE): Define here.
24450
24451 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24452
24453         [BZ #15232]
24454         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
24455         attribute_hidden.
24456         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
24457
24458 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24459
24460         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
24461         fourth parameter needed for rt_sigprocmask syscall.
24462         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
24463         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24464         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
24465         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24466         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24467         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
24468
24469 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
24470
24471         [BZ #13550]
24472         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
24473         comment about bounded pointers.
24474         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
24475         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
24476
24477 2013-03-04  Andreas Jaeger  <aj@suse.de>
24478
24479         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
24480         common definitions.
24481
24482         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
24483         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
24484         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
24485         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24486         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
24487         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24488
24489 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24490
24491         [BZ #15055]
24492         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
24493         __ieee754_sqrl instead of __sqrl.
24494
24495 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
24496
24497         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
24498         * sysdeps/powerpc/fpu_control.h: ... here.
24499         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
24500         * sysdeps/powerpc/bits/fenvinline.h: ... here.
24501         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
24502         * sysdeps/powerpc/bits/mathinline.h: ... here.
24503
24504 2013-03-01  Roland McGrath  <roland@hack.frob.com>
24505
24506         * elf/dl-hwcaps.c (_dl_important_hwcaps):
24507         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
24508         to just [NEED_DL_SYSINFO_DSO].
24509         * elf/dl-support.c: Likewise.
24510         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
24511         * elf/rtld.c (dl_main): Likewise.
24512         * elf/setup-vdso.h (setup_vdso): Likewise.
24513         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
24514         * sysdeps/unix/sysv/linux/dl-sysdep.c
24515         (_dl_discover_osversion): Likewise.
24516
24517 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
24518
24519         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
24520         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24521
24522 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
24523
24524         * NEWS: Mention libm performance improvements and non-x86 PI
24525         futex support.
24526
24527         * csu/libc-start.c (__pthread_initialize_minimal): Change
24528         function arguments.
24529         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24530
24531 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
24532
24533         [BZ #13550]
24534         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
24535         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
24536         <bp-sym.h> and <bp-asm.h>.
24537         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24538         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
24539         and <bp-asm.h>.
24540         (memcpy): Don't use BP_SYM.
24541         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
24542         <bp-asm.h>.
24543         (__mpn_add_n): Don't use BP_SYM.
24544         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
24545         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
24546         and <bp-asm.h>.
24547         (__mpn_addmul_1): Don't use BP_SYM.
24548         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24549         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
24550         <bp-sym.h>.
24551         (_setjmp): Don't use BP_SYM.
24552         (__novmx_setjmp): Likewise.
24553         (__GI__setjmp): Likewise.
24554         (__vmx_setjmp): Likewise.
24555         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
24556         <bp-sym.h>.
24557         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
24558         (__bzero): Don't use BP_SYM.
24559         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24560         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24561         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
24562         <bp-sym.h> and <bp-asm.h>.
24563         (memcpy): Don't use BP_SYM.
24564         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
24565         <bp-sym.h> and <bp-asm.h>.
24566         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24567         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
24568         <bp-sym.h> and <bp-asm.h>.
24569         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24570         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
24571         <bp-asm.h>.
24572         (__mpn_lshift): Don't use BP_SYM.
24573         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24574         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
24575         <bp-asm.h>.
24576         (memset): Don't use BP_SYM.
24577         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24578         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24579         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
24580         <bp-asm.h>.
24581         (__mpn_mul_1): Don't use BP_SYM.
24582         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24583         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
24584         <bp-sym.h> and <bp-asm.h>.
24585         (memcmp): Don't use BP_SYM.
24586         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
24587         <bp-sym.h> and <bp-asm.h>.
24588         (memcpy): Don't use BP_SYM.
24589         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
24590         <bp-sym.h> and <bp-asm.h>.
24591         (memset): Don't use BP_SYM.
24592         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
24593         <bp-sym.h> and <bp-asm.h>.
24594         (strncmp): Don't use BP_SYM.
24595         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
24596         <bp-sym.h> and <bp-asm.h>.
24597         (memcpy): Don't use BP_SYM.
24598         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
24599         <bp-sym.h> and <bp-asm.h>.
24600         (memset): Don't use BP_SYM.
24601         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
24602         <bp-sym.h> and <bp-asm.h>.
24603         (__memchr): Don't use BP_SYM.
24604         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
24605         <bp-sym.h> and <bp-asm.h>.
24606         (memcmp): Don't use BP_SYM.
24607         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
24608         <bp-sym.h> and <bp-asm.h>.
24609         (memcpy): Don't use BP_SYM.
24610         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
24611         <bp-sym.h> and <bp-asm.h>.
24612         (__mempcpy): Don't use BP_SYM.
24613         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
24614         <bp-sym.h> and <bp-asm.h>.
24615         (__memrchr): Don't use BP_SYM.
24616         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
24617         <bp-sym.h> and <bp-asm.h>.
24618         (memset): Don't use BP_SYM.
24619         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
24620         <bp-sym.h> and <bp-asm.h>.
24621         (__rawmemchr): Don't use BP_SYM.
24622         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
24623         <bp-sym.h> and <bp-asm.h>.
24624         (__STRCMP): Don't use BP_SYM.
24625         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
24626         <bp-sym.h> and <bp-asm.h>.
24627         (strchr): Don't use BP_SYM.
24628         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
24629         <bp-sym.h> and <bp-asm.h>.
24630         (__strchrnul): Don't use BP_SYM.
24631         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
24632         <bp-sym.h> and <bp-asm.h>.
24633         (strlen): Don't use BP_SYM.
24634         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
24635         <bp-sym.h> and <bp-asm.h>.
24636         (strncmp): Don't use BP_SYM.
24637         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
24638         <bp-sym.h> and <bp-asm.h>.
24639         (__strnlen): Don't use BP_SYM.
24640         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
24641         <bp-asm.h>.
24642         (__mpn_rshift): Don't use BP_SYM.
24643         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24644         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
24645         <bp-sym.h> and <bp-asm.h>.
24646         (__sigsetjmp): Don't use BP_SYM.
24647         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
24648         (L(start_addresses)): Don't use BP_SYM.
24649         (_start): Likewise.
24650         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
24651         <bp-asm.h>.
24652         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
24653         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24654         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24655         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
24656         <bp-asm.h>.
24657         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
24658         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24659         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24660         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
24661         <bp-asm.h>.
24662         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24663         comments.
24664         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24665         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
24666         <bp-asm.h>.
24667         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
24668         FIXME comments.
24669         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24670         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24671         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
24672         <bp-asm.h>.
24673         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24674         comment.
24675         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
24676         and <bp-asm.h>.
24677         (strncmp): Don't use BP_SYM,
24678         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
24679         <bp-asm.h>.
24680         (__mpn_sub_n): Don't use BP_SYM.
24681         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24682         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
24683         and <bp-asm.h>.
24684         (__mpn_submul_1): Don't use BP_SYM.
24685         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
24687         <bp-sym.h> and <bp-asm.h>.
24688         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
24690         <bp-sym.h> and <bp-asm.h>.
24691         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24692         comment.
24693
24694 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24695
24696         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
24697         Use ZK to minimize writes to Z.
24698         (sub_magnitudes): Simplify code a bit.
24699         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
24700         Use ZK to minimize writes to Z.
24701         (sub_magnitudes): Simplify code a bit.
24702
24703 2013-02-27  Roland McGrath  <roland@hack.frob.com>
24704
24705         * csu/gmon-start.c: Add special exception to license text.
24706
24707 2013-02-27  Richard Henderson  <rth@redhat.com>
24708
24709         * scripts/config.guess: Update from config.git.
24710         * scripts/config.sub: Likewise.
24711
24712 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
24713
24714         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
24715
24716         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
24717
24718         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
24719
24720         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
24721
24722         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
24723
24724 2013-02-26  Roland McGrath  <roland@hack.frob.com>
24725
24726         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
24727         [$(build-shared = yes].
24728
24729 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24730
24731         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
24732         (__mul): Reduce iterations for calculating mantissa.
24733
24734         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
24735         MPTWO.
24736         (__mpranred): Likewise.
24737
24738         [BZ #15160]
24739         * malloc/memusagestat.c (main): Draw graphs for heap and stack
24740         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
24741
24742 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24743
24744         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
24745         Define __attribute__.
24746
24747 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24748
24749         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24750         unused.
24751         * posix/regex_internal.h (__attribute): Remove.
24752         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24753         (re_string_context_at): Likewise.
24754         (bitset_not): Use __attribute__ and mark function as possibly
24755         unused.
24756         (bitset_merge): Likewise.
24757         (bitset_mask): Likewise.
24758         (re_string_char_size_at): Likewise.
24759         (re_string_wchar_at): Likewise.
24760         (re_string_elem_size_at): Likewise.
24761
24762 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24763
24764         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24765         code.
24766         (cc32): Likewise.
24767
24768         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24769         (__acr): Likewise.
24770         (__cpy): Likewise.
24771         (norm): Likewise.
24772         (denorm): Likewise.
24773         (__dbl_mp): Likewise.
24774         (add_magnitudes): Likewise.
24775         (sub_magnitudes): Likewise.
24776         (__mul): Likewise.
24777         (__inv): Likewise.
24778
24779         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24780         style.
24781
24782         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24783         style.
24784
24785         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24786         code.
24787
24788         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24789         up changes with default code.
24790         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24791         Likewise.
24792
24793 2013-02-24  Allan McRae  <allan@archlinux.org>
24794
24795         * manual/socket.texi (The Internet Namespace): Order menu items
24796         to match that in the file.
24797
24798         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24799         node listing of the info page menu.
24800
24801 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
24802
24803         [BZ #13550]
24804         * sysdeps/i386/bp-asm.h: Remove file.
24805         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24806         (PARMS): Do not use macros from bp-asm.h.
24807         (S1): Likewise.
24808         (S2): Likewise.
24809         (SIZE): Likewise.
24810         (__mpn_add_n): Do not use BP_SYM
24811         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24812         "bp-asm.h".
24813         (PARMS): Do not use macros from bp-asm.h.
24814         (S1): Likewise.
24815         (SIZE): Likewise.
24816         (__mpn_addmul_1): Do not use BP_SYM
24817         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24818         "bp-asm.h".
24819         (PARMS): Do not use macros from bp-asm.h.
24820         (SIGMSK): Likewise.
24821         (_setjmp): Likewise.  Do not use BP_SYM.
24822         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24823         "bp-asm.h".
24824         (PARMS): Do not use macros from bp-asm.h.
24825         (SIGMSK): Likewise.
24826         (setjmp): Likewise.  Do not use BP_SYM.
24827         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24828         "bp-asm.h".
24829         (PARMS): Do not use macros from bp-asm.h.
24830         (__frexp): Do not use BP_SYM.
24831         (frexp): Likewise.
24832         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24833         "bp-asm.h".
24834         (PARMS): Do not use macros from bp-asm.h.
24835         (__frexpf): Do not use BP_SYM.
24836         (frexpf): Likewise.
24837         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24838         "bp-asm.h".
24839         (PARMS): Do not use macros from bp-asm.h.
24840         (__frexpl): Do not use BP_SYM.
24841         (frexpl): Likewise.
24842         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24843         "bp-asm.h".
24844         (PARMS): Do not use macros from bp-asm.h.
24845         (__remquo): Do not use BP_SYM.
24846         (remquo): Likewise.
24847         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24848         "bp-asm.h".
24849         (PARMS): Do not use macros from bp-asm.h.
24850         (__remquof): Do not use BP_SYM.
24851         (remquof): Likewise.
24852         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24853         "bp-asm.h".
24854         (PARMS): Do not use macros from bp-asm.h.
24855         (__remquol): Do not use BP_SYM.
24856         (remquol): Likewise.
24857         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24858         "bp-asm.h".
24859         (PARMS): Do not use macros from bp-asm.h.
24860         (DEST): Likewise.
24861         (SRC): Likewise.
24862         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
24863         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24864         "bp-asm.h".
24865         (PARMS): Do not use macros from bp-asm.h.
24866         (strlen): Do not use BP_SYM.
24867         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24868         "bp-asm.h".
24869         (PARMS): Do not use macros from bp-asm.h.
24870         (S1): Likewise.
24871         (S2): Likewise.
24872         (SIZE): Likewise.
24873         (__mpn_add_n): Do not use BP_SYM.
24874         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24875         "bp-asm.h".
24876         (PARMS): Do not use macros from bp-asm.h.
24877         (S1): Likewise.
24878         (SIZE): Likewise.
24879         (__mpn_addmul_1): Do not use BP_SYM.
24880         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24881         weak_alias.
24882         (bzero): Likewise.
24883         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24884         "bp-asm.h".
24885         (PARMS): Do not use macros from bp-asm.h.
24886         (S): Likewise.
24887         (SIZE): Likewise.
24888         (__mpn_lshift): Do not use BP_SYM.
24889         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
24890         "bp-asm.h".
24891         (PARMS): Do not use macros from bp-asm.h.
24892         (DEST): Likewise.
24893         (SRC): Likewise.
24894         (LEN): Likewise.
24895         (memcpy): Likewise.  Do not use BP_SYM.
24896         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
24897         libc_hidden_def and weak_alias.
24898         (mempcpy): Do not use BP_SYM in weak_alias.
24899         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
24900         "bp-asm.h".
24901         (PARMS): Do not use macros from bp-asm.h.
24902         (DEST): Likewise.
24903         (LEN): Likewise.
24904         [!BZERO_P] (CHR): Likewise.
24905         (memset): Likewise.  Do not use BP_SYM.
24906         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
24907         "bp-asm.h".
24908         (PARMS): Do not use macros from bp-asm.h.
24909         (S1): Likewise.
24910         (SIZE): Likewise.
24911         (__mpn_mul_1): Do not use BP_SYM.
24912         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
24913         "bp-asm.h".
24914         (PARMS): Do not use macros from bp-asm.h.
24915         (S): Likewise.
24916         (SIZE): Likewise.
24917         (__mpn_rshift): Do not use BP_SYM.
24918         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
24919         "bp-asm.h".
24920         (PARMS): Do not use macros from bp-asm.h.
24921         (STR): Likewise.
24922         (CHR): Likewise.
24923         (strchr): Likewise.  Do not use BP_SYM.
24924         (index): Do not use BP_SYM in weak_alias.
24925         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
24926         "bp-asm.h".
24927         (PARMS): Do not use macros from bp-asm.h.
24928         (DEST): Likewise.
24929         (SRC): Likewise.
24930         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
24931         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
24932         "bp-asm.h".
24933         (PARMS): Do not use macros from bp-asm.h.
24934         (strlen): Do not use BP_SYM.
24935         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
24936         "bp-asm.h".
24937         (PARMS): Do not use macros from bp-asm.h.
24938         (S1): Likewise.
24939         (S2): Likewise.
24940         (SIZE): Likewise.
24941         (__mpn_sub_n): Do not use BP_SYM.
24942         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
24943         "bp-asm.h".
24944         (PARMS): Do not use macros from bp-asm.h.
24945         (S1): Likewise.
24946         (SIZE): Likewise.
24947         (__mpn_submul_1): Do not use BP_SYM.
24948         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
24949         "bp-asm.h".
24950         (PARMS): Do not use macros from bp-asm.h.
24951         (S1): Likewise.
24952         (S2): Likewise.
24953         (SIZE): Likewise.
24954         (__mpn_add_n): Do not use BP_SYM.
24955         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
24956         weak_alias.
24957         (bzero): Likewise.
24958         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
24959         "bp-asm.h".
24960         (PARMS): Do not use macros from bp-asm.h.
24961         (BLK2): Likewise.
24962         (LEN): Likewise.
24963         (memcmp): Do not use BP_SYM.
24964         (bcmp): Do not use BP_SYM in weak_alias.
24965         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
24966         "bp-asm.h".
24967         (PARMS): Do not use macros from bp-asm.h.
24968         (DEST): Likewise.
24969         (SRC): Likewise.
24970         (LEN): Likewise.
24971         (memcpy): Likewise.  Do not use BP_SYM.
24972         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
24973         "bp-asm.h".
24974         (PARMS): Do not use macros from bp-asm.h.
24975         (DEST): Likewise.
24976         (SRC): Likewise.
24977         (LEN): Likewise.
24978         (memmove): Likewise.  Do not use BP_SYM.
24979         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
24980         "bp-asm.h".
24981         (PARMS): Do not use macros from bp-asm.h.
24982         (DEST): Likewise.
24983         (SRC): Likewise.
24984         (LEN): Likewise.
24985         (__mempcpy): Likewise.  Do not use BP_SYM.
24986         (mempcpy): Do not use BP_SYM in weak_alias.
24987         * sysdeps/i386/i686/memset.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         (LEN): Likewise.
24992         [!BZERO_P] (CHR): Likewise.
24993         (memset): Likewise.  Do not use BP_SYM.
24994         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
24995         "bp-asm.h".
24996         (PARMS): Do not use macros from bp-asm.h.
24997         (STR2): Likewise.
24998         (strcmp): Do not use BP_SYM.
24999         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
25000         "bp-asm.h".
25001         (PARMS): Do not use macros from bp-asm.h.
25002         (STR): Likewise.
25003         (DELIM): Likewise.
25004         [USE_AS_STRTOK_R] (SAVE): Likewise.
25005         (FUNCTION): Likewise.  Do not use BP_SYM.
25006         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
25007         aliases.
25008         (strtok_r): Likewise.
25009         (__GI___strtok_r): Likewise.
25010         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25011         (PARMS): Do not use macros from bp-asm.h.
25012         (S): Likewise.
25013         (SIZE): Likewise.
25014         (__mpn_lshift): Do not use BP_SYM.
25015         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25016         (PARMS): Do not use macros from bp-asm.h.
25017         (STR): Likewise.
25018         (CHR): Likewise.
25019         (__memchr): Do not use BP_SYM.
25020         (memchr): Do not use BP_SYM in weak_alias.
25021         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25022         (PARMS): Do not use macros from bp-asm.h.
25023         (BLK2): Likewise.
25024         (LEN): Likewise.
25025         (memcmp): Do not use BP_SYM.
25026         (bcmp): Do not use BP_SYM in weak_alias.
25027         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
25028         (PARMS): Do not use macros from bp-asm.h.
25029         (S1): Likewise.
25030         (SIZE): Likewise.
25031         (__mpn_mul_1): Do not use BP_SYM.
25032         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
25033         "bp-asm.h".
25034         (PARMS): Do not use macros from bp-asm.h.
25035         (STR): Likewise.
25036         (CHR): Likewise.
25037         (__rawmemchr): Do not use BP_SYM.
25038         (rawmemchr): Do not use BP_SYM in weak_alias.
25039         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25040         (PARMS): Do not use macros from bp-asm.h.
25041         (S): Likewise.
25042         (SIZE): Likewise.
25043         (__mpn_rshift): Do not use BP_SYM.
25044         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25045         (PARMS): Do not use macros from bp-asm.h.
25046         (SIGMSK): Likewise.
25047         (__sigsetjmp): Likewise.  Do not use BP_SYM.
25048         * sysdeps/i386/start.S: Do not include "bp-sym.h".
25049         (_start): Do not use BP_SYM.
25050         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
25051         (PARMS): Do not use macros from bp-asm.h.
25052         (DEST): Likewise.
25053         (SRC): Likewise.
25054         (__stpcpy): Likewise.  Do not use BP_SYM.
25055         (stpcpy): Do not use BP_SYM in weak_alias.
25056         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
25057         "bp-asm.h".
25058         (PARMS): Do not use macros from bp-asm.h.
25059         (DEST): Likewise.
25060         (SRC): Likewise.
25061         (LEN): Likewise.
25062         (__stpncpy): Likewise.  Do not use BP_SYM.
25063         (stpncpy): Do not use BP_SYM in weak_alias.
25064         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25065         (PARMS): Do not use macros from bp-asm.h.
25066         (STR): Likewise.
25067         (CHR): Likewise.
25068         (strchr): Likewise.  Do not use BP_SYM.
25069         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
25070         "bp-asm.h".
25071         (PARMS): Do not use macros from bp-asm.h.
25072         (STR): Likewise.
25073         (CHR): Likewise.
25074         (__strchrnul): Likewise.  Do not use BP_SYM.
25075         (strchrnul): Do not use BP_SYM in weak_alias.
25076         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
25077         "bp-asm.h".
25078         (PARMS): Do not use macros from bp-asm.h.
25079         (STOP): Likewise.
25080         (strcspn): Do not use BP_SYM.
25081         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
25082         "bp-asm.h".
25083         (PARMS): Do not use macros from bp-asm.h.
25084         (STR): Likewise.
25085         (STOP): Likewise.
25086         (strpbrk): Likewise.  Do not use BP_SYM.
25087         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
25088         "bp-asm.h".
25089         (PARMS): Do not use macros from bp-asm.h.
25090         (STR): Likewise.
25091         (CHR): Likewise.
25092         (strrchr): Likewise.  Do not use BP_SYM.
25093         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
25094         (PARMS): Do not use macros from bp-asm.h.
25095         (SKIP): Likewise.
25096         (strspn): Do not use BP_SYM.
25097         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
25098         (PARMS): Do not use macros from bp-asm.h.
25099         (STR): Likewise.
25100         (DELIM): Likewise.
25101         (SAVE): Likewise.
25102         (FUNCTION): Likewise.  Do not use BP_SYM.
25103         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
25104         aliases.
25105         (strtok_r): Likewise.
25106         (__GI___strtok_r): Likewise.
25107         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25108         (PARMS): Do not use macros from bp-asm.h.
25109         (S1): Likewise.
25110         (S2): Likewise.
25111         (SIZE): Likewise.
25112         (__mpn_sub_n): Do not use BP_SYM.
25113         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
25114         "bp-asm.h".
25115         (PARMS): Do not use macros from bp-asm.h.
25116         (S1): Likewise.
25117         (SIZE): Likewise.
25118         (__mpn_submul_1): Do not use BP_SYM.
25119         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
25120         <bp-sym.h>.
25121         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
25122         and <bp-asm.h>.
25123         (PARMS): Do not use macros from bp-asm.h.
25124         (FLAGS): Likewise.
25125         (PTID): Likewise.
25126         (TLS): Likewise.
25127         (CTID): Likewise.
25128         (__clone): Do not use BP_SYM.
25129         (clone): Do not use BP_SYM in weak_alias.
25130         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
25131         and <bp-asm.h>.
25132         (PARMS): Do not use macros from bp-asm.h.
25133         (LEN): Likewise.
25134         (__mmap64): Do not use BP_SYM.
25135         (mmap64): Do not use BP_SYM in weak_alias.
25136         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
25137         <bp-sym.h> and <bp-asm.h>.
25138         (PARMS): Do not use macros from bp-asm.h.
25139         (__posix_fadvise64_l64): Do not use BP_SYM.
25140         * sysdeps/unix/sysv/linux/i386/semtimedop.S
25141         (PARMS): Do not use macros from bp-asm.h.
25142         (NSOPS): Likewise.
25143         (semtimedop): Do not use BP_SYM.
25144         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
25145         and <bp-asm.h>.
25146
25147 2013-02-21  Allan McRae  <allan@archlinux.org>
25148
25149         * manual/message.texi (Charset conversion in gettext):
25150         Move @end statement to beginning of line.
25151
25152 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25153
25154         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
25155         static.
25156         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25157         Likewise.
25158
25159         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
25160         (denorm): Likewise.
25161         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
25162         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
25163
25164 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25165
25166         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
25167         tail-call to the resolved function if pltexit isn't needed.
25168
25169 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25170
25171         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
25172         or Y being zero as being unlikely.
25173         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
25174         Likewise.
25175
25176 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
25177
25178         * manual/nss.texi (System Databases and Name Service Switch):
25179         Remove frobnicate @pxref.
25180
25181 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25182
25183         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25184         __attribute__ ((unused)) to __attribute__ ((__unused__)).
25185
25186 2013-02-20  Petr Machata  <pmachata@redhat.com>
25187
25188         * elf/elf.h (R_ARM_TARGET1): New macro.
25189         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
25190         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
25191         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
25192         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
25193         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
25194         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
25195         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
25196         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
25197         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
25198         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
25199         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
25200         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
25201         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
25202         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
25203         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
25204         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
25205         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
25206         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
25207         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
25208         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
25209         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
25210         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
25211         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
25212         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
25213         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
25214         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
25215         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
25216         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
25217         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
25218         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
25219         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
25220         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
25221         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
25222         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
25223         (R_ARM_THM_GOT_BREL12): Likewise.
25224         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
25225         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
25226         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
25227         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
25228         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
25229         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
25230         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
25231         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
25232         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
25233
25234 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25235
25236         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25237         __attribute_used__ to __attribute__ ((unused)).
25238
25239 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25240
25241         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
25242         powerpc mpa.c.
25243         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
25244         comment formatting.
25245         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
25246
25247 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
25248
25249         [BZ #13550]
25250         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
25251         Remove macro.
25252         (ENTER): Remove both macro definitions.
25253         (LEAVE): Likewise.
25254         (CHECK_BOUNDS_LOW): Likewise.
25255         (CHECK_BOUNDS_HIGH): Likewise.
25256         (CHECK_BOUNDS_BOTH): Likewise.
25257         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
25258         (RETURN_BOUNDED_POINTER): Likewise.
25259         (RETURN_NULL_BOUNDED_POINTER): Likewise.
25260         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
25261         (POP_ERRNO_LOCATION_RETURN): Likewise.
25262         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
25263         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25264         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
25265         macros.
25266         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25267         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
25268         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
25269         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
25270         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
25271         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
25272         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
25273         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
25274         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
25275         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
25276         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
25277         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
25278         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25279         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
25280         removed macros.
25281         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25282         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
25283         macros.
25284         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25285         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
25286         * sysdeps/i386/i586/memset.S (memset): Likewise.
25287         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
25288         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25289         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
25290         macros.
25291         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25292         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
25293         Change uses of L(2) to L(out).
25294         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
25295         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
25296         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
25297         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25298         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
25299         removed macros.
25300         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25301         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
25302         macros.
25303         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25304         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
25305         (RETURN): Do not use macro LEAVE.
25306         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
25307         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
25308         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
25309         * sysdeps/i386/i686/memset.S (memset): Likewise.
25310         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
25311         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
25312         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25313         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
25314         Likewise.
25315         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25316         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
25317         L(1_2) and L(1_3) into L(1).
25318         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25319         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
25320         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25321         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
25322         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25323         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
25324         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
25325         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25326         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
25327         macros.
25328         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
25329         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25330         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
25331         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
25332         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
25333         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25334         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
25335         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
25336         * sysdeps/i386/strcspn.S (strcspn): Likewise.
25337         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
25338         * sysdeps/i386/strrchr.S (strrchr): Likewise.
25339         * sysdeps/i386/strspn.S (strspn): Likewise.
25340         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
25341         conditional code.
25342         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25343         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
25344         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25345         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
25346         L(1_3) into L(1_1).
25347         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
25348         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25349         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
25350         macros.
25351         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25352
25353 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
25354
25355         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
25356         macro.
25357
25358 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25359
25360         * math/atest-exp.c (exp_mpn): Remove ROUND.
25361         * math/atest-exp2.c (exp_mpn): Likewise.
25362         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
25363
25364         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
25365         * stdlib/tst-tls-atexit-lib.c: Likewise.
25366         * stdlib/tst-tls-atexit.c: Likewise.
25367
25368 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25369
25370         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
25371         and __attribute_alloc_size__.
25372
25373 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25374
25375         * include/programs/xmalloc.h: Change __attribute_alloc_size to
25376         __attribute_alloc_size__.
25377         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
25378         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
25379
25380 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25381
25382         * include/programs/xmalloc.h: New file.
25383         * catgets/gencat.c: Include it.
25384         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
25385         * elf/pldd.c: Likewise.
25386         * iconv/iconv_charmap.c: Likewise.
25387         * iconv/iconvconfig.c: Likewise.
25388         * iconv/strtab.c: Likewise.
25389         * locale/programs/locale.c: Likewise.
25390         * locale/programs/localedef.h: Likewise.
25391         * locale/programs/simple-hash.c: Likewise.
25392         * nscd/nscd.h: Likewise.
25393         * nss/makedb.c: Likewise.
25394         * sysdeps/generic/ldconfig.h: Likewise.
25395
25396 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25397
25398         * Versions.def: Add GLIBC_2.18.
25399         * include/link.h (struct link_map): New member l_tls_dtor_count.
25400         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
25401         (__call_tls_dtors): Likewise.
25402         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
25403         __cxa_thread_atexit_impl.
25404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
25405         Likewise.
25406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25407         Likewise.
25408         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25409         Likewise.
25410         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25411         Likewise.
25412         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
25413         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
25414         Likewise.
25415         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
25416         Likewise.
25417         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
25418         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
25419         Likewise.
25420         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
25421         (tests): Add test case tst-tls-atexit.
25422         (modules-names): Add shared library for tst-tls-atexit.
25423         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
25424         (GLIBC_PRIVATE): Add __call_tls_dtors.
25425         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
25426         for libstdc++.
25427         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
25428         * stdlib/tst-tls-atexit.c: New test case.
25429         * stdlib/tst-tls-atexit-lib.c: New test case.
25430
25431         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
25432
25433         * elf/Versions (ld): Add _dl_find_dso_for_object.
25434         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
25435         * elf/dl-open.c (_dl_find_dso_for_object): New function.
25436         (dl_open_worker): Use _dl_find_dso_for_object.
25437         * elf/dl-sym.c (do_sym): Likewise.
25438         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
25439
25440 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25441
25442         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
25443         Syntactic changes only.
25444         (_dl_runtime_profile): Do a tail-call to the resolved function.
25445
25446 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
25447
25448         [BZ #13550]
25449         * sysdeps/x86_64/bp-asm.h: Remove file.
25450         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
25451         <bp-sym.h> and <bp-asm.h>.
25452         (__clone): Do not use BP_SYM.
25453         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
25454         <bp-sym.h> and <bp-asm.h>.
25455         * sysdeps/unix/x86_64/sysdep.S: Likewise.
25456         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
25457         "bp-asm.h".
25458         (_setjmp): Do not use BP_SYM.
25459         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
25460         "bp-asm.h".
25461         (setjmp): Do not use BP_SYM.
25462         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
25463         libc_hidden_def.
25464         (mempcpy): Do not use BP_SYM in weak_alias.
25465         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
25466         "bp-asm.h".
25467         (strchr): Do not use BP_SYM.
25468         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
25469         "bp-asm.h".
25470         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
25471         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
25472         (_start): Do not use BP_SYM.
25473         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
25474         "bp-asm.h".
25475         (strcat): Do not use BP_SYM.
25476         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
25477         "bp-asm.h".
25478         (STRCMP): Do not use BP_SYM.
25479         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
25480         "bp-asm.h".
25481         (STRCPY): Do not use BP_SYM.
25482         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
25483         "bp-asm.h".
25484         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
25485         "bp-asm.h".
25486         (FUNCTION): Do not use BP_SYM.
25487         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
25488         weak_alias.
25489         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
25490
25491 2013-02-17  Andreas Jaeger  <aj@suse.de>
25492
25493         * time/Versions: Sort entries.
25494         * string/Versions: Likewise.
25495         * resolv/Versions: Likewise.
25496         * posix/Versions: Likewise.
25497         * iconv/Versions: Likewise.
25498         * elf/Versions: Likewise.
25499         * wcsmbs/Versions: Likewise.
25500
25501 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25502
25503         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
25504         loop termination condition.
25505
25506         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
25507         variable to calculate EZ.
25508         (__sqr): Likewise.
25509
25510         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
25511         the lower precision input.
25512
25513 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
25514
25515         [BZ #13550]
25516         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
25517         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
25518         (run-via-rtld-prefix): Do not handle %-bp tests.
25519         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
25520         (all-object-suffixes): Remove .ob.
25521         (bppfx): Remove variable.
25522         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
25523         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
25524         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
25525         [$(build-bounded) = yes] (libtype.ob): Likewise.
25526         * Makerules (elide-routines.ob): Remove variable.
25527         (do-tests-clean): Do not handle *-bp.out.
25528         (common-mostlyclean): Do not handle *-bp and *-bp.out.
25529         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
25530         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
25531         (tests): Do not include $(tests-bp.out).
25532         (xtests): Do not include $(xtests-bp.out).
25533         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
25534         [$(build-bounded) = yes] ($(addprefix
25535         $(objpfx),$(binaries-bounded))): Remove rule.
25536         ($(objpfx)%-bp.out): Remove rule.
25537         * config.make.in (build-bounded): Remove variable.
25538         * crypt/Makefile [$(build-bounded) = yes]
25539         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
25540         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
25541         append to variable.
25542         [$(build-bounded) = yes] (install-lib): Likewise.
25543         [$(build-bounded) = yes] (generated): Likewise.
25544         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
25545         Remove rule.
25546         * intl/Makefile [$(build-bounded) = yes]
25547         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
25548         * math/Makefile [$(build-bounded) = yes]
25549         ($(tests:%=$(objpfx)%-bp): Likewise.
25550         * misc/Makefile [$(build-bounded) = yes]
25551         ($(objpfx)tst-tsearch-bp): Likewise.
25552         * nptl/Makeconfig (bounded-thread-library): Remove variable.
25553         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
25554         Remove dependency.
25555         * string/Makefile (o-objects.ob): Remove variable.
25556         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
25557         (CFLAGS-.ob): Remove variable.
25558         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
25559         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
25560         both definitions of variable.
25561         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
25562         (ASFLAGS-.ob): Remove variable.
25563
25564 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
25565
25566         [BZ #13550]
25567         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
25568         Remove __BOUNDED_POINTERS__ from condition.
25569         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
25570         * string/bits/string2.h [!__NO_STRING_INLINES &&
25571         !__BOUNDED_POINTERS__]: Likewise.
25572         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
25573         Likewise.
25574         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
25575         Remove conditional code.
25576         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
25577         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
25578         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
25579         condition.
25580
25581         [BZ #13550]
25582         * csu/libc-start.c: Do not include <bp-sym.h>.
25583         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
25584         * elf/dl-open.c: Do not include <bp-sym.h>.
25585         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
25586         * math/fegetenv.c: Do not include <bp-sym.h>.
25587         (fegetenv): Do not use BP_SYM in versioned symbols.
25588         * nptl/sysdeps/pthread/bits/libc-lockP.h
25589         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
25590         <bp-sym.h>.
25591         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25592         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
25593         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25594         (__pthread_mutex_destroy): Likewise.
25595         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25596         (__pthread_mutex_lock): Likewise.
25597         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25598         (__pthread_mutex_trylock): Likewise.
25599         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25600         (__pthread_mutex_unlock): Likewise.
25601         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25602         (__pthread_mutexattr_init): Likewise.
25603         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25604         (__pthread_mutexattr_destroy): Likewise.
25605         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25606         (__pthread_mutexattr_settype): Likewise.
25607         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25608         (__pthread_rwlock_init): Likewise.
25609         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25610         (__pthread_rwlock_destroy): Likewise.
25611         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25612         (__pthread_rwlock_rdlock): Likewise.
25613         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25614         (__pthread_rwlock_tryrdlock): Likewise.
25615         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25616         (__pthread_rwlock_wrlock): Likewise.
25617         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25618         (__pthread_rwlock_trywrlock): Likewise.
25619         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25620         (__pthread_rwlock_unlock): Likewise.
25621         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25622         (__pthread_key_create): Likewise.
25623         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25624         (__pthread_setspecific): Likewise.
25625         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25626         (__pthread_getspecific): Likewise.
25627         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
25628         Likewise.
25629         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25630         (_pthread_cleanup_push_defer): Likewise.
25631         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25632         (_pthread_cleanup_pop_restore): Likewise.
25633         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25634         (pthread_setcancelstate): Likewise.
25635         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
25636         <bp-sym.h>.
25637         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
25638         (memchr): Do not use BP_SYM in weak_alias.
25639         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
25640         (fegetenv): Do not use BP_SYM in versioned symbols.
25641         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
25642         (fesetenv): Do not use BP_SYM in versioned symbols.
25643         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25644         (feupdateenv): Do not use BP_SYM in versioned symbols.
25645         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25646         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25647         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
25648         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
25649         (open64): Do not use BP_SYM in weak_alias.
25650         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
25651         (fegetenv): Do not use BP_SYM in versioned symbols.
25652         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
25653         (fesetenv): Do not use BP_SYM in versioned symbols.
25654         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25655         (feupdateenv): Do not use BP_SYM in versioned symbols.
25656         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
25657         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
25658         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
25659         (feraiseexcept): Do not use BP_SYM in versioned symbols.
25660         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25661         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25662         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
25663         <bp-sym.h>.
25664         (__libc_start_main): Do not use BP_SYM.
25665
25666 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25667
25668         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
25669         redundant return line.
25670         (norm): Likewise.
25671         (denorm): Likewise.
25672         (dbl_mp): Likewise.
25673         (sub_magnitudes): Likewise.
25674         (__add): Likewise.
25675         (__sub): Likewise.
25676         (__mul): Likewise.
25677         (__inv): Likewise.
25678         (__dvd): Likewise.
25679         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
25680         (norm): Likewise.
25681         (denorm): Likewise.
25682         (dbl_mp): Likewise.
25683         (sub_magnitudes): Likewise.
25684         (__add): Likewise.
25685         (__sub): Likewise.
25686         (__mul): Likewise.
25687         (__inv): Likewise.
25688         (__dvd): Likewise.
25689
25690         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
25691         instead of __mul.
25692         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
25693         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
25694         (cc32): Likewise.
25695
25696         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
25697         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
25698         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
25699         of __mul for squares.
25700         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
25701         function
25702         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
25703         Likewise.
25704         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
25705         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25706
25707 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
25708
25709         [BZ #13550]
25710         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
25711         code.
25712         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
25713         prototype or function definition.  Rename ubp_* variables and
25714         parameters.  Remove argv definitions conditional on
25715         [__BOUNDED_POINTERS__].
25716         * debug/backtrace.c (__backtrace): Do not use __unbounded.
25717         * elf/dl-runtime.c (_dl_fixup): Likewise.
25718         * include/set-hooks.h (RUN_HOOK): Likewise.
25719         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
25720         definition.
25721         * string/strcpy.c (strcpy): Do not use __unbounded.
25722         * sysdeps/generic/frame.h (struct layout): Likewise.
25723         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
25724         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
25725         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
25726         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
25727         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
25728         (__backtrace): Likewise.
25729         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
25730         use __ptrvalue.
25731         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
25732         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
25733         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
25734         Likewise.
25735         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
25736         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
25737         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
25738         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25739         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
25740         Do not use __unbounded.
25741         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
25742         Rename __unboundedrlimits parameter to rlimits in prototype.
25743         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
25744         Do not use __unbounded.
25745         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
25746         not use __ptrvalue.
25747         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25748         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25749         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25750         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25751         __ptrvalue or __unbounded.
25752         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25753         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25754         use __unbounded.
25755         (__new_msgctl): Do not use __ptrvalue.
25756         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25757         __unbounded.
25758         (__libc_msgrcv): Do not use __ptrvalue.
25759         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25760         startup_info): Do not use __unbounded.
25761         (__libc_start_main): Likewise.  Rename ubp_* variables and
25762         parameters.  Remove argv definitions conditional on
25763         [__BOUNDED_POINTERS__].
25764         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25765         __ptrvalue.
25766         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25767         use __unbounded.
25768         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25769         or __ptrvalue.
25770         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25771         use __unbounded.
25772         (__new_shmctl): Do not use __ptrvalue.
25773         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25774         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25775         Likewise.
25776         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25777         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25778         (__libc_sigaction): Likewise.
25779         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25780         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25781         Likewise.
25782         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25783
25784 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
25785
25786         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
25787
25788         * string/mempcpy.c: Implement by calling memcpy.
25789
25790 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25791
25792         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25793
25794         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25795         evaluation.
25796
25797         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25798         values in the mantissa.
25799
25800         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25801         minimize writes to Z.
25802         (sub_magnitudes): Simplify code a bit.
25803
25804 2013-02-12  Roland McGrath  <roland@hack.frob.com>
25805
25806         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25807         from the message.  The linker prefixes all warnings with that already.
25808
25809 2013-02-12  Andreas Schwab  <schwab@suse.de>
25810
25811         [BZ #15078]
25812         * posix/regexec.c (extend_buffers): Add parameter min_len.
25813         (check_matching): Pass minimum needed length.
25814         (clean_state_log_if_needed): Likewise.
25815         (get_subexp): Likewise.
25816         * posix/Makefile (tests): Add bug-regex34.
25817         (bug-regex34-ENV): Define.
25818         * posix/bug-regex34.c: New file.
25819
25820         [BZ #11561]
25821         * posix/regcomp.c (parse_bracket_exp): When looking up collating
25822         elements compare against the byte sequence of it, not its name.
25823         * posix/Makefile (tests): Add bug-regex35.
25824         (bug-regex35-ENV): Define.
25825         * posix/bug-regex35.c: New file.
25826
25827 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25828
25829         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
25830         comment.
25831         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25832         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25833         (CHECK_EOL): Add undef.
25834
25835 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
25836
25837         * bits/stdlib-bsearch.h: New file.
25838         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
25839         * stdlib/stdlib.h: Likewise.
25840
25841 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25842
25843         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25844         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25845         declaration.
25846         * manual/search.texi (Array Search Function): Add missing const in
25847         lfind prototype.
25848         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25849         declaration to use rlim_t.
25850         (Basic Scheduling Functions): Remove erroneous const from
25851         sched_getparam prototype.  Remove erroneous * from
25852         sched_get_priority_max and sched_get_priority_min prototypes.
25853         (Resource Usage): Fix summary @comment on vtimes to refer to
25854         sys/vtimes.h rather than vtimes.h.
25855         Add missing *s in vtimes prototype.
25856         (Limits on Resources): Fix ulimit prototype to return long int.
25857         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25858         prototypes to use long int rather than double.
25859         (BSD Random): Fix initstate and setstate to use char *, not void *.
25860         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25861         prototype to make second argument 'struct aiocb64 *const[]'.
25862         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25863         (Status of AIO Operations): Remove erroneous const in aio_return and
25864         aio_return64 prototypes.
25865         (Synchronizing I/O): Fix sync prototype to return void.
25866         * manual/startup.texi (Suboptions): Remove an erroneous const in
25867         getsubopt prototype.
25868         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25869         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25870         use size_t rather than int.
25871         (Scanning All Users): Likewise for getpwent_r.
25872         (Setting Groups): Add missing const to setgroups prototype.
25873         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25874         * manual/socket.texi (Host Names): Fix gethostbyaddr and
25875         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25876         'const void *' rather than 'const char *'.
25877         (Host Address Functions): Likewise for inet_ntop.
25878         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25879         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25880         ssize_t for return value.
25881         (Sending Data): Likewise for send, sendto, sendmsg.
25882         (Socket Option Functions): Add a missing const in setsockopt prototype.
25883         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25884         use wchar_t for the argument.
25885         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25886         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
25887         take no arguments.
25888         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
25889         double/float/long double for second argument.
25890         Fix return types of significand, significandf, significandl.
25891         * manual/filesys.texi (Setting Permissions): Use mode_t for second
25892         argument in fchmod prototype.
25893         (File Owner): Use uid_t and gid_t in fchown prototype.
25894         (File Times): Add const to utimes, futimes, and lutimes prototypes.
25895         (Making Special Files): Use mode_t and dev_t in mknod prototype.
25896         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
25897         use 'const struct dirent **' as argument types to CMP function pointer
25898         argument.
25899         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
25900         (File Times): Fix summary magic @comment for struct utimbuf and utime
25901         to refer to utime.h, not time.h.
25902         * manual/string.texi (Argz Functions): Add missing const in
25903         argz_extract and argz_next prototypes.
25904         (Finding Tokens in a String): Likewise for basename.
25905         (String/Array Comparison): Fix typo in wcscasecmp prototype.
25906         (Copying and Concatenation): Fix typo in wmemmove prototype.
25907         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
25908         (Signal Stack): Remove erroneous const in sigstack prototype.
25909         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
25910         prototype.
25911         (Simple Calendar Time): Likewise for stime.
25912         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
25913         prototype.
25914         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
25915         say sys/sysctl.h instead.
25916         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
25917         and vsyslog prototypes.
25918
25919 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25920
25921         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
25922         Remove.
25923
25924 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25925
25926         * misc/sys/mman.h: Fix typo in mremap comment.
25927
25928 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25929
25930         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
25931         the '\0' terminator.
25932
25933 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25934
25935         [BZ #13550]
25936         * debug/segfault.c: Don't include <bp-checks.h>.
25937         * sysdeps/generic/bp-checks.h: Remove file.
25938         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
25939         (__GETDENTS): Don't use CHECK_N.
25940         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
25941         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
25942         (__getgroups): Don't use CHECK_N.
25943         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
25944         (setgroups): Don't use CHECK_N.
25945         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
25946         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
25947         (__libc_msgrcv): Don't use CHECK_N.
25948         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
25949         (__libc_msgsnd): Don't use CHECK_N.
25950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
25951         <bp-checks.h>.
25952         (__libc_pread): Don't use CHECK_N.
25953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
25954         include <bp-checks.h>.
25955         (__libc_pread64): Don't use CHECK_N.
25956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
25957         include <bp-checks.h>.
25958         (__libc_pwrite): Don't use CHECK_N.
25959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
25960         include <bp-checks.h>.
25961         (__libc_pwrite64): Don't use CHECK_N.
25962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
25963         <bp-checks.h>.
25964         (__libc_pread): Don't use CHECK_N.
25965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
25966         include <bp-checks.h>.
25967         (__libc_pread64): Don't use CHECK_N.
25968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
25969         include <bp-checks.h>.
25970         (__libc_pwrite): Don't use CHECK_N.
25971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
25972         include <bp-checks.h>.
25973         (__libc_pwrite64): Don't use CHECK_N.
25974         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
25975         (do_pread): Don't use CHECK_N.
25976         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
25977         (do_pread64): Don't use CHECK_N.
25978         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
25979         (do_pwrite): Don't use CHECK_N.
25980         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
25981         (do_pwrite64): Don't use CHECK_N.
25982         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
25983         (__libc_readv): Don't use CHECK_N.
25984         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
25985         (semop): Don't use CHECK_N.
25986         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
25987         <bp-checks.h>.
25988         (semtimedop): Don't use CHECK_N.
25989         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
25990         (__libc_pread): Don't use CHECK_N.
25991         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
25992         <bp-checks.h>.
25993         (__libc_pread64): Don't use CHECK_N.
25994         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
25995         <bp-checks.h>.
25996         (__libc_pwrite): Don't use CHECK_N.
25997         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
25998         <bp-checks.h>.
25999         (__libc_pwrite64): Don't use CHECK_N.
26000         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
26001         <bp-checks.h>.
26002         (__libc_msgrcv): Don't use CHECK_N.
26003         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
26004         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
26005         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
26006         (__libc_writev): Don't use CHECK_N.
26007
26008 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26009
26010         * string/strcpy.c: Removed unused variable.
26011
26012         * Makeconfig (+sysdep-includes): Define with := rather than =.
26013         Use an existing include/ subdir of each sysdeps dir before it.
26014
26015 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26016
26017         * nscd/connection.c (register_traced_file): Comment function.
26018         [HAVE_INOTIFY] (union __inev): Define.
26019         [HAVE_INOTIFY] (inotify_check_files): New function.
26020         [HAVE_INOTIFY] (clear_db_cache): Likewise.
26021         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
26022         clear_db_cache.
26023         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
26024
26025 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26026
26027         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
26028         loaded if not already and that a failure is permanent.
26029
26030 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26031
26032         [BZ #15006]
26033         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
26034         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
26035
26036 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26037
26038         [BZ #13550]
26039         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
26040         (CHECK_1_NULL_OK): Likewise.
26041         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
26042         (__fxstat): Do not use CHECK_1.
26043         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
26044         <bp-checks.h>.
26045         (___fxstat64): Do not use CHECK_1.
26046         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
26047         <bp-checks.h>.
26048         (__fxstatat): Do not use CHECK_1.
26049         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
26050         <bp-checks.h>.
26051         (__fxstatat64): Do not use CHECK_1.
26052         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
26053         <bp-checks.h>.
26054         (__fxstat): Do not use CHECK_1.
26055         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
26056         <bp-checks.h>.
26057         (__fxstatat): Do not use CHECK_1.
26058         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
26059         <bp-checks.h>.
26060         (__getresgid): Do not use CHECK_1.
26061         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
26062         <bp-checks.h>.
26063         (__getresuid): Do not use CHECK_1.
26064         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
26065         <bp-checks.h>.
26066         (__lxstat): Do not use CHECK_1.
26067         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
26068         <bp-checks.h>.
26069         (__old_msgctl): Do not use CHECK_1.
26070         (__new_msgctl): Likewise.
26071         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
26072         <bp-checks.h>.
26073         (__new_setrlimit): Do not use CHECK_1.
26074         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
26075         <bp-checks.h>.
26076         (__old_shmctl): Do not use CHECK_1.
26077         (__new_shmctl): Likewise.
26078         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
26079         <bp-checks.h>.
26080         (__xstat): Do not use CHECK_1.
26081         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
26082         (__lxstat): Do not use CHECK_1.
26083         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
26084         <bp-checks.h>.
26085         (___lxstat64): Do not use CHECK_1.
26086         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
26087         (__old_msgctl): Do not use CHECK_1.
26088         (__new_msgctl): Likewise.
26089         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
26090         <bp-checks.h>.
26091         (__gettimeofday): Do not use CHECK_1.
26092         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
26093         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
26094         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
26095         <bp-checks.h>.
26096         (__gettimeofday): Do not use CHECK_1.
26097         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
26098         (__old_shmctl): Do not use CHECK_1_NULL_OK.
26099         (__new_shmctl): Do not use CHECK_1.
26100         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
26101         <bp-checks.h>.
26102         (do_sigtimedwait): Do not use CHECK_1.
26103         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
26104         <bp-checks.h>.
26105         (do_sigwaitinfo): Do not use CHECK_1.
26106         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
26107         <bp-checks.h>.
26108         (msgctl): Do not use CHECK_1.
26109         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
26110         <bp-checks.h>.
26111         (shmctl): Do not use CHECK_1.
26112         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
26113         (ustat): Do not use CHECK_1.
26114         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
26115         <bp-checks.h>.
26116         (__fxstat): Do not use CHECK_1.
26117         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
26118         <bp-checks.h>.
26119         (__fxstatat): Do not use CHECK_1.
26120         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
26121         <bp-checks.h>.
26122         (__lxstat): Do not use CHECK_1.
26123         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
26124         <bp-checks.h>.
26125         (__xstat): Do not use CHECK_1.
26126         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
26127         (__xstat): Do not use CHECK_1.
26128         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
26129         (___xstat64): Do not use CHECK_1.
26130
26131         [BZ #13550]
26132         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
26133         definitions.
26134         (CHECK_BOUNDS_HIGH): Likewise.
26135         * string/strcpy.c: Do not include <bp-checks.h>.
26136         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
26137
26138 2013-02-07  Roland McGrath  <roland@hack.frob.com>
26139
26140         * nscd/nscd-client.h (__nscd_drop_map_ref):
26141         Add __attribute__ ((unused)).
26142         * nis/nss-nisplus.h (niserr2nss): Likewise.
26143
26144         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
26145         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
26146
26147         * csu/libc-tls.c (init_static_tls, init_slotinfo):
26148         Remove inline keyword.
26149         * include/rounding-mode.h (round_away): Likewise.
26150         * libio/wfileops.c (adjust_wide_data): Likewise.
26151         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
26152         (__m128i_strloadu_tolower): Likewise.
26153         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
26154         (__m128i_strloadu_tolower): Likewise.
26155         * time/mktime.c (ydhms_diff): Likewise.
26156         * locale/elem-hash.h (elem_hash): Likewise.
26157         * locale/setlocale.c (setdata): Likewise.
26158         * posix/regex_internal.h (re_string_char_size_at): Likewise.
26159         (re_string_wchar_at): Likewise.
26160         (bitset_not, bitset_merge, bitset_mask): Likewise.
26161         [!(__GNUC__ > 3)] (inline): Remove macro.
26162         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
26163         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
26164         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
26165         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
26166         * string/memcmp.c (memcmp_bytes): Likewise.
26167         * locale/programs/locarchive.c (compute_hashval): Likewise.
26168         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
26169         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
26170         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
26171         * nss/getent.c (print_rpc, print_protocols): Likewise.
26172         (print_passwd, print_group, print_aliases): Likewise.
26173         * nis/nss-nisplus.h (niserr2nss): Likewise.
26174         * nscd/connections.c (restart_p): Likewise.
26175         Change return type to bool.
26176
26177 2013-02-05  Roland McGrath  <roland@hack.frob.com>
26178
26179         * Makeconfig (all-Depend-files): Add existing
26180         $(sorted-subdirs:=/Depend) files.
26181         (all-subdirs): Remove nss.
26182         * sysdeps/unix/inet/Subdirs: Add it here instead.
26183         * hesiod/Depend: New file.
26184
26185         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
26186         instead of calling alloca.
26187
26188         * io/lseek.c (__lseek): Rename to __libc_lseek.
26189         Define __lseek as an alias.
26190
26191         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
26192
26193 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
26194
26195         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
26196         else clause and remove check for non-standard endianness.
26197
26198 2013-02-04  David S. Miller  <davem@davemloft.net>
26199
26200         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26201
26202 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
26203
26204         [BZ #13550]
26205         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
26206         (__ubp_memchr): Remove prototype.
26207         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
26208         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26209         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
26210         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26211         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
26212         Remove alias.
26213         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
26214         (__ubp_memchr): Likewise.
26215         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
26216         (__ubp_memchr): Likewise.
26217         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
26218         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
26219         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
26220         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
26221         CHECK_STRING.
26222         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
26223         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
26224         (__getcwd): Do not use CHECK_STRING.
26225         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
26226         <bp-checks.h>.
26227         (__real_chown): Do not use CHECK_STRING.
26228         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
26229         <bp-checks.h>.
26230         (fchownat): Do not use CHECK_STRING.
26231         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
26232         CHECK_STRING.
26233         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
26234         <bp-checks.h>.
26235         (__lchown): Do not use CHECK_STRING.
26236         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26237         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26238         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26239         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
26240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
26241         include <bp-checks.h>.
26242         (truncate64): Do not use CHECK_STRING.
26243         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
26244         <bp-checks.h>.
26245         (__real_chown): Do not use CHECK_STRING.
26246         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
26247         <bp-checks.h>.
26248         (__lchown): Do not use CHECK_STRING.
26249         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
26250         <bp-checks.h>.
26251         (__chown): Do not use CHECK_STRING.
26252         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
26253         <bp-checks.h>.
26254         (truncate64): Do not use CHECK_STRING.
26255         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
26256         Likewise.
26257         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
26258         (__xmknod): Do not use CHECK_STRING.
26259         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
26260         <bp-checks.h>.
26261         (__xmknodat): Do not use CHECK_STRING.
26262         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26263         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
26264
26265 2013-02-04  Andreas Schwab  <schwab@suse.de>
26266
26267         [BZ #14142]
26268         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
26269         * include/netdb.h: Likewise for h_errno.
26270         * elf/tst-stackguard1.c: Include <tls.h>.
26271
26272 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
26273
26274         * elf/link.h (struct link_map): Extend the l_addr comment.
26275         * include/link.h (struct link_map): Likewise.
26276
26277 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
26278
26279         [BZ #13550]
26280         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
26281         (BOUNDED_1): Remove macro.
26282         * debug/backtrace.c: Don't include <bp-checks.h>.
26283         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
26284         (__backtrace): Likewise.
26285         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
26286         <bp-checks.h>.
26287         (__backtrace): Don't use BOUNDED_1.
26288         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
26289         <bp-checks.h>.
26290         (__backtrace): Don't use BOUNDED_1.
26291         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
26292         (__backtrace): Don't use BOUNDED_1.
26293         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
26294         (shmat): Don't use BOUNDED_N.
26295
26296 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
26297
26298         [BZ #13550]
26299         * sysdeps/generic/bp-start.h: Remove file.
26300         * csu/libc-start.c: Don't include <bp-start.h>.
26301         (LIBC_START_MAIN): Set up __environ directly instead of using
26302         INIT_ARGV_and_ENVIRON.
26303         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
26304         <bp-start.h>.
26305
26306         [BZ #13550]
26307         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
26308         definitions.
26309         (CHECK_FCNTL): Likewise.
26310         (CHECK_N_PAGES): Likewise.
26311
26312         [BZ #13550]
26313         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
26314         definitions.
26315         (CHECK_SIGSET_NULL_OK): Likewise.
26316         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
26317         <bp-checks.h>.
26318         (sigpending): Don't use CHECK_SIGSET.
26319         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
26320         <bp-checks.h>.
26321         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26322         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
26323         <bp-checks.h>.
26324         (do_sigsuspend): Don't use CHECK_SIGSET.
26325         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
26326         use CHECK_SIGSET.
26327         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
26328         (do_sigwait): Don't use CHECK_SIGSET.
26329         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
26330         use CHECK_SIGSET.
26331         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
26332         include <bp-checks.h>.
26333         (sigpending): Don't use CHECK_SIGSET.
26334         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
26335         include <bp-checks.h>.
26336         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26337         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
26338         <bp-checks.h>.
26339         (sigpending): Don't use CHECK_SIGSET.
26340         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
26341         <bp-checks.h>.
26342         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26343
26344         [BZ #13550]
26345         * sysdeps/generic/bp-semctl.h: Remove file.
26346         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
26347         <bp-checks.h> and <bp-semctl.h>.
26348         (__old_semctl): Don't use CHECK_SEMCTL.
26349         (__new_semctl): Likewise.
26350         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
26351         and <bp-semctl.h>.
26352         (__old_semctl): Don't use CHECK_SEMCTL.
26353         (__new_semctl): Likewise.
26354         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
26355         <bp-checks.h> and <bp-semctl.h>.
26356         (__old_semctl): Don't use CHECK_SEMCTL.
26357         (__new_semctl): Likewise.
26358         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
26359         <bp-checks.h> and <bp-semctl.h>.
26360         (semctl): Don't use CHECK_SEMCTL.
26361
26362         [BZ #13550]
26363         * Makerules (elide-bp-thunks): Remove variable.
26364         (elide-routines.oS): Don't use $(elide-bp-thunks).
26365         (elide-routines.os): Likewise.
26366         (elide-routines.o): Likewise.
26367         (elide-routines.op): Likewise.
26368         (elide-routines.og): Likewise.
26369         (objects): Don't use $(bp-thunks).
26370         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
26371         include.
26372         (common-generated): Do not add s-proto-bp.d.
26373         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
26374         (int): Likewise.
26375         (typ): Likewise.
26376         Do not generate makefile rules for bounded-pointer thunks.
26377         * sysdeps/generic/bp-thunks.h: Remove file.
26378         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
26379         * sysdeps/unix/s-proto-bp.S: Likewise.
26380
26381         [BZ #15062]
26382         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
26383         parts of result separately when argument is not close to line from
26384         -i to i and one part of argument is small.
26385         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26386         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26387         * math/libm-test.inc (cacos_test): Add more tests.
26388         (casin_test): Likewise.
26389         (casinh_test): Likewise.
26390         * sysdeps/i386/fpu/libm-test-ulps: Update.
26391         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26392
26393 2013-01-31  David S. Miller  <davem@davemloft.net>
26394
26395         * po/de.po: Update from translation team.
26396
26397 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
26398
26399         * time/tzfile.c: Include stdint.h for SIZE_MAX.
26400
26401 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
26402
26403         * configure.in (_AC_PROG_CC_C89): New definition.
26404         * configure: Regenerate.
26405
26406         * configure.in (AC_PROG_CPP): New definition.
26407         * configure: Regenerate.
26408
26409 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26410
26411         * debug/tst-backtrace.h: New file.
26412         * debug/tst-backtrace2.c: Include tst-backtrace.h.
26413         (ret): Remove variable.
26414         (x): Likewise.
26415         (FAIL): Remove macro.
26416         (NO_INLINE): Likewise.
26417         (fn1): Use match function instead of strstr.
26418         * debug/tst-backtrace3.c: Include tst-backtrace.h.
26419         (ret): Remove variable.
26420         (x): Likewise.
26421         (FAIL): Remove macro.
26422         (NO_INLINE): Likewise.
26423         (fn): Use match function instead of strstr.
26424         * debug/tst-backtrace4.c: Include tst-backtrace.h.
26425         (ret): Remove variable.
26426         (x): Likewise.
26427         (FAIL): Remove macro.
26428         (NO_INLINE): Likewise.
26429         (handle_signal): Use match function instead of strstr.
26430         * debug/tst-backtrace5.c: Include tst-backtrace.h.
26431         (ret): Remove variable.
26432         (x): Likewise.
26433         (FAIL): Remove macro.
26434         (NO_INLINE): Likewise.
26435         (handle_signal): Use match function instead of strstr.
26436
26437 2013-01-23  Roland McGrath  <roland@hack.frob.com>
26438
26439         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
26440
26441 2013-01-23  David S. Miller  <davem@davemloft.net>
26442
26443         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
26444         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
26445         argument of CAS if possible.
26446         * sysdeps/sparc/sparc64/bits/atomic.h
26447         (__arch_compare_and_exchange_val_32_acq): Likewise.
26448         (__arch_compare_and_exchange_val_64_acq): Likewise.
26449
26450 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
26451
26452         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
26453         * sysdeps/posix/ulimit.c: ... this.
26454         Include <limits.h>.
26455         * sysdeps/unix/bsd/ulimit.c: Remove file.
26456
26457 2013-01-23  Adam Conrad  <adconrad@0c3.net>
26458
26459         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
26460         (LDFLAGS-tst-array5): Likewise.
26461
26462 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26463
26464         [BZ #15036]
26465         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
26466         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
26467         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
26468         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
26469
26470 2013-01-21  David S. Miller  <davem@davemloft.net>
26471
26472         * sysdeps/sparc/backtrace.c: New file.
26473         * sysdeps/sparc/sparc32/backtrace.h: New file.
26474         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
26475         * sysdeps/sparc/sparc64/backtrace.h: New file.
26476         * sysdeps/sparc/sparc64/backtrace.c: Delete.
26477         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
26478         -funwind-tables.
26479
26480 2013-01-21  Andreas Schwab  <schwab@suse.de>
26481
26482         [BZ #15020]
26483         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
26484         closed its stdout.
26485
26486 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
26487
26488         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
26489         "mpa2.h".
26490         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26491
26492 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
26493             Mark Mitchell  <mark@codesourcery.com>
26494             Tom de Vries  <tom@codesourcery.com>
26495             Paul Pluzhnikov  <ppluzhnikov@google.com>
26496
26497         * debug/tst-backtrace2.c: New file.
26498         * debug/tst-backtrace3.c: Likewise.
26499         * debug/tst-backtrace4.c: Likewise.
26500         * debug/tst-backtrace5.c: Likewise.
26501         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
26502         (CFLAGS-tst-backtrace3.c): Likewise.
26503         (CFLAGS-tst-backtrace4.c): Likewise.
26504         (CFLAGS-tst-backtrace5.c): Likewise.
26505         (LDFLAGS-tst-backtrace2): Likewise.
26506         (LDFLAGS-tst-backtrace3): Likewise.
26507         (LDFLAGS-tst-backtrace4): Likewise.
26508         (LDFLAGS-tst-backtrace5): Likewise.
26509         (tests): Add new tests tst-backtrace2, tst-backtrace3,
26510         tst-backtrace4 and tst-backtrace5.
26511
26512 2013-01-18  Anton Blanchard  <anton@samba.org>
26513             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26514
26515         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
26516         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
26517         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
26518         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
26519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26520         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
26521         "+r" and remove output regs list as redundant.  Add explicit inline
26522         asm to specify register of return val to work around compiler codegen
26523         bug.  Remove (int) cast on return value.  Add return type parameter to
26524         use in macro so that this macro does not truncate return value for
26525         64-bit values.
26526         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
26527         pass to INTERNAL_VSYSCALL_NCS.
26528         (INLINE_VSYSCALL): Add 'long int' as return type to
26529         INTERNAL_VSYSCALL_NCS macro invocation.
26530         (INTERNAL_VSYSCALL): Add 'long int' as return type to
26531         INTERNAL_VSYSCALL_NCS macro invocation.
26532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26533
26534 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26535
26536         [BZ #14496]
26537         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
26538         Fix application of SIMD FP exception mask.
26539
26540         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
26541         mp_no from a power of two.
26542         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
26543         __mpexp_twomm1.  Use __pow_mp.
26544
26545         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
26546         multiplication.
26547
26548 2013-01-17  David S. Miller  <davem@davemloft.net>
26549
26550         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26551
26552 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26553
26554         [BZ #15023]
26555         * include/complex.h: Condition contents on [!_COMPLEX_H].
26556         (__kernel_casinhf): New prototype.
26557         (__kernel_casinh): Likewise.
26558         (__kernel_casinhl): Likewise.
26559         * math/Makefile (libm_calls): Add k_casinh.
26560         * math/k_casinh.c: New file.
26561         * math/k_casinhf.c: Likewise.
26562         * math/k_casinhl.c: Likewise.
26563         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
26564         finite nonzero arguments.
26565         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
26566         finite nonzero arguments.
26567         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
26568         finite nonzero arguments.
26569         * math/s_casinh.c: Do not include <float.h>.
26570         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
26571         * math/s_casinhf.c: Do not include <float.h>.
26572         (__casinhf): Move code for finite nonzero arguments to
26573         k_casinhf.c.
26574         * math/s_casinhl.c: Do not include <float.h>.
26575         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
26576         redefine.
26577         (__casinhl): Move code for finite nonzero arguments to
26578         k_casinhl.c.
26579         * math/libm-test.inc (cacos_test): Add more tests.
26580         * sysdeps/i386/fpu/libm-test-ulps: Update.
26581         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26582
26583 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
26584
26585         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
26586         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
26587         [!HAVE_MREMAP]: Remove [defined linux] case.
26588         * malloc/arena.c: Do not include <malloc-sysdep.h>.
26589
26590 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26591
26592         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
26593
26594 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
26595
26596         * elf/elf.h (R_386_SIZE32): New relocation.
26597         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
26598         R_386_SIZE32.
26599         (elf_machine_rela): Likewise.
26600         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
26601         R_X86_64_SIZE64 and R_X86_64_SIZE32.
26602
26603 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26604
26605         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
26606         (FP_FAST_FMA): Do not define.
26607         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
26608         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
26609         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
26610         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
26611         !_SOFT_FLOAT]: Likewise.
26612         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
26613         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
26614         value.
26615         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
26616         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
26617         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
26618         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
26619         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
26620         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
26621         file.
26622
26623 2013-01-16  Andreas Schwab  <schwab@suse.de>
26624
26625         [BZ #14327]
26626         * include/stdlib.h (__mktemp): Add declaration.
26627         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
26628         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
26629
26630 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26631
26632         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
26633         definitions.
26634         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26635         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
26636         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
26637         definitions here.
26638         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
26639         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
26640         definitions.
26641         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
26642         and ONE.
26643         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
26644         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
26645         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
26646         definitions.
26647         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
26648         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
26649         definitions.
26650         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26651
26652         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
26653
26654 2013-01-15  David S. Miller  <davem@davemloft.net>
26655
26656         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26657         trunc{,f} to libm-sysdep_routes.
26658         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
26660         file.
26661         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
26662         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
26663         file.
26664         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
26665         file.
26666         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
26667         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
26668         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
26669         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
26670         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
26671         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
26672         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
26673         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
26674
26675         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26676         nearbyint{,f} to libm-sysdep_routes.
26677         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
26679         New file.
26680         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
26681         file.
26682         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
26683         New file.
26684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
26685         file.
26686         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
26687         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
26688         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
26689         file.
26690         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
26691         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
26692         file.
26693         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
26694         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
26695         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
26696
26697         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26698         libc_feholdexcept and libc_fesetenv.
26699
26700 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
26701
26702         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
26703
26704 2013-01-14  David S. Miller  <davem@davemloft.net>
26705
26706         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
26707         (SPARC_ASM_VIS2_IFUNC): Likewise.
26708         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
26709         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
26710         use of 'siam' instruction.
26711         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
26712         Likewise.
26713         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
26714         Likewise.
26715         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
26716         Likewise.
26717         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
26718         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
26719         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
26720         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
26721         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
26722         file.
26723         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
26724         file.
26725         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
26726         file.
26727         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
26728         file.
26729         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
26730         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
26731         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
26732         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
26733         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
26734         new VIS2 routines.
26735         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
26736         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26737         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26738         Likewise.
26739         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26740         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26741         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26742         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26743         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
26744         routines to libm-sysdep_routines.
26745         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26746
26747         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26748         fdim/fdimf to libm-sysdep_routines.
26749         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26750         file.
26751         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26753         file.
26754         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26755         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26756         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26757         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26758         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26759         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26760         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26761
26762 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26763
26764         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26765         to optimize copies.
26766
26767         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26768         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26769         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26770
26771         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26772         local variable MPTWO.
26773         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26774         Likewise.
26775
26776 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26777
26778         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26779         GLOB_NOESCAPE.
26780
26781 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26782
26783         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26784
26785 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26786
26787         * manual/pattern.texi (glob_t): Document gl_flags.
26788         (glob64_t): Likewise.
26789
26790 2013-01-11  David S. Miller  <davem@davemloft.net>
26791
26792         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26793         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26794         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
26795         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26796         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26797         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26798         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26799         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26800         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26801         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26802         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26803         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26804         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26805
26806         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26807         sparc V9 rather than using V8 code.
26808         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26809         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26810
26811         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26812         Move to...
26813         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26814         Here.
26815
26816 2013-01-11  Roland McGrath  <roland@hack.frob.com>
26817
26818         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26819         not in the main loop.
26820         * configure: Regenerated.
26821
26822 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
26823
26824         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26825         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26826         to just #else.
26827         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
26828         [!__GLIBC_HAVE_LONG_LONG] case.
26829         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26830         condition to just #else.
26831         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26832         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26833         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26834         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26835         unconditional.
26836         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26837         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26838         #elif condition to just #else.
26839         * sysdeps/unix/sysv/linux/sys/sysmacros.h
26840         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26841         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26842         #elif condition to just #else.
26843
26844 2013-01-11  Steve Ellcey  <sellcey@mips.com>
26845
26846         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26847         (EF_MIPS_ARCH_64): Fix value.
26848         (EF_MIPS_ARCH_32R2): New.
26849         (EF_MIPS_ARCH_64R2): New.
26850
26851 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
26852
26853         * Makeconfig (+link-pie-before-libc): New.
26854         (+link-pie-after-libc): Likewise.
26855         (+link-pie-tests): Likewise.
26856         (+link-pie): Rewritten.
26857         (link-before-libc): Remove $(config-LDFLAGS).
26858         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26859         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26860         (config-LDFLAGS): Renamed to ...
26861         (rtld-LDFLAGS): This.
26862         (rtld-tests-LDFLAGS): New macro.
26863         (link-libc-rpath-link): Likewise.
26864         (link-libc-tests-rpath-link): Likewise.
26865         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26866         (link-libc): Prepand $(link-libc-rpath-link).
26867         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26868         (test-program-prefix): New macro.
26869         (test-via-rtld-prefix): Likewise.
26870         (test-program-cmd): Likewise.
26871         (host-test-program-cmd): Likewise.
26872         * Makefile ($(common-objpfx)testrun.sh): Replace
26873         $(run-program-prefix) with $(test-program-prefix).
26874         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26875         $(rtld-LDFLAGS).
26876         ($(common-objpfx)shlib.lds): Likewise.
26877         (build-module-helper): Likewise.
26878         ($(common-objpfx)format.lds): Likewise.
26879         * Rules (binaries-pie-tests): New.
26880         (binaries-pie-notests): Likewise.
26881         (binaries-pie): Rewritten.
26882         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26883         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26884         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26885         (make-test-out): Replace $(host-built-program-cmd) with
26886         $(host-test-program-cmd).
26887         * config.make.in (build-hardcoded-path-in-tests): New variable.
26888         * configure.in (--enable-hardcoded-path-in-tests): New configure
26889         option.
26890         (hardcoded_path_in_tests): New AC_SUBST.
26891         * configure: Regenerated.
26892         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
26893         $(built-program-cmd) with $(test-program-cmd).
26894         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
26895         (test_program_cmd): This.
26896         * elf/Makefile ($(objpfx)order.out): Run test with
26897         $(test-program-prefix).
26898         ($(objpfx)order2.out): Likewise.
26899         ($(objpfx)tst-initorder.out): Likewise.
26900         ($(objpfx)tst-initorder2.out): Likewise.
26901         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
26902         $(test-program-cmd).
26903         ($(objpfx)tst-array1-static.out): Likewise.
26904         ($(objpfx)tst-array2.out): Likewise.
26905         ($(objpfx)tst-array3.out): Likewise.
26906         ($(objpfx)tst-array4.out): Likewise.
26907         ($(objpfx)tst-array5.out): Likewise.
26908         ($(objpfx)tst-array5-static.out): Likewise.
26909         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
26910         $(test-program-cmd).
26911         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
26912         $(run-program-prefix) with $(test-program-prefix).
26913         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
26914         (test_program_prefix): This.
26915         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
26916         $(run-program-prefix) with $(test-program-prefix).
26917         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
26918         (test_program_prefix): This.
26919         * iconvdata/tst-tables.sh: Likewise.
26920         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
26921         $(run-program-prefix) with $(test-program-prefix).
26922         ($(objpfx)tst-translit.out): Likewise.
26923         ($(objpfx)tst-gettext2.out): Likewise.
26924         ($(objpfx)tst-gettext4.out): Likewise.
26925         ($(objpfx)tst-gettext6.out): Likewise.
26926         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
26927         (test_program_prefix): This.
26928         * intl/tst-gettext2.sh: Likewise.
26929         * intl/tst-gettext4.sh  Likewise.
26930         * intl/tst-gettext6.sh: Likewise.
26931         * intl/tst-translit.sh: Likewise.
26932         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
26933         with $(test-program-cmd).
26934         * libio/Makefile ($(objpfx)test-freopen.out): Replace
26935         $(run-program-prefix) with $(test-program-prefix).
26936         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
26937         (test_program_prefix): This.
26938         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
26939         $(run-program-prefix) with $(test-program-prefix).
26940         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
26941         (test_program_prefix): This.
26942         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
26943         * posix/Makefile ($(objpfx)globtest.out): Replace
26944         $(run-via-rtld-prefix) and $(test-wrapper) with
26945         $(test-program-prefix) and $(test-via-rtld-prefix).
26946         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
26947         $(test-program-prefix).
26948         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
26949         $(host-test-program-cmd).
26950         (tst-spawn-ARGS): Likewise.
26951         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
26952         $(test-program-prefix).
26953         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
26954         (test_via_rtld_prefix): This.
26955         (test_wrapper): Renamed to ...
26956         (test_program_prefix): This.
26957         (run_program_prefix): Replaced by test_program_prefix.
26958         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
26959         (test_program_prefix): This.
26960         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
26961         with $(host-test-program-cmd).
26962         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
26963         $(run-program-prefix) with $(test-program-prefix).
26964         ($(objpfx)tst-printf.out): Likewise.
26965         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
26966         $(test-program-cmd).
26967         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
26968         (test_program_prefix): This.
26969         * stdio-common/tst-unbputc.sh: Likewise.
26970         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
26971         $(run-program-prefix) with $(test-program-prefix).
26972         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
26973         (test_program_prefix): This.
26974         * string/Makefile ($(objpfx)tst-svc.out):  Replace
26975         $(built-program-cmd) with $(test-program-cmd).
26976
26977 2013-01-11  Andreas Jaeger  <aj@suse.de>
26978
26979         [BZ #15003]
26980         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
26981         value. Sync with Linux 3.7.
26982
26983 2013-01-10  David S. Miller  <davem@davemloft.net>
26984
26985         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
26986         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26987         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26988
26989 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26990
26991         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
26992         never set.
26993         * configure: Regenerated.
26994
26995 2013-01-10  David S. Miller  <davem@davemloft.net>
26996
26997         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26998         sparc V9 rather than using V8 code.
26999         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27000         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27001
27002 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27003
27004         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
27005         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
27006         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
27007         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
27008         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
27009         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
27010         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
27011         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
27012         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
27013         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
27014         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
27015         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
27016         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
27017         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
27018         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
27019         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
27020         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
27021         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
27022         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
27023         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
27024         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
27025         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
27026         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
27027         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
27028         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
27029         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
27030         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
27031
27032 2013-01-10  David S. Miller  <davem@davemloft.net>
27033
27034         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27035
27036 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27037
27038         * posix/Makefile (tests-static): New variable.
27039         (tests): Add $(tests-static).
27040         (tst-exec-static-ARGS): New variable.
27041         (tst-spawn-static-ARGS): Likewise.
27042         * posix/tst-exec-static.c: New file.
27043         * posix/tst-spawn-static.c: Likewise.
27044         * posix/tst-exec.c: Support run directly.
27045         * posix/tst-spawn.c: Likewise.
27046
27047 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
27048
27049         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
27050         long.
27051         * math/bits/mathcalls.h (llrint): Likewise.
27052         (llround): Likewise.
27053         * stdlib/stdlib.h (struct drand48_data): Likewise.
27054         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
27055         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
27056         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
27057         Likewise.
27058         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
27059         Likewise.
27060         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
27061         (elf_greg_t): Likewise.
27062         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
27063         (__jmp_buf): Likewise.
27064         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
27065         definitions.
27066         (llrint): Likewise, for all definitions.
27067         (llrintl): Likewise.
27068
27069         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
27070         Remove [__GNUC__] condition.
27071         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
27072         condition to just [__USE_ISOC99].
27073         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
27074
27075 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27076
27077         [BZ #14200]
27078         * sysdeps/unix/sysv/linux/x86/bits/environments.h
27079         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
27080         defined.
27081         (_POSIX_V6_ILP32_OFF32): Likewise.
27082         (_XBS5_ILP32_OFF32): Likewise.
27083         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
27084         (__ILP32_OFFBIG_LDFLAGS): Likewise.
27085
27086 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27087
27088         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
27089
27090         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
27091         doubles __mpexp_twomm1.  Adjust usage.
27092         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
27093         Remove.
27094
27095 2013-01-10  Andreas Schwab  <schwab@suse.de>
27096
27097         [BZ #14964]
27098         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
27099         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
27100
27101 2013-01-09  David S. Miller  <davem@davemloft.net>
27102
27103         [BZ #15003]
27104         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
27105         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
27106         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
27107         (TCP_FASTOPEN): Define.
27108         (tcp_repair_opt): New structure.
27109         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
27110         enum values.
27111         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
27112         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
27113         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
27114         (tcp_cookie_transactions): New structure.
27115
27116 2013-01-09  Anton Blanchard  <anton@samba.org>
27117
27118         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
27119         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
27120         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
27121         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
27122
27123 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
27124
27125         * include/features.h (__USE_ANSI): Remove.
27126
27127 2013-01-09  Roland McGrath  <roland@hack.frob.com>
27128
27129         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
27130
27131         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
27132
27133 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
27134
27135         * sysdeps/s390/fpu/libm-test-ulps: Update.
27136
27137         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27138
27139         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
27140         (__acr): Likewise.
27141         (__cpy): Likewise.
27142         (norm): Likewise.
27143         (denorm): Likewise.
27144         (__mp_dbl): Likewise.
27145         (__dbl_mp): Likewise.
27146         (add_magnitudes): Likewise.
27147         (sub_magnitudes): Likewise.
27148         (__add): Likewise.
27149         (__sub): Likewise.
27150         (__mul): Likewise.
27151         (__inv): Likewise.
27152         (__dvd): Likewise.
27153         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
27154         (__acr): Likewise.
27155         (__cpy): Likewise.
27156         (norm): Likewise.
27157         (denorm): Likewise.
27158         (__mp_dbl): Likewise.
27159         (__dbl_mp): Likewise.
27160         (add_magnitudes): Likewise.
27161         (sub_magnitudes): Likewise.
27162         (__add): Likewise.
27163         (__sub): Likewise.
27164         (__mul): Likewise.
27165         (__inv): Likewise.
27166         (__dvd): Likewise.
27167         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
27168         (__acr): Likewise.
27169         (__cpy): Likewise.
27170         (norm): Likewise.
27171         (denorm): Likewise.
27172         (__mp_dbl): Likewise.
27173         (__dbl_mp): Likewise.
27174         (add_magnitudes): Likewise.
27175         (sub_magnitudes): Likewise.
27176         (__add): Likewise.
27177         (__sub): Likewise.
27178         (__mul): Likewise.
27179         (__inv): Likewise.
27180         (__dvd): Likewise.
27181
27182 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
27183
27184         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
27185         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
27186         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
27187         2 && __USE_EXTERN_INLINES]: Likewise.
27188
27189 2013-01-08  Andreas Jaeger  <aj@suse.de>
27190
27191         [BZ# 14985]
27192         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
27193         Remove.
27194         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27195         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27196
27197 2013-01-07  Anton Blanchard  <anton@samba.org>
27198
27199         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
27200         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27201         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
27202         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27203         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27204         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27205         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
27206         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27207         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27208         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27209         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27210         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27211         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
27212         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27213         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
27214         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27215         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27216         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27217         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27218         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27219         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
27220         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
27221         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
27222         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
27223         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
27224         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27225         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27226         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27227         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
27228         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
27229         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
27230         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27231         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27232         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27233         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27234         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
27235         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27236         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
27237         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
27238         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
27239         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
27240         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27241         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27242
27243 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
27244
27245         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
27246         (__MALLOC_PMT): Likewise.
27247         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
27248         [__GNUC__], only on [_LIBC].
27249         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27250         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
27251         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27252         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
27253         forward declaration.
27254         (realloc_hook_ini): Likewise.
27255         (memalign_hook_ini): Likewise.
27256         (__libc_memalign): Do not use __MALLOC_PMT in variable
27257         declaration.
27258         (__libc_valloc): Likewise.
27259         (__libc_pvalloc): Likewise.
27260         (__libc_calloc): Likewise.
27261         (__posix_memalign): Likewise.
27262
27263         [BZ #14996]
27264         * math/s_casinh.c: Include <float.h>.
27265         (__casinh): Do not do computation with squaring and square root
27266         for large arguments.
27267         * math/s_casinhf.c: Include <float.h>.
27268         (__casinhf): Do not do computation with squaring and square root
27269         for large arguments.
27270         * math/s_casinhl.c: Include <float.h>.
27271         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
27272         (__casinhl): Do not do computation with squaring and square root
27273         for large arguments.
27274         * math/libm-test.inc (casin_test): Add more tests.
27275         (casinh_test): Likewise.
27276         * sysdeps/i386/fpu/libm-test-ulps: Update.
27277         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27278
27279 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
27280
27281         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
27282         (__x86_64_raw_data_cache_size): Likewise.
27283         (__x86_64_data_cache_size_half): Likewise.
27284         (__x86_64_raw_data_cache_size_half): Likewise.
27285         (__x86_64_shared_cache_size): Likewise.
27286         (__x86_64_raw_shared_cache_size): Likewise.
27287         (__x86_64_shared_cache_size_half): Likewise.
27288         (__x86_64_raw_shared_cache_size_half): Likewise.
27289         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
27290         to ...
27291         (__x86_data_cache_size): This.
27292         (__x86_64_raw_data_cache_size): Renamed to ...
27293         (__x86_raw_data_cache_size): This.
27294         (__x86_64_data_cache_size_half): Renamed to ...
27295         (__x86_data_cache_size_half): This.
27296         (__x86_64_raw_data_cache_size_half): Renamed to ...
27297         (__x86_raw_data_cache_size_half): This.
27298         (__x86_64_shared_cache_size): Renamed to ...
27299         (__x86_shared_cache_size): This.
27300         (__x86_64_raw_shared_cache_size): Renamed to ...
27301         (__x86_raw_shared_cache_size): This.
27302         (__x86_64_shared_cache_size_half): Renamed to ...
27303         (__x86_shared_cache_size_half): This.
27304         (__x86_64_raw_shared_cache_size_half): Renamed to ...
27305         (__x86_raw_shared_cache_size_half): This.
27306         * sysdeps/x86_64/memcpy.S: Updated.
27307         * sysdeps/x86_64/memset.S: Likewise.
27308         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27309         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27310         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27311
27312 2013-01-04  David S. Miller  <davem@davemloft.net>
27313
27314         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27315
27316 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
27317
27318         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
27319         1 to avoid redefinition warning.
27320         (__USE_GNU): Don't define.
27321         (init_signaling_nan): Protoize.
27322
27323         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27324
27325 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27326
27327         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
27328         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
27329         (__cpymn): Likewise.
27330         (norm): Remove commented code.
27331         (denorm): Likewise.
27332         (__mp_dbl): Likewise.
27333         (__inv): Likewise.
27334         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
27335         (__cpymn): Likewise.
27336         (norm): Remove commented code.
27337         (denorm): Likewise.
27338         (__mp_dbl): Likewise.
27339         (__inv): Likewise.
27340
27341         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
27342         mp_no value for 1.0 and 2.0.
27343         (norm): Use RADIXI instead of radixi.d.
27344         (denorm): Likewise.
27345         (__mul): Use 0.0 instead of zero.d.
27346         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
27347         mp_no value for 1.0 and 2.0.
27348         (norm): Use RADIXI instead of radixi.d.
27349         (denorm): Likewise.
27350         (__mul): Use 0.0 instead of zero.d.
27351
27352 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
27353
27354         [BZ #14994]
27355         * math/s_casinh.c (__casinh): Reduce finite argument to first
27356         quadrant then set signs of results at the end.
27357         * math/s_casinhf.c (__casinhf): Likewise.
27358         * math/s_casinhl.c (__casinhl): Likewise.
27359         * math/libm-test.inc (casin_test): Add more tests.
27360         (casinh_test): Likewise.
27361         * sysdeps/i386/fpu/libm-test-ulps: Update.
27362         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27363
27364 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27365
27366         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
27367
27368         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
27369
27370         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
27371         declarations.
27372         (denorm): Likewise.
27373         (__mp_dbl): Likewise.
27374         (__inv): Likewise.
27375
27376         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
27377         and adjust the header comment.
27378
27379         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
27380         variable name from declaration.
27381
27382 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
27383
27384         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27385         Initialize COMMON_CPUID_INDEX_7 element.
27386         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
27387         (CPUID_RTM): Likewise.
27388         (HAS_RTM): Likewise.
27389         (COMMON_CPUID_INDEX_7): New enum.
27390
27391 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
27392
27393         [BZ #14981]
27394         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
27395         size is zero, record memory as freed.
27396
27397 2013-01-03  Andreas Jaeger  <aj@suse.de>
27398
27399         * po/ia.po: Add new Interlingua translation.
27400
27401 2012-01-03  Allan McRae  <allan@archlinux.org>
27402
27403         * locale/programs/localedef.c: Fix description of '--posix' flag.
27404
27405 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
27406
27407         * NEWS: Update dates in second copyright notice.
27408         * README: Update copyright dates in example.
27409         * manual/libc.texinfo: Update copyright dates.
27410         * scripts/test-installation.pl: Update copyright date in --version
27411         output.
27412
27413         * hurd/ctty-input.c: Fix copyright notice formatting.
27414         * hurd/ctty-output.c: Likewise.
27415         * hurd/dtable.c: Likewise.
27416         * hurd/hurd-raise.c: Likewise.
27417         * hurd/hurdprio.c: Likewise.
27418         * hurd/msgportdemux.c: Likewise.
27419         * misc/sys/file.h: Likewise.
27420         * misc/sys/ioctl.h: Likewise.
27421         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
27422         * sysdeps/mach/hurd/chdir.c: Likewise.
27423         * sysdeps/mach/hurd/fchdir.c: Likewise.
27424         * sysdeps/mach/hurd/rename.c: Likewise.
27425         * sysdeps/mach/hurd/rmdir.c: Likewise.
27426         * sysdeps/mach/hurd/seekdir.c: Likewise.
27427         * sysdeps/mach/hurd/setsid.c: Likewise.
27428         * sysdeps/posix/wait3.c: Likewise.
27429
27430         * All files with FSF copyright notices: Update copyright dates
27431         using scripts/update-copyrights.
27432         * intl/plural.c: Regenerated.
27433         * locale/programs/charmap-kw.h: Likewise.
27434         * locale/programs/locfile-kw.h: Likewise.
27435
27436 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27437
27438         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
27439         four values.
27440
27441         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
27442         calculation loop and add branch prediction.
27443
27444         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
27445         check access beyond bounds of m1np.
27446
27447         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27448         MPTWO.
27449         (__inv): Remove local variable MPTWO to use the global
27450         constant.
27451         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
27452         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27453         variable MPTWO.
27454         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
27455         MP3HALFS static const.
27456
27457 2013-01-01  David S. Miller  <davem@davemloft.net>
27458
27459         * po/ca.po: Update from translation team.
27460
27461 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
27462
27463         * scripts/update-copyrights: New file.
27464         * Makeconfig: Reformat copyright notice.
27465         * ctype/ctype.h: Likewise.
27466         * debug/swprintf_chk.c: Likewise.
27467         * elf/dl-cache.c: Likewise.
27468         * elf/dl-debug.c: Likewise.
27469         * elf/dl-object.c: Likewise.
27470         * grp/initgroups.c: Likewise.
27471         * hurd/Makefile: Likewise.
27472         * hurd/hurd/signal.h: Likewise.
27473         * hurd/hurdfault.c: Likewise.
27474         * hurd/hurdioctl.c: Likewise.
27475         * hurd/hurdlookup.c: Likewise.
27476         * hurd/intr-msg.c: Likewise.
27477         * iconv/gconv_open.c: Likewise.
27478         * libio/swprintf.c: Likewise.
27479         * locale/lc-ctype.c: Likewise.
27480         * locale/nl_langinfo.c: Likewise.
27481         * mach/Machrules: Likewise.
27482         * mach/Makefile: Likewise.
27483         * malloc/obstack.h: Likewise.
27484         * manual/Makefile: Likewise.
27485         * manual/tsort.awk: Likewise.
27486         * misc/bits/stab.def: Likewise.
27487         * nis/nis_print_group_entry.c: Likewise.
27488         * nis/nis_table.c: Likewise.
27489         * nis/nss_compat/compat-pwd.c: Likewise.
27490         * nis/nss_compat/compat-spwd.c: Likewise.
27491         * po/Makefile: Likewise.
27492         * posix/fnmatch.c: Likewise.
27493         * posix/regex.h: Likewise.
27494         * resolv/Makefile: Likewise.
27495         * resolv/nss_dns/dns-network.c: Likewise.
27496         * resolv/res_hconf.c: Likewise.
27497         * scripts/gen-sorted.awk: Likewise.
27498         * soft-fp/soft-fp.h: Likewise.
27499         * stdio-common/printf.h: Likewise.
27500         * stdlib/monetary.h: Likewise.
27501         * stdlib/random.c: Likewise.
27502         * stdlib/random_r.c: Likewise.
27503         * sysdeps/generic/Makefile: Likewise.
27504         * sysdeps/gnu/Makefile: Likewise.
27505         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
27506         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27507         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
27508         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27509         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
27510         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27511         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
27512         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27513         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27514         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27515         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
27516         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
27517         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
27518         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
27519         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
27520         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
27521         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
27522         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27523         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27524         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27525         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
27526         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
27527         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
27528         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27529         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
27530         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
27531         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
27532         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
27533         * sysdeps/mach/hurd/errnos.awk: Likewise.
27534         * sysdeps/mach/hurd/fork.c: Likewise.
27535         * sysdeps/mach/hurd/getcwd.c: Likewise.
27536         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
27537         * sysdeps/mach/hurd/mmap.c: Likewise.
27538         * sysdeps/mach/hurd/utimes.c: Likewise.
27539         * sysdeps/mach/hurd/xmknod.c: Likewise.
27540         * sysdeps/posix/profil.c: Likewise.
27541         * sysdeps/posix/readdir_r.c: Likewise.
27542         * sysdeps/powerpc/bits/mathdef.h: Likewise.
27543         * sysdeps/powerpc/bits/setjmp.h: Likewise.
27544         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
27545         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27546         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27547         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
27548         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27549         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27550         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27551         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
27552         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27553         * sysdeps/pthread/lio_listio.c: Likewise.
27554         * sysdeps/sparc/dl-procinfo.h: Likewise.
27555         * sysdeps/unix/i386/sysdep.S: Likewise.
27556         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
27557         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
27558         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
27559         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
27560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27561         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
27562         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
27563         * sysdeps/unix/sysv/linux/speed.c: Likewise.
27564         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
27565         * sysdeps/wordsize-32/divdi3.c: Likewise.
27566         * time/sys/time.h: Likewise.
27567         * wcsmbs/Makefile: Likewise.
27568
27569 2013-01-01  David S. Miller  <davem@davemloft.net>
27570
27571         * po/fr.po: Update from translation team.
27572
27573         * catgets/gencat.c: Update copyright year.
27574         * csu/version.c: Likewise.
27575         * debug/catchsegv.sh: Likewise.
27576         * debug/pcprofiledump.c: Likewise.
27577         * debug/xtrace.sh: Likewise.
27578         * elf/ldconfig.c: Likewise.
27579         * elf/ldd.bash.in: Likewise.
27580         * elf/pldd.c: Likewise.
27581         * elf/sotruss.ksh: Likewise.
27582         * elf/sprof.c: Likewise.
27583         * iconv/iconv_prog.c: Likewise.
27584         * iconv/iconvconfig.c: Likewise.
27585         * locale/programs/locale.c: Likewise.
27586         * locale/programs/localedef.c: Likewise.
27587         * login/programs/pt_chown.c: Likewise.
27588         * malloc/memusage.sh: Likewise.
27589         * malloc/memusagestat.c: Likewise.
27590         * malloc/mtrace.pl: Likewise.
27591         * nscd/nscd.c: Likewise.
27592         * nss/getent.c: Likewise.
27593         * nss/makedb.c: Likewise.
27594         * posix/getconf.c: Likewise.
27595
27596 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
27597
27598         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
27599         numbers.
27600
27601 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
27602
27603         * math/bits/mathcalls.h (modf): Use __nonnull.
27604
27605 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27606
27607         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
27608         (split): Use macro CN instead of the bare value.
27609         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
27610         could be used.
27611         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
27612         instead of the bare value.
27613         (power1): Likewise.
27614
27615 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27616
27617         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
27618         __ATAN_TWOM.
27619         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27620
27621         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
27622         their values.
27623         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27624         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27625         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
27626         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27627
27628 2012-12-28  Andreas Jaeger  <aj@suse.de>
27629
27630         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
27631         values are from Linux 3.7.
27632
27633         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
27634         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
27635
27636 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27637
27638         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
27639         TRUE case.
27640
27641         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
27642         (norm): Likewise.
27643         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
27644         variables with preprocessor constants.
27645         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27646         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
27647         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
27648
27649 2012-12-27  Bruno Haible  <bruno@clisp.org>
27650
27651         [BZ #14317]
27652         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
27653         only if needed.
27654
27655 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27656
27657         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
27658         and use variable directly.
27659         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
27660
27661         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27662         MPONE.
27663         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
27664         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27665         variable MPONE.
27666         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27667         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27668         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
27669         include directive.  Remove local variable MPONE.
27670         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
27671         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
27672         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
27673
27674 2012-12-25  David S. Miller  <davem@davemloft.net>
27675
27676         * version.h (RELEASE): Set to "development".
27677         (VERSION): Set to "2.17.90".
27678         * NEWS: Add 2.18 section.
27679
27680 2012-12-21  David S. Miller  <davem@davemloft.net>
27681
27682         * po/hr.po: Update from translation team.
27683
27684 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27685
27686         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
27687
27688 2012-12-19  Steve Ellcey  <sellcey@mips.com>
27689
27690         * NEWS:  Mention new memcpy for MIPS.
27691
27692 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27693
27694         * manual/contrib.texi (Contributors): Spelling correction.
27695
27696 2012-12-15  David S. Miller  <davem@davemloft.net>
27697
27698         * po/ru.po: Update from translation team.
27699
27700 2012-12-13  David S. Miller  <davem@davemloft.net>
27701
27702         * NEWS: Mention IFUNC testsuite enhancements.
27703
27704         * po/pl.po: Update from translation team.
27705         * po/bg.po: Likewise.
27706
27707         * manual/contrib.texi (Contributors): Update entries for Hongjiu
27708         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
27709
27710 2012-12-11  David S. Miller  <davem@davemloft.net>
27711
27712         * po/sv.po: Update from translation team.
27713
27714         * po/vi.po: Update from translation team.
27715
27716         * po/cs.po: Update from translation team.
27717
27718         * po/de.po: Update from translation team.
27719         * po/eo.po: Likewise.
27720         * po/nl.po: Likewise.
27721
27722 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27723
27724         [BZ #14246]
27725         * manual/argp.texi (Argp Helper Functions): Move node to follow
27726         Argp Parsing State.
27727
27728         [BZ #14872]
27729         * manual/conf.texi (Limits on File System Capacity): Mention if
27730         terminating null is included in the max size.
27731
27732 2012-12-10  Andreas Jaeger  <aj@suse.de>
27733
27734         * po/cs.po: Update from translation team.
27735
27736 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27737
27738         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
27739         void pointer and cast to uintptr_t.
27740         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
27741         path.
27742         * sysdeps/s390/s390-64/memcpy.S: Likewise.
27743         * sysdeps/s390/s390-64/memset.S: Likewise.
27744
27745 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
27746
27747         [BZ #14833]
27748         * menual/message.texi (Message Translation): Fix typos.
27749         (Helper programs for gettext): Likewise.
27750
27751 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
27752
27753         [BZ #14898]
27754         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27755         Change to -1.
27756
27757 2012-12-07  David S. Miller  <davem@davemloft.net>
27758
27759         * po/libc.pot: Update.
27760
27761 2012-12-07  Richard Henderson  <rth@redhat.com>
27762
27763         [BZ #10114]
27764         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27765         normal/normal case to before the switch.
27766         (_FP_DIV): Likewise.
27767
27768 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
27769             Mike Frysinger  <vapier@gentoo.org>
27770
27771         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27772         check for __NR_fadvise64_64.
27773
27774 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
27775
27776         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27777         0, not just to plain "0" as a statement.
27778         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27779         with cw.
27780
27781 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
27782
27783         * NEWS: Use sourceware.org in Bugzilla URL.
27784
27785 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
27786
27787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27788         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27789
27790         * stdio-common/tst-put-error.c (do_test): Add newline to the
27791         padded test to ensure flush.
27792
27793 2012-12-05  Jeff Law  <law@redhat.com>
27794
27795         * sunrpc/etc.rpc (fedfs_admin): Add entry.
27796
27797 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
27798
27799         * README: Don't refer to ports add-on as distributed separately.
27800         Mention AArch64 in list of systems supported in the ports add-on.
27801
27802         * LICENSES: Add more non-FSF copyright and license notices.
27803
27804         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27805         ((unused)).
27806
27807         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27808
27809         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27810         10000 as width of padded output.
27811
27812 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27813
27814         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27815
27816         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27817         variable LX with __attribute__ ((unused)).
27818         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27819         Likewise.
27820         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27821         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27822         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27823         with __attribute__ ((unused)).
27824
27825 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
27826
27827         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27828
27829 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27830
27831         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27832         (CFLAGS-nldbl-acos.c): New variable.
27833         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27834         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27835         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27836         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27837         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27838         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27839         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27840         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27841         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27842         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27843         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27844         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27845         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27846         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27847         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27848         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27849         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27850         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27851         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27852         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27853         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27854         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27855         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27856         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27857         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27858         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27859         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27860         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27861         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27862         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27863         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27864         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27865         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27866         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27867         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27868         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27869         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27870         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27871         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27872         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27873         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27874         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27875         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27876         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27877         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27878         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27879         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27880         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27881         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27882         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27883         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27884         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27885         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27886         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
27887         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
27888         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
27889         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
27890         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
27891         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
27892         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
27893         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
27894         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
27895         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
27896         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
27897         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
27898         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
27899         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
27900         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
27901         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
27902         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
27903         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
27904         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
27905         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
27906         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
27907         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
27908         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
27909         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
27910         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
27911         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
27912         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
27913         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
27914         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
27915         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
27916         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
27917         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
27918         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
27919         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
27920         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
27921         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
27922         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
27923         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
27924         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
27925         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
27926         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
27927         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
27928         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
27929         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
27930
27931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27932         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27933
27934         [BZ #14914]
27935         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
27936         whole low double instead of just low 47 bits when splitting values
27937         into two parts.
27938
27939 2012-12-03  Allan McRae  <allan@archlinux.org>
27940
27941         * manual/stdio.texi (Predefined Printf Handlers): Remove
27942         @hsep and @vsep usage.
27943
27944 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
27945
27946         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
27947         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
27948
27949 2012-12-03  Jeff Law  <law@redhat.com>
27950
27951         * time/sys/time.h (settimeofday): Do not mark TV argument
27952         as __nonnull.
27953
27954 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
27955
27956         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
27957         when currently writing and seek to current position when not.
27958         * libio/Makefile (tests): Remove bug-fclose1.
27959         * libio/bug-fclose1.c: Delete.
27960
27961 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
27962
27963         * manual/arith.texi (feenableexcept): Fix typo.
27964         (fedisableexcept): Likewise.
27965
27966 2012-11-30  Roland McGrath  <roland@hack.frob.com>
27967
27968         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
27969         second, differently-typed declaration, rather than a cast.
27970
27971 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27972
27973         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
27974         * include/rpc/svc.h: ... here.
27975
27976 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
27977
27978         [BZ #13013]
27979         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
27980         depending n and resplen2 to catch cases where answer
27981         equals answerp2.
27982
27983 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
27984
27985         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
27986         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
27987
27988 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
27989
27990         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
27991
27992 2012-11-29  Roland McGrath  <roland@hack.frob.com>
27993
27994         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
27995
27996 2012-11-28  Jeff Law  <law@redhat.com>
27997
27998         [BZ #13761]
27999         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
28000         dataset_temporary.  Track alloca usage into alloca_used.
28001         If dataset is large allocate and release it via malloc/free.
28002
28003 2012-06-04  Florian Weimer  <fweimer@redhat.com>
28004
28005         [BZ #14197]
28006         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
28007
28008 2012-11-28  David S. Miller  <davem@davemloft.net>
28009
28010         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28011
28012 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28013
28014         [BZ #14803]
28015         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
28016         of pi/2 rounded to nearest to 64 bits.
28017         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
28018         nearest to 64 bits.
28019         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
28020         bits.
28021
28022 2012-11-28  Jeff Law <law@redhat.com>
28023             Martin Osvald <mosvald@redhat.com>
28024
28025         [BZ #14889]
28026         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
28027         * sunrpc/svc.c: Include time.h.
28028         (__svc_accept_failed): New function.
28029         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
28030         any reason other than EINTR, call __svc_accept_failed.
28031         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
28032         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
28033
28034 2012-11-28  Andreas Schwab  <schwab@suse.de>
28035
28036         * scripts/abilist.awk: Also handle indirect functions in .opd
28037         section.
28038
28039 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28040
28041         [BZ #13881]
28042         * sysdeps/x86/fpu/powl_helper.c: New file.
28043         * sysdeps/x86/fpu/Makefile: Likewise.
28044         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
28045         (p3): New object.
28046         (__ieee754_powl): Use __powl_helper for finite arguments except
28047         integer exponents below 8.
28048         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
28049         (p3): New object.
28050         (__ieee754_powl): Use __powl_helper for finite arguments except
28051         integer exponents below 8.
28052         * math/libm-test.inc (pow_test): Add more tests and enable some
28053         previously disabled tests.
28054         * sysdeps/i386/fpu/libm-test-ulps: Update.
28055         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28056
28057 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28058             Carlos O'Donell  <carlos_odonell@mentor.com>
28059
28060         * nss/makedb.c (is_prime): Assert that input is odd and greater
28061         than 4.  Note that fact in a comment too.
28062         (next_prime): Add 4 to input.
28063
28064 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28065
28066         [BZ #11741]
28067         * libio/Makefile (tests): Add test case tst-fwrite-error.
28068         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
28069         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
28070         * libio/tst-fwrite-error.c: New test case.
28071
28072 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
28073
28074         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
28075         before casting to void *.
28076         * include/libc-internal.h (__pointer_type): New macro.
28077         (__integer_if_pointer_type_sub): Likewise.
28078         (__integer_if_pointer_type): Likewise.
28079         (cast_to_integer): Likewise.
28080         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
28081         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
28082         before casting to atomic64_t.
28083         (atomic_exchange_acq): Likewise.
28084         (__arch_exchange_and_add_body): Likewise.
28085         (__arch_add_body): Likewise.
28086         (atomic_add_negative): Likewise.
28087         (atomic_add_zero): Likewise.
28088
28089 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
28090
28091         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
28092         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
28093         (add_fdes): Likewise.
28094         (linear_search_fdes): Likewise.
28095         (binary_search_unencoded_fdes): Likewise.
28096
28097 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
28098
28099         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
28100
28101 2012-11-24  Adam Conrad  <adconrad@0c3.net>
28102
28103         * configure.in: Autodetect C++ header directories.
28104         * configure: Regenerated.
28105
28106 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
28107
28108         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
28109
28110 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
28111
28112         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28113
28114 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
28115
28116         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
28117         LDBL_MANT_DIG == 106]: Disable some tests.
28118         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28119         Likewise.
28120         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28121         Likewise.
28122
28123         [BZ #14871]
28124         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
28125         input for small inputs.  Return +/- pi/2 for large inputs.
28126         * math/libm-test.inc (atan_test): Add more tests.
28127
28128         * sysdeps/generic/unwind-dw2-fde-glibc.c
28129         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
28130         __attribute__ ((unused)).
28131
28132         [BZ #14645]
28133         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
28134         x * y if x and y are nonzero and z is zero.
28135
28136         [BZ #14811]
28137         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
28138         nonzero exponents with absolute value below 0x1p-117 to +/-
28139         0x1p-117.
28140
28141         [BZ #14869]
28142         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
28143         up arguments below 2**-450, not just those below 2**-500.
28144         * math/libm-test.inc (hypot_test): Add another test.
28145
28146         [BZ #14868]
28147         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
28148         Return a+b for ratio over 2**120, not 2**60.
28149         * math/libm-test.inc (hypot_test): Add another test.
28150
28151         * math/libm-test.inc (clog_test): Use
28152         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
28153         (clog10_test): Likewise.
28154
28155         [BZ #6778]
28156         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
28157
28158 2012-11-22  Andreas Schwab  <schwab@suse.de>
28159
28160         * sysdeps/i386/fpu/libm-test-ulps: Update.
28161
28162 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
28163
28164         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
28165         printf output with newline.
28166
28167 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
28168
28169         [BZ #14865]
28170         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
28171         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
28172         -z nodlopen, -z initfirst and -z execstack support.
28173         * configure: Regenerated.
28174
28175         * elf/elf.h (DF_1_NODIRECT): New macro.
28176         (DF_1_IGNMULDEF): Likewise.
28177         (DF_1_NOKSYMS): Likewise.
28178         (DF_1_NOHDR): Likewise.
28179         (DF_1_EDITED): Likewise.
28180         (DF_1_NORELOC): Likewise.
28181         (DF_1_SYMINTPOSE): Likewise.
28182         (DF_1_GLOBAUDIT): Likewise.
28183         (DF_1_SINGLETON): Likewise.
28184         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
28185         DT_1_SUPPORTED_MASK bits.
28186         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
28187
28188 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
28189
28190         * sysdeps/unix/make-syscalls.sh: Document prefixes.
28191
28192 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
28193
28194         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
28195         macro.
28196
28197         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
28198         (sendmmsg): Move declarations...
28199         * socket/sys/socket.h: ... here.
28200         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
28201         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
28202         include it from...
28203         * socket/recvmmsg.c: ... this new file.
28204         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
28205         (sendmmsg): Rename to __sendmmsg, create weak alias and make
28206         definition of __sendmmsg hidden.
28207         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
28208         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
28209         Move ENOSYS stub into and include it from...
28210         * socket/sendmmsg.c: ... this new file.
28211         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
28212         (sysdep_routines): Move recvmmsg and sendmmsg...
28213         * socket/Makefile (routines): ... here.
28214         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
28215         (GLIBC_PRIVATE): Add __sendmmsg.
28216         * include/sys/socket.h (__sendmmsg): Add declarations.
28217         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
28218         sendmmsg.
28219
28220 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
28221
28222         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
28223         variable I1 with __attribute__ ((unused)).
28224         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28225
28226 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28227
28228         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
28229         DUMMY variables with __attribute__ ((unused)).
28230
28231         * bits/byteswap.h: Include <bits/types.h>.
28232         (__bswap_64): Use __uint64_t instead of unsigned long long int.
28233
28234 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28235
28236         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
28237         string_t.  Do not manually set errno.
28238         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
28239         length with __strnlen.  Make sure to both set errno and return it on
28240         failure.
28241
28242 2012-11-19  David S. Miller  <davem@davemloft.net>
28243
28244         With help from Joseph Myers.
28245         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
28246         very large arguments properly.
28247         * math/libm-test.inc (atan_test): New tests.
28248         (atan2_test): New tests.
28249         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28250         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28251
28252 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28253
28254         [BZ #14856]
28255         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
28256         Define to 3.
28257
28258         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
28259         [POSIX] (EADDRNOTAVAIL): Likewise.
28260         [POSIX] (EAFNOSUPPORT): Likewise.
28261         [POSIX] (EALREADY): Likewise.
28262         [POSIX] (ECONNABORTED): Likewise.
28263         [POSIX] (ECONNREFUSED): Likewise.
28264         [POSIX] (ECONNRESET): Likewise.
28265         [POSIX] (EDESTADDRREQ): Likewise.
28266         [POSIX] (EDQUOT): Likewise.
28267         [POSIX] (EHOSTUNREACH): Likewise.
28268         [POSIX] (EIDRM): Likewise.
28269         [POSIX] (EISCONN): Likewise.
28270         [POSIX] (ELOOP): Likewise.
28271         [POSIX] (EMULTIHOP): Likewise.
28272         [POSIX] (ENETDOWN): Likewise.
28273         [POSIX] (ENETUNREACH): Likewise.
28274         [POSIX] (ENOBUFS): Likewise.
28275         [POSIX] (ENODATA): Likewise.
28276         [POSIX] (ENOLINK): Likewise.
28277         [POSIX] (ENOMSG): Likewise.
28278         [POSIX] (ENOPROTOOPT): Likewise.
28279         [POSIX] (ENOSR): Likewise.
28280         [POSIX] (ENOSTR): Likewise.
28281         [POSIX] (ENOTCONN): Likewise.
28282         [POSIX] (ENOTSOCK): Likewise.
28283         [POSIX] (EOPNOTSUPP): Likewise.
28284         [POSIX] (EOVERFLOW): Likewise.
28285         [POSIX] (EPROTO): Likewise.
28286         [POSIX] (EPROTONOSUPPORT): Likewise.
28287         [POSIX] (EPROTOTYPE): Likewise.
28288         [POSIX] (ESTALE): Likewise.
28289         [POSIX] (ETIME): Likewise.
28290         [POSIX] (ETXTBSY): Likewise.
28291         [POSIX] (EWOULDBLOCK): Likewise.
28292         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
28293         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
28294         [POSIX] (SEEK_CUR): Likewise.
28295         [POSIX] (SEEK_END): Likewise.
28296         [POSIX || UNIX98] (mode_t): Do not require.
28297         [POSIX] (off_t): Likewise.
28298         [POSIX] (pid_t): Likewise.
28299         [POSIX] (sys/stat.h): Do not allow header.
28300         [POSIX] (unistd.h): Likewise.
28301         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
28302         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
28303         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
28304         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
28305         require.
28306         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
28307         sigevent): Specify elements.
28308         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
28309         entry.
28310         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
28311         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
28312
28313         * conform/data/cpio.h-data [POSIX]: Disable whole file.
28314         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
28315         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
28316         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
28317         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
28318         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
28319         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
28320         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
28321         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
28322         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
28323         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
28324         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
28325         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
28326         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
28327         Likewise.
28328         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
28329         Likewise.
28330         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
28331         Likewise.
28332         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
28333         Likewise.
28334         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
28335         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
28336         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
28337         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
28338         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
28339         Specify lower bound on value.
28340         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
28341         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
28342         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
28343         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
28344         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
28345         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
28346         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
28347         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
28348         value.
28349         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
28350         as optional.
28351         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
28352         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
28353         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
28354         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
28355         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
28356         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
28357         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
28358         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
28359         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
28360         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
28361         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
28362         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
28363         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
28364         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
28365         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
28366         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
28367         entry.
28368         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
28369         optional.
28370         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
28371         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
28372         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
28373         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
28374         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
28375         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
28376         Likewise.
28377         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
28378         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
28379         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
28380         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
28381         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
28382         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
28383         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
28384         as optional.
28385         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
28386         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
28387         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
28388         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
28389         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
28390         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
28391         specify as optional.
28392         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
28393         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
28394         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
28395         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
28396         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
28397         [XPG3] (NL_LANGMAX): Likewise.
28398         [POSIX || XPG3] (NL_MSGMAX): Likewise.
28399         [POSIX || XPG3] (NL_NMAX): Likewise.
28400         [POSIX || XPG3] (NL_SETMAX): Likewise.
28401         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
28402         [XPG3] (NZERO): Likewise.
28403         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
28404         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
28405         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
28406         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
28407         (REG_ERANGE): Expect.
28408         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
28409         optional-constant.
28410         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
28411         Use (void) in prototype.
28412         [POSIX] (*_t): Allow.
28413         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
28414         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
28415         (WRDE_BADVAL): Expect.
28416
28417         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
28418         expect.
28419         [XPG3 || XPG4] (O_RSYNC): Likewise.
28420         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
28421         Likewise.
28422         [XPG3 || XPG4] (pthread_sigmask): Likewise.
28423         [XPG3 || XPG4] (sigqueue): Likewise.
28424         [XPG3 || XPG4] (sigtimedwait): Likewise.
28425         [XPG3 || XPG4] (sigwaitinfo): Likewise.
28426         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
28427         [XPG3 || XPG4] (vsnprintf): Likewise.
28428         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
28429         Likewise.
28430         [XPG3 || XPG4] (blksize_t): Likewise.
28431         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
28432         Likewise.
28433         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
28434         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
28435         [XPG3 || XPG4] (struct itimerspec): Likewise.
28436         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
28437         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
28438         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
28439         [XPG3 || XPG4] (clockid_t): Likewise.
28440         [XPG3 || XPG4] (timer_t): Likewise.
28441         [XPG3 || XPG4] (clock_getres): Likewise.
28442         [XPG3 || XPG4] (clock_gettime): Likewise.
28443         [XPG3 || XPG4] (clock_settime): Likewise.
28444         [XPG3 || XPG4] (nanosleep): Likewise.
28445         [XPG3 || XPG4] (timer_create): Likewise.
28446         [XPG3 || XPG4] (timer_delete): Likewise.
28447         [XPG3 || XPG4] (timer_gettime): Likewise.
28448         [XPG3 || XPG4] (timer_getoverrun): Likewise.
28449         [XPG3 || XPG4] (timer_settime): Likewise.
28450         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
28451         [XPG3 || XPG4] (getlogin_r): Likewise.
28452         [XPG3 || XPG4] (pread): Likewise.
28453         [XPG3 || XPG4] (pthread_atfork): Likewise.
28454         [XPG3 || XPG4] (pwrite): Likewise.
28455
28456         [BZ #14835]
28457         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
28458         <bits/siginfo.h>.
28459
28460 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28461
28462         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
28463         finalizing MALLSTREAM.
28464
28465         * sysdeps/mach/hurd/syncfs.c: New file.
28466
28467 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28468
28469         [BZ #14719]
28470         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
28471         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
28472         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
28473         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
28474         (_nss_dns_gethostbyname4_r): Likewise.
28475         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
28476         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
28477
28478 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
28479
28480         [BZ #13763]
28481         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
28482
28483 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
28484
28485         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
28486         * elf/cache.c (print_entry): Print ",AArch64" for
28487         FLAG_AARCH64_LIB64
28488
28489         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
28490         * elf/cache.c (print_entry): Print ",hard-float" for
28491         FLAG_ARM_LIBHF.
28492
28493 2012-11-18  David S. Miller  <davem@davemloft.net>
28494
28495         With help from Joseph Myers.
28496         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
28497         cutoff to 2**-13.
28498         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
28499         cutoff to 2**-25.
28500         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
28501         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
28502         small.
28503         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
28504         * math/libm-test.inc (y0_test): New tests.
28505         (y1_test): New tests.
28506         * sysdeps/i386/fpu/libm-test-ulps: Update.
28507         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28508         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28509
28510 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
28511
28512         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
28513         64-bit targets.
28514         * configure: Regenerated.
28515
28516 2012-11-17  David S. Miller  <davem@davemloft.net>
28517
28518         [BZ #14811]
28519         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
28520         nonzero exponents with absolute value below 0x1p-128 to +/-
28521         0x1p-128.
28522
28523 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
28524
28525         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
28526
28527         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
28528
28529         * posix/getconf-speclist.c: New file.
28530         * posix/posix-envs.def: Likewise.
28531         * posix/confstr.c (START_ENV_GROUP): New macro.
28532         (END_ENV_GROUP): Likewise.
28533         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28534         (KNOWN_PRESENT_ENV_STRING): Likewise.
28535         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28536         (UNKNOWN_ENVIRONMENT): Likewise.
28537         (confstr): Include posix-envs.def instead of handling
28538         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
28539         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
28540         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
28541         (END_ENV_GROUP): Likewise.
28542         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28543         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28544         (UNKNOWN_ENVIRONMENT): Likewise.
28545         (__sysconf): Include posix-envs.def instead of handling associated
28546         cases directly here.
28547         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
28548         preprocessing getconf-speclist.c rather than running getconf or
28549         generating empty file.
28550
28551 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
28552
28553         * scripts/check-local-headers.sh: Ignore 'mach' headers.
28554
28555 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
28556
28557         [BZ #14672]
28558         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
28559
28560 2012-11-16  David S. Miller  <davem@davemloft.net>
28561
28562         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
28563         smaller than LDBL_EPSILON/2.0L, just return xm1.
28564
28565 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
28566
28567         * elf/tst-array1.c (init): Set constructor priority to 1000.
28568         (fini): Set destructor priority to 1000.
28569         * elf/tst-array2dep.c: Likewise.
28570
28571 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28572
28573         [BZ #11741]
28574         * libio/fileops.c (_IO_new_file_write): Correctly return error.
28575         (_IO_new_file_xsputn): Also return EOF if none of the input
28576         data was written when overflow failed.
28577         * libio/iopadn.c (_IO_padn): Likewise.
28578         * libio/iowpadn.c (_IO_wpadn): Likewise.
28579         * stdio-common/tst-put-error.c: Add copyright notice.
28580         (do_test): Add case for printing padded string.
28581         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
28582         _IO_padn returned error.
28583         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
28584         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
28585         return EOF.
28586
28587 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28588
28589         * libio/libioP.h: Add comment note that the references to C++
28590         bits are now obsolete.
28591
28592 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28593
28594         * math/libm-test.inc (check_complex): Use asprintf.
28595
28596 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
28597
28598         * debug/pcprofiledump.c (print_version): Update copyright year.
28599         * malloc/memusagestat.c (print_version): Likewise.
28600
28601 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
28602
28603         [BZ #14831]
28604         * elf/Makefile (tests): Add tst-audit8.
28605         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
28606         ($(objpfx)tst-audit8.out): New target.
28607         (tst-audit8-ENV): New variable.
28608         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
28609         audit if l_reloc_result is NULL.
28610         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
28611         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
28612         * elf/tst-audit8.c: New file.
28613
28614 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28615
28616         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
28617         * misc/Makefile (CFLAGS-select.c): Define.
28618         * posix/Makefile (CFLAGS-pause.c): Define.
28619
28620 2012-11-13  David S. Miller  <davem@davemloft.net>
28621
28622         * crypt/Makefile: Move test targets after toplevel Rules
28623         inclusion.  Grab any necessary sysdep routines when linking.
28624         * crypt/md5.c (md5_process_block): Remove define, we will always
28625         name it __md5_process_block.
28626         (md5_finish_ctx): Update md5_process_block call.
28627         (md5_stream): Likewise.
28628         (md5_process_bytes): Likewise.
28629         (md5_process_block): Rename to __md5_process_block and move to ...
28630         * crypt/md5-block.c: ... here.
28631         * crypt/sha256.c (sha256_process_block): Move to ...
28632         * crypt/sha256-block.c: ... here.
28633         * crypt/sha512.c (sha512_process_block): Move to ...
28634         * crypt/sha512-block.c: ... here.
28635         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
28636         path.
28637         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
28638         * sysdeps/sparc/sparc64/multiarch/Makefile
28639         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
28640         crypt subdir.
28641         (localedef-aux): Add md5 crypto assembler when in locale subdir.
28642         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
28643         multiarch changes.
28644         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
28645         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
28646         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
28647         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
28648         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
28649         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
28650         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
28651         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
28652         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
28653         file.
28654         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
28655         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
28656         file.
28657         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
28658
28659 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
28660
28661         * timezone/tzselect.ksh: Update from tzcode git revision
28662         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
28663         * timezone/zdump.c: Likewise.
28664         * timezone/zic.c: Likewise.
28665         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
28666         in TZVERSION setting, not $(PKGVERSION).
28667         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
28668         REPORT_BUGS_TO settings.
28669
28670         [BZ #14838]
28671         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
28672         macro.
28673
28674 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28675
28676         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
28677         detection to immediately after _FP_ROUND().
28678         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
28679         bits are 0.
28680
28681 2012-11-11  David S. Miller  <davem@davemloft.net>
28682
28683         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
28684         inttypes.h
28685         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
28686         __close rather than their public counterparts.
28687
28688 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
28689
28690         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
28691         file.
28692         [UNIX98] (sem_timedwait): Do not expect.
28693         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
28694         [XPG4 || UNIX98] (sockatmark): Do not expect.
28695         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
28696         (clock_getcpuclockid): Do not expect.
28697         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
28698         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
28699         Do not expect.
28700         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
28701         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
28702         [UNIX98] (vwscanf): Likewise.
28703         [UNIX98] (vswscanf): Likewise.
28704
28705 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
28706
28707         * timezone/version.h: Remove file.
28708         * timezone/README: Do not refer to version.h.
28709         * timezone/Makefile ($(objpfx)zic.o): New dependency on
28710         $(objpfx)version.h.
28711         ($(objpfx)zdump.o): Likewise.
28712         ($(objpfx)version.h): New target.
28713
28714         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
28715         2012i.
28716         * timezone/README: Don't mention modification to tzselect.ksh.
28717         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
28718         work on unmodified tzselect.ksh.  Substitute version numbers in
28719         tzselect.ksh.
28720
28721         * Makefile (format-me): Remove.
28722         (INSTALL): Adjust indentation.  Use commands directly instead of
28723         using $(format-me).
28724
28725         * aclocal.m4 (ACX_PKGVERSION): New macro.
28726         (ACX_BUGURL): Likewise.
28727         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
28728         (PKGVERSION): New AC_DEFINE_UNQUOTED.
28729         (REPORT_BUGS_TO): Likewise.
28730         * configure: Regenerated.
28731         * config.h.in (PKGVERSION): New macro.
28732         (REPORT_BUGS_TO): Likewise.
28733         * config.make.in (PKGVERSION): New variable.
28734         (PKGVERSION_TEXI): Likewise.
28735         (REPORT_BUGS_TO): Likewise.
28736         (REPORT_BUGS_TEXI): Likewise.
28737         * Makefile (format-me): Use -I$(common-objpfx)manual.
28738         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
28739         ($(common-objpfx)manual/%): New target.
28740         (manual/%): Remove target.
28741         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
28742         (print_version): Use PKGVERSION.
28743         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
28744         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
28745         and REPORT_BUGS_TO.
28746         ($(objpfx)xtrace): Likewise.
28747         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28748         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28749         (print_version): Use PKGVERSION.
28750         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28751         (do_version): Use PKGVERSION.
28752         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28753         REPORT_BUGS_TO.
28754         (common-ldd-rewrite): Likewise.
28755         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28756         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28757         (print_version): Use PKGVERSION.
28758         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28759         * elf/pldd.c (argp_program_bug_address): Remove variable.
28760         (more_help): New function.
28761         (argp): Use more_help.
28762         (print_version): Use PKGVERSION.
28763         * elf/sln.c (main): Use PKGVERSION.
28764         (usage): Use REPORT_BUGS_TO.
28765         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28766         (top level): Use PKGVERSION.
28767         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28768         (print_version): Use PKGVERSION.
28769         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28770         (print_version): Use PKGVERSION.
28771         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28772         (print_version): Use PKGVERSION.
28773         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28774         (print_version): Use PKGVERSION.
28775         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28776         (print_version): Use PKGVERSION.
28777         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28778         (print_version): Use PKGVERSION.
28779         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28780         and BUGURL.
28781         ($(objpfx)memusage): Likewise.
28782         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28783         (do_version): Use PKGVERSION.
28784         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28785         (print_version): Use PKGVERSION.
28786         * malloc/mtrace.pl ($PACKAGE): Remove variable.
28787         ($PKGVERSION): New variable.
28788         ($REPORT_BUGS_TO): Likewise.
28789         (usage): Use $REPORT_BUGS_TO.
28790         (top level): Use $PKGVERSION.
28791         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28792         ($(objpfx)pkgvers.texi): New rule.
28793         ($(objpfx)stamp-pkgvers): Likewise.
28794         * manual/install.texi: Include pkgvers.texi.
28795         (--with-pkgversion): Document new configure option.
28796         (--with-bugurl): Likewise.
28797         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28798         than necessarily for this particular distribution.  Use
28799         REPORT_BUGS_TO for where to report bugs.
28800         * INSTALL: Regenerated.
28801         * manual/libc.texinfo: Include pkgvers.texi.
28802         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28803         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28804         (print_version): Use PKGVERSION.
28805         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28806         (print_version): Use PKGVERSION.
28807         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28808         (print_version): Use PKGVERSION.
28809         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28810         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28811         macro.
28812         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28813         (print_version): Use PKGVERSION.
28814         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28815         (print_version): Use PKGVERSION.
28816         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28817         and PKGVERSION.
28818
28819         * timezone/checktab.awk: Update from tzcode 2012i.
28820         * timezone/ialloc.c: Likewise.
28821         * timezone/private.h: Likewise.
28822         * timezone/scheck.c: Likewise.
28823         * timezone/tzfile.h: Likewise.
28824         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28825         (TZVERSION): Hardcode tzcode version number.
28826         * timezone/zdump.c: Update from tzcode 2012i.
28827         * timezone/zic.c: Likewise.
28828         * timezone/version.h: New file.
28829         * timezone/README: Describe version.h.  Update upstream location.
28830
28831         [BZ #14824]
28832         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28833         (mktemp): Enable declaration.
28834         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28835         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28836         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28837         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28838         Likewise.
28839         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28840         Likewise.
28841         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28842         Likewise.
28843         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28844         Likewise.
28845         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28846         Likewise.
28847         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28848         Likewise.
28849
28850         [BZ #14821]
28851         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28852         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
28853         for copies of such integer values.
28854         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28855         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28856
28857 2012-11-09  Andreas Jaeger  <aj@suse.de>
28858
28859         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28860         definitions and declarations that are provided by
28861         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28862
28863 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28864
28865         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
28866         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28867         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28868         definition.
28869
28870 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28871
28872         * elf/elf.h: Update comment before AArch64 relocations.
28873
28874 2012-11-07  David S. Miller  <davem@davemloft.net>
28875
28876         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28877         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28878         (__start_context): Declare.
28879         (__makecontext_ret): Delete.
28880         (__makecontext): Hook up __start_context instead of
28881         __makecontext_ret.
28882         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28883         (sysdep_routines): Add __start_context when in stdlib.
28884
28885 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28886
28887         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
28888         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
28889         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
28890         hardcoded "nm".
28891         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
28892         (READELF): New variable.  Use it instead of hardcoded "readelf".
28893
28894 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
28895
28896         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
28897         * sysdeps/x86/Makefile: Here.
28898         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
28899         * sysdeps/x86/tst-xmmymm.sh: This.
28900
28901 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28902
28903         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
28904         expectations.
28905         [UNIX98] (pthread_barrier_t): Do not expect.
28906         [UNIX98] (pthread_barrierattr_t): Likewise.
28907         [UNIX98] (pthread_spinlock_t): Likewise.
28908         [UNIX98] (pthread_barrier_destroy): Likewise.
28909         [UNIX98] (pthread_barrier_init): Likewise.
28910         [UNIX98] (pthread_barrier_wait): Likewise.
28911         [UNIX98] (pthread_barrierattr_destroy): Likewise.
28912         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
28913         [UNIX98] (pthread_barrierattr_init): Likewise.
28914         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
28915         [UNIX98] (pthread_getcpuclockid): Likewise.
28916         [UNIX98] (pthread_mutex_timedlock): Likewise.
28917         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
28918         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
28919         [UNIX98] (pthread_sigmask): Likewise.
28920         [UNIX98] (pthread_spin_destroy): Likewise.
28921         [UNIX98] (pthread_spin_init): Likewise.
28922         [UNIX98] (pthread_spin_lock): Likewise.
28923         [UNIX98] (pthread_spin_trylock): Likewise.
28924         [UNIX98] (pthread_spin_unlock): Likewise.
28925         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
28926         Do not expect.
28927         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
28928         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
28929         [XPG3 || XPG4] (pthread_cond_t): Likewise.
28930         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
28931         [XPG3 || XPG4] (pthread_key_t): Likewise.
28932         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
28933         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
28934         [XPG3 || XPG4] (pthread_once_t): Likewise.
28935         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
28936         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
28937         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
28938         [XPG3 || XPG4] (pthread_t): Likewise.
28939
28940         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
28941         not expect.
28942         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
28943
28944         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
28945         Change function return type to int.
28946
28947         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
28948         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
28949         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
28950         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
28951         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
28952         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
28953         [!POSIX] (posix_madvise): Likewise.
28954         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
28955         && !UNIX98].
28956         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
28957         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
28958         (mode_t): Likewise.
28959         (posix_mem_offset): Likewise.
28960         (posix_typed_mem_get_info): Likewise.
28961         (posix_typed_mem_open): Likewise.
28962
28963         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
28964         Change condition to [XOPEN2K8].
28965
28966         * conform/conformtest.pl: Preprocess allow-header data with -x c
28967         instead of from stdin.
28968         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
28969         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
28970         [C99-based standards] (cerfc): Likewise.
28971         [C99-based standards] (cexp2): Likewise.
28972         [C99-based standards] (cexpm1): Likewise.
28973         [C99-based standards] (clog10): Likewise.
28974         [C99-based standards] (clog1p): Likewise.
28975         [C99-based standards] (clog2): Likewise.
28976         [C99-based standards] (clgamma): Likewise.
28977         [C99-based standards] (ctgamma): Likewise.
28978         [C99-based standards] (cerff): Likewise.
28979         [C99-based standards] (cerfcf): Likewise.
28980         [C99-based standards] (cexp2f): Likewise.
28981         [C99-based standards] (cexpm1f): Likewise.
28982         [C99-based standards] (clog10f): Likewise.
28983         [C99-based standards] (clog1pf): Likewise.
28984         [C99-based standards] (clog2f): Likewise.
28985         [C99-based standards] (clgammaf): Likewise.
28986         [C99-based standards] (ctgammaf): Likewise.
28987         [C99-based standards] (cerfl): Likewise.
28988         [C99-based standards] (cerfcl): Likewise.
28989         [C99-based standards] (cexp2l): Likewise.
28990         [C99-based standards] (cexpm1l): Likewise.
28991         [C99-based standards] (clog10l): Likewise.
28992         [C99-based standards] (clog1pl): Likewise.
28993         [C99-based standards] (clog2l): Likewise.
28994         [C99-based standards] (clgammal): Likewise.
28995         [C99-based standards] (ctgammal): Likewise.
28996         * conform/data/inttypes.h-data [C99-based standards]: Include
28997         stdint.h-data.  Remove all expectations for stdint.h contents.
28998         [C99-based standards] (PRI*): Do not allow.
28999         [C99-based standards] (SCN*): Likewise.
29000         [C99-based standards] (*_t): Likewise.
29001         [C99-based-standards] (PRId8): Expect macro.
29002         [C99-based-standards] (PRIi8): Likewise.
29003         [C99-based-standards] (PRIo8): Likewise.
29004         [C99-based-standards] (PRIu8): Likewise.
29005         [C99-based-standards] (PRIx8): Likewise.
29006         [C99-based-standards] (PRIX8): Likewise.
29007         [C99-based-standards] (SCNd8): Likewise.
29008         [C99-based-standards] (SCNi8): Likewise.
29009         [C99-based-standards] (SCNo8): Likewise.
29010         [C99-based-standards] (SCNu8): Likewise.
29011         [C99-based-standards] (SCNx8): Likewise.
29012         [C99-based-standards] (PRIdLEAST8): Likewise.
29013         [C99-based-standards] (PRIiLEAST8): Likewise.
29014         [C99-based-standards] (PRIoLEAST8): Likewise.
29015         [C99-based-standards] (PRIuLEAST8): Likewise.
29016         [C99-based-standards] (PRIxLEAST8): Likewise.
29017         [C99-based-standards] (PRIXLEAST8): Likewise.
29018         [C99-based-standards] (SCNdLEAST8): Likewise.
29019         [C99-based-standards] (SCNiLEAST8): Likewise.
29020         [C99-based-standards] (SCNoLEAST8): Likewise.
29021         [C99-based-standards] (SCNuLEAST8): Likewise.
29022         [C99-based-standards] (SCNxLEAST8): Likewise.
29023         [C99-based-standards] (PRIdFAST8): Likewise.
29024         [C99-based-standards] (PRIiFAST8): Likewise.
29025         [C99-based-standards] (PRIoFAST8): Likewise.
29026         [C99-based-standards] (PRIuFAST8): Likewise.
29027         [C99-based-standards] (PRIxFAST8): Likewise.
29028         [C99-based-standards] (PRIXFAST8): Likewise.
29029         [C99-based-standards] (SCNdFAST8): Likewise.
29030         [C99-based-standards] (SCNiFAST8): Likewise.
29031         [C99-based-standards] (SCNoFAST8): Likewise.
29032         [C99-based-standards] (SCNuFAST8): Likewise.
29033         [C99-based-standards] (SCNxFAST8): Likewise.
29034         [C99-based-standards] (PRId16): Likewise.
29035         [C99-based-standards] (PRIi16): Likewise.
29036         [C99-based-standards] (PRIo16): Likewise.
29037         [C99-based-standards] (PRIu16): Likewise.
29038         [C99-based-standards] (PRIx16): Likewise.
29039         [C99-based-standards] (PRIX16): Likewise.
29040         [C99-based-standards] (SCNd16): Likewise.
29041         [C99-based-standards] (SCNi16): Likewise.
29042         [C99-based-standards] (SCNo16): Likewise.
29043         [C99-based-standards] (SCNu16): Likewise.
29044         [C99-based-standards] (SCNx16): Likewise.
29045         [C99-based-standards] (PRIdLEAST16): Likewise.
29046         [C99-based-standards] (PRIiLEAST16): Likewise.
29047         [C99-based-standards] (PRIoLEAST16): Likewise.
29048         [C99-based-standards] (PRIuLEAST16): Likewise.
29049         [C99-based-standards] (PRIxLEAST16): Likewise.
29050         [C99-based-standards] (PRIXLEAST16): Likewise.
29051         [C99-based-standards] (SCNdLEAST16): Likewise.
29052         [C99-based-standards] (SCNiLEAST16): Likewise.
29053         [C99-based-standards] (SCNoLEAST16): Likewise.
29054         [C99-based-standards] (SCNuLEAST16): Likewise.
29055         [C99-based-standards] (SCNxLEAST16): Likewise.
29056         [C99-based-standards] (PRIdFAST16): Likewise.
29057         [C99-based-standards] (PRIiFAST16): Likewise.
29058         [C99-based-standards] (PRIoFAST16): Likewise.
29059         [C99-based-standards] (PRIuFAST16): Likewise.
29060         [C99-based-standards] (PRIxFAST16): Likewise.
29061         [C99-based-standards] (PRIXFAST16): Likewise.
29062         [C99-based-standards] (SCNdFAST16): Likewise.
29063         [C99-based-standards] (SCNiFAST16): Likewise.
29064         [C99-based-standards] (SCNoFAST16): Likewise.
29065         [C99-based-standards] (SCNuFAST16): Likewise.
29066         [C99-based-standards] (SCNxFAST16): Likewise.
29067         [C99-based-standards] (PRId32): Likewise.
29068         [C99-based-standards] (PRIi32): Likewise.
29069         [C99-based-standards] (PRIo32): Likewise.
29070         [C99-based-standards] (PRIu32): Likewise.
29071         [C99-based-standards] (PRIx32): Likewise.
29072         [C99-based-standards] (PRIX32): Likewise.
29073         [C99-based-standards] (SCNd32): Likewise.
29074         [C99-based-standards] (SCNi32): Likewise.
29075         [C99-based-standards] (SCNo32): Likewise.
29076         [C99-based-standards] (SCNu32): Likewise.
29077         [C99-based-standards] (SCNx32): Likewise.
29078         [C99-based-standards] (PRIdLEAST32): Likewise.
29079         [C99-based-standards] (PRIiLEAST32): Likewise.
29080         [C99-based-standards] (PRIoLEAST32): Likewise.
29081         [C99-based-standards] (PRIuLEAST32): Likewise.
29082         [C99-based-standards] (PRIxLEAST32): Likewise.
29083         [C99-based-standards] (PRIXLEAST32): Likewise.
29084         [C99-based-standards] (SCNdLEAST32): Likewise.
29085         [C99-based-standards] (SCNiLEAST32): Likewise.
29086         [C99-based-standards] (SCNoLEAST32): Likewise.
29087         [C99-based-standards] (SCNuLEAST32): Likewise.
29088         [C99-based-standards] (SCNxLEAST32): Likewise.
29089         [C99-based-standards] (PRIdFAST32): Likewise.
29090         [C99-based-standards] (PRIiFAST32): Likewise.
29091         [C99-based-standards] (PRIoFAST32): Likewise.
29092         [C99-based-standards] (PRIuFAST32): Likewise.
29093         [C99-based-standards] (PRIxFAST32): Likewise.
29094         [C99-based-standards] (PRIXFAST32): Likewise.
29095         [C99-based-standards] (SCNdFAST32): Likewise.
29096         [C99-based-standards] (SCNiFAST32): Likewise.
29097         [C99-based-standards] (SCNoFAST32): Likewise.
29098         [C99-based-standards] (SCNuFAST32): Likewise.
29099         [C99-based-standards] (SCNxFAST32): Likewise.
29100         [C99-based-standards] (PRId64): Likewise.
29101         [C99-based-standards] (PRIi64): Likewise.
29102         [C99-based-standards] (PRIo64): Likewise.
29103         [C99-based-standards] (PRIu64): Likewise.
29104         [C99-based-standards] (PRIx64): Likewise.
29105         [C99-based-standards] (PRIX64): Likewise.
29106         [C99-based-standards] (SCNd64): Likewise.
29107         [C99-based-standards] (SCNi64): Likewise.
29108         [C99-based-standards] (SCNo64): Likewise.
29109         [C99-based-standards] (SCNu64): Likewise.
29110         [C99-based-standards] (SCNx64): Likewise.
29111         [C99-based-standards] (PRIdLEAST64): Likewise.
29112         [C99-based-standards] (PRIiLEAST64): Likewise.
29113         [C99-based-standards] (PRIoLEAST64): Likewise.
29114         [C99-based-standards] (PRIuLEAST64): Likewise.
29115         [C99-based-standards] (PRIxLEAST64): Likewise.
29116         [C99-based-standards] (PRIXLEAST64): Likewise.
29117         [C99-based-standards] (SCNdLEAST64): Likewise.
29118         [C99-based-standards] (SCNiLEAST64): Likewise.
29119         [C99-based-standards] (SCNoLEAST64): Likewise.
29120         [C99-based-standards] (SCNuLEAST64): Likewise.
29121         [C99-based-standards] (SCNxLEAST64): Likewise.
29122         [C99-based-standards] (PRIdFAST64): Likewise.
29123         [C99-based-standards] (PRIiFAST64): Likewise.
29124         [C99-based-standards] (PRIoFAST64): Likewise.
29125         [C99-based-standards] (PRIuFAST64): Likewise.
29126         [C99-based-standards] (PRIxFAST64): Likewise.
29127         [C99-based-standards] (PRIXFAST64): Likewise.
29128         [C99-based-standards] (SCNdFAST64): Likewise.
29129         [C99-based-standards] (SCNiFAST64): Likewise.
29130         [C99-based-standards] (SCNoFAST64): Likewise.
29131         [C99-based-standards] (SCNuFAST64): Likewise.
29132         [C99-based-standards] (SCNxFAST64): Likewise.
29133         [C99-based-standards] (PRIdMAX): Likewise.
29134         [C99-based-standards] (PRIiMAX): Likewise.
29135         [C99-based-standards] (PRIoMAX): Likewise.
29136         [C99-based-standards] (PRIuMAX): Likewise.
29137         [C99-based-standards] (PRIxMAX): Likewise.
29138         [C99-based-standards] (PRIXMAX): Likewise.
29139         [C99-based-standards] (SCNdMAX): Likewise.
29140         [C99-based-standards] (SCNiMAX): Likewise.
29141         [C99-based-standards] (SCNoMAX): Likewise.
29142         [C99-based-standards] (SCNuMAX): Likewise.
29143         [C99-based-standards] (SCNxMAX): Likewise.
29144         [C99-based-standards] (PRIdPTR): Likewise.
29145         [C99-based-standards] (PRIiPTR): Likewise.
29146         [C99-based-standards] (PRIoPTR): Likewise.
29147         [C99-based-standards] (PRIuPTR): Likewise.
29148         [C99-based-standards] (PRIxPTR): Likewise.
29149         [C99-based-standards] (PRIXPTR): Likewise.
29150         [C99-based-standards] (SCNdPTR): Likewise.
29151         [C99-based-standards] (SCNiPTR): Likewise.
29152         [C99-based-standards] (SCNoPTR): Likewise.
29153         [C99-based-standards] (SCNuPTR): Likewise.
29154         [C99-based-standards] (SCNxPTR): Likewise.
29155         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
29156         allow.
29157         * conform/data/stdint.h-data: Update comments to clarify
29158         requirements.
29159         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
29160         type.
29161         [C99-based standards] (INT8_MAX): Likewise.
29162         [C99-based standards] (INT16_MIN): Likewise.
29163         [C99-based standards] (INT16_MAX): Likewise.
29164         [C99-based standards] (INT32_MIN): Likewise.
29165         [C99-based standards] (INT32_MAX): Likewise.
29166         [C99-based standards] (INT64_MIN): Likewise.
29167         [C99-based standards] (INT64_MAX): Likewise.
29168         [C99-based standards] (UINT8_MAX): Likewise.
29169         [C99-based standards] (UINT16_MAX): Likewise.
29170         [C99-based standards] (UINT32_MAX): Likewise.
29171         [C99-based standards] (UINT64_MAX): Likewise.
29172         [C99-based standards] (INT_LEAST8_MIN): Likewise.
29173         [C99-based standards] (INT_LEAST8_MAX): Likewise.
29174         [C99-based standards] (INT_LEAST16_MIN): Likewise.
29175         [C99-based standards] (INT_LEAST16_MAX): Likewise.
29176         [C99-based standards] (INT_LEAST32_MIN): Likewise.
29177         [C99-based standards] (INT_LEAST32_MAX): Likewise.
29178         [C99-based standards] (INT_LEAST64_MIN): Likewise.
29179         [C99-based standards] (INT_LEAST64_MAX): Likewise.
29180         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
29181         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
29182         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
29183         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
29184         [C99-based standards] (INT_FAST8_MIN): Likewise.
29185         [C99-based standards] (INT_FAST8_MAX): Likewise.
29186         [C99-based standards] (INT_FAST16_MIN): Likewise.
29187         [C99-based standards] (INT_FAST16_MAX): Likewise.
29188         [C99-based standards] (INT_FAST32_MIN): Likewise.
29189         [C99-based standards] (INT_FAST32_MAX): Likewise.
29190         [C99-based standards] (INT_FAST64_MIN): Likewise.
29191         [C99-based standards] (INT_FAST64_MAX): Likewise.
29192         [C99-based standards] (UINT_FAST8_MAX): Likewise.
29193         [C99-based standards] (UINT_FAST16_MAX): Likewise.
29194         [C99-based standards] (UINT_FAST32_MAX): Likewise.
29195         [C99-based standards] (UINT_FAST64_MAX): Likewise.
29196         [C99-based standards] (INTPTR_MIN): Likewise.
29197         [C99-based standards] (INTPTR_MAX): Likewise.
29198         [C99-based standards] (UINTPTR_MAX): Likewise.
29199         [C99-based standards] (INTMAX_MIN): Likewise.
29200         [C99-based standards] (INTMAX_MAX): Likewise.
29201         [C99-based standards] (UINTMAX_MAX): Likewise.
29202         [C99-based standards] (PTRDIFF_MIN): Likewise.
29203         [C99-based standards] (PTRDIFF_MAX): Likewise.
29204         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
29205         [C99-based standards] (SIZE_MAX): Likewise.
29206         [C99-based standards] (WCHAR_MAX): Likewise.
29207         [C99-based standards] (WINT_MAX): Likewise.
29208         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
29209         constraint on value.
29210         [C99-based standards] (WCHAR_MIN): Likewise.
29211         [C99-based standards] (WINT_MIN): Likewise.
29212         [C99-based standards] (*_t): Allow.
29213         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
29214         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
29215         Include math.h-data and complex.h-data.  Remove all expectations
29216         of math.h and complex.h contents.
29217         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
29218         at end of line.
29219         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
29220         (struct tm): Expect tag.
29221         [C99-based-standards] (wcstof): Expect function.
29222         [C99-based-standards] (wcstold): Likewise.
29223         [C99-based-standards] (wcstoll): Likewise.
29224         [C99-based-standards] (wcstoull): Likewise.
29225         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
29226         macro-int-constant.  Specify type.
29227         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
29228         constraint on value.
29229         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29230         Specify type.
29231         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
29232         Specify value.
29233         [ISO C standards]: Do not allow headers.
29234         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
29235         wcs[abcdefghijklmnopqrstuvwxyz]*.
29236         [ISO C standards] (*_t): Do not allow.
29237         * conform/data/wctype.h-data [C99-based standards] (iswblank):
29238         Expect function.
29239         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
29240         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29241         Specify type.
29242         [ISO C standards]: Do not allow headers.
29243         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
29244         is[abcdefghijklmnopqrstuvwxyz]*.
29245         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
29246         to[abcdefghijklmnopqrstuvwxyz]*.
29247         [ISO C standards] (*_t): Do not allow.
29248         * conform/data/stdalign.h-data: New file.
29249         * conform/data/stdbool.h-data: Likewise.
29250         * conform/data/stdnoreturn.h-data: Likewise.
29251
29252 2012-11-07  Roland McGrath  <roland@hack.frob.com>
29253
29254         [BZ #14815]
29255         * manual/filesys.texi (Directory Entries): Typo fix.
29256         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
29257
29258 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29259
29260         * elf/elf.h (EM_AARCH64): New macro.
29261         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
29262         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
29263         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
29264         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
29265         (R_AARCH64_TLSDESC): Likewise.
29266         (NT_ARM_TLS): Likewise.
29267         (NT_ARM_HW_BREAK): Likewise.
29268         (NT_ARM_HW_WATCH): Likewise.
29269
29270 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29271
29272         [BZ #14811]
29273         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
29274         (__ieee754_powl): Saturate nonzero exponents with absolute value
29275         below 0x1p-79 to +/- 0x1p-79.
29276         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
29277         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
29278         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
29279         nonzero exponents with absolute value below 0x1p-32 to +/-
29280         0x1p-32.
29281         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
29282         (__ieee754_powl): Saturate nonzero exponents with absolute value
29283         below 0x1p-79 to +/- 0x1p-79.
29284         * math/libm-test.inc (pow_test): Add more tests.
29285
29286 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29287
29288         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
29289         _dl_s390_cap_flags with kernel. Increase string length.
29290         (_dl_s390_platforms): Add z196 and zEC12.
29291
29292 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29293
29294         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
29295         Change XOPEN21K to XOPEN2K.
29296
29297 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
29298
29299         * string/memmove.c: Use memcpy when possible.
29300
29301 2012-11-06  Andreas Jaeger  <aj@suse.de>
29302
29303         * po/eo.po: Update from translation team.
29304
29305 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
29306
29307         [BZ #14793]
29308         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
29309         exponent and small x and y exponents, scale x or y up.  Increase
29310         by 2 the exponent used in scaling up.
29311         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29312         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29313         * math/libm-test.inc (fma_test): Add more tests.
29314         (fma_test_towardzero): Likewise.
29315         (fma_test_downward): Likewise.
29316         (fma_test_upward): Likewise.
29317
29318 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
29319
29320         [BZ #14805]
29321         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
29322         fenv_t *.
29323
29324         [BZ #14801]
29325         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
29326         namespace for names of struct fields.
29327         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
29328         fenv_t fields.
29329         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
29330         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
29331
29332 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29333
29334         [BZ #3665]
29335         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
29336
29337 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29338
29339         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
29340         PTR_DEMANGLE.
29341
29342         [BZ #5246]
29343         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
29344         PTR_DEMANGLE.
29345
29346 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
29347
29348         [BZ #14797]
29349         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
29350         definitely overflow as x * y not x * y + z.
29351         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29352         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29353         * math/libm-test.inc (fma_test): Add more tests.
29354         (fma_test_towardzero): Likewise.
29355         (fma_test_downward): Likewise.
29356         (fma_test_upward): Likewise.
29357
29358 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29359
29360         [BZ #157]
29361
29362         * include/stub-tag.h: Remove file.
29363         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
29364         '#include' of it.
29365         * manual/maint.texi (Porting): Don't reference it.
29366         * Makerules ($(objpfx)stubs): Likewise.
29367         * dirent/closedir.c: Don't include <stub-tag.h>.
29368         * dirent/dirfd.c: Likewise.
29369         * dirent/fdopendir.c: Likewise.
29370         * dirent/getdents.c: Likewise.
29371         * dirent/getdents64.c: Likewise.
29372         * dirent/opendir.c: Likewise.
29373         * dirent/readdir.c: Likewise.
29374         * dirent/readdir64.c: Likewise.
29375         * dirent/readdir64_r.c: Likewise.
29376         * dirent/readdir_r.c: Likewise.
29377         * dirent/rewinddir.c: Likewise.
29378         * dirent/seekdir.c: Likewise.
29379         * dirent/telldir.c: Likewise.
29380         * gmon/profil.c: Likewise.
29381         * grp/setgroups.c: Likewise.
29382         * inet/if_index.c: Likewise.
29383         * io/access.c: Likewise.
29384         * io/chdir.c: Likewise.
29385         * io/chmod.c: Likewise.
29386         * io/chown.c: Likewise.
29387         * io/close.c: Likewise.
29388         * io/dup.c: Likewise.
29389         * io/dup2.c: Likewise.
29390         * io/dup3.c: Likewise.
29391         * io/euidaccess.c: Likewise.
29392         * io/faccessat.c: Likewise.
29393         * io/fchdir.c: Likewise.
29394         * io/fchmod.c: Likewise.
29395         * io/fchmodat.c: Likewise.
29396         * io/fchown.c: Likewise.
29397         * io/fchownat.c: Likewise.
29398         * io/fcntl.c: Likewise.
29399         * io/flock.c: Likewise.
29400         * io/fstatfs.c: Likewise.
29401         * io/fstatfs64.c: Likewise.
29402         * io/fstatvfs.c: Likewise.
29403         * io/fstatvfs64.c: Likewise.
29404         * io/futimens.c: Likewise.
29405         * io/fxstat.c: Likewise.
29406         * io/fxstat64.c: Likewise.
29407         * io/fxstatat.c: Likewise.
29408         * io/fxstatat64.c: Likewise.
29409         * io/getcwd.c: Likewise.
29410         * io/isatty.c: Likewise.
29411         * io/lchmod.c: Likewise.
29412         * io/lchown.c: Likewise.
29413         * io/link.c: Likewise.
29414         * io/linkat.c: Likewise.
29415         * io/lseek.c: Likewise.
29416         * io/lseek64.c: Likewise.
29417         * io/lxstat64.c: Likewise.
29418         * io/mkdir.c: Likewise.
29419         * io/mkdirat.c: Likewise.
29420         * io/mkfifo.c: Likewise.
29421         * io/mkfifoat.c: Likewise.
29422         * io/open.c: Likewise.
29423         * io/open64.c: Likewise.
29424         * io/openat.c: Likewise.
29425         * io/openat64.c: Likewise.
29426         * io/pipe.c: Likewise.
29427         * io/pipe2.c: Likewise.
29428         * io/poll.c: Likewise.
29429         * io/posix_fadvise.c: Likewise.
29430         * io/posix_fadvise64.c: Likewise.
29431         * io/posix_fallocate.c: Likewise.
29432         * io/posix_fallocate64.c: Likewise.
29433         * io/read.c: Likewise.
29434         * io/readlink.c: Likewise.
29435         * io/readlinkat.c: Likewise.
29436         * io/rmdir.c: Likewise.
29437         * io/sendfile.c: Likewise.
29438         * io/sendfile64.c: Likewise.
29439         * io/statfs.c: Likewise.
29440         * io/statfs64.c: Likewise.
29441         * io/statvfs.c: Likewise.
29442         * io/statvfs64.c: Likewise.
29443         * io/symlink.c: Likewise.
29444         * io/symlinkat.c: Likewise.
29445         * io/ttyname.c: Likewise.
29446         * io/ttyname_r.c: Likewise.
29447         * io/umask.c: Likewise.
29448         * io/unlink.c: Likewise.
29449         * io/unlinkat.c: Likewise.
29450         * io/utime.c: Likewise.
29451         * io/utimensat.c: Likewise.
29452         * io/write.c: Likewise.
29453         * io/xmknod.c: Likewise.
29454         * io/xmknodat.c: Likewise.
29455         * io/xstat.c: Likewise.
29456         * io/xstat64.c: Likewise.
29457         * login/getpt.c: Likewise.
29458         * login/grantpt.c: Likewise.
29459         * login/unlockpt.c: Likewise.
29460         * math/e_acoshl.c: Likewise.
29461         * math/e_acosl.c: Likewise.
29462         * math/e_asinl.c: Likewise.
29463         * math/e_atan2l.c: Likewise.
29464         * math/e_atanhl.c: Likewise.
29465         * math/e_coshl.c: Likewise.
29466         * math/e_expl.c: Likewise.
29467         * math/e_fmodl.c: Likewise.
29468         * math/e_gammal_r.c: Likewise.
29469         * math/e_hypotl.c: Likewise.
29470         * math/e_j0l.c: Likewise.
29471         * math/e_j1l.c: Likewise.
29472         * math/e_jnl.c: Likewise.
29473         * math/e_lgammal_r.c: Likewise.
29474         * math/e_log10l.c: Likewise.
29475         * math/e_log2l.c: Likewise.
29476         * math/e_logl.c: Likewise.
29477         * math/e_powl.c: Likewise.
29478         * math/e_rem_pio2l.c: Likewise.
29479         * math/e_sinhl.c: Likewise.
29480         * math/e_sqrtl.c: Likewise.
29481         * math/fclrexcpt.c: Likewise.
29482         * math/fedisblxcpt.c: Likewise.
29483         * math/feenablxcpt.c: Likewise.
29484         * math/fegetenv.c: Likewise.
29485         * math/fegetexcept.c: Likewise.
29486         * math/fegetround.c: Likewise.
29487         * math/feholdexcpt.c: Likewise.
29488         * math/fesetenv.c: Likewise.
29489         * math/fesetround.c: Likewise.
29490         * math/feupdateenv.c: Likewise.
29491         * math/fgetexcptflg.c: Likewise.
29492         * math/fraiseexcpt.c: Likewise.
29493         * math/fsetexcptflg.c: Likewise.
29494         * math/ftestexcept.c: Likewise.
29495         * math/k_cosl.c: Likewise.
29496         * math/k_rem_pio2l.c: Likewise.
29497         * math/k_sinl.c: Likewise.
29498         * math/k_tanl.c: Likewise.
29499         * math/s_asinhl.c: Likewise.
29500         * math/s_atanl.c: Likewise.
29501         * math/s_cbrtl.c: Likewise.
29502         * math/s_erfl.c: Likewise.
29503         * math/s_expm1l.c: Likewise.
29504         * math/s_log1pl.c: Likewise.
29505         * math/s_tanhl.c: Likewise.
29506         * misc/acct.c: Likewise.
29507         * misc/brk.c: Likewise.
29508         * misc/chflags.c: Likewise.
29509         * misc/chroot.c: Likewise.
29510         * misc/fchflags.c: Likewise.
29511         * misc/fgetxattr.c: Likewise.
29512         * misc/flistxattr.c: Likewise.
29513         * misc/fremovexattr.c: Likewise.
29514         * misc/fsetxattr.c: Likewise.
29515         * misc/fsync.c: Likewise.
29516         * misc/ftruncate.c: Likewise.
29517         * misc/futimes.c: Likewise.
29518         * misc/futimesat.c: Likewise.
29519         * misc/getdomain.c: Likewise.
29520         * misc/getdtsz.c: Likewise.
29521         * misc/gethostid.c: Likewise.
29522         * misc/gethostname.c: Likewise.
29523         * misc/getloadavg.c: Likewise.
29524         * misc/getpagesize.c: Likewise.
29525         * misc/getsysstats.c: Likewise.
29526         * misc/getxattr.c: Likewise.
29527         * misc/gtty.c: Likewise.
29528         * misc/ioctl.c: Likewise.
29529         * misc/lgetxattr.c: Likewise.
29530         * misc/listxattr.c: Likewise.
29531         * misc/llistxattr.c: Likewise.
29532         * misc/lremovexattr.c: Likewise.
29533         * misc/lsetxattr.c: Likewise.
29534         * misc/lutimes.c: Likewise.
29535         * misc/madvise.c: Likewise.
29536         * misc/mincore.c: Likewise.
29537         * misc/mlock.c: Likewise.
29538         * misc/mlockall.c: Likewise.
29539         * misc/mmap.c: Likewise.
29540         * misc/mprotect.c: Likewise.
29541         * misc/msync.c: Likewise.
29542         * misc/munlock.c: Likewise.
29543         * misc/munlockall.c: Likewise.
29544         * misc/munmap.c: Likewise.
29545         * misc/preadv.c: Likewise.
29546         * misc/preadv64.c: Likewise.
29547         * misc/ptrace.c: Likewise.
29548         * misc/pwritev.c: Likewise.
29549         * misc/pwritev64.c: Likewise.
29550         * misc/readv.c: Likewise.
29551         * misc/reboot.c: Likewise.
29552         * misc/remap_file_pages.c: Likewise.
29553         * misc/removexattr.c: Likewise.
29554         * misc/revoke.c: Likewise.
29555         * misc/select.c: Likewise.
29556         * misc/setdomain.c: Likewise.
29557         * misc/setegid.c: Likewise.
29558         * misc/seteuid.c: Likewise.
29559         * misc/sethostid.c: Likewise.
29560         * misc/sethostname.c: Likewise.
29561         * misc/setregid.c: Likewise.
29562         * misc/setreuid.c: Likewise.
29563         * misc/setxattr.c: Likewise.
29564         * misc/sstk.c: Likewise.
29565         * misc/stty.c: Likewise.
29566         * misc/swapoff.c: Likewise.
29567         * misc/swapon.c: Likewise.
29568         * misc/sync.c: Likewise.
29569         * misc/syncfs.c: Likewise.
29570         * misc/syscall.c: Likewise.
29571         * misc/truncate.c: Likewise.
29572         * misc/ualarm.c: Likewise.
29573         * misc/usleep.c: Likewise.
29574         * misc/ustat.c: Likewise.
29575         * misc/utimes.c: Likewise.
29576         * misc/vhangup.c: Likewise.
29577         * misc/writev.c: Likewise.
29578         * posix/_exit.c: Likewise.
29579         * posix/alarm.c: Likewise.
29580         * posix/execve.c: Likewise.
29581         * posix/fexecve.c: Likewise.
29582         * posix/fork.c: Likewise.
29583         * posix/fpathconf.c: Likewise.
29584         * posix/getaddrinfo.c: Likewise.
29585         * posix/getegid.c: Likewise.
29586         * posix/geteuid.c: Likewise.
29587         * posix/getgid.c: Likewise.
29588         * posix/getgroups.c: Likewise.
29589         * posix/getlogin.c: Likewise.
29590         * posix/getlogin_r.c: Likewise.
29591         * posix/getpgid.c: Likewise.
29592         * posix/getpid.c: Likewise.
29593         * posix/getppid.c: Likewise.
29594         * posix/getresgid.c: Likewise.
29595         * posix/getresuid.c: Likewise.
29596         * posix/getsid.c: Likewise.
29597         * posix/getuid.c: Likewise.
29598         * posix/glob64.c: Likewise.
29599         * posix/nanosleep.c: Likewise.
29600         * posix/pathconf.c: Likewise.
29601         * posix/pause.c: Likewise.
29602         * posix/posix_madvise.c: Likewise.
29603         * posix/pread.c: Likewise.
29604         * posix/pread64.c: Likewise.
29605         * posix/pwrite.c: Likewise.
29606         * posix/pwrite64.c: Likewise.
29607         * posix/sched_getaffinity.c: Likewise.
29608         * posix/sched_getp.c: Likewise.
29609         * posix/sched_gets.c: Likewise.
29610         * posix/sched_primax.c: Likewise.
29611         * posix/sched_primin.c: Likewise.
29612         * posix/sched_rr_gi.c: Likewise.
29613         * posix/sched_setaffinity.c: Likewise.
29614         * posix/sched_setp.c: Likewise.
29615         * posix/sched_sets.c: Likewise.
29616         * posix/sched_yield.c: Likewise.
29617         * posix/setgid.c: Likewise.
29618         * posix/setlogin.c: Likewise.
29619         * posix/setpgid.c: Likewise.
29620         * posix/setresgid.c: Likewise.
29621         * posix/setresuid.c: Likewise.
29622         * posix/setsid.c: Likewise.
29623         * posix/setuid.c: Likewise.
29624         * posix/sleep.c: Likewise.
29625         * posix/spawni.c: Likewise.
29626         * posix/sysconf.c: Likewise.
29627         * posix/times.c: Likewise.
29628         * posix/wait.c: Likewise.
29629         * posix/wait3.c: Likewise.
29630         * posix/wait4.c: Likewise.
29631         * posix/waitpid.c: Likewise.
29632         * resolv/gai_sigqueue.c: Likewise.
29633         * resource/getpriority.c: Likewise.
29634         * resource/getrlimit.c: Likewise.
29635         * resource/getrusage.c: Likewise.
29636         * resource/nice.c: Likewise.
29637         * resource/setpriority.c: Likewise.
29638         * resource/setrlimit.c: Likewise.
29639         * resource/ulimit.c: Likewise.
29640         * rt/aio_cancel.c: Likewise.
29641         * rt/aio_fsync.c: Likewise.
29642         * rt/aio_read.c: Likewise.
29643         * rt/aio_sigqueue.c: Likewise.
29644         * rt/aio_suspend.c: Likewise.
29645         * rt/aio_write.c: Likewise.
29646         * rt/clock_getres.c: Likewise.
29647         * rt/clock_gettime.c: Likewise.
29648         * rt/clock_nanosleep.c: Likewise.
29649         * rt/clock_settime.c: Likewise.
29650         * rt/lio_listio.c: Likewise.
29651         * rt/mq_close.c: Likewise.
29652         * rt/mq_getattr.c: Likewise.
29653         * rt/mq_notify.c: Likewise.
29654         * rt/mq_open.c: Likewise.
29655         * rt/mq_receive.c: Likewise.
29656         * rt/mq_send.c: Likewise.
29657         * rt/mq_setattr.c: Likewise.
29658         * rt/mq_timedreceive.c: Likewise.
29659         * rt/mq_timedsend.c: Likewise.
29660         * rt/mq_unlink.c: Likewise.
29661         * rt/shm_open.c: Likewise.
29662         * rt/shm_unlink.c: Likewise.
29663         * rt/timer_create.c: Likewise.
29664         * rt/timer_delete.c: Likewise.
29665         * rt/timer_getoverr.c: Likewise.
29666         * rt/timer_gettime.c: Likewise.
29667         * rt/timer_settime.c: Likewise.
29668         * setjmp/__longjmp.c: Likewise.
29669         * setjmp/setjmp.c: Likewise.
29670         * signal/kill.c: Likewise.
29671         * signal/killpg.c: Likewise.
29672         * signal/raise.c: Likewise.
29673         * signal/sigaction.c: Likewise.
29674         * signal/sigaltstack.c: Likewise.
29675         * signal/sigblock.c: Likewise.
29676         * signal/sigignore.c: Likewise.
29677         * signal/sigintr.c: Likewise.
29678         * signal/signal.c: Likewise.
29679         * signal/sigpause.c: Likewise.
29680         * signal/sigpending.c: Likewise.
29681         * signal/sigqueue.c: Likewise.
29682         * signal/sigreturn.c: Likewise.
29683         * signal/sigset.c: Likewise.
29684         * signal/sigsetmask.c: Likewise.
29685         * signal/sigstack.c: Likewise.
29686         * signal/sigsuspend.c: Likewise.
29687         * signal/sigtimedwait.c: Likewise.
29688         * signal/sigvec.c: Likewise.
29689         * signal/sigwait.c: Likewise.
29690         * signal/sigwaitinfo.c: Likewise.
29691         * signal/sysv_signal.c: Likewise.
29692         * socket/accept.c: Likewise.
29693         * socket/accept4.c: Likewise.
29694         * socket/bind.c: Likewise.
29695         * socket/connect.c: Likewise.
29696         * socket/getpeername.c: Likewise.
29697         * socket/getsockname.c: Likewise.
29698         * socket/getsockopt.c: Likewise.
29699         * socket/isfdtype.c: Likewise.
29700         * socket/listen.c: Likewise.
29701         * socket/recv.c: Likewise.
29702         * socket/recvfrom.c: Likewise.
29703         * socket/recvmsg.c: Likewise.
29704         * socket/send.c: Likewise.
29705         * socket/sendmsg.c: Likewise.
29706         * socket/sendto.c: Likewise.
29707         * socket/setsockopt.c: Likewise.
29708         * socket/shutdown.c: Likewise.
29709         * socket/sockatmark.c: Likewise.
29710         * socket/socket.c: Likewise.
29711         * socket/socketpair.c: Likewise.
29712         * stdio-common/ctermid.c: Likewise.
29713         * stdio-common/cuserid.c: Likewise.
29714         * stdio-common/remove.c: Likewise.
29715         * stdio-common/rename.c: Likewise.
29716         * stdio-common/renameat.c: Likewise.
29717         * stdio-common/tempname.c: Likewise.
29718         * stdlib/getcontext.c: Likewise.
29719         * stdlib/makecontext.c: Likewise.
29720         * stdlib/setcontext.c: Likewise.
29721         * stdlib/swapcontext.c: Likewise.
29722         * stdlib/system.c: Likewise.
29723         * streams/fattach.c: Likewise.
29724         * streams/fdetach.c: Likewise.
29725         * streams/getmsg.c: Likewise.
29726         * streams/getpmsg.c: Likewise.
29727         * streams/putmsg.c: Likewise.
29728         * streams/putpmsg.c: Likewise.
29729         * sysdeps/unix/bsd/getpt.c: Likewise.
29730         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
29731         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
29732         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
29733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
29734         Likewise.
29735         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
29736         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
29737         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
29738         * sysvipc/msgctl.c: Likewise.
29739         * sysvipc/msgget.c: Likewise.
29740         * sysvipc/msgrcv.c: Likewise.
29741         * sysvipc/msgsnd.c: Likewise.
29742         * sysvipc/semctl.c: Likewise.
29743         * sysvipc/semget.c: Likewise.
29744         * sysvipc/semop.c: Likewise.
29745         * sysvipc/semtimedop.c: Likewise.
29746         * sysvipc/shmat.c: Likewise.
29747         * sysvipc/shmctl.c: Likewise.
29748         * sysvipc/shmdt.c: Likewise.
29749         * sysvipc/shmget.c: Likewise.
29750         * termios/tcdrain.c: Likewise.
29751         * termios/tcflow.c: Likewise.
29752         * termios/tcflush.c: Likewise.
29753         * termios/tcgetattr.c: Likewise.
29754         * termios/tcgetpgrp.c: Likewise.
29755         * termios/tcsendbrk.c: Likewise.
29756         * termios/tcsetattr.c: Likewise.
29757         * termios/tcsetpgrp.c: Likewise.
29758         * time/adjtime.c: Likewise.
29759         * time/clock.c: Likewise.
29760         * time/getitimer.c: Likewise.
29761         * time/gettimeofday.c: Likewise.
29762         * time/setitimer.c: Likewise.
29763         * time/settimeofday.c: Likewise.
29764         * time/stime.c: Likewise.
29765         * time/time.c: Likewise.
29766
29767 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
29768
29769         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29770         /usr/old/bin.
29771
29772         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29773         instead of spaces.
29774         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29775
29776 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
29777
29778         [BZ #14796]
29779         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29780         FE_TONEAREST before applying Dekker multiplication and Knuth
29781         addition.  Clear inexact exceptions and check for exact zero
29782         results afterwards.
29783         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29784         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29785         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29786         * math/libm-test.inc (fma_test): Add more tests.
29787         (fma_test_towardzero): Likewise.
29788         (fma_test_downward): Likewise.
29789         (fma_test_upward): Likewise.
29790         * sysdeps/generic/math_private.h (default_libc_fesetround): New
29791         function.
29792         (libc_fesetround): New macro.
29793         (libc_fesetroundf): Likewise.
29794         (libc_fesetroundl): Likewise.
29795         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29796         function.
29797         (libc_fesetround_387): Likewise.
29798         (libc_fesetroundf): New macro.
29799         (libc_fesetround): Likewise.
29800         (libc_fesetroundl): Likewise.
29801         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29802         function.
29803         (libc_fesetroundf): New macro.
29804         (libc_fesetround): Likewise.
29805         (libc_fesetroundl): Likewise.
29806         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29807         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29808         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29809         libm_hidden_ver.
29810         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29811         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29812         libm_hidden_def.
29813         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29814         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29815         libm_hidden_ver.
29816         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29817         libm_hidden_def.
29818
29819         [BZ #3439]
29820         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29821         integer constant usable in #if and use that to give value to enum
29822         constant.
29823         (FE_DIVBYZERO): Likewise.
29824         (FE_UNDERFLOW): Likewise.
29825         (FE_OVERFLOW): Likewise.
29826         (FE_INVALID): Likewise.
29827         (FE_INVALID_SNAN): Likewise.
29828         (FE_INVALID_ISI): Likewise.
29829         (FE_INVALID_IDI): Likewise.
29830         (FE_INVALID_ZDZ): Likewise.
29831         (FE_INVALID_IMZ): Likewise.
29832         (FE_INVALID_COMPARE): Likewise.
29833         (FE_INVALID_SOFTWARE): Likewise.
29834         (FE_INVALID_SQRT): Likewise.
29835         (FE_INVALID_INTEGER_CONVERSION): Likewise.
29836         (FE_TONEAREST): Likewise.
29837         (FE_TOWARDZERO): Likewise.
29838         (FE_UPWARD): Likewise.
29839         (FE_DOWNWARD): Likewise.
29840         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29841         (FE_DIVBYZERO): Likewise.
29842         (FE_OVERFLOW): Likewise.
29843         (FE_UNDERFLOW): Likewise.
29844         (FE_INEXACT): Likewise.
29845         (FE_TONEAREST): Likewise.
29846         (FE_DOWNWARD): Likewise.
29847         (FE_UPWARD): Likewise.
29848         (FE_TOWARDZERO): Likewise.
29849         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29850         (FE_UNDERFLOW): Likewise.
29851         (FE_OVERFLOW): Likewise.
29852         (FE_DIVBYZERO): Likewise.
29853         (FE_INVALID): Likewise.
29854         (FE_TONEAREST): Likewise.
29855         (FE_TOWARDZERO): Likewise.
29856         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29857         (FE_OVERFLOW): Likewise.
29858         (FE_UNDERFLOW): Likewise.
29859         (FE_DIVBYZERO): Likewise.
29860         (FE_INEXACT): Likewise.
29861         (FE_TONEAREST): Likewise.
29862         (FE_TOWARDZERO): Likewise.
29863         (FE_UPWARD): Likewise.
29864         (FE_DOWNWARD): Likewise.
29865         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29866         (FE_DIVBYZERO): Likewise.
29867         (FE_OVERFLOW): Likewise.
29868         (FE_UNDERFLOW): Likewise.
29869         (FE_INEXACT): Likewise.
29870         (FE_TONEAREST): Likewise.
29871         (FE_DOWNWARD): Likewise.
29872         (FE_UPWARD): Likewise.
29873         (FE_TOWARDZERO): Likewise.
29874
29875 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
29876
29877         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29878
29879 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
29880
29881         * scripts/cross-test-ssh.sh (command): Use newlines to separate
29882         commands.  Quote $PWD.
29883         (blacklist_exports): Don't use remove_newlines.  Replace "declare
29884         -x" by "export".
29885         (remove_newlines): Remove.
29886
29887 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
29888
29889         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
29890         * stdlib/stdlib.h (atof): Moved to ...
29891         * include/bits/stdlib-float.h: Here.  New file.
29892         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
29893         * stdlib/bits/stdlib-float.h: New file.
29894         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
29895         -mno-sse -mno-mmx.
29896         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
29897         <xmmintrin.h>.
29898
29899 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29900
29901         * conform/conformtest.pl (@headers): Add fenv.h.
29902         * conform/data/fenv.h-data: New file.
29903         * include/fenv.h [_ISOMAC]: Disable all contents of file except
29904         include of <math/fenv.h>.
29905
29906         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
29907         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
29908         && !UNIX98].  Enables tests for XOPEN2K8.
29909         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
29910         POSIX2008]: Likewise.
29911
29912         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
29913         (struct rusage): Do not expect type or its members.
29914
29915         [BZ #3439]
29916         * math/math.h (FP_NAN): Define macro to integer constant usable in
29917         #if and use that to give value to enum constant.
29918         (FP_INFINITE): Likewise.
29919         (FP_ZERO): Likewise.
29920         (FP_SUBNORMAL): Likewise.
29921         (FP_NORMAL): Likewise.
29922
29923 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
29924
29925         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
29926         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
29927         arguments.
29928
29929 2012-11-02  Roland McGrath  <roland@hack.frob.com>
29930
29931         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
29932         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
29933         autoconf-time if not.
29934         * configure.in: Remove AC_PREREQ.
29935
29936 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29937
29938         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
29939         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
29940         of the internal implementation.
29941
29942 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29943
29944         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
29945         except include of <misc/sys/syslog.h>.
29946
29947 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29948
29949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
29950         function returns with a NULL context exit with zero.
29951
29952 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29953
29954         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
29955
29956 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
29957
29958         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
29959         (run_program_cmd): This.
29960         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
29961         (tst_langinfo): New variable.  Use it.
29962
29963 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
29964
29965         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
29966         floating point opcodes.
29967
29968 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29969
29970         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
29971         variable.
29972
29973         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
29974
29975         * sysdeps/mach/hurd/powerpc: Remove directory.
29976         * sysdeps/mach/powerpc: Likewise.
29977
29978 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29979
29980         * scripts/check-local-headers.sh: Ignore c++ headers.
29981
29982 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29983
29984         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
29985         __libc_cleanup_region_start argument.
29986
29987 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
29988
29989         [BZ #14784]
29990         [BZ #14785]
29991         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
29992         x * y using scaling, not as x * y + z.
29993         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29994         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29995         * math/libm-test.inc (fma_test): Add more tests.
29996         (fma_test_towardzero): Likewise.
29997         (fma_test_downward): Likewise.
29998         (fma_test_upward): Likewise.
29999
30000 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30001
30002         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
30003
30004 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30005
30006         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
30007         New variable.
30008
30009 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
30010
30011         * rt/tst-shm.c (worker): Correct checking for mmap failure.
30012
30013 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30014
30015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30016         Fix sort order.
30017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30018         Likewise.
30019
30020 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30021
30022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30023         Fix the order of the list for glibc 2.17.
30024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30025         Likewise.
30026
30027 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30028
30029         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30030
30031 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30032
30033         [BZ #14610]
30034         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
30035         for low part of x being zero before using __atanl (y).
30036         * math/libm-test.inc (atan2_test): Add another test.
30037
30038         * manual/install.texi (Configuring and compiling): Document
30039         general use of test-wrapper and test-wrapper-env.
30040         * INSTALL: Regenerated.
30041
30042         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
30043         (__fma): Do not extract and scale down low bits on after-rounding
30044         systems when result rounded to normal precision would have normal
30045         exponent.
30046         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
30047         (__fmal): Do not extract and scale down low bits on after-rounding
30048         systems when result rounded to normal precision would have normal
30049         exponent.
30050         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
30051         (__fmal): Do not extract and scale down low bits on after-rounding
30052         systems when result rounded to normal precision would have normal
30053         exponent.
30054         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
30055         macro.
30056         (fma_test): Add more tests.
30057         (fma_test_towardzero): Likewise.
30058         (fma_test_downward): Likewise.
30059         (fma_test_upward): Likewise.
30060
30061 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
30062
30063         * sysdeps/i386/tininess.h: Renamed to ...
30064         * sysdeps/x86/tininess.h: This.
30065         * sysdeps/x86_64/tininess.h: Removed.
30066
30067 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30068
30069         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
30070         input.  Use $(build-program-cmd).
30071         ($(objpfx)tst-array1-static.out): Likewise.
30072         ($(objpfx)tst-array2.out): Likewise.
30073         ($(objpfx)tst-array3.out): Likewise.
30074         ($(objpfx)tst-array4.out): Likewise.
30075         ($(objpfx)tst-array5.out): Likewise.
30076         ($(objpfx)tst-array5-static.out): Likewise.
30077
30078 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
30079
30080         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
30081         if defined.
30082
30083         * nss/nsswitch.h (nss_interface_function): Provide new
30084         macro for use with NSS functions.
30085         * grp/initgroups.c: Use new macro.
30086         * nss/getXXbyYY.c: Likewise.
30087         * nss/getXXbyYY_r.c: Likewise.
30088         * nss/getXXent.c: Likewise.
30089         * nss/getXXent_r.c: Likewise.
30090         * sysdeps/posix/getaddrinfo.c: Likewise.
30091
30092 2012-10-30  Andreas Jaeger  <aj@suse.de>
30093
30094         * po/ru.po: Update Russion translation from translation project.
30095
30096 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30097
30098         [BZ #14152]
30099         [BZ #14783]
30100         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
30101         result and shift together with sticky bit instead of replicating
30102         round-to-nearest rounding.
30103         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30104         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30105         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
30106         missing underflow exceptions.
30107         (fma_test_towardzero): Add more tests.
30108         (fma_test_downward): Likewise.
30109         (fma_test_upward): Likewise.
30110
30111         [BZ #14047]
30112         * sysdeps/generic/tininess.h: New file.
30113         * sysdeps/i386/tininess.h: Likewise.
30114         * sysdeps/sh/tininess.h: Likewise.
30115         * sysdeps/x86_64/tininess.h: Likewise.
30116         * stdlib/tst-strtod-underflow.c: Likewise.
30117         * stdlib/tst-tininess.c: Likewise.
30118         * stdlib/strtod_l.c: Include <tininess.h>.
30119         (round_and_return): Do not set errno for exact underflow cases.
30120         Force an underflow exception when setting errno for underflow.
30121         Determine underflow based on rounding to normal precision if
30122         TININESS_AFTER_ROUNDING.
30123         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
30124         ERANGE for exact underflow cases.
30125         * stdlib/Makefile (tests): Add tst-tininess and
30126         tst-strtod-underflow.
30127         ($(objpfx)tst-tininess): Use $(link-libm).
30128         ($(objpfx)tst-strtod-underflow): Likewise.
30129
30130 2012-10-30  Andreas Jaeger  <aj@suse.de>
30131
30132         [BZ#14767]
30133         * elf/Makefile (tests): Remove conditional for have-initfini-array
30134         since this is now always required and the variable does not exist
30135         anymore.
30136         (tests-static): Likewise.
30137         (modules-names): Likewise.
30138
30139         * po/eo.po: Add Esperanto translation from translation project.
30140
30141         * elf/tst-array1.c (fini_array): Make writeable so that it can be
30142         merged with constructor/destructor.
30143         (init_array): Likewise.
30144         * elf/tst-array2dep.c (fini_array): Likewise.
30145         (init_array): Likewise.
30146
30147 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
30148
30149         * manual/message.texi: Delete @cartouche tags.
30150
30151 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
30152
30153         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
30154         EOPNOTSUPP.
30155         * sysdeps/mach/hurd/fsync.c: Likewise.
30156
30157         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
30158         [_POSIX_REALTIME_SIGNALS]: Change condition to
30159         [_POSIX_REALTIME_SIGNALS > 0].
30160
30161 2012-10-27  Andreas Jaeger  <aj@suse.de>
30162
30163         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
30164         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
30165         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
30166         [__WORDSIZE != 64]: Likewise.
30167
30168 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
30169
30170         *  iconvdata/tst-table.sh: Remove ${SHELL}.
30171         *  iconvdata/tst-tables.sh: Likewise.
30172
30173 2012-10-25  David S. Miller  <davem@davemloft.net>
30174
30175         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30176         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
30177         of strtoull.
30178
30179         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
30180         ifunc-impl-list.c
30181         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30182         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
30183         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
30184         file.
30185
30186 2012-10-25  Roland McGrath  <roland@hack.frob.com>
30187
30188         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30189         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
30190         __getdirentries.
30191
30192 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30193             Jim Blandy  <jimb@codesourcery.com>
30194
30195         * scripts/cross-test-ssh.sh: New file.
30196         * manual/install.texi (Configuring and compiling): Document use of
30197         cross-test-ssh.sh.
30198         * INSTALL: Regenerated.
30199
30200 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
30201
30202         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
30203         EOPNOTSUPP.
30204
30205 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30206
30207         * Makeconfig (run-program-prefix): Fix comment.
30208
30209 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30210             Jim Blandy  <jimb@codesourcery.com>
30211
30212         * Makeconfig (test-wrapper): New variable,
30213         (test-wrapper-env): Likewise.
30214         [$(cross-compiling) = yes && $(test-wrapper) != ""]
30215         (run-built-tests): Define to yes.
30216         (run-program-prefix): Use $(test-wrapper).
30217         (built-program-cmd): Likewise.
30218         * Rules (make-test-out): Use $(test-wrapper-env) and
30219         $(host-built-program-cmd).
30220         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
30221         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
30222         tst-pathopt.sh.
30223         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
30224         $(test-wrapper-env) to tst-rtld-load-self.sh.
30225         ($(objpfx)order2.out): Use $(test-wrapper).
30226         ($(objpfx)tst-initorder.out): Likewise.
30227         ($(objpfx)tst-initorder2.out): Likewise.
30228         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
30229         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
30230         (test_wrapper_env): New variable.  Use it to run ld.so.
30231         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
30232         Use it to run ld.so.
30233         (test_wrapper_env): Likewise.
30234         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
30235         $(test-wrapper) to run-iconv-test.sh.
30236         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
30237         (ICONV): Use $test_wrapper.
30238         * posix/Makefile ($(objpfx)globtest.out): Pass
30239         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
30240         globtest.sh, not $(run-program-prefix).
30241         * posix/globtest.sh (run_via_rtld_prefix): New variable.
30242         (test_wrapper): Likewise.
30243         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
30244         set together with run_via_rtld_prefix.
30245         (run_program_prefix): Define in terms of test_wrapper and
30246         run_via_rtld_prefix.
30247
30248 2012-10-24  Roland McGrath  <roland@hack.frob.com>
30249
30250         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
30251         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
30252         Targets removed.
30253
30254         [BZ #14743]
30255         * include/time.h: Remove librt_hidden_proto (clock_gettime).
30256         Declare __clock_getres, __clock_gettime, __clock_settime,
30257         __clock_nanosleep, and __clock_getcpuclockid.
30258         * rt/clock_gettime.c: Define __clock_gettime as an alias.
30259         Remove librt_hidden_def (clock_gettime).
30260         * sysdeps/unix/clock_gettime.c: Likewise.
30261         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
30262         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
30263         * rt/clock_getres.c: Define __clock_getres as an alias.
30264         * sysdeps/posix/clock_getres.c: Likewise.
30265         * rt/clock_settime.c: Define __clock_settime as an alias.
30266         * sysdeps/unix/clock_settime.c: Likewise.
30267         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
30268         * sysdeps/unix/clock_nanosleep.c: Likewise.
30269         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
30270         * rt/clock-compat.c: New file.
30271         * rt/Makefile (librt-routines): Add clock-compat and move
30272         $(clock-routines) to ...
30273         (routines): ... here, new variable.
30274         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
30275         Don't add get_clockfreq here.
30276         * rt/Versions (libc: GLIBC_2.17): New version set.
30277         Add clock_* symbols here.
30278         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
30279         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
30280         (GLIBC_2.17): Add clock_* symbols.
30281         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
30282         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
30283         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30285         Likewise.
30286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30287         Likewise.
30288         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30289         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
30290         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
30291         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
30292         * NEWS: Mention the move.
30293
30294         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
30295         Use __open, __read, __close rather than their public counterparts.
30296         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30297         (__get_clockfreq_via_cpuinfo): Likewise.
30298         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
30299         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
30300
30301         * config.h.in (HAVE_IFUNC): New #undef.
30302         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
30303         was successful.
30304         * configure: Regenerated.
30305
30306 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30307
30308         * configure.in: Move READELF check to start of file.
30309         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
30310         libc_cv_asm_gnu_indirect_function in the process.
30311         * configure: Regenerated.
30312
30313 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30314
30315         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
30316         send the output to /dev/null.
30317         (libc_cv_cc_with_libunwind): Likewise.
30318         (libc_cv_as_noexecstack): Likewise.
30319         * configure: Regenerate.
30320
30321 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30322
30323         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
30324
30325         * posix/globtest.sh (TMPDIR): Do not set.
30326         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
30327         (testout): Likewise.
30328
30329 2012-10-24  Andreas Jaeger  <aj@suse.de>
30330
30331         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
30332         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
30333         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
30334         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
30335         posix_fadvise64, posix_fallocate64.
30336
30337         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
30338         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
30339         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
30340         Likewise.
30341         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
30342         Likewise.
30343         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
30344
30345         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
30346         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
30347         <bits/fcntl-linux.h>.
30348         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
30349
30350         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
30351         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
30352         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
30353         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
30354         [__WORDSIZE != 64]: Likewise.
30355
30356 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30357
30358         * Makeconfig (run-built-tests): New variable.
30359         * Rules [$(cross-compiling) = yes]: Change condition to
30360         [$(run-built-tests) = no].
30361         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
30362         to [$(run-built-tests) = yes].
30363         * elf/Makefile [$(cross-compiling) = no]: Likewise
30364         * grp/Makefile [$(cross-compiling) = no]: Likewise.
30365         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
30366         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
30367         * intl/Makefile [$(cross-compiling) = no]: Likewise.
30368         * io/Makefile [$(cross-compiling) = no]: Likewise.
30369         * libio/Makefile [$(cross-compiling) = no]: Likewise.
30370         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
30371         * misc/Makefile [$(cross-compiling) = no]: Likewise.
30372         * posix/Makefile [$(cross-compiling) = no]: Likewise.
30373         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
30374         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
30375         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
30376         * string/Makefile [$(cross-compiling) = no]: Likewise.
30377
30378         * posix/Makefile ($(objpfx)globtest.out): Pass
30379         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
30380         $(rtld-installed-name).
30381         * posix/globtest.sh (elf_objpfx): Remove variable.
30382         (rtld_installed_name): Likewise.
30383         (library_path): Likewise.
30384         (run_program_prefix): New variable.  Use for running globtest
30385         binary.
30386
30387 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
30388             Joseph Myers  <joseph@codesourcery.com>
30389
30390         * Makeconfig (host-built-program-cmd): New variable.
30391         * elf/Makefile (tst-stackguard1-ARGS): Use
30392         $(host-built-program-cmd).
30393         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
30394         (tst-spawn-ARGS): Likewise.
30395         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
30396
30397 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30398             Jim Blandy  <jimb@codesourcery.com>
30399
30400         * Makeconfig (run-via-rtld-prefix): New variable.
30401         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
30402         (built-program-cmd): Likewise.
30403
30404 2012-10-22  Andreas Jaeger  <aj@suse.de>
30405
30406         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
30407         __O_RSYNC if it exists, otherwise to O_SYNC.
30408
30409 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
30410             Joseph Myers  <joseph@codesourcery.com>
30411
30412         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
30413         /dev/null.
30414         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
30415         from /dev/null
30416         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
30417         /dev/null.
30418
30419 2012-10-22  Andreas Jaeger  <aj@suse.de>
30420
30421         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
30422         Define always.
30423         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
30424
30425         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30426         bits/fcntl-linux.h.
30427
30428         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
30429         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
30430
30431         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
30432         to __O_LARGEFILE.
30433         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
30434         to __O_LARGEFILE.
30435
30436 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
30437             Joseph Myers  <joseph@codesourcery.com>
30438
30439         * config.make.in (NM): New variable.
30440
30441 2012-10-21  Andreas Jaeger  <aj@suse.de>
30442
30443         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
30444         definitions and declarations that are provided by
30445         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
30446
30447 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30448
30449         [BZ #14683]
30450         * elf/Makefile (tests-static): Add tst-leaks1-static.
30451         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
30452         ($(objpfx)tst-leaks1-static): New rule.
30453         ($(objpfx)tst-leaks1-static-mem): Likewise.
30454         (tst-leaks1-static-ENV): New macro.
30455         * elf/dl-open.c (dl_open_worker): Check the main application
30456         only if SHARED is defined.
30457         * elf/tst-leaks1-static.c: New file.
30458
30459 2012-10-20  Andreas Jaeger  <aj@suse.de>
30460
30461         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
30462         generic values for Linux.
30463         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
30464         and declarations that are provided by <bits/fcntl-linux.h> and
30465         include <bits/fcntl-linux.h>.
30466         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30467         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
30468
30469 2012-10-20  Roland McGrath  <roland@hack.frob.com>
30470
30471         * io/fcntl.h: Move include of <bits/types.h> to the top and
30472         include it unconditionally.
30473
30474 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30475
30476         * wcsmbs/Makefile (tests-ifunc): New variable.
30477         (tests): Add $(tests-ifunc).
30478         * wcsmbs/test-wcschr-ifunc.c: New file.
30479         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
30480         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
30481         * wcsmbs/test-wcslen-ifunc.c: Likewise.
30482         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
30483         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
30484
30485         * string/Makefile (tests-ifunc): New variable.
30486         (tests): Add $(tests-ifunc).
30487         * string/test-memccpy.c (TEST_NAME): New macro.
30488         * string/test-memchr.c (TEST_NAME): Likewise.
30489         * string/test-memcmp.c (TEST_NAME): Likewise.
30490         * string/test-memcpy.c (TEST_NAME): Likewise.
30491         * string/test-memmem.c (TEST_NAME): Likewise.
30492         * string/test-memmove.c (TEST_NAME): Likewise.
30493         * string/test-memset.c (TEST_NAME): Likewise.
30494         * string/test-rawmemchr.c (TEST_NAME): Likewise.
30495         * string/test-stpcpy.c (TEST_NAME): Likewise.
30496         * string/test-stpncpy.c (TEST_NAME): Likewise.
30497         * string/test-strcasecmp.c (TEST_NAME): Likewise.
30498         * string/test-strcasestr.c (TEST_NAME): Likewise.
30499         * string/test-strcat.c (TEST_NAME): Likewise.
30500         * string/test-strchr.c (TEST_NAME): Likewise.
30501         * string/test-strcmp.c(TEST_NAME): Likewise.
30502         * string/test-strcpy.c (TEST_NAME): Likewise.
30503         * string/test-strcspn.c (TEST_NAME): Likewise.
30504         * string/test-strlen.c (TEST_NAME): Likewise.
30505         * string/test-strncasecmp.c (TEST_NAME): Likewise.
30506         * string/test-strncmp.c (TEST_NAME): Likewise.
30507         * string/test-strncpy.c (TEST_NAME): Likewise.
30508         * string/test-strnlen.c (TEST_NAME): Likewise.
30509         * string/test-strpbrk.c (TEST_NAME): Likewise.
30510         * string/test-strrchr.c (TEST_NAME): Likewise.
30511         * string/test-strspn.c (TEST_NAME): Likewise.
30512         * string/test-strstr.c (TEST_NAME): Likewise.
30513         * string/test-bcopy-ifunc.c: New file.
30514         * string/test-bzero-ifunc.c: Likewise.
30515         * string/test-memccpy-ifunc.c: Likewise.
30516         * string/test-memchr-ifunc.c: Likewise.
30517         * string/test-memcmp-ifunc.c: Likewise.
30518         * string/test-memcpy-ifunc.c: Likewise.
30519         * string/test-memmem-ifunc.c: Likewise.
30520         * string/test-memmove-ifunc.c: Likewise.
30521         * string/test-mempcpy-ifunc.c: Likewise.
30522         * string/test-memset-ifunc.c: Likewise.
30523         * string/test-rawmemchr-ifunc.c: Likewise.
30524         * string/test-stpcpy-ifunc.c: Likewise.
30525         * string/test-stpncpy-ifunc.c: Likewise.
30526         * string/test-strcasecmp-ifunc.c: Likewise.
30527         * string/test-strcasestr-ifunc.c: Likewise.
30528         * string/test-strcat-ifunc.c: Likewise.
30529         * string/test-strchr-ifunc.c: Likewise.
30530         * string/test-strchrnul-ifunc.c: Likewise.
30531         * string/test-strcmp-ifunc.c: Likewise.
30532         * string/test-strcpy-ifunc.c: Likewise.
30533         * string/test-strcspn-ifunc.c: Likewise.
30534         * string/test-strlen-ifunc.c: Likewise.
30535         * string/test-strncasecmp-ifunc.c: Likewise.
30536         * string/test-strncat-ifunc.c: Likewise.
30537         * string/test-strncmp-ifunc.c: Likewise.
30538         * string/test-strncpy-ifunc.c: Likewise.
30539         * string/test-strnlen-ifunc.c: Likewise.
30540         * string/test-strpbrk-ifunc.c: Likewise.
30541         * string/test-strrchr-ifunc.c: Likewise.
30542         * string/test-strspn-ifunc.c: Likewise.
30543         * string/test-strstr-ifunc.c: Likewise.
30544
30545         * debug/Makefile (tests-ifunc): New variable.
30546         (tests): Add $(tests-ifunc).
30547         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
30548         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
30549         * debug/test-stpcpy_chk-ifunc.c: New file.
30550         * debug/test-strcpy_chk-ifunc.c: Likewise.
30551
30552 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30553
30554         [BZ #13601]
30555         * elf/dl-load.c (open_verify): Retry read if the entire ELF
30556         header is not read in.
30557
30558 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
30559
30560         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
30561         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
30562         directly.  Pass built executable to script as
30563         $(built-program-cmd).
30564         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
30565         $testprogram without using LD_LIBRARY_PATH and $ldso.
30566
30567         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
30568         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
30569         $(rtld-installed-name).
30570         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
30571         (rtld_installed_name): Likewise.
30572         (library_path): Likewise.
30573         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
30574         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
30575         $(run-program-prefix) to tst-tables.sh.
30576         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
30577         it to run tst-table-from and tst-table-to.
30578         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
30579         Pass it to tst-table.sh.
30580         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
30581         $(run-program-prefix) to tst-gettext.sh.
30582         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
30583         tst-translit.sh.
30584         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
30585         tst-gettext2.sh.
30586         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
30587         to run tst-gettext.
30588         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
30589         to run tst-gettext2.
30590         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
30591         to run tst-translit.
30592         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
30593         $(run-program-prefix) to tst-mtrace.sh.
30594         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
30595         to run tst-mtrace.
30596         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
30597         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
30598         $(rtld-installed-name).
30599         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
30600         (rtld_installed_name): Likewise.
30601         (run_program_prefix): New variable.  Use it to run wordexp-test.
30602
30603         * Makeconfig (ARCH): Remove all definitions.
30604         (machine): Likewise.
30605         [ARCH]: Remove conditional code.
30606         [!objdir]: Give error.
30607         [!objdir] (objpfx): Remove.
30608         [!objdir] (common-objpfx): Likewise.
30609         [!objdir] (common-objdir): Likewise.
30610         * configure.in (config_makefile): Remove.  Hardcode Makefile in
30611         AC_CONFIG_FILES call.
30612         * configure: Regenerated.
30613
30614         [BZ #13888]
30615         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
30616         or TMPDIR.
30617         (testout): Likewise.
30618
30619         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
30620         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
30621         $(rtld-installed-name).
30622         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
30623         (rtld_installed_name): Likwise.
30624         (runit): Remove function.
30625         (run_getconf): New variable,  Use it for running getconf binary.
30626
30627 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
30628
30629         [BZ #14716]
30630         * string/test-memmem.c (check_result): New function.
30631         (do_one_test): Use it.
30632         (check1): New function.
30633         (test_main): Use it.
30634
30635 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
30636
30637         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
30638
30639 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
30640
30641         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
30642         (_G_LSEEK64): Likewise.
30643         (_G_MMAP64): Likewise.
30644         (_G_FSTAT64): Likewise.
30645         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
30646         (_G_LSEEK64): Likewise.
30647         (_G_MMAP64): Likewise.
30648         (_G_FSTAT64): Likewise.
30649         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
30650         unconditional.  Call __mmap64 directly.
30651         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
30652         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
30653         __lseek64 directly.
30654         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
30655         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
30656         __mmap64 directly.
30657         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
30658         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30659         __lseek64 directly.
30660         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
30661         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30662         __lseek64 directly.
30663         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
30664         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
30665         __lseek64 directly.
30666         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
30667         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
30668         __fxstat64 directly.
30669         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
30670         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
30671         unconditional.
30672         (freopen64) [!_G_OPEN64]: Remove conditional code.
30673         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
30674         unconditional.
30675         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
30676         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
30677         unconditional.
30678         (ftello64) [!_G_LSEEK64]: Remove conditional code.
30679         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
30680         unconditional.
30681         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30682         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
30683         unconditional.
30684         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
30685         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
30686         unconditional.
30687         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30688         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
30689         unconditional.
30690         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30691         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
30692         unconditional.
30693         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30694
30695 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30696
30697         [BZ #12140]
30698         * manual/memory.texi (Malloc Tunable Parameters): Add note
30699         about free list pointers overwriting some perturb bytes.
30700         Wording suggested by Roland McGrath.
30701
30702 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
30703
30704         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
30705         (lgamma_test): Likewise.
30706         (tgamma_test): Likewise.
30707
30708 2012-10-16  Florian Weimer  <fweimer@redhat.com>
30709
30710         [BZ #14700]
30711         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
30712         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
30713
30714 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
30715
30716         * NEWS: Mention BZ #14716.
30717         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
30718         when removing AVAILABLE1_USES_J macro.
30719
30720 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
30721
30722         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
30723         (__bswap_64): __uint64_t for unsigned 64-bit int.
30724
30725 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
30726
30727         * include/string.h (memmem): Declare libc hidden alias.
30728         * string/memmem.c (memmem): Define libc hidden alias.
30729         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
30730         __read, __close instead of open, read, close.
30731
30732 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
30733
30734         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
30735         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
30736         global and hidden.
30737         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
30738         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
30739         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
30740         Likewise.
30741         (__rawmemchr_sse2): Likewise.
30742         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
30743         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
30744         (__strchr_sse2): Likewise.
30745         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
30746         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
30747         (__strcasecmp_sse2): Likewise.
30748         (__strncasecmp_sse2): Likewise.
30749         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30750         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30751         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30752         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30753         (__strrchr_sse2): Likewise.
30754         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30755         ifunc-impl-list.c.
30756         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30757         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30758         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30759         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30760         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30761         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30762         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30763         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30764         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30765         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30766         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30767         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30768         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30769         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30770         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30771         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30772         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30773         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30774         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30775         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30776         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30777         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30778         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30779         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30780         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30781         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30782         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30783         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30784         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30785         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30786
30787         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30788         global and hidden.
30789         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30790         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30791         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30792         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30793         Likewise.
30794         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30795         Likewise.
30796         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30797         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30798         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30799         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30800         ifunc-impl-list.c.
30801         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30802         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30803         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30804         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30805         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30806         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30807         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30808         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30809         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30810         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30811         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30812         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30813         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30814         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30815         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30816         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30817         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30818         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30819         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30820         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30821         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30822         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30823         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30824         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30825         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30826         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30827         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30828         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30829         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30830         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30831         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30832         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30833         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30834         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30835         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30836         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30837         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30838         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30839         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30840         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30841         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30842
30843         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30844         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30845         * include/ifunc-impl-list.h: New file.
30846         * misc/ifunc-impl-list.c: Likewise.
30847         * misc/Makefile (routines): Add ifunc-impl-list.
30848         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30849         * string/test-string.h: Include <ifunc-impl-list.h>.
30850         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30851         TEST_NAME]: New variables.
30852         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30853         are defined.
30854         (test_init): Call __libc_ifunc_impl_list to initialize
30855         func_list if TEST_IFUNC and TEST_NAME are defined.
30856
30857         * string/Makefile (strop-tests): Add bcopy and bzero.
30858         * string/test-bcopy.c: New file.
30859         * string/test-bzero.c: Likewise.
30860         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30861         defined.
30862         * string/test-memset.c: Support bzero test if TEST_BZERO is
30863         defined.
30864         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30865         __libc_memmove.
30866         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30867         __libc_memset.
30868         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30869         of memset.
30870
30871 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
30872
30873         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30874         * configure: Regenerated.
30875
30876         * Makeconfig (+link-static-before-libc): Don't include
30877         $(link-static-libc).
30878
30879         * libio/libio.h (_IO_pos_t): Remove.
30880
30881 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30882
30883         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
30884         McGrath.
30885
30886 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30887
30888         * crypt/crypt-entry.c: Include fips-private.h.
30889         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
30890         * crypt/md5c-test.c (main): Tolerate disabled MD5.
30891         * sysdeps/unix/sysv/linux/fips-private.h: New file.
30892         * sysdeps/generic/fips-private.h: New file, dummy fallback.
30893
30894 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30895
30896         * crypt/crypt-private.h: Include stdbool.h.
30897         (_ufc_setup_salt_r): Return bool.
30898         * crypt/crypt-entry.c: Include errno.h.
30899         (__crypt_r): Return NULL with EINVAL for bad salt.
30900         * crypt/crypt_util.c (bad_for_salt): New.
30901         (_ufc_setup_salt_r): Check that salt is long enough and within
30902         the specified alphabet.
30903         * crypt/badsalttest.c: New file.
30904         * crypt/Makefile (tests): Add it.
30905         ($(objpfx)badsalttest): New.
30906
30907 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
30908
30909         * NEWS: Add entry for BZ #14602.
30910
30911 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30912
30913         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
30914         type-generic.
30915         * math/libm-test.inc: Update comment listing what functions and
30916         macros are tested.
30917         (isgreater_test): New function.
30918         (isgreaterequal_test): Likewise.
30919         (isless_test): Likewise.
30920         (islessequal_test): Likewise.
30921         (islessgreater_test): Likewise.
30922         (isunordered_test): Likewise.
30923         (main): Call the new functions.
30924
30925 2012-10-09  Roland McGrath  <roland@hack.frob.com>
30926
30927         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
30928         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
30929         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
30930         * sysdeps/i386/configure: Regenerated.
30931         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
30932         * sysdeps/mach/configure: Regenerated.
30933         * sysdeps/mach/hurd/configure: Regenerated.
30934         * sysdeps/powerpc/configure: Regenerated.
30935         * sysdeps/powerpc/powerpc32/configure: Regenerated.
30936         * sysdeps/powerpc/powerpc64/configure: Regenerated.
30937         * sysdeps/s390/s390-32/configure: Regenerated.
30938         * sysdeps/s390/s390-64/configure: Regenerated.
30939         * sysdeps/sh/configure: Regenerated.
30940         * sysdeps/sparc/configure: Regenerated.
30941         * sysdeps/unix/sysv/linux/configure: Regenerated.
30942         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
30943         * sysdeps/x86_64/configure: Regenerated.
30944
30945         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
30946         defined.  Don't check if MAP is NULL.
30947
30948 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30949
30950         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
30951         (_G_stat64): Likewise.
30952         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
30953         (_G_stat64): Likewise.
30954         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
30955         instead of struct _G_stat64.
30956         * libio/fileops.c (mmap_remap_check): Likewise.
30957         (decide_maybe_mmap): Likewise.
30958         (_IO_new_file_seekoff): Likewise.
30959         (_IO_file_stat): Likewise.
30960         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
30961         _G_off64_t.
30962         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
30963         instead of struct _G_stat64.
30964         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30965
30966 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
30967
30968         [BZ #14602]
30969         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30970         Replace with ...
30971         (CHECK_EOL): New macro.
30972         (two_way_short_needle): Check beginning of haystack for EOL.  Use
30973         CHECK_EOL.
30974         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30975         Replace with CHECK_EOL.
30976         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30977         Replace with CHECK_EOL.
30978
30979 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
30980
30981         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
30982         type-generic.
30983         * math/libm-test.inc: Update comment listing what functions and
30984         macros are tested.
30985         (finite_test): New function.
30986         (isinf_test): Likewise.
30987         (isnan_test): Likewise.
30988         (fpclassify_test): Test subnormal input.
30989         (isfinite_test): Likewise.
30990         (isnormal_test): Likewise.
30991         (main): Call the new functions.
30992
30993 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
30994
30995         [BZ #14660]
30996         * Makerules (%.dynsym): Force C locale when running
30997         $(OBJDUMP) --dynamic-syms.
30998
30999 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
31000
31001         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
31002         <stdint.h>.
31003
31004 2012-10-06  David S. Miller  <davem@davemloft.net>
31005
31006         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
31007         upper 32-bits of the length value in %o2 since we use branch-on-register
31008         tests which consider the entire 64-bit register.
31009
31010 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
31011
31012         * string/test-strstr.c (check2): Add a test for page boundary.
31013
31014 2012-10-05  David S. Miller  <davem@davemloft.net>
31015
31016         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
31017         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
31018         file.
31019         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31020         sysdep_routines.
31021         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31022         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
31023         and bzero when HWCAP_SPARC_CRYPTO is present.
31024
31025 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
31026
31027         [BZ #14602]
31028         * string/test-strstr.c (check2): New function.
31029         (test_main): Call check2.
31030
31031         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
31032         and bug-strchr1.
31033         * string/bug-strcasestr1.c (do_test): Moved to ...
31034         * string/test-strcasestr.c (check1): Here.  New function.
31035         (do_one_test): Break out result checking code into ...
31036         (check_result): This.  New function.
31037         (do_one_test): Call check_result.
31038         (test_main): Call check1.
31039         * string/bug-strchr1.c (do_test): Moved to ...
31040         * string/test-strchr.c (check1): Here.  New function.
31041         (do_one_test): Break out result checking code into ...
31042         (check_result): This.  New function.
31043         (do_one_test): Call check_result.
31044         (test_main): Call check1.
31045         * string/bug-strstr1.c (main): Moved to ...
31046         * string/test-strstr.c (check1): Here.  New function.
31047         (do_one_test): Break out result checking code into ...
31048         (check_result): This.  New function.
31049         (do_one_test): Call check_result.
31050         (test_main): Call check1.
31051         * string/bug-strcasestr1.c: Removed.
31052         * string/bug-strchr1.c: Likewise.
31053         * string/bug-strstr1.c: Likewise.
31054
31055         * elf/Makefile (dl-routines): Add hwcaps.
31056         * elf/dl-support.c (_dl_important_hwcaps): Removed.
31057         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
31058         (_dl_important_hwcaps): Moved to ...
31059         * elf/dl-hwcaps.c: Here.  New file.
31060         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
31061
31062         [BZ #14557]
31063         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
31064         if IS_IN_rtld isn't defined.
31065
31066         * elf/dl-support.c (_dl_sysinfo_map): New.
31067         Include "get-dynamic-info.h" and "setup-vdso.h".
31068         (_dl_non_dynamic_init): Call setup_vdso.
31069         * elf/dynamic-link.h: Don't include <assert.h>.
31070         (elf_get_dynamic_info): Moved to ...
31071         * elf/get-dynamic-info.h: Here.  New file.
31072         * elf/dynamic-link.h: Include "get-dynamic-info.h".
31073         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
31074         * elf/setup-vdso.h: Here.  New file.
31075         * elf/rtld.c: Include "setup-vdso.h".
31076         (dl_main): Call setup_vdso.
31077
31078 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
31079
31080         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
31081         creal in comment listing functions tested.  List finite, isinf,
31082         isnan, isless, islessequal, isgreater, isgreaterequal,
31083         islessgreater, isunordered, lgamma_r and pow10 as functions and
31084         macros not tested.  Mention which functions not tested are aliases
31085         for other functions.  Fix typo.  Note that signs of NaNs are not
31086         tested.
31087
31088         * scripts/config.guess: Update from config.git.
31089         * scripts/config.sub: Likewise.
31090
31091 2012-10-04  Roland McGrath  <roland@hack.frob.com>
31092
31093         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
31094         * misc/madvise.c (madvise): Renamed to __madvise.
31095         Make madvise a weak alias.
31096         * include/sys/mman.h: Declare __madvise.
31097         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
31098         * sysdeps/unix/syscalls.list
31099         (madvise): Make __madvise the strong name, and madvise a weak alias.
31100         * sysdeps/unix/sysv/linux/syscalls.list
31101         (madvise, mmap): Remove redundant entries.
31102         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
31103         * malloc/malloc.c (mtrim): Likewise.
31104         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
31105
31106 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31107
31108         * sysdeps/mach/hurd/dl-cache.c: File removed.
31109         * config.h.in (USE_LDCONFIG): New #undef.
31110         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
31111         * configure: Regenerated.
31112         * elf/Makefile (dl-routines): Add dl-cache only under
31113         [$(use-ldconfig) = yes].
31114         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
31115         cache on [USE_LDCONFIG].
31116         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
31117         [USE_LDCONFIG].
31118         * elf/rtld.c (dl_main): Likewise.
31119
31120 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
31121
31122         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
31123         _SC_LEVEL4_CACHE_LINESIZE.
31124
31125 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31126
31127         * sysdeps/unix/bsd/confstr.h: File removed.
31128
31129 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
31130
31131         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
31132         sys/sdt-config.h.
31133
31134 2012-10-02  Roland McGrath  <roland@hack.frob.com>
31135
31136         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
31137         Make 'mapoff' field ElfW(Off) rather than off_t.
31138
31139 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
31140
31141         * nscd/Makefile: Remove nscd-cflags and all its users.
31142         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
31143         (CFLAGS-nonlib): Add compiler flags for nscd modules.
31144
31145         [BZ #10631]
31146         * malloc.c (malloc_printerr): Clarify error message.
31147
31148 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
31149
31150         [BZ #14648]
31151         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31152         Set bit_FMA_Usable if FMA is supported.
31153         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
31154         macro.
31155         (bit_FMA4_Usable): Updated.
31156         (index_FMA_Usable): New macro.
31157         (CPUID_FMA): Likewise
31158         (HAS_FMA): Defined with bit_FMA_Usable.
31159
31160 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31161
31162         * bits/types.h (__swblk_t): Type removed.
31163         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
31164         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
31165         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31166         (__SWBLK_T_TYPE): Likewise.
31167         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31168         (__SWBLK_T_TYPE): Likewise.
31169         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31170         (__SWBLK_T_TYPE): Likewise.
31171         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
31172         (__SWBLK_T_TYPE): Likewise.
31173
31174 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
31175             Honza Horak <hhorak@redhat.com>
31176
31177         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
31178         (xdr_mapname): Use YPMAXMAP as maxsize.
31179         (xdr_peername): Use YPMAXPEER as maxsize.
31180         (xdr_keydat): Use YPAXRECORD as maxsize.
31181         (xdr_valdat): Use YPMAXRECORD as maxsize.
31182
31183 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31184
31185         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
31186
31187         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
31188         * csu/init-first.c: ... here.
31189         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
31190         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
31191         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
31192         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
31193         * sysdeps/i386/init-first.c: File removed.
31194         * sysdeps/sh/init-first.c: File removed.
31195
31196 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
31197
31198         [BZ #14645]
31199         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
31200         if x * y might underflow to zero and z is zero.
31201         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31202         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31203         * math/libm-test.inc (min_subnorm_value): New variable.
31204         (fma_test): Add more tests.
31205         (fma_test_towardzero): Likewise.
31206         (fma_test_downward): Likewise
31207         (fma_test_upward): Likewise.
31208         (initialize): Set min_subnorm_value.
31209
31210 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
31211
31212         [BZ #14638]
31213         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
31214         0 + 0.
31215         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
31216         mode for addition resulting in exact zero.
31217         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
31218         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
31219         exact 0 + 0.
31220         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
31221         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31222         * math/libm-test.inc (fma_test): Add more tests.
31223         (fma_test_towardzero): New function.
31224         (fma_test_downward): Likewise.
31225         (fma_test_upward): Likewise.
31226         (main): Call the new functions.
31227
31228 2012-09-28  David S. Miller  <davem@davemloft.net>
31229
31230         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
31231
31232 2012-09-28  Roland McGrath  <roland@hack.frob.com>
31233
31234         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
31235         instead of SIGALRM.
31236
31237         * sysdeps/gnu/_G_config.h: Moved to ...
31238         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
31239         * sysdeps/mach/hurd/_G_config.h: Moved to ...
31240         * sysdeps/generic/_G_config.h: ... here.
31241
31242         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
31243
31244         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
31245
31246         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
31247         Conditionalize target on [libnss_test1.so-version].
31248
31249         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
31250
31251         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
31252         (elfobjdir): Move out of conditionals.
31253
31254         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
31255         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
31256         (__nss_lookup_function): Conditionalize label remove_from_tree on
31257         [!DO_STATIC_NSS || SHARED], matching its only use.
31258
31259 2012-09-28  David S. Miller  <davem@davemloft.net>
31260
31261         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
31262         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
31263         file.
31264         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31265         sysdep_routines.
31266         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31267         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
31268         when HWCAP_SPARC_CRYPTO is present.
31269
31270 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31271
31272         * io/tst-mknodat.c: Create a FIFO instead of a socket.
31273
31274 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
31275
31276         [BZ #6530]
31277         * stdio-common/vfprintf.c (process_string_arg): Revert
31278         2000-07-22 change.
31279
31280 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
31281
31282         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
31283         for testcase.
31284         * stdio-common/tst-sprintf.c: Include <locale.h>
31285         (main): Test sprintf's handling of incomplete multibyte
31286         characters.
31287
31288 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
31289
31290         * elf/dl-runtime.c (VERSYMIDX): Removed.
31291         * elf/dl-version.c (VERSYMIDX): Likewise.
31292         * elf/do-rel.h (VERSYMIDX): Likewise.
31293         (VALIDX): Likewise.
31294         * elf/dynamic-link.h (VERSYMIDX): Likewise.
31295         * elf/rtld.c (VALIDX): Likewise.
31296         (ADDRIDX): Likewise.
31297         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
31298         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
31299         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
31300         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
31301         (VALIDX): Likewise.
31302         (ADDRIDX): Likewise.
31303
31304 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31305
31306         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
31307
31308 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
31309
31310         [BZ #11438]
31311         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
31312         to global scope.
31313         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
31314         addresses are in the same scope as 192.0.2/24.
31315         * posix/gai.conf: Document new scope table defaults.
31316
31317 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31318
31319         [BZ #5298]
31320         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
31321         for ftell.  Compute offsets from write pointers instead.
31322         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31323
31324 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31325
31326         [BZ #14543]
31327         * libio/Makefile (tests): New test case tst-fseek.
31328         * libio/tst-fseek.c: New test case to verify that fseek/ftell
31329         combination works in wide mode.
31330         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
31331         state when the external buffer state changes.
31332
31333 2012-09-27  David S. Miller  <davem@davemloft.net>
31334
31335         [BZ #14376]
31336         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
31337         pass reloc->r_addend in as the 'high' argument to
31338         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
31339
31340         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31341
31342 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31343
31344         * rt/tst-aio2.c: Include <pthread.h>.
31345         * rt/tst-aio3.c: Likewise.
31346
31347 2012-09-27  Steve Ellcey  <sellcey@mips.com>
31348
31349         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
31350
31351 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
31352
31353         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
31354         contents on [SHARED].
31355
31356 2012-09-26  Marek Polacek  <polacek@redhat.com>
31357
31358         [BZ #14530]
31359         [BZ #13741]
31360         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
31361         for C++ and GCC <4.3 as well as for non GCC compilers.
31362
31363 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
31364
31365         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31366
31367 2012-09-25  Roland McGrath  <roland@hack.frob.com>
31368
31369         * Makefile.in (all, install): Declare with .PHONY.
31370         Reported by Michael Hope <michael.hope@linaro.org>.
31371
31372 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31373
31374         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
31375         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
31376         system header.
31377         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
31378         Likewise.
31379         (sydep_routines): Add the new and the internal functions.
31380         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
31381         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
31382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
31383         (GLIBC_2.17): Add the new function.
31384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
31385         (GLIBC_2.17): Likewise.
31386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
31387         (GLIBC_2.17): Likewise.
31388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
31389         (GLIBC_2.17): Likewise.
31390         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
31391
31392 2012-09-25  Alan Modra  <amodra@gmail.com>
31393
31394         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
31395         Add release barrier before setting once_control to say
31396         initialisation is done.  Add hints on lwarx.  Use macro in
31397         place of isync.
31398         (clear_once_control): Add release barrier.
31399
31400 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31401
31402         [BZ #13629]
31403         * math/s_clog.c (__clog): Handle more values close to |z| = 1
31404         specially.
31405         * math/s_clog10.c (__clog10): Likewise.
31406         * math/s_clog10f.c (__clog10f): Likewise.
31407         * math/s_clog10l.c (__clog10l): Likewise.
31408         * math/s_clogf.c (__clogf): Likewise.
31409         * math/s_clogl.c (__clogl): Likewise.
31410         * math/Makefile (libm-calls): Add x2y2m1.
31411         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
31412         (__x2y2m1): Likewise.
31413         (__x2y2m1l): Likewise.
31414         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
31415         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
31416         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
31417         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
31418         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
31419         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
31420         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
31421         * sysdeps/i386/fpu/libm-test-ulps: Update.
31422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31423
31424         [BZ #14621]
31425         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
31426         int as type of variable DEPTH.
31427         (glob): Use size_t instead of int as type of variables NEWCOUNT
31428         and OLD_PATHC.
31429
31430 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31431
31432         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31433         Add s_sincosf-sse2.
31434         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
31435         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
31436         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
31437         macros for using routine as __sincosf_ia32.
31438         Use macro for function declaration and weak_alias.
31439         * sysdeps/i386/fpu/libm-test-ulps: Update.
31440
31441         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
31442         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31443
31444         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
31445         subnormal argument.
31446         * math/s_cexpf.c (__cexpf): Likewise.
31447         * math/s_csinf.c (__csinf): Likewise.
31448         * math/s_csinhf.c (__csinhf): Likewise.
31449         * math/s_ctanf.c (__ctanf): Likewise.
31450         * math/s_ctanhf.c (__ctanhf): Likewise.
31451         * math/s_ccosh.c (__ccoshf): Likewise.
31452         * math/s_cexp.c (__cexpl): Likewise.
31453         * math/s_csin.c (__csin): Likewise.
31454         * math/s_csinh.c (__csinh): Likewise.
31455         * math/s_ctan.c (__ctan): Likewise.
31456         * math/s_ctanh.c (ctanh): Likewise.
31457         * math/s_ccoshl.c (__ccoshl): Likewise.
31458         * math/s_cexpl.c (__cexpl): Likewise.
31459         * math/s_csinl.c (__csinl): Likewise.
31460         * math/s_csinhl.c (__csinhl): Likewise.
31461         * math/s_ctanl.c (__ctanl): Likewise.
31462         * math/s_ctanhl.c (__ctanhl): Likewise.
31463
31464 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31465
31466         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
31467         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
31468         (_IO_off_t): Define to __off_t, not _G_off_t.
31469         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
31470         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
31471         (_IO_wint_t): Define to wint_t, not _G_wint_t.
31472         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
31473         type of __dummy and __dummy2 fields.
31474         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
31475         (_G_ssize_t): Likewise.
31476         (_G_off_t): Likewise.
31477         (_G_pid_t): Likewise.
31478         (_G_uid_t): Likewise.
31479         (_G_wchar_t): Likewise.
31480         (_G_wint_t): Likewise.
31481         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
31482         (_G_ssize_t): Likewise.
31483         (_G_off_t): Likewise.
31484         (_G_pid_t): Likewise.
31485         (_G_uid_t): Likewise.
31486         (_G_wchar_t): Likewise.
31487         (_G_wint_t): Likewise.
31488         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
31489         (_G_ssize_t): Likewise.
31490         (_G_off_t): Likewise.
31491         (_G_pid_t): Likewise.
31492         (_G_uid_t): Likewise.
31493         (_G_wchar_t): Likewise.
31494         (_G_wint_t): Likewise.
31495
31496 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31497
31498         * malloc/arena.c: Include malloc-sysdep.h.
31499         (shrink_heap): Use check_may_shrink_heap to decide if madvise
31500         is sufficient to shrink the heap or an unmap is needed.
31501         * sysdeps/generic/malloc-sysdep.h: New file.  Define
31502         new function check_may_shrink_heap.
31503         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
31504         new function check_may_shrink_heap.
31505
31506 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31507
31508         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
31509         comments.
31510
31511 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
31512
31513         * catgets/test-gencat.sh: Add "set -e".
31514         * elf/tst-pathopt.sh: Likewise.
31515         * grp/tst_fgetgrent.sh: Likewise.
31516         * iconvdata/run-iconv-test.sh: Likewise.
31517         * intl/tst-gettext.sh: Likewise.
31518         * intl/tst-gettext2.sh: Likewise.
31519         * intl/tst-gettext4.sh: Likewise.
31520         * intl/tst-gettext6.sh: Likewise.
31521         * intl/tst-translit.sh: Likewise.
31522         * io/ftwtest-sh: Likewise.
31523         * libio/test-freopen.sh: Likewise.
31524         * malloc/tst-mtrace.sh: Likewise.
31525         * posix/globtest.sh: Likewise.
31526         * posix/tst-getconf.sh: Likewise.
31527         * posix/wordexp-tst.sh: Likewise.
31528         * stdio-common/tst-printf.sh: Likewise.
31529         * stdio-common/tst-unbputc.sh: Likewise.
31530         * stdlib/tst-fmtmsg.sh: Likewise.
31531         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31532         * catgets/Makefile: Do not specify -e option when running
31533         testsuite shell scripts.
31534         * elf/Makefile: Likewise.
31535         * grp/Makefile: Likewise.
31536         * iconvdata/Makefile: Likewise.
31537         * intl/Makefile: Likewise.
31538         * io/Makefile: Likewise.
31539         * libio/Makefile: Likewise.
31540         * malloc/Makefile: Likewise.
31541         * posix/Makefile: Likewise.
31542         * stdio-common/Makefile: Likewise.
31543         * stdlib/Makefile: Likewise.
31544         * sysdeps/x86_64/Makefile: Likewise.
31545
31546         * io/ftwtest-sh: Add copyright header.
31547         * posix/globtest.sh: Likewise.
31548         * posix/tst-getconf.sh: Likewise.
31549         * posix/wordexp-tst.sh: Likewise.
31550         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31551
31552 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
31553
31554         [BZ #13679]
31555         * Makeconfig (+link): Defined as $(+link-static) if
31556         $(build-shared) isn't yes.
31557         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
31558         isn't yes.
31559         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
31560
31561         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
31562
31563         [BZ #14562]
31564         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
31565         new chunk size with MALLOC_ALIGN_MASK.
31566
31567 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
31568
31569         [BZ #5044]
31570         * stdio-common/printf_fphex.c: Include <stdbool.h> and
31571         <rounding-mode.h>.
31572         (__printf_fphex): Determine rounding using get_rounding_mode and
31573         round_away.
31574         * stdio-common/tst-printf-round.c (struct hex_test): New
31575         structure.
31576         (hex_tests): New variable.
31577         (test_hex_in_one_mode): New function.
31578         (do_test): Also run tests for hex float output.
31579
31580 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
31581
31582         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31583         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31584         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
31585         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31586         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31587         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
31588         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31589         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31590
31591 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
31592
31593         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
31594         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
31595         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
31596         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
31597
31598 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
31599
31600         [BZ #14579]
31601         * elf/rtld.c (dl_main): Limit the check for self loading to normal
31602         mode only.
31603         * elf/tst-rtld-load-self.sh: New test.
31604         * elf/Makefile: Run it.
31605
31606 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
31607
31608         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
31609         (tst-writev-ENV): Remove.
31610         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
31611
31612 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
31613
31614         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
31615
31616 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
31617
31618         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
31619         unconditional.
31620         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
31621         Likewise.
31622         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
31623         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
31624         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
31625         Likewise.
31626
31627 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
31628
31629         [BZ #14587]
31630         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
31631         * config.make.in (have-cpp-asm-debuginfo): Removed.
31632         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
31633         * configure: Regenerated.
31634
31635 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
31636
31637         [BZ #5044]
31638         * stdio-common/printf_fp.c: Include <stdbool.h> and
31639         <rounding-mode.h>.
31640         (___printf_fp): Determine rounding using get_rounding_mode and
31641         round_away.
31642         * stdio-common/tst-printf-round.c: New file.
31643         * stdio-common/Makefile (tests): Add tst-printf-round.
31644         (link-libm): New variable.
31645         ($(objpfx)tst-printf-round): Depend in $(link-libm).
31646
31647 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
31648
31649         [BZ #14576]
31650         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
31651         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
31652         Likewise.
31653         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
31654         Likewise.
31655
31656 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
31657
31658         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
31659         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31660         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31661         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31662
31663 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
31664
31665         [BZ #14518]
31666         * include/rounding-mode.h: New file.
31667         * sysdeps/generic/get-rounding-mode.h: Likewise.
31668         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
31669         * stdlib/strtod_l.c: Include <rounding-mode.h>.
31670         (MAX_VALUE): New macro.
31671         (MIN_VALUE): Likewise.
31672         (overflow_value): New function.
31673         (underflow_value): Likewise.
31674         (round_and_return): Use overflow_value and underflow_value to
31675         determine return values in overflow and underflow cases.  Use
31676         round_away to determine rounding depending on rounding mode.
31677         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
31678         determine return values in overflow and underflow cases.
31679         * stdlib/tst-strtod-round.c: Include <fenv.h>.
31680         (struct test_results): New structure.
31681         (struct test): Use struct test_results to store expected results
31682         for all rounding modes.
31683         (TEST): Include expected results for all rounding modes.
31684         (test_in_one_mode): New function.
31685         (do_test): Use test_in_one_mode to compute and check results.
31686         Check results for all rounding modes.
31687         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
31688         $(link-libm).
31689
31690 2012-12-09  Allan McRae  <allan@archlinux.org>
31691
31692         * sysdeps/i386/fpu/libm-test-ulps: Update
31693
31694 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
31695
31696         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
31697         (_G_int32_t): Likewise.
31698         (_G_uint16_t): Likewise.
31699         (_G_uint32_t): Likewise.
31700         (_G_HAVE_BOOL): Likewise.
31701         (_G_HAVE_ATEXIT): Likewise.
31702         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31703         (_G_HAVE_IO_FILE_OPEN): Likewise.
31704         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
31705         (_G_int32_t): Likewise.
31706         (_G_uint16_t): Likewise.
31707         (_G_uint32_t): Likewise.
31708         (_G_HAVE_BOOL): Likewise.
31709         (_G_HAVE_ATEXIT): Likewise.
31710         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31711         (_G_HAVE_IO_FILE_OPEN): Likewise.
31712         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
31713         (_G_int32_t): Likewise.
31714         (_G_uint16_t): Likewise.
31715         (_G_uint32_t): Likewise.
31716         (_G_HAVE_BOOL): Likewise.
31717         (_G_HAVE_ATEXIT): Likewise.
31718         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31719         (_G_HAVE_IO_FILE_OPEN): Likewise.
31720
31721 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
31722
31723         * csu/libc-tls.c: Update copyright years.
31724
31725 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
31726
31727         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
31728         [!_G_USING_THUNKS]: Remove conditional code.
31729         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
31730         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
31731
31732         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
31733         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
31734         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31735         (_G_VTABLE_LABEL_PREFIX): Likewise.
31736         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31737         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31738         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31739         (_G_VTABLE_LABEL_PREFIX): Likewise.
31740         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31741         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31742         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31743         (_G_VTABLE_LABEL_PREFIX): Likewise.
31744         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31745
31746 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
31747
31748         * libio/Makefile: Include ../Makeconfig before tests.
31749         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31750         only if $(build-shared) is yes.
31751
31752         * iconv/gconv_db.c: Update copyright years.
31753
31754 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31755
31756         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31757         unwind info if defined PIC. Fix special cases description.
31758         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31759
31760         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31761         DP_HI_MASK entry.
31762         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31763
31764 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
31765
31766         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31767
31768         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31769         is NULL.
31770
31771         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31772         (LDLIBS-tst-chk4): This.
31773         (LDFLAGS-tst-chk5): Renamed to ...
31774         (LDLIBS-tst-chk5): This.
31775         (LDFLAGS-tst-chk6): Renamed to ...
31776         (LDLIBS-tst-chk6): This.
31777         (LDFLAGS-tst-lfschk4): Renamed to ...
31778         (LDLIBS-tst-lfschk4): This.
31779         (LDFLAGS-tst-lfschk5): Renamed to ...
31780         (LDLIBS-tst-lfschk5): This.
31781         (LDFLAGS-tst-lfschk6): Renamed to ...
31782         (LDLIBS-tst-lfschk6): This.
31783
31784         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31785         on $(common-objpfx)soversions.mk.
31786
31787 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
31788
31789         [BZ #10014]
31790         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31791         example host name.
31792
31793 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31794
31795         * malloc/arena.c (arena_get_retry): New function that gets
31796         another arena for the caller to try its request on.
31797         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31798         current arena cannot fulfill the request.
31799         (__libc_memalign): Likewise.
31800         (__libc_memalign): Likewise.
31801         (__libc_pvalloc): Likewise.
31802         (__libc_calloc): Likewise.
31803
31804 2012-09-05  John Tobey  <john.tobey@gmail.com>
31805
31806         [BZ #13542]
31807         * manual/arith.texi (Operations on Complex): Fix description
31808         of carg branch cut.
31809
31810 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31811
31812         [BZ #10014]
31813         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31814         host name.
31815
31816         [BZ #10038]
31817         * manual/memory.texi (Memory): Make order of menu items match
31818         order of sections.
31819
31820 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31821
31822         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31823         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
31824         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31825
31826 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31827
31828         * csu/libc-tls.c (static_dtv): Renamed to ...
31829         (_dl_static_dtv): This.  Make it global.
31830         (_dl_initial_dtv): Removed.
31831         (__libc_setup_tls): Updated.
31832         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31833         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31834         DL_INITIAL_DTV.
31835
31836 2012-09-06  Petr Machata  <pmachata@redhat.com>
31837
31838         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31839         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31840         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31841         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31842
31843 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31844
31845         [BZ #14545]
31846         * csu/libc-tls.c (_dl_initial_dtv): New variable.
31847         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31848         freeing dtv[-1].
31849
31850 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31851
31852         [BZ #14544]
31853         * Makeconfig (link-static-before-libc): Replace $(+prector)
31854         with $(+prectorT).
31855         (link-static-after-libc): Replace $(+postctor) with
31856         $(+postctorT).
31857         (link-bounded): Replace $(+prector)/$(+postctor) with
31858         $(+prectorT)/$(+postctorT).
31859         (+prectorT): New macro.
31860         (+postctorT): Likewise.
31861
31862 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31863
31864         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31865         (round_str): Handle values above the maximum for IBM long double
31866         as inexact.
31867         * stdlib/tst-strtod-round.c (tests): Regenerated.
31868
31869 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31870
31871         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31872         assembler flag.
31873         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31874         zarch_nohighgprs around the zarch optimized routines.
31875         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31876         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31877         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31878         for zarch.
31879
31880 2012-09-05  David S. Miller  <davem@davemloft.net>
31881
31882         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31883
31884         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31885         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
31886         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
31887         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31888         entries.
31889
31890 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31891
31892         * malloc/arena.c: Fold copyright years.
31893         * malloc/mcheck.c, malloc/memusage.c: Likewise.
31894
31895 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31896
31897         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
31898
31899 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31900
31901         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
31902
31903 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31904
31905         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
31906         change internal state upon failure.
31907
31908 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31909
31910         * malloc/mcheck.c (mcheck_check_all): Fix typo.
31911         * malloc/memusage.c (mmap): Likewise.
31912         (mmap64, mremap): Likewise.  Adjust name in comment.
31913
31914 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31915
31916         * libio/fileops.c: Fix typos in comments.
31917         * libio/oldfileops.c: Likewise.
31918         * libio/wfileops.c: Likewise.
31919
31920 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31921
31922         [BZ #1349]
31923         * malloc/Makefile (tests): Add tst-malloc-usable test case.
31924         (tst-malloc-usable-ENV): Set environment for test case.
31925         * malloc/hooks.c (malloc_check_get_size): New function to get
31926         requested size.
31927         * malloc/malloc.c (musable): Use malloc_check_get_size.
31928         * malloc/tst-malloc-usable.c: New test case.
31929
31930 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31931
31932         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
31933
31934 2012-09-05  Allan McRae  <allan@archlinux.org>
31935
31936         [BZ #13966]
31937         * configure.in (CXX_SYSINCLUDES): Use compiler output to
31938         determine header location.
31939         * configure: Regenerated.
31940
31941 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31942
31943         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
31944         float format.
31945         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
31946         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
31947         format.
31948         (test): Regenerate.
31949
31950 2012-09-04  David S. Miller  <davem@davemloft.net>
31951
31952         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
31953         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
31954         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
31955
31956 2012-09-04  Florian Weimer  <fweimer@redhat.com>
31957
31958         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
31959         failures.
31960
31961         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
31962
31963 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
31964
31965         [BZ #9914]
31966         * libio/iogetdelim.c: Include <limits.h>.
31967         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
31968         + len + 1 would overflow.
31969
31970 2012-09-03  Andreas Jaeger  <aj@suse.de>
31971
31972         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31973         * sysdeps/i386/fpu/libm-test-ulps: Update.
31974
31975 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31976
31977         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31978         Add s_sinf-sse2, s_conf-sse2.
31979
31980         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
31981         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
31982         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
31983         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
31984
31985         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
31986         for using routine as __sinf_ia32.
31987         Use macro for function declaration and weak_alias.
31988         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
31989         for using routine as __cosf_ia32.
31990         Use macro for function declaration and weak_alias.
31991
31992         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
31993         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
31994
31995         * sysdeps/x86_64/fpu/s_sinf.S: New file.
31996         * sysdeps/x86_64/fpu/s_cosf.S: New file.
31997         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31998
31999         * math/libm-test.inc (cos_test): Add more test cases.
32000         (sin_test): Likewise.
32001         (sincos_test): Likewise.
32002
32003 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32004
32005         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
32006         (IFUNC_RESOLVE): Make pointers to the specialized implementations
32007         hidden.
32008         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32009
32010 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
32011
32012         [BZ #14538]
32013         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
32014         first element of the GOT.
32015         (elf_machine_load_address): Return the difference between
32016         the runtime address of _DYNAMIC and elf_machine_dynamic ().
32017
32018 2012-09-01  Allan McRae  <allan@archlinux.org>
32019
32020         [BZ #13412]
32021         * configure.in (AWK): Require gawk version 3.0 or later.
32022         * configure: Regenerated.
32023
32024 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
32025
32026         * sysdeps/unix/sysv/linux/kernel-features.h
32027         (__ASSUME_POSIX_CPU_TIMERS): Remove.
32028         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32029         [__NR_clock_getres]: Make code unconditional.
32030         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
32031         (clock_getcpuclockid): Remove code left unreachable by removal of
32032         conditionals.
32033         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
32034         code unconditional.
32035         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32036         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32037         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
32038         Make code unconditional.
32039         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32040         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32041         * sysdeps/unix/sysv/linux/clock_settime.c
32042         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
32043         conditional code.
32044         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
32045         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32046
32047 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
32048
32049         [BZ #14476]
32050         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
32051         scripts/test-installation.pl.
32052
32053         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
32054         and $ld_so_version if it is set.
32055
32056 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32057
32058         [BZ #14516]
32059         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
32060         failure if reading from procfs failed.
32061         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
32062
32063 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32064
32065         * sysdeps/unix/sysv/linux/kernel-features.h
32066         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
32067         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32068         Remove conditional code.
32069         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32070         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
32071         Remove conditional code.
32072         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32073         * sysdeps/unix/sysv/linux/i386/fxstat.c
32074         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32075         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32076         * sysdeps/unix/sysv/linux/i386/fxstatat.c
32077         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32078         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32079         * sysdeps/unix/sysv/linux/i386/lxstat.c
32080         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32081         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32082         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
32083         Remove conditional code.
32084         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32085         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32086         Remove conditional code.
32087         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32088         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
32089         <kernel-features.h>.
32090         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
32091         Remove.
32092         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
32093         Remove conditional code.
32094         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32095         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
32096         Remove conditional.
32097
32098 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
32099
32100         [BZ #5400]
32101         * NEWS: Add fixed bug number.
32102
32103 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32104
32105         [BZ #14519]
32106         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
32107         underflowing exponent in case of negative sign.
32108         * stdlib/tst-strtod-round-data: Add more tests.
32109         * stdlib/tst-strtod-round.c (tests): Regenerated.
32110
32111         [BZ #3479]
32112         * stdlib/strtod_l.c (NDIG): Remove.
32113         (HEXNDIG): Likewise.
32114         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
32115         smallest representable value.
32116         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
32117         lie within an exact representation of 1/2 ulp of the result.
32118         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
32119         unconditionally.
32120         (TENS_P9_IDX): Define unconditionally.
32121         (TENS_P9_SIZE): Likewise.
32122         (TENS_P10_IDX): Likewise.
32123         (TENS_P10_SIZE): Likewise.
32124         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
32125         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
32126         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
32127         entries for 10^2^13 and 10^2^14.
32128         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
32129         (TENS_P13_IDX): Define.
32130         (TENS_P13_SIZE): Likewise.
32131         (TENS_P14_IDX): Likewise.
32132         (TENS_P14_SIZE): Likewise.
32133         (_fpioconst_pow10): Change array size to
32134         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
32135         unconditional.
32136         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
32137         1024]: Add entries for 10^2^13 and 10^2^14.
32138         [LAST_POW10 > _LAST_POW10]: Remove #error.
32139         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
32140         (_fpioconst_pow10): Change array size to
32141         FPIOCONST_POW10_ARRAY_SIZE.
32142         * stdlib/gen-fpioconst.c: New file.
32143         * stdlib/gen-tst-strtod-round.c: Likewise.
32144         * stdlib/tst-strtod-round-data: Likewise.
32145         * stdlib/tst-strtod-round.c: Likewise.
32146         * stdlib/Makefile (tests): Add tst-strtod-round.
32147
32148         [BZ #14459]
32149         * stdlib/strtod_l.c: Include <stdint.h>.
32150         (NDEBUG): Do not define.
32151         (round_and_return): Change EXPONENT parameter to type intmax_t.
32152         Rearrange calculations to avoid internal overflow possibilities.
32153         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
32154         Rearrange calculations to avoid internal overflow possibilities.
32155         Assert that number fits inside MPNSIZE limbs.
32156         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
32157         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
32158         calculations and add assertions to avoid internal overflow
32159         possibilities.  Add casts to avoid signed/unsigned operations.
32160         * stdlib/tst-strtod-overflow.c: New file.
32161         * stdlib/Makefile (tests): Add tst-strtod-overflow.
32162
32163 2012-08-25  Marek Polacek  <polacek@redhat.com>
32164
32165         * time/time.h: Fix some typos in comments.
32166
32167 2012-08-23  Roland McGrath  <roland@hack.frob.com>
32168
32169         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
32170         * posix/tst-rfc3484-2.c: Likewise.
32171         * posix/tst-rfc3484-3.c: Likewise.
32172
32173 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
32174
32175         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
32176         (EF_ARM_ABI_FLOAT_HARD): Likewise.
32177
32178 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
32179
32180         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
32181         #include of fxstatat64.c.
32182
32183 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32184
32185         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
32186         * shadow/getspent_r.c: Likewise.
32187         * shadow/getspnam.c: Likewise.
32188         * shadow/getspnam_r.c: Likewise.
32189         * gshadow/getsgent.c: Likewise.
32190         * gshadow/getsgent_r.c: Likewise.
32191         * gshadow/getsgnam.c: Likewise.
32192         * gshadow/getsgnam_r.c: Likewise.
32193         * inet/getnetbyad.c: Likewise.
32194         * inet/getnetbyad_r.c: Likewise.
32195         * inet/getnetbynm.c: Likewise.
32196         * inet/getnetbynm_r.c: Likewise.
32197         * inet/getnetent.c: Likewise.
32198         * inet/getnetent_r.c: Likewise.
32199         * inet/getproto.c: Likewise.
32200         * inet/getproto_r.c: Likewise.
32201         * inet/getprtent.c: Likewise.
32202         * inet/getprtent_r.c: Likewise.
32203         * inet/getprtname.c: Likewise.
32204         * inet/getprtname_r.c: Likewise.
32205         * inet/getrpcbyname.c: Likewise.
32206         * inet/getrpcbyname_r.c: Likewise.
32207         * inet/getrpcbynumber.c: Likewise.
32208         * inet/getrpcbynumber_r.c: Likewise.
32209         * inet/getrpcent.c: Likewise.
32210         * inet/getrpcent_r.c: Likewise.
32211         * inet/getaliasent.c: Likewise.
32212         * inet/getaliasent_r.c: Likewise.
32213         * inet/getaliasname.c: Likewise.
32214         * inet/getaliasname_r.c: Likewise.
32215         * nscd/getgrgid_r.c: Likewise.
32216         * nscd/getgrnam_r.c: Likewise.
32217         * nscd/gethstbyad_r.c: Likewise.
32218         * nscd/gethstbynm3_r.c: Likewise.
32219         * nscd/getpwnam_r.c: Likewise.
32220         * nscd/getpwuid_r.c: Likewise.
32221         * nscd/getsrvbynm_r.c: Likewise.
32222         * nscd/getsrvbypt_r.c: Likewise.
32223         * nscd/gai.c: Likewise.
32224
32225         * configure.in (build_nscd): New substituted variable, set
32226         by --disable-build-nscd and defaults to $use_nscd.
32227         * configure: Regenerated.
32228         * config.make.in (build-nscd): New substituted variable.
32229         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
32230         Change conditional to require [$(build-nscd) = yes] as well.
32231         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
32232
32233         [BZ# 13696]
32234         * configure.in (use_nscd): New substituted variable, set by
32235         --disable-nscd.  If enabled, define USE_NSCD.
32236         * configure: Regenerated.
32237         * config.h.in: Add USE_NSCD.
32238         * config.make.in (use-nscd): New substituted variable.
32239         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
32240         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
32241         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
32242         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
32243         (CFLAGS-getgrnam_r.c): Likewise.
32244         (CFLAGS-initgroups.c): Likewise.
32245         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
32246         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
32247         Variables removed.
32248         * inet/getnetgrent_r.c
32249         (nscd_setnetgrent): New function, broken out of ...
32250         (setnetgrent): ... here.  Call it.
32251         (innetgr): Conditionalize nscd bits on [USE_NSCD].
32252         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
32253         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
32254         * nscd/Makefile (routines, aux): Move definitions after include of
32255         Makeconfig.  Conditionalize on [$(use-nscd) != no].
32256         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
32257         Conditionalize on [USE_NSCD].
32258         (is_nscd, nscd_init_cb): Likewise.
32259         (nss_load_library): Conditionalize init callback on [USE_NSCD].
32260         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
32261         * nss/nss_db/db-init.c: Likewise.
32262         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
32263         [USE_NSCD].
32264         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
32265         (make_request): Use it.
32266         (cache_valid_p): New function.
32267         (__check_pf): Use it.
32268         * NEWS: Add item for --disable-nscd.
32269
32270 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
32271
32272         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
32273         to support sed >= 4.2.1-20-ga9bf076.
32274         * configure: Regenerated.
32275
32276 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32277
32278         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
32279         Conditionalize whole body on [IREL].
32280
32281 2012-08-22  Jeff Law <law@redhat.com>
32282
32283         [BZ #14505]
32284         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
32285         if the family is PF_UNSPEC.
32286
32287 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
32288
32289         * Makerules (lib-version): Rename from V.
32290         (install-lib-nosubdir): Change V to lib-version.
32291
32292 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
32293
32294         [BZ #14252]
32295         * powerpc32/power6/wcschr.c: New file.
32296         * powerpc32/power6/wcscpy.c: New file.
32297         * powerpc32/power6/wcsrchr.c: New file.
32298         * powerpc64/power6/wcschr.c: New file.
32299         * powerpc64/power6/wcscpy.c: New file.
32300         * powerpc64/power6/wcsrchr.c: New file.
32301
32302 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32303
32304         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
32305         (two_way_short_needle): Use it.
32306         * string/strstr.c (AVAILABLE1_USES_J): Define.
32307         * string/strcasestr.c: Likewise.
32308
32309         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
32310         array references.
32311         * string/strcasestr.c (TOLOWER): Make side-effect safe.
32312
32313         [BZ #11607]
32314         * NEWS: Add an entry.
32315         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
32316         define their defaults.
32317         (two_way_short_needle): Detect end-of-string on-the-fly.
32318         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
32319         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
32320         * string/bug-strcasestr1.c: New test.
32321         * string/Makefile: Run it.
32322
32323 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32324
32325         [BZ #11607]
32326         * string/str-two-way.h (two_way_short_needle): Optimize matching of
32327         the first character.
32328
32329 2012-08-21  Roland McGrath  <roland@hack.frob.com>
32330
32331         * csu/elf-init.c (__libc_csu_irel): Function removed.
32332         * csu/libc-start.c (apply_irel): New function.
32333         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
32334
32335 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
32336
32337         * sysdeps/unix/sysv/linux/kernel-features.h
32338         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
32339         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32340         <kernel-features.h>.
32341         [__NR_fadvise64_64]: Make code unconditional.
32342         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
32343         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32344         !__NR_fadvise64_64)]: Likewise.
32345         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32346         !__NR_fadvise64_64))]: Likewise.
32347         [__NR_fadvise64]: Make code unconditional.
32348         [!__NR_fadvise64]: Remove conditional code.
32349         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
32350         <kernel-features.h>.
32351         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32352         unconditional.
32353         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32354         conditional code.
32355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
32356         not include <kernel-features.h>.
32357         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32358         unconditional.
32359         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32360         conditional code.
32361         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
32362         include <kernel-features.h>.
32363         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32364         unconditional.
32365         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32366         conditional code.
32367
32368 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
32369
32370         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
32371         slight instruction rearrangements per scrollpipe analysis.
32372         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32373
32374 2012-08-20  Roland McGrath  <roland@hack.frob.com>
32375
32376         * manual/syslog.texi (syslog; vsyslog, closelog):
32377         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
32378         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
32379
32380         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
32381         DSOCAPS to match condition on defining it.
32382
32383 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
32384
32385         * sysdeps/unix/sysv/linux/kernel-features.h
32386         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
32387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
32388         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32389         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
32391         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32392         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
32394         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32395         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32396
32397         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
32398         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
32399
32400         * sysdeps/unix/sysv/linux/kernel-features.h
32401         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
32402         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
32403         unconditional.
32404         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32405         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
32406         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32407         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32408         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
32409         Make code unconditional.
32410         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32411         (__mmap64) [!__NR_mmap2]: Likewise.
32412         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
32413         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32414         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32415         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
32416         [__NR_mmap2]: Make code unconditional.
32417         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32418         (__mmap64) [!__NR_mmap2]: Likewise.
32419
32420 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32421
32422         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
32423
32424 2012-08-18  Andreas Jaeger  <aj@suse.de>
32425
32426         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
32427
32428 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32429
32430         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
32431         * include/unistd.h (__have_sock_cloexec): Likewise.
32432         (__have_pipe2): Likewise.
32433         (__have_dup3): Likewise.
32434
32435 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32436
32437         [BZ #9685]
32438         * include/unistd.h (__have_pipe2): Change define into an extern int.
32439         (__have_dup3): Likewise.
32440         * socket/have_sock_cloexec.c: Include fcntl.h.
32441         (__have_pipe2): New variable.
32442         (__have_dup3): Likewise.
32443
32444 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
32445
32446         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
32447
32448 2012-08-17  Marek Polacek  <polacek@redhat.com>
32449
32450         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
32451         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
32452
32453 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32454
32455         * configure.in: Add AC_SUBST for sysheaders.
32456         * configure: Regenerated.
32457         * config.make.in (sysheaders): New substituted variable.
32458
32459         * sysdeps/unix/mkfifo.c: Moved ...
32460         * sysdeps/posix/mkfifo.c: ... here.
32461         * sysdeps/unix/mkfifoat.c: Moved ...
32462         * sysdeps/posix/mkfifoat.c: ... here.
32463
32464         * sysdeps/unix/utime.c: Moved ...
32465         * sysdeps/posix/utime.c: ... here.
32466
32467         * sysdeps/unix/time.c: Moved ...
32468         * sysdeps/posix/time.c: ... here.
32469         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
32470         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
32471
32472         * sysdeps/unix/nice.c: Moved ...
32473         * sysdeps/posix/nice.c: ... here.
32474
32475         * sysdeps/unix/alarm.c: Moved ...
32476         * sysdeps/posix/alarm.c: ... here.
32477
32478         * intl/Makefile ($(codeset_mo)): Depend on the input file.
32479
32480 2012-08-17  Jeff Law <law@redhat.com>
32481
32482         * intl/Makefile (codeset_mo): New variable.
32483         ($(codeset_mo)): New target.
32484         (tst-codeset.out): Depend on that.  Remove explicit rule.
32485         (tst-gettext3.out, tst-gettext5.out): Likewise.
32486         (LOCPATH-ENV, tst-codeset-ENV): New variables.
32487         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
32488         * intl/tst-codeset.sh: Remove.
32489         * intl/tst-gettext3.sh: Likewise.
32490         * intl/tst-gettext5.sh: Likewise.
32491
32492 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32493
32494         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
32495         * sysdeps/unix/syscalls.list: ... here.
32496
32497         * sysdeps/posix/getaddrinfo.c
32498         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
32499         (gaiconf_init, gaiconf_reload): Use them.
32500         [!_STATBUF_ST_NSEC]
32501         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
32502         Define using time_t rather than struct timespec.
32503
32504         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
32505         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
32506         Macros removed.
32507         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
32508         [!NO_THREADS].
32509         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
32510         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
32511         Likewise.
32512
32513         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
32514         __libc_cleanup_push argument.
32515
32516         * bits/param.h: New file.
32517         * misc/sys/param.h: New file.
32518         * include/sys/param.h: New file.
32519         * misc/Makefile (headers): Add bits/param.h.
32520         * sysdeps/generic/sys/param.h: File removed.
32521         * sysdeps/unix/sysv/linux/bits/param.h: New file.
32522         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
32523         * sysdeps/mach/hurd/bits/param.h: New file.
32524         * sysdeps/mach/hurd/sys/param.h: File removed.
32525
32526         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
32527         last change.
32528
32529         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
32530         [_IO_MTSAFE_IO].
32531         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
32532         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
32533         New macros.
32534
32535         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
32536         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
32537         rather than -D_IO_MTSAFE_IO conditionally.
32538         * stdio-common/Makefile (CPPFLAGS): Likewise.
32539         * wcsmbs/Makefile (CPPFLAGS): Likewise.
32540         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
32541         Use $(libio-mtsafe).
32542         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
32543         of -D_IO_MTSAFE_IO.
32544         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
32545         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
32546         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
32547         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
32548         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
32549         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
32550         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
32551         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
32552         (CFLAGS-fread_u_chk.c): Likewise.
32553         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
32554         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
32555         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
32556         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
32557         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
32558         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
32559         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
32560         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
32561         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
32562
32563         * libio/Makefile: Test [$(libc-reentrant) = yes]
32564         instead of [$(filter %REENTRANT, $(defines)) nonempty].
32565
32566         * Makeconfig
32567         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
32568         * sysdeps/pthread/configure: File removed.
32569         * sysdeps/pthread/Makeconfig: New file.
32570         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
32571         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
32572
32573 2012-08-16  Gary Benson  <gbenson@redhat.com>
32574
32575         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
32576         unmapping the first object in a namespace.
32577
32578 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32579
32580         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
32581         (__internal_setnetgrent): ... this.  Add internal_function to
32582         definition.  Add libc_hidden_def.
32583         (setnetgrent): Update caller.
32584         (internal_endnetgrent): Renamed to ...
32585         (__internal_endnetgrent): ... this.  Add internal_function to
32586         definition.  Add libc_hidden_def.
32587         (endnetgrent): Update caller.
32588         (internal_getnetgrent_r): Renamed to ...
32589         (__internal_getnetgrent_r): ... this.  Add internal_function to
32590         definition.  Add libc_hidden_def.
32591         (__getnetgrent_r): Update caller.
32592         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
32593
32594 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32595
32596         * stdlib/longlong.h: Update from GCC.
32597
32598 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32599
32600         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
32601         on _QL, which is set by umul_ppmm but never used.
32602         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
32603         variables, which are set by GMP macros but never used.
32604         * stdio-common/_itowa.c (_itowa): Likewise.
32605         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
32606         * stdlib/mod_1.c (mpn_mod_1): Likewise.
32607
32608 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
32609
32610         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
32611         struct La_sh_regs is not constant.
32612         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
32613         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
32614         and struct La_sparc64_regs are not constant.
32615
32616 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32617
32618         * sysdeps/unix/sysv/linux/kernel-features.h
32619         (__ASSUME_POSIX_TIMERS): Remove.
32620         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32621         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32622         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
32623         Make code unconditional.
32624         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32625         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
32626         Make code unconditional.
32627         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32628         * sysdeps/unix/sysv/linux/clock_nanosleep.c
32629         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
32630         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32631         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
32632         Make code unconditional.
32633         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32634         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
32635         (__libc_missing_posix_timers): Remove.
32636
32637 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32638
32639         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
32640         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
32641
32642         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
32643
32644         * elf/dl-sym.c: Include <stdlib.h>.
32645
32646         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
32647         constants, which avoids warnings in 32-bit builds.
32648
32649         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
32650         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
32651
32652         * misc/lseek.c: File moved to ...
32653         * io/lseek.c: ... here.
32654
32655         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
32656
32657         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
32658         shifting LEN more than 31 bits at once.
32659
32660 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32661
32662         [BZ #14195]
32663         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
32664         segmentation fault for a case of two empty input strings.
32665         * string/test-strncasecmp.c (check1): Renamed to...
32666         (bz12205): ...this.
32667         (bz14195): Add new testcase for two empty input strings and N > 0.
32668         (test_main): Call new testcase, adapt for renamed function.
32669
32670 2012-08-15  Andreas Jaeger  <aj@suse.de>
32671
32672         [BZ #14090]
32673         * crypt/md5test2.c: New test, based on test supplied by Serge
32674         Belyshev <belyshev@depni.sinp.msu.ru>.
32675         * crypt/Makefile (xtests): Add md5test-giant..
32676         * crypt/Makefile ($(objpfx)md5test-giant): Add.
32677
32678 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32679
32680         [BZ #14090]
32681         * crypt/md5.c (md5_process_block): Don't assume the buffer
32682         length is less than 2**32.
32683         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
32684         length is less than 2**64.
32685
32686 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32687
32688         * string/str-two-way.h: Include <sys/param.h>.
32689         (MAX): Macro removed.
32690
32691         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
32692         Move #define and #undef of memmove to just before and after
32693         including <string.h>.
32694
32695         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
32696         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
32697         and after including <string.h>.  Move declarations of
32698         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
32699         to before #include "string/memmove.c".
32700
32701         * include/dirent.h: Declare __getdirentries.
32702
32703         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
32704         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
32705
32706 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
32707
32708         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
32709         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
32710         * sysdeps/i386/configure: Regenerated.
32711         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
32712         STABS_CURRENT_FILE, and STABS_FUN.
32713         (END): Remove call to STABS_FUN_END.
32714         (STABS_CURRENT_FILE1): Delete.
32715         (STABS_CURRENT_FILE): Likewise.
32716         (STABS_FUN): Likewise.
32717         (STABS_FUN_END): Likewise.
32718         (STABS_FUN2): Likewise.
32719         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
32720         * sysdeps/x86_64/configure: Regenerated.
32721
32722 2012-08-14  Roland McGrath  <roland@hack.frob.com>
32723
32724         * elf/dl-open.c: Include <atomic.h>.
32725         * elf/dl-lookup.c: Likewise.
32726
32727 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
32728
32729         * sysdeps/unix/sysv/linux/kernel-features.h
32730         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
32731         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
32732         unconditionally.
32733         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
32734         unconditionally.
32735         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
32736         condition on __ASSUME_CLONE_THREAD_FLAGS.
32737
32738 2012-08-14  Andreas Jaeger  <aj@suse.de>
32739
32740         * sysdeps/i386/fpu/libm-test-ulps: Update.
32741
32742 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
32743
32744         * include/atomic.h (atomic_exchange_and_add): Split into ...
32745         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
32746         New atomic macros.
32747
32748 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
32749
32750         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32751
32752 2012-08-13  Jeff Law <law@redhat.com>
32753
32754         * manual/stdio.texi (snprintf): Clarify handling of the trailing
32755         null byte in the output string.
32756
32757 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
32758
32759         * sysdeps/unix/sysv/linux/kernel-features.h
32760         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32761         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32762         (__ASSUME_ARG_MAX_STACK_BASED): Define.
32763         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32764         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32765         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
32766         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32767
32768 2012-08-09  Jeff Law <law@redhat.com>
32769
32770         [BZ #13939]
32771         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32772         When avoid_arena is set, don't retry in the that arena.  Pick the
32773         next one, whatever it might be.
32774         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32775         (arena_lock): Pass in new parameter to arena_get2.
32776         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32777         arena_get2.
32778         (__libc_malloc): Unify retrying after main arena failure with
32779         __libc_memalign version.
32780         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32781
32782 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
32783
32784         [BZ #14166]
32785         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32786         to __redirect_strstr.
32787         (__strstr_sse42): Use typeof __redirect_strstr.
32788         (__strstr_ia32): Likewise.
32789         (__libc_strstr): New prototype.
32790         (strstr): Renamed to ...
32791         (__libc_strstr): This.
32792         (strstr): New strong alias of __libc_strstr.
32793         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32794         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32795         __redirect_time.
32796         Include <time.h>.
32797         (__libc_time): New prototype.
32798         (time_ifunc): Replace time with __libc_time.
32799         (time): New strong alias and hidden definition of __libc_time.
32800         (__GI_time): Remove strong alias.
32801         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32802         Include <stddef.h>.
32803         (memmove): Redefined to __redirect_memmove.
32804         (__memmove_sse2): Use typeof __redirect_memmove.
32805         (__memmove_ssse3): Likewise.
32806         (__memmove_ssse3_back): Likewise.
32807         (__libc_memmove): New prototype.
32808         (memmove): Renamed to ...
32809         (__libc_memmove): This.
32810         (memmove): New strong alias of __libc_memmove.
32811
32812 2012-08-08  Mark Salter  <msalter@redhat.com>
32813
32814         * elf/elf.h
32815         (R_MN10300_TLS_GD): Define.
32816         (R_MN10300_TLS_LD): Likewise.
32817         (R_MN10300_TLS_LDO): Likewise.
32818         (R_MN10300_TLS_GOTIE): Likewise.
32819         (R_MN10300_TLS_IE): Likewise.
32820         (R_MN10300_TLS_LE): Likewise.
32821         (R_MN10300_TLS_DTPMOD): Likewise.
32822         (R_MN10300_TLS_DTPOFF): Likewise.
32823         (R_MN10300_TLS_TPOFF): Likewise.
32824         (R_MN10300_SYM_DIFF): Likewise.
32825         (R_MN10300_ALIGN): Likewise.
32826         (R_MN10300_NUM): Update.
32827
32828 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
32829
32830         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32831         Remove.
32832
32833 2012-08-08  Roland McGrath  <roland@hack.frob.com>
32834
32835         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32836
32837         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32838         sysdeps/unix -> sysdeps/posix move.
32839         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32840
32841 2012-08-07      Allan McRae     <allan@archlinux.org>
32842
32843         [BZ #14303]
32844         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32845         (SUNOS_CPP): Likewise.
32846         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32847         not found.
32848         (open_input): Call CPP using execvp.
32849
32850 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32851
32852         * sysdeps/unix/sysv/linux/kernel-features.h
32853         (__ASSUME_PROT_GROWSUPDOWN): Remove.
32854         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32855         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32856         (__ASSUME_WAITID_SYSCALL): Likewise.
32857         * sysdeps/unix/sysv/linux/dl-execstack.c
32858         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32859         code unconditional.
32860         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32861         conditional code.
32862         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32863         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32864         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32865         code.
32866         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32867         unconditional.
32868         [__ASSUME_WAITID_SYSCALL]: Likewise.
32869         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32870
32871 2012-08-07  Roland McGrath  <roland@hack.frob.com>
32872
32873         * sysdeps/unix/closedir.c: Renamed to ...
32874         * sysdeps/posix/closedir.c: ... here.
32875         * sysdeps/unix/dirfd.c: Renamed to ...
32876         * sysdeps/posix/dirfd.c: ... here.
32877         * sysdeps/unix/dirstream.h: Renamed to ...
32878         * sysdeps/posix/dirstream.h: ... here.
32879         * sysdeps/unix/fdopendir.c: Renamed to ...
32880         * sysdeps/posix/fdopendir.c: ... here.
32881         * sysdeps/unix/opendir.c: Renamed to ...
32882         * sysdeps/posix/opendir.c: ... here.
32883         * sysdeps/unix/readdir.c: Renamed to ...
32884         * sysdeps/posix/readdir.c: ... here.
32885         * sysdeps/unix/readdir_r.c: Renamed to ...
32886         * sysdeps/posix/readdir_r.c: ... here.
32887         * sysdeps/unix/rewinddir.c: Renamed to ...
32888         * sysdeps/posix/rewinddir.c: ... here.
32889         * sysdeps/unix/seekdir.c: Renamed to ...
32890         * sysdeps/posix/seekdir.c: ... here.
32891         * sysdeps/unix/telldir.c: Renamed to ...
32892         * sysdeps/posix/telldir.c: ... here.
32893         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
32894         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
32895         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
32896         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
32897
32898         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
32899         * bits/fcntl.h: ... here.
32900
32901         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
32902         not 0.
32903         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
32904         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
32905         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
32906         (struct flock): Move l_start, l_len to the beginning.
32907         Use __pid_t for l_pid.
32908         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
32909         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
32910         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
32911         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
32912         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
32913         [__USE_LARGEFILE64] (struct flock64): New type.
32914         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
32915
32916         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
32917         * bits/dirent.h: ... here.
32918
32919         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
32920         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
32921
32922 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32923
32924         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32925         Change from 2.6.0 to 2.6.16.
32926         * sysdeps/unix/sysv/linux/configure: Regenerated.
32927         * sysdeps/unix/sysv/linux/kernel-features.h
32928         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
32929         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
32930         version.
32931         (__ASSUME_UTIMES): Likewise.
32932         (__ASSUME_CLONE_STOPPED): Remove.
32933         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
32934         architectures, not kernel version.
32935         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
32936         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32937         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32938         (__ASSUME_WAITID_SYSCALL): Likewise.
32939         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
32940         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
32941         * README: State 2.6.16 as minimum Linux kernel version.  Do not
32942         refer to older versions.
32943
32944 2012-08-06  Roland McGrath  <roland@hack.frob.com>
32945
32946         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
32947         Define alphasort64 as an alias.
32948         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
32949         Define versionsort64 as an alias.
32950         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
32951         Define scandir64 as an alias.
32952         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
32953         Define scandirat64 as an alias.
32954         * dirent/alphasort64.c (alphasort64):
32955         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
32956         * dirent/versionsort64.c: Likewise.
32957         * dirent/scandir64.c: Likewise.
32958         * dirent/scandirat64.c: Likewise.
32959         * sysdeps/wordsize-64/alphasort.c: File removed.
32960         * sysdeps/wordsize-64/alphasort64.c: File removed.
32961         * sysdeps/wordsize-64/scandir.c: File removed.
32962         * sysdeps/wordsize-64/scandir64.c: File removed.
32963         * sysdeps/wordsize-64/scandirat.c: File removed.
32964         * sysdeps/wordsize-64/scandirat64.c: File removed.
32965         * sysdeps/wordsize-64/versionsort.c: File removed.
32966         * sysdeps/wordsize-64/versionsort64.c: File removed.
32967         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
32968         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
32969         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
32970         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
32971         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
32972         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
32973         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
32974         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
32975
32976         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
32977         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32978         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
32979         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32980         [defined __arch64__ || defined __sparcv9]
32981         (__INO_T_MATCHES_INO64_T): New macro.
32982         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32983         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
32984         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
32985         * sysdeps/unix/sysv/linux/bits/dirent.h
32986         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
32987         (_DIRENT_MATCHES_DIRENT64): New macro.
32988
32989         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
32990         Define lockf64 as an alias.
32991         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
32992         Define fseeko64 as an alias.
32993         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
32994         Define ftello64 as an alias.
32995         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
32996         Define _IO_fgetpos64 and fgetpos64 as aliases.
32997         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
32998         Define _IO_fsetpos64 and fsetpos64 as aliases.
32999         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
33000         Conditionalize body on this.
33001         * libio/fseeko64.c: Likewise.
33002         * libio/ftello64.c: Likewise.
33003         * libio/iofgetpos64.c: Likewise.
33004         * libio/iofsetpos64.c: Likewise.
33005         * sysdeps/wordsize-64/lockf.c: File removed.
33006         * sysdeps/wordsize-64/lockf64.c: File removed.
33007         * sysdeps/wordsize-64/fseeko.c: File removed.
33008         * sysdeps/wordsize-64/fseeko64.c: File removed.
33009         * sysdeps/wordsize-64/ftello.c: File removed.
33010         * sysdeps/wordsize-64/ftello64.c: File removed.
33011         * sysdeps/wordsize-64/iofgetpos.c: File removed.
33012         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
33013         * sysdeps/wordsize-64/iofsetpos.c: File removed.
33014         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
33015         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
33016         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
33017         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
33018         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
33019         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
33020         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
33021         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
33022         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
33023         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
33024         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
33025
33026         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33027         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33028         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
33029         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33030         [defined __arch64__ || defined __sparcv9]
33031         (__OFF_T_MATCHES_OFF64_T): New macro.
33032         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33033         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33034         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33035         (__OFF_T_MATCHES_OFF64_T): New macro.
33036
33037 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33038
33039         * stdlib/secure-getenv.c (__secure_getenv): Replace
33040         GLIBC_2_16 with GLIBC_2_17.
33041
33042 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33043
33044         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
33045         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
33046
33047 2012-08-03  David S. Miller  <davem@davemloft.net>
33048
33049         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33050
33051 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33052
33053         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
33054         Remove.
33055         (__ASSUME_CORRECT_SI_PID): Likewise.
33056         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
33057         (__ASSUME_TMPFS_NAME): Likewise.
33058         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
33059         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
33060         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
33061         (HAVE_AUX_SECURE): Make definition unconditional.
33062         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
33063         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
33064
33065 2012-08-03  Roland McGrath  <roland@hack.frob.com>
33066
33067         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
33068         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
33069         * sysdeps/mach/hurd/eloop-threshold.h: New file.
33070         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
33071         __eloop_threshold instead of SYMLOOP_MAX.
33072
33073         * sysdeps/generic/eloop-threshold.h: New file.
33074         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
33075         of MAXSYMLINKS.
33076         * elf/chroot_canon.c (chroot_canon): Likewise.
33077
33078 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33079
33080         [BZ #13717]
33081         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33082         Change to 2.6.0 everywhere.
33083         * sysdeps/unix/sysv/linux/configure: Regenerated.
33084         * sysdeps/unix/sysv/linux/kernel-features.h
33085         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
33086         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
33087         kernel versions.
33088         (__ASSUME_POSIX_TIMERS): Define unconditionally.
33089         (__ASSUME_FUTEX_REQUEUE): Remove.
33090         (__ASSUME_STATFS64): Define unconditionally.
33091         (__ASSUME_AT_SECURE): Likewise.
33092         (__ASSUME_CORRECT_SI_PID): Likewise.
33093         (__ASSUME_TGKILL): Define without depending on kernel version for
33094         i386.
33095         (__ASSUME_UTIMES): Likewise.
33096         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
33097         kernel version.
33098         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
33099         (__ASSUME_TMPFS_NAME): Likewise.
33100         * README: Update reference to Linux kernel versions.
33101
33102 2012-08-02  Marek Polacek  <polacek@redhat.com>
33103
33104         [BZ# 14150]
33105         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
33106         libc_cv_asm_type_prefix with %.
33107         * configure: Regenerated.
33108         * include/libc-symbols.h: Remove comment about
33109         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33110         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
33111         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
33112         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
33113         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
33114         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33115         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
33116         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
33117         * elf/tst-unique2mod1.c: Likewise.
33118         * elf/tst-unique1mod2.c: Likewise.
33119         * elf/tst-unique1mod1.c: Likewise.
33120         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
33121         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
33122         Replace ASM_TYPE_DIRECTIVE with .type.
33123         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33124         * sysdeps/i386/sysdep.h: Likewise.
33125         * sysdeps/x86_64/sysdep.h: Likewise.
33126         * sysdeps/sh/sysdep.h: Likewise.
33127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
33128         Do not define ASM_TYPE_DIRECTIVE.
33129         * sysdeps/powerpc/sysdep.h: Likewise.
33130         * sysdeps/powerpc/powerpc32/sysdep.h:
33131         Replace ASM_TYPE_DIRECTIVE with .type.
33132         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33133         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33134         * sysdeps/i386/fpu/e_powf.S: Likewise.
33135         * sysdeps/i386/fpu/e_expl.S: Likewise.
33136         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33137         * sysdeps/i386/fpu/e_acosh.S: Likewise.
33138         * sysdeps/i386/fpu/e_pow.S: Likewise.
33139         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
33140         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33141         * sysdeps/i386/fpu/s_expm1.S: Likewise.
33142         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
33143         * sysdeps/i386/fpu/e_log2.S: Likewise.
33144         * sysdeps/i386/fpu/e_log2l.S: Likewise.
33145         * sysdeps/i386/fpu/e_scalb.S: Likewise.
33146         * sysdeps/i386/fpu/e_powl.S: Likewise.
33147         * sysdeps/i386/fpu/e_log10f.S: Likewise.
33148         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
33149         * sysdeps/i386/fpu/e_logl.S: Likewise.
33150         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
33151         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
33152         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
33153         * sysdeps/i386/fpu/e_log2f.S: Likewise.
33154         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33155         * sysdeps/i386/fpu/e_log.S: Likewise.
33156         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33157         * sysdeps/i386/fpu/e_logf.S: Likewise.
33158         * sysdeps/i386/fpu/e_log10l.S: Likewise.
33159         * sysdeps/i386/fpu/e_atanh.S: Likewise.
33160         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
33161         * sysdeps/i386/fpu/e_log10.S: Likewise.
33162         * sysdeps/i386/fpu/s_frexp.S: Likewise.
33163         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33164         * sysdeps/i386/fpu/s_asinh.S: Likewise.
33165         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
33166         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33167         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
33168         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
33169         * sysdeps/i386/i686/strtok.S: Likewise.
33170         * sysdeps/i386/i386-mcount.S: Likewise.
33171         * sysdeps/i386/strtok.S: Likewise.
33172         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
33173         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33174         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33175         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33176         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
33177         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33178         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
33179         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
33180         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33181         * sysdeps/x86_64/_mcount.S: Likewise.
33182         * sysdeps/x86_64/strtok.S: Likewise.
33183         * sysdeps/sh/_mcount.S: Likewise.
33184
33185 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33186
33187         * libio/iofopen.c: Include <fcntl.h>.
33188         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
33189         (_IO_fopen64, fopen64): Define as aliases.
33190         * libio/iofopen64.c: Include <fcntl.h>.
33191         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
33192         Conditionalize body on this.
33193         * sysdeps/wordsize-64/iofopen.c: File removed.
33194         * sysdeps/wordsize-64/iofopen64.c: File removed.
33195
33196 2012-08-01  Marek Polacek  <polacek@redhat.com>
33197
33198         * libc/Makeconfig: Use elf in place of binfmt-subdir.
33199         Use dlfcn directly instead of a variable.
33200         (binfmt-subdir): Do not define.
33201         (dlfcn): Likewise.
33202
33203 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
33204
33205         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
33206         Remove all definitions.
33207         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
33208         <kernel-features.h>.
33209         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33210         (miss_F_GETOWN_EX): Remove all definitions.
33211         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
33212         macro definition.
33213         [!__ASSUME_FCNTL64]: Remove conditional code.
33214         [__ASSUME_FCNTL64]: Make code unconditional.
33215         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
33216         <kernel-features.h>.
33217         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33218         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
33219         (lockf64) [__NR_fcntl64]: Make code unconditional.
33220         (lockf64) [__ASSUME_FCNTL64]: Likewise.
33221
33222         * sysdeps/unix/sysv/linux/kernel-features.h
33223         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
33224         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
33225         Make code unconditional.
33226         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33227         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
33229         [__NR_vfork]: Make code unconditional.
33230         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33231         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
33233         [__NR_vfork]: Make code unconditional.
33234         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33235         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33236
33237 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33238
33239         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
33240         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
33241
33242         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33243         Define mkstemp64 as an alias.
33244         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33245         Define mkstemps64 as an alias.
33246         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33247         Define mkostemp64 as an alias.
33248         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33249         Define mkostemps64 as an alias.
33250         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
33251         Conditionalize body on this.
33252         * misc/mkostemp64.c: Likewise.
33253         * misc/mkostemps64.c: Likewise.
33254         * misc/mkstemps64.c: Likewise.
33255         * sysdeps/wordsize-64/mkstemp64.c: File removed.
33256         * sysdeps/wordsize-64/mkostemp64.c: File removed.
33257         * sysdeps/wordsize-64/mkostemp.c: File removed.
33258         * sysdeps/wordsize-64/mkstemp.c: File removed.
33259         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
33260         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
33261         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
33262         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
33263
33264         [BZ #14138]
33265         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
33266         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
33267         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
33268         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
33269
33270         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
33271         compat_symbol macros from <shlib-compat.h> rather than the underlying
33272         default_symbol_version and symbol_version macros, so that DEFAULT
33273         lines in shlib-versions are respected.
33274         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
33275
33276 2012-08-01  Florian Weimer  <fweimer@redhat.com>
33277
33278         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
33279         Declare with warn_unused_result.
33280         (setgid, setregid, setegid, setresgid): Likewise.
33281         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
33282         Likewise.
33283         * WUR-REPORT: Remove set*id functions.
33284
33285 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
33286
33287         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
33288
33289 2012-07-31  Roland McGrath  <roland@hack.frob.com>
33290
33291         [BZ #10191]
33292         * include/sys/socket.h (__libc_accept, __libc_accept4):
33293         Add attribute_hidden.
33294         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
33295
33296         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
33297         use of PTR_MANGLE.
33298         * inet/getnetgrent_r.c (setup): Likewise.
33299
33300         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
33301
33302 2012-07-31  David S. Miller  <davem@davemloft.net>
33303
33304         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33305
33306 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
33307
33308         [BZ #13629]
33309         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
33310         value between 1.0 and 2.0 and smaller part has absolute value less
33311         than 1.0.
33312         * math/s_clog10.c (__clog10): Likewise.
33313         * math/s_clog10f.c (__clog10f): Likewise.
33314         * math/s_clog10l.c (__clog10l): Likewise.
33315         * math/s_clogf.c (__clogf): Likewise.
33316         * math/s_clogl.c (__clogl): Likewise.
33317         * math/libm-test.inc (clog_test): Add more tests.
33318         (clog10_test): Likewise.
33319         * sysdeps/i386/fpu/libm-test-ulps: Update.
33320         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33321
33322 2012-07-31  Florian Weimer  <fweimer@redhat.com>
33323
33324         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
33325         Exit with zero in case no suitable GID is found, and write a
33326         message to standard error.
33327
33328 2012-07-30  Roland McGrath  <roland@hack.frob.com>
33329
33330         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
33331         rather than to 1.
33332         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
33333         (MAXPATHLEN): Removed.
33334         (NOGROUP, NODEV): New macros.
33335         (setbit, clrbit, isset, isclr): New macros.
33336         (howmany, roundup, powerof2): New macros.
33337         (DEV_BSIZE): New macro.
33338
33339         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
33340         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
33341
33342         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
33343         definition on [!__NO_LONG_DOUBLE_MATH].
33344
33345         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
33346         PTR_MANGLE and PTR_DEMANGLE.
33347
33348         * socket/accept4.c (accept4): Rename to __libc_accept4.
33349         Define accept4 as a weak alias.
33350
33351         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
33352         on [_DIRENT_HAVE_D_TYPE].
33353         * io/ftw.c (ftw_dir): Likewise.
33354
33355         * io/xmknod.c (__xmknod): Don't check PATH for being null.
33356
33357         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
33358
33359         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
33360         Use the BSD numbers rather than the arbitrary ones we had.
33361         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
33362         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
33363         (SIGXCPU, SIGXFSZ): New macros.
33364         (_NSIG): Now 32.
33365
33366         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
33367         initializer on [_LIBC_REENTRANT].
33368
33369         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
33370         definitions inside [_POSIX_MAPPED_FILES].
33371
33372         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
33373
33374         * dirent/opendir.c: Include <fcntl.h>.
33375
33376         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
33377         (__libc_getspecific): Likewise.
33378         (__libc_key_create): Likewise.
33379
33380         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
33381         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
33382         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
33383         (tmpfile64): Define as alias.
33384         * sysdeps/wordsize-64/tmpfile.c: File removed.
33385         * sysdeps/wordsize-64/tmpfile64.c: File removed.
33386         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
33387         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
33388
33389         * stdio-common/vfscanf.c: Include <stdbool.h>.
33390         * nss/makedb.c: Likewise.
33391         * stdio-common/_i18n_number.h: Likewise.
33392         * argp/argp-help.c: Likewise.
33393         * posix/wordexp.c: Likewise.
33394         * sysdeps/posix/spawni.c: Likewise.
33395         * nss/nss_files/files-initgroups.c: Likewise.
33396         * stdio-common/reg-modifier.c: Include <stdlib.h>.
33397         * nss/nss_files/files-initgroups.c: Likewise.
33398         * nss/nss_db/db-netgrp.c: Likewise.
33399         * nss/nss_db/db-initgroups.c: Likewise.
33400         * io/fchmodat.c: Include <sys/stat.h>.
33401
33402         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
33403         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
33404
33405         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
33406         [HAVE_MMAP].
33407
33408         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
33409         Add multiple inclusion protection.
33410
33411 2012-07-27  David S. Miller  <davem@davemloft.net>
33412
33413         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33414
33415 2012-07-27  Gary Benson  <gbenson@redhat.com>
33416
33417         [BZ #14298]
33418         * elf/rtld.c: Include <stap-probe.h>.
33419         (dl_main): Added static probes "init_start" and "init_complete".
33420         * elf/dl-load.c: Include <stap-probe.h>.
33421         (lose): Take new parameter "nsid".
33422         Added static probe "map_failed".
33423         (_dl_map_object_from_fd): Pass namespace id to lose.
33424         Added static probe "map_start".
33425         (open_verify): Pass namespace id to lose.
33426         * elf/dl-open.c: Include <stap-probe.h>.
33427         (dl_open_worker) Added static probes "map_complete", "reloc_start"
33428         and "reloc_complete".
33429         * elf/dl-close.c: Include <stap-probe.h>.
33430         (_dl_close_worker): Added static probes "unmap_start" and
33431         "unmap_complete".
33432         * elf/rtld-debugger-interface.txt: New file documenting the above.
33433
33434 2012-07-26  Roland McGrath  <roland@hack.frob.com>
33435
33436         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
33437         rather than a string variable.
33438         * sunrpc/rpc_main.c (h_output): Likewise.
33439         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
33440
33441 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
33442
33443         * inet/check_native.c: New file.
33444
33445 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
33446
33447         [BZ #13629]
33448         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
33449         if larger part has absolute value 1.0.
33450         * math/s_clog10.c (__clog10): Likewise.
33451         * math/s_clog10f.c (__clog10f): Likewise.
33452         * math/s_clog10l.c (__clog10l): Likewise.
33453         * math/s_clogf.c (__clogf): Likewise.
33454         * math/s_clogl.c (__clogl): Likewise.
33455         * math/libm-test.inc (clog_test): Add more tests.
33456         (clog10_test): Likewise.
33457         * sysdeps/i386/fpu/libm-test-ulps: Update.
33458         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33459
33460         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
33461         (pltexit): Likewise.
33462         (La_regs): Likewise.
33463         (La_retval): Likewise.
33464         (int_retval): Likewise.
33465         Update #error for removed macros to refer only to definitions in
33466         tst-audit.h.
33467         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
33468         macro.
33469         (pltexit): Likewise.
33470         (La_regs): Likewise.
33471         (La_retval): Likewise.
33472         (int_retval): Likewise.
33473         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
33474         macro.
33475         (pltexit): Likewise.
33476         (La_regs): Likewise.
33477         (La_retval): Likewise.
33478         (int_retval): Likewise.
33479         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
33480         macro.
33481         (pltexit): Likewise.
33482         (La_regs): Likewise.
33483         (La_retval): Likewise.
33484         (int_retval): Likewise.
33485         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
33486         macro.
33487         (pltexit): Likewise.
33488         (La_regs): Likewise.
33489         (La_retval): Likewise.
33490         (int_retval): Likewise.
33491         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
33492         macro.
33493         (pltexit): Likewise.
33494         (La_regs): Likewise.
33495         (La_retval): Likewise.
33496         (int_retval): Likewise.
33497         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
33498         macro.
33499         (pltexit): Likewise.
33500         (La_regs): Likewise.
33501         (La_retval): Likewise.
33502         (int_retval): Likewise.
33503         * sysdeps/generic/tst-audit.h: Update comment to refer only to
33504         macro definitions in tst-audit.h.
33505         * sysdeps/i386/tst-audit.h: New file.
33506         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
33507         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
33508         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
33509         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
33510         * sysdeps/sh/tst-audit.h: Likewise.
33511         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
33512         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
33513         * sysdeps/x86_64/tst-audit.h: Likewise.
33514
33515 2012-07-26  Andreas Jaeger  <aj@suse.de>
33516
33517         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
33518         ptrace.
33519
33520         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
33521         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
33522         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
33523         PTRACE_O_MASK.
33524         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
33525         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
33526         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
33527
33528         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
33529         value.
33530
33531         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
33532         _sigsys.
33533         (si_call_addr, si_syscall, si_arch): Define new macro.
33534         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
33535         _sigsys.
33536         (si_call_addr, si_syscall, si_arch): Define new marcro.
33537         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
33538         _sigsys.
33539         (si_call_addr, si_syscall, si_arch): Define new macro.
33540         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
33541         _sigsys.
33542         (si_call_addr, si_syscall, si_arch): Define new macro.
33543
33544 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33545
33546         [BZ #13717]
33547         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33548         Change to 2.4.21 where previously 2.4.1.
33549         * sysdeps/unix/sysv/linux/configure: Regenerated.
33550         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
33551         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
33552         Linux kernel version.
33553         (__ASSUME_STD_AUXV): Remove.
33554         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
33555         kernel version.
33556         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
33557         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
33558         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
33559         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
33560         (__ASSUME_NETLINK_SUPPORT): Likewise.
33561         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
33562         (__no_netlink_support): Remove conditional definition.
33563         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
33564         Remove.
33565         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33566         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
33567         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
33568         (if_nameindex_ioctl): Remove.
33569         (if_nameindex_netlink): Do not handle __no_netlink_support.
33570         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33571         code.
33572         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
33573         Remove conditional code.
33574         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33575         code.
33576         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
33577         unconditional.
33578         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33579         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
33580         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
33581         Remove.
33582         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
33583         [!__ASSUME_STD_AUXV]: Remove conditional code.
33584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
33585         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
33586         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
33587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
33588         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
33589         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33590         code.
33591         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33592         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
33593         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
33594         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33595         conditional code.
33596         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
33598         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33599         code.
33600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
33601         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33602         conditional code.
33603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
33604         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33605         code unconditional.
33606         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33607         conditional code.
33608         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33609         unconditional.
33610         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33611         conditional code.
33612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
33613         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33614         unconditional.
33615         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33616         conditional code.
33617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
33618         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33619         code unconditional.
33620         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33621         conditional code.
33622         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33623         unconditional.
33624         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33625         conditional code.
33626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
33627         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33628         code unconditional.
33629         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33630         conditional code.
33631         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33632         unconditional.
33633         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33634         conditional code.
33635
33636 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
33637
33638         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
33639         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
33640         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
33641         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
33642         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
33643         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
33644         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
33645         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
33646         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
33647         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
33648         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
33649         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
33650         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
33651         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
33652         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
33653         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
33654         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
33655         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
33656         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
33657         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
33658         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
33659         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
33660         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
33661
33662 2012-07-25  Florian Weimer  <fweimer@redhat.com>
33663
33664         * Versions.def: Add GLIBC_2.17.
33665         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
33666         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
33667         Introduce __libc_secure_getenv.
33668         * stdlib/Versions (2.17): Add secure_getenv
33669         (GLIBC_PRIVATE): Add __libc_secure_getenv.
33670         * stdlib/secure-getenv.c: Rename __secure_getenv to
33671         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
33672         symbol __secure_getenv for GLIBC_2.0.
33673         * stdlib/tst-secure-getenv.c: New.
33674         * stdlib/Makefile (tests): Add testcase.
33675         * manual/startup.texi (Environment Access): Document
33676         secure_getenv.
33677         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
33678         __libc_secure_getenv.
33679         * inet/ruserpass.c (ruserpass): Likewise.
33680         * malloc/mtrace.c (mtrace): Likewise.
33681         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
33682         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
33683         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
33684         * sysdeps/posix/tempname.c: Likewise.  Evaluate
33685         HAVE_SECURE_GETENV.
33686         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
33687         __secure_getenv to __libc_secure_getenv.
33688         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
33689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33690         Likewise.
33691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33692         Likewise.
33693         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33694         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33695         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33696         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33697         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33698         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33699         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33700
33701 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33702
33703         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
33704         (struct La_i86_retval): Likewise.
33705         (struct La_x86_64_regs): Likewise.
33706         (struct La_x86_64_retval): Likewise.
33707         (struct La_x32_regs): Likewise.
33708         (struct La_x32_retval): Likewise.
33709         (struct La_ppc32_regs): Likewise.
33710         (struct La_ppc32_retval): Likewise.
33711         (struct La_ppc64_regs): Likewise.
33712         (struct La_ppc64_retval): Likewise.
33713         (struct La_sh_regs): Likewise.
33714         (struct La_sh_retval): Likewise.
33715         (struct La_s390_32_regs): Likewise.
33716         (struct La_s390_32_retval): Likewise.
33717         (struct La_s390_64_regs): Likewise.
33718         (struct La_s390_64_retval): Likewise.
33719         (struct La_sparc32_regs): Likewise.
33720         (struct La_sparc32_retval): Likewise.
33721         (struct La_sparc64_regs): Likewise.
33722         (struct La_sparc64_retval): Likewise.
33723         (struct audit_ifaces): Remove architecture-specific pltenter and
33724         pltexit members.
33725         * sysdeps/i386/ldsodefs.h: New file.
33726         * sysdeps/powerpc/ldsodefs.h: Likewise.
33727         * sysdeps/s390/ldsodefs.h: Likewise.
33728         * sysdeps/sh/ldsodefs.h: Likewise.
33729         * sysdeps/sparc/ldsodefs.h: Likewise.
33730         * sysdeps/x86_64/ldsodefs.h: Likewise.
33731
33732 2012-07-25  Marek Polacek  <polacek@redhat.com>
33733
33734         [BZ #6808]
33735         * math/libm-test.inc (yn_test): Add another test.
33736         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
33737         to ERANGE when the result is +-Inf.
33738         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
33739         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
33740         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
33741         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
33742
33743 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
33744
33745         * conform/data/time.h-data (NULL): Use macro-constant.  Require
33746         equal to 0.
33747         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
33748         clock_t.
33749         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
33750
33751 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
33752
33753         * configure.in <sysdeps resolving>: Correct printing
33754         Implies_before.
33755         * configure: Regenerate.
33756
33757 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
33758
33759         * math/w_ilogb.c: Include <limits.h>.
33760         * math/w_ilogbl.c: Likewise.
33761
33762 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33763
33764         * manual/lang.texi (__va_copy): Document primarily as ISO C99
33765         va_copy.  Document allowing for unavailable va_copy only as
33766         pre-C99 compatibility.
33767         * manual/string.texi (Copying and Concatenation): Use va_copy
33768         instead of __va_copy in concat example.
33769
33770 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
33771
33772         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33773         (__sendto): Use create_address_port.  Initialize APORT and deallocate
33774         it if not null.
33775
33776         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33777         with O_NOLINK passed to __file_name_lookup.
33778
33779         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33780         with O_NOLINK passed to __file_name_lookup.
33781
33782         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33783         negative N or less than NGIDS.
33784
33785         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33786         type to string_t.  Set ERANGE as errno and return it if NAME is not big
33787         enough.  Use memcpy instead of strncpy.
33788
33789 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33790
33791         * elf/Makefile (check-data): Remove.
33792         (localplt.data): New vpath directive.
33793         ($(objpfx)check-localplt.out): Use localplt.data from vpath
33794         instead of $(check-data).
33795         * scripts/data/localplt-generic.data: Move to ...
33796         * sysdeps/generic/localplt.data: ... here.
33797         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33798         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33799         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33801         ... here.
33802         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33804         ... here.
33805         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33806         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33807         ... here.
33808         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33809         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33810         ... here.
33811         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33812         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33813         ... here.
33814         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33815         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33816         ... here.
33817
33818 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33819
33820         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33821         PPC32 and PPC64 files.
33822         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33823         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33824
33825 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33826
33827         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33828         __makecontext_ret to ...
33829         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33830         ... here and call exit if uc_link is NULL.  New file.
33831         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33832         __makecontext_ret.S.
33833         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33834         __makecontext_ret to ...
33835         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33836         ... here and call exit if uc_link is NULL.  New file.
33837         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33838         __makecontext_ret.S.
33839
33840 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33841
33842         * elf/elf.h (R_390_IRELATIVE): New definition.
33843         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33844         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
33845         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33846         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33847         (elf_machine_lazy_rel): Likewise.
33848         * sysdeps/s390/dl-irel.h: New file.
33849         * sysdeps/s390/s390-64/memcpy.S: New asm code.
33850         * sysdeps/s390/s390-64/memset.S: New asm code.
33851         * sysdeps/s390/s390-64/memcmp.S: New asm code.
33852         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33853         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33854         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33855         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33856         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33857         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33858         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33859         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33860         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33861         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33862         * sysdeps/s390/s390-32/memcpy.S: New asm code.
33863         * sysdeps/s390/s390-32/memset.S: New asm code.
33864         * sysdeps/s390/s390-32/memcmp.S: New asm code.
33865
33866 2012-07-17  Marek Polacek  <polacek@redhat.com>
33867
33868         [BZ #14349]
33869         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33870         * sysdeps/s390/s390-64/configure.in: Likewise.
33871         * sysdeps/sparc/configure.in: Likewise.
33872         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33873         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33874         * sysdeps/i386/configure.in: Likewise.
33875         * sysdeps/x86_64/configure.in: Likewise.
33876         * sysdeps/sh/configure.in: Likewise.
33877         * sysdeps/s390/s390-32/configure: Regenerated.
33878         * sysdeps/s390/s390-64/configure: Likewise.
33879         * sysdeps/x86_64/configure: Likewise.
33880         * sysdeps/sh/configure: Likewise.
33881         * sysdeps/powerpc/powerpc64/configure: Likewise.
33882         * sysdeps/powerpc/powerpc32/configure: Likewise.
33883         * sysdeps/sparc/configure: Likwise.
33884         * sysdeps/i386/configure: Likewise.
33885
33886         * elf/dl-open.c: Comment fixes.
33887
33888 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
33889
33890         * Makefile [CXX] (check-data): Remove.
33891         [CXX] (c++-types.data): New vpath directive.
33892         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
33893         vpath.  Do not allow for C++ type data being missing.
33894         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
33895         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
33896         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
33897         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
33898         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
33899         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
33900         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
33901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
33902         ... here.
33903         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
33904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
33905         ... here.
33906         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
33907         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
33908         ... here.
33909         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
33910         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
33911         ... here.
33912         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
33913         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
33914         ... here.
33915         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
33916         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
33917         ... here.
33918         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
33919         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
33920         ... here.
33921         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
33922         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
33923
33924         * elf/tls-macros.h (TLS_LE): Move architecture-specific
33925         definitions to architecture-specific files.
33926         (TLS_IE): Likewise.
33927         (TLS_LD): Likewise.
33928         (TLS_GD): Likewise.
33929         * sysdeps/i386/tls-macros.h: New file.
33930         * sysdeps/powerpc/tls-macros.h: Likewise.
33931         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
33932         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
33933         * sysdeps/sh/tls-macros.h: Likewise.
33934         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
33935         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
33936         * sysdeps/x86_64/tls-macros.h: Likewise.
33937
33938 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33939
33940         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
33941         zero value for regular exit case.
33942
33943         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
33944         (__start_context): Preserve zero value for regular exit case.
33945
33946 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33947             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33948
33949         * manual/setjmp.texi (setcontext): Clarify normal process
33950         termination when uc_link is the null pointer.
33951         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
33952         exit call.
33953
33954 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
33955
33956         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
33957         preprocessor.  Test for each exception mask separately.
33958
33959 2012-07-16  Andreas Jaeger  <aj@suse.de>
33960
33961         * po/ru.po: Update from translation team.
33962
33963 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
33964
33965         * conform/data/string.h-data (NULL): Use macro-constant.  Require
33966         equal to 0.
33967         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
33968         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
33969         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
33970         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
33971         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33972
33973 2012-07-13  Andreas Jaeger  <aj@suse.de>
33974
33975         * po/fr.po: Update from translation team.
33976
33977 2012-07-12  Marek Polacek  <polacek@redhat.com>
33978
33979         [BZ #14173]
33980         * math/libm-test.inc (yn_test): Add test for BZ #14173.
33981         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
33982         loop condition.
33983
33984 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
33985
33986         [BZ #13717]
33987         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33988         Change to 2.4.1 where previously 2.4.0.
33989         * sysdeps/unix/sysv/linux/configure: Regenerated.
33990         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
33991         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
33992         version.
33993         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
33994         (__ASSUME_AT_CLKTCK): Remove.
33995         (__ASSUME_AT_PAGESIZE): Likewise.
33996         (__ASSUME_AT_XID): Likewise.
33997         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
33998         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
33999         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
34000         unconditionally.
34001         (HAVE_AUX_PAGESIZE): Likewise.
34002         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
34003         [__ASSUME_AT_CLKTCK]: Make code unconditional.
34004         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
34005
34006 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
34007
34008         [BZ #14307]
34009         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
34010         the temporary buffer used to invoke __gethostbyname2_r,
34011         __gethostbyaddr_r and gethostbyname4_r to make room for struct
34012         host_data / struct gaih_addrtuple.
34013         * resolv/nss_dns/dns-host.c (global scope): Move definition of
34014         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
34015         header file nss/nsswitch.h.
34016         * nss/nsswitch.h (global scope): Add definition of implementation
34017         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
34018         resolv/nss_dns/dns-host.c).
34019
34020 2012-07-11  Andreas Jaeger  <aj@suse.de>
34021
34022         * po/fr.po: Update from translation team.
34023
34024         * po/sv.po: Update from translation team
34025         * po/fr.po: Another update from translation team.
34026
34027 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34028
34029         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
34030         for subnormals or multiply small sinh result by itself.
34031         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
34032         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34033
34034 2012-07-11  David S. Miller  <davem@davemloft.net>
34035
34036         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34037
34038 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
34039
34040         [BZ #14347]
34041         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
34042         (INTERNAL_MARK): Shift it here.
34043
34044 2012-07-10  Marek Polacek  <polacek@redhat.com>
34045
34046         [BZ #14151]
34047         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
34048         libc_cv_asm_global_directive with .globl.
34049         * configure: Regenerated.
34050         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
34051         with .globl.
34052         * sysdeps/i386/configure: Regenerated.
34053         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
34054         with .globl.
34055         * sysdeps/x86_64/configure: Regenerated.
34056         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
34057         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
34058         * elf/tst-unique2mod2.c: Likewise.
34059         * elf/tst-unique2mod1.c: Likewise.
34060         * elf/tst-unique1mod2.c: Likewise.
34061         * elf/tst-unique1mod1.c: Likewise.
34062         * sysdeps/s390/s390-32/sysdep.h: Likewise.
34063         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
34064         * sysdeps/s390/s390-64/sysdep.h: Likewise.
34065         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
34066         * sysdeps/mach/sysdep.h: Likewise.
34067         * sysdeps/i386/sysdep.h: Likewise.
34068         * sysdeps/i386/i386-mcount.S: Likewise.
34069         * sysdeps/x86_64/_mcount.S: Likewise.
34070         * sysdeps/x86_64/sysdep.h: Likewise.
34071         * sysdeps/sh/_mcount.S: Likewise.
34072         * sysdeps/sh/sysdep.h: Likewise.
34073         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
34074         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
34075         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
34076         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34077         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
34078         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
34079         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
34080         * locale/localeinfo.h: Likewise.
34081         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
34082         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
34083
34084 2012-07-09  Roland McGrath  <roland@hack.frob.com>
34085
34086         [BZ #14336]
34087         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
34088         system".
34089         * manual/message.texi (The Uniforum approach): Likewise.
34090         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
34091         (glibc iconv Implementation): Likewise.
34092
34093 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
34094
34095         [BZ #14337]
34096         * math/s_clog.c (__clog): Avoid scaling a value down where that
34097         could result in underflow.
34098         * math/s_clog10.c (__clog10): Likewise.
34099         * math/s_clog10f.c (__clog10f): Likewise.
34100         * math/s_clog10l.c (__clog10l): Likewise.
34101         * math/s_clogf.c (__clogf): Likewise.
34102         * math/s_clogl.c (__clogl): Likewise.
34103         * math/libm-test.inc (clog_test): Add more tests.
34104         (clog10_test): Likewise.
34105         * sysdeps/i386/fpu/libm-test-ulps: Update.
34106         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34107
34108 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
34109
34110         [BZ #14283]
34111         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
34112         by 7 not 8 to examine high bit of fractional part.
34113
34114         [BZ #14042]
34115         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
34116         for call to __mcount_internal.
34117         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
34118         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
34119         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
34120
34121 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
34122
34123         [BZ #14154]
34124         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
34125         approximation for values within 0x1p-13f of an odd multiple of
34126         pi/4.
34127         * math/libm-test.inc (tan_test): Do not allow spurious underflow
34128         exception.  Add more tests.
34129         * sysdeps/i386/fpu/libm-test-ulps: Update.
34130
34131         [BZ #6778]
34132         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
34133         inputs and return -1 for them.  Do not check for +Inf in case not
34134         reachable for +Inf.
34135         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34136         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
34137         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34138         and return -1 for them.  Do not check for +Inf in case not
34139         reachable for +Inf.
34140         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
34141         define.
34142         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34143         and return -1 for them.  Do not check for +Inf in case not
34144         reachable for +Inf.
34145         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
34146         spurious underflow.
34147         * sysdeps/i386/fpu/libm-test-ulps: Update.
34148         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34149
34150 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
34151
34152         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
34153
34154 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
34155
34156         [BZ #14157]
34157         [BZ #14331]
34158         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
34159         could result in spurious underflow.  Scale down values above
34160         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
34161         * math/s_csqrtf.c (__csqrtf): Likewise.
34162         * math/s_csqrtl.c (__csqrtl): Likewise.
34163         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
34164         spurious underflow.
34165         * sysdeps/i386/fpu/libm-test-ulps: Update.
34166         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34167
34168 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
34169
34170         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
34171         xopen-msg.sed.
34172         * catgets/xopen-msg.awk: New file.
34173         * catgets/xopen-msg.sed: Removed.
34174
34175         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
34176         po2text.sed.
34177         * intl/po2test.awk: New file.
34178         * intl/po2test.sed: Removed.
34179
34180 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
34181
34182         [BZ #14328]
34183         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
34184         or multiply small sinh result by itself.
34185         * math/s_ctanf.c (__ctanf): Likewise.
34186         * math/s_ctanh.c (__ctanh): Likewise.
34187         * math/s_ctanhf.c (__ctanhf): Likewise.
34188         * math/s_ctanhl.c (__ctanhl): Likewise.
34189         * math/s_ctanl.c (__ctanl): Likewise.
34190         * math/libm-test.inc (ctan_test_tonearest): New function.
34191         (ctan_test_towardzero): Likewise.
34192         (ctan_test_downward): Likewise.
34193         (ctan_test_upward): Likewise.
34194         (ctanh_test_tonearest): Likewise.
34195         (ctanh_test_towardzero): Likewise.
34196         (ctanh_test_downward): Likewise.
34197         (ctanh_test_upward): Likewise.
34198         (main): Call these new functions.
34199         * sysdeps/i386/fpu/libm-test-ulps: Update.
34200         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34201
34202 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
34203
34204         * .gitignore: Delete /ports entry.
34205
34206 2012-07-03  Andreas Jaeger  <aj@suse.de>
34207
34208         * po/bg.po: Update from translation team.
34209         * po/cs.po: Likewise.
34210         * po/de.po: Likewise.
34211         * po/hr.po: Likewise.
34212         * po/nl.pl: Likewise.
34213         * po/pl.po: Likewise.
34214         * po/vi.po: Likewise.
34215
34216 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
34217
34218         * Makeconfig [!+link] (+link-before-libc): New variable.
34219         [!+link] (+link-after-libc): Likewise.
34220         [!+link] (+link-tests): Likewise.
34221         [!+link] (+link): Define in terms of $(+link-before-libc) and
34222         $(+link-after-libc).
34223         [!+link-static] (+link-static-before-libc): New variable.
34224         [!+link-static] (+link-static-after-libc): Likewise.
34225         [!+link-static] (+link-static-tests): Likewise.
34226         [!+link-static] (+link-static): Define in terms of
34227         $(+link-static-before-libc) and $(+link-static-after-libc).
34228         [build-shared] (link-libc-before-gnulib): New variable.
34229         [build-shared] (link-libc-tests): Likewise.
34230         [build-shared] (link-libc): Define in terms of
34231         $(link-libc-before-gnulib).
34232         [!build-shared] (link-libc-tests): New variable.
34233         (link-libc-static-tests): New variable.
34234         [!gnulib] (gnulib-arch): New variable.
34235         [!gnulib] (gnulib-tests): Likewise.
34236         [!gnulib] (static-gnulib-arch): Likewise.
34237         [!gnulib] (static-gnulib-tests): Likewise.
34238         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
34239         Define with "=" instead of ":=".
34240         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
34241         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
34242         * Rules (binaries-all-notests): New variable.
34243         (binaries-all-tests): Likewise.
34244         (binaries-static-notests): Likewise.
34245         (binaries-static-tests): Likewise.
34246         (binaries-all): Define using $(binaries-all-notests) and
34247         $(binaries-all-tests).
34248         (binaries-static): Define using $(binaries-static-notests) and
34249         $(binaries-static-tests).
34250         (binaries-shared-tests): New variable.
34251         (binaries-shared-notests): Likewise.
34252         (binaries-shared): Remove variable.
34253         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
34254         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
34255         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
34256         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
34257         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
34258         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
34259         * elf/Makefile (sln-modules): New variable.
34260         (extra-objs): Add $(sln-modules:=.o).
34261         (ldconfig-modules): Add static-stubs.
34262         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
34263         * elf/static-stubs.c: New file.
34264
34265         [BZ #14283]
34266         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
34267         by 7 not 8 to examine high bit of fractional part.  Use volatile
34268         variables when splitting into final array of floats if
34269         __FLT_EVAL_METHOD__ != 0.
34270         * math/libm-test.inc (cos_test): Add another test.
34271         (sin_test): Likewise.
34272         * sysdeps/i386/fpu/libm-test-ulps: Update.
34273
34274         [BZ #14273]
34275         * math/libm-test.inc (cosh_test): Add more tests.
34276
34277         * version.h (RELEASE): Set to "development".
34278         (VERSION): Set to "2.16.90".
34279
34280 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
34281
34282         * NEWS: Update copyright. Remove last-updated date.
34283         Mention math library bug fixes and timezone data changes.
34284         * README: Mention GNU/Hurd, x32, and HPPA support status.
34285
34286 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
34287
34288         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
34289
34290 2012-06-27  Andreas Jaeger  <aj@suse.de>
34291
34292         * manual/contrib.texi (Contributors): Add Samuel Thibault.
34293
34294 2012-06-25  Andreas Jaeger  <aj@suse.de>
34295
34296         * sysdeps/s390/fpu/libm-test-ulps: Update.
34297
34298 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
34299             Thomas Schwinge  <thomas@codesourcery.com>
34300
34301         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
34302         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
34303         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
34304         fanotify_mark.
34305
34306 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
34307
34308         * sysdeps/mach/start.c: Remove file.
34309         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
34310         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
34311         * sysdeps/sh/init-first.c: Likewise.
34312
34313         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
34314         registers for frame unwinding purposes, add CFI directives.
34315         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34316         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
34317         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
34318         Likewise.
34319
34320         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
34321         __fortify_fail returning.
34322         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34323
34324         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
34325         sysdeps/sh/____longjmp_chk.S.
34326         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
34327         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
34328         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
34329         (gen-as-const-headers): Append sigaltstack-offsets.sym.
34330
34331         * sysdeps/sh/abort-instr.h: New file.
34332         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
34333         process in case exit returns.
34334
34335         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
34336         initialize the GOT register before use.
34337
34338         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
34339         calculation of ARGC > 4.
34340
34341         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
34342         meaningful names to some local labels.
34343
34344 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
34345             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34346
34347         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
34348         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
34349         (__arch_compare_and_exchange_val_16_acq): Likewise.
34350         (__arch_compare_and_exchange_val_32_acq): Likewise.
34351         (atomic_exchange_and_add): Fix gUSA sequence.
34352         (atomic_add): Likewise.
34353         (atomic_add_negative): Likewise.
34354         (atomic_add_zero): Likewise.
34355         (atomic_bit_test_set): Likewise.
34356
34357 2012-06-22  Andreas Schwab  <schwab@redhat.com>
34358
34359         [BZ #13579]
34360         * include/link.h (struct link_map): Add l_free_initfini.
34361         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
34362         l_initfini.
34363         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
34364         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
34365         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
34366         set.
34367
34368 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
34369
34370         * configure.in: Use AC_LANG_SOURCE.
34371         * configure: Regenerate.
34372
34373 2012-06-22  Roland McGrath  <roland@hack.frob.com>
34374
34375         * configure.in (libc_cv_localstatedir): New substituted variable.
34376         * configure: Regenerated.
34377         * config.make.in (localstatedir): New variable, substituted from
34378         libc_cv_localstatedir.
34379         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
34380         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
34381         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
34382         * sysdeps/gnu/configure: Regenerated.
34383
34384 2012-06-21  Jeff Law  <law@redhat.com>
34385
34386         [BZ #14277]
34387         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
34388         free.  Simplify list management for _LIBC case.
34389
34390 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
34391
34392         [BZ #14273]
34393         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
34394         Clear sign bit of 64-bit integer value before comparing against
34395         overflow value.
34396
34397         * sysdeps/mach/configure: Regenerated.
34398
34399 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
34400
34401         [BZ #14278]
34402         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
34403
34404 2012-06-21  Jeff Law  <law@redhat.com>
34405
34406         [BZ #13882]
34407         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
34408         uint16_t for elements in the "seen" array to avoid char overflows.
34409         * elf/dl-fini.c (_dl_sort_fini): Likewise.
34410         * elf/dl-open.c (dl_open_worker): Likewise.
34411
34412 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
34413
34414         * scripts/list-sources.sh: Scan PORTS for translations.
34415         * po/libc.pot: Regenerated.
34416
34417 2012-06-21  Andreas Jaeger  <aj@suse.de>
34418
34419         [BZ #12194]
34420         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
34421         warning.
34422         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
34423         * bits/byteswap-16.h (__bswap_16): Likewise.
34424         * bits/byteswap.h (__bswap_constant_16): Likewise.
34425
34426 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
34427
34428         [BZ #14117]
34429         * sysdeps/i386/fpu_control.h: Removed.
34430         * sysdeps/x86_64/fpu_control.h: Moved to ...
34431         * sysdeps/x86/fpu_control.h: Here.
34432
34433         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
34434         (_FPU_SETCW): Likewise.
34435
34436 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
34437
34438         [BZ #14117]
34439         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
34440         * sysdeps/x86/fpu/bits/mathinline.h: This.
34441         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
34442
34443         [BZ #14050]
34444         [BZ #14117]
34445         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
34446         functions if __x86_64__ is defined.
34447
34448 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
34449
34450         * string/endian.h: Add !__ASSEMBLER__ condition for including
34451         conversion interfaces.
34452
34453 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
34454
34455         [BZ #14241]
34456         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
34457         of ABS(x) in calculating zero to negative powers other than odd
34458         integers.
34459         * math/libm-test.inc (pow_test): Add more tests.
34460
34461 2012-06-15  Andreas Jaeger  <aj@suse.de>
34462
34463         * manual/contrib.texi (Contributors): Update entry of Liubov
34464         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
34465         Machado Filho.
34466
34467 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
34468
34469         * string/string.h: Add __wur to GNU version of strerror_r.
34470
34471 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
34472
34473         [BZ #14229]
34474         * string/Makefile (tests): Add tst-strtok_r.
34475         * string/tst-strtok_r.c: New file.
34476         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
34477         RAX_LP/RDX_LP on SAVE_PTR.
34478
34479 2012-06-14  Roland McGrath  <roland@hack.frob.com>
34480
34481         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
34482
34483 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
34484
34485         * libm_test.inc (csqrt_test): Allow more spurious underflow
34486         exceptions.
34487         (j0_test): Likewise.
34488         (j1_test): Likewise.
34489         (y0_test): Likewise.
34490         (y1_test): Likewise.
34491
34492 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
34493
34494         * po/Makefile (libc.pot): Use UTF-8 charset.
34495
34496 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
34497
34498         [BZ #14210]
34499         Suppress sign-conversion warning from FD_SET.
34500         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
34501         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
34502         not unsigned long int.
34503         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
34504
34505 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
34506
34507         [BZ #14050]
34508         [BZ #14117]
34509         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
34510         __extern_always_inline instead of __extern_inline.
34511         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
34512         (__signbit): Likewise.
34513         (__signbitl): Support C++ namespace.
34514         (lrintf): New inline function.
34515         (lrint): Likewise.
34516         (llrintf): Likewise.
34517         (llrint): Likewise.
34518         (fmaxf): Likewise.
34519         (fmax): Likewise.
34520         (fminf): Likewise.
34521         (fmin): Likewise.
34522         (rint): Likewise.
34523         (rintf): Likewise.
34524         (ceil): Likewise.
34525         (ceilf): Likewise.
34526         (floor): Likewise.
34527         (floorf): Likewise.
34528         (nearbyint): Likewise.
34529         (nearbyintf): Likewise.
34530
34531 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
34532
34533         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
34534         non-default versions.
34535
34536 2012-06-11  Roland McGrath  <roland@hack.frob.com>
34537
34538         [BZ #14218]
34539         * manual/argp.texi (Argp): Reword argp_parse description slightly.
34540
34541 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
34542
34543         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
34544         (FE_UPWARD, FE_DOWNWARD): Don't define.
34545         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
34546         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34547
34548         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
34549         reading it.
34550         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34551         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34552
34553 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34554
34555         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
34556         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
34557         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
34558         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
34559
34560 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
34561
34562         [BZ #14117]
34563         * sysdeps/i386/fpu/bits/fenv.h: Removed.
34564         * sysdeps/i386/fpu/Implies: New file.
34565         * sysdeps/x86_64/fpu/Implies: Likewise.
34566         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
34567         * sysdeps/x86/fpu/bits/fenv.h: This.
34568
34569         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
34570         __SSE_MATH__.
34571
34572 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34573
34574         [BZ #14134]
34575         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
34576         character 0xffff that matches the last element of the
34577         conversion table.
34578
34579 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34580
34581         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
34582         fmodl commit.
34583
34584 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34585
34586         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
34587         values higher than 25.6283.
34588
34589 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34590
34591         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
34592         subnormal exponent extraction and add some __builtin_expect.
34593         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
34594         Fix for subnormal mantissa calculation.
34595
34596 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
34597
34598         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
34599         cpu2 is -1 and errno is not ENOSYS.
34600
34601 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
34602
34603         [BZ #14117]
34604         * sysdeps/i386/i486/bits/string.h: Renamed to ...
34605         * sysdeps/x86/bits/string.h: This.
34606         * sysdeps/x86_64/bits/string.h: Removed.
34607
34608         * sysdeps/i386/i486/bits/string.h: Define inline functions only
34609         if not compiling for x86-64, but compiling for >= i486.
34610
34611         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
34612         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
34613
34614         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
34615         New macro from Linux kernel 3.4.0.
34616         (FP_XSTATE_MAGIC2): Likewise.
34617         (FP_XSTATE_MAGIC2_SIZE): Likewise.
34618         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
34619         (struct _fpx_sw_bytes): New struct.
34620         (struct _xsave_hdr): Likewise.
34621         (struct _ymmh_state): Likewise.
34622         (struct _xstate): Likewise.
34623
34624         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
34625         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
34626         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
34627         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
34628         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
34629         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
34630
34631         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
34632         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
34633         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
34634         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
34635         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
34636         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
34637
34638 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34639
34640         [BZ #13743]
34641         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
34642         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
34643         (sysdep_headers): Include sys/platform/ppc.h.
34644         * sysdeps/powerpc/test-gettimebase.c: Test for
34645         __ppc_get_timebase() to catch future ISA opcode/insn changes.
34646         * manual/Makefile (appendices): Include platform.texi.
34647         * manual/contrib.texi (Contributors): Update @node pointers.
34648         * manual/maint.texi (Maintenance): Likewise.
34649         (Platform): New node.
34650         * manual/platform.texi: New file.  Document the new features.
34651
34652 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34653             Jakub Jelinek  <jakub@redhat.com>
34654
34655         [BZ #14188]
34656         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
34657         where __builtin_expect is unavailable.
34658
34659 2012-06-03  David S. Miller  <davem@davemloft.net>
34660
34661         * stdlib/longlong.h: Updated from GCC.
34662
34663 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
34664
34665         [BZ #14042]
34666         * sysdeps/powerpc/powerpc32/mcount.c: New file.
34667         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
34668         __mcount_internal.
34669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34670         (GLIBC_2.16): Likewise.
34671
34672 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34673
34674         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
34675
34676 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34677
34678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
34679         (default-abi): New variable.
34680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
34681         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
34682         variable.
34683         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
34684         Likewise.
34685         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
34686         Likewise.
34687         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
34688         Likewise.
34689
34690         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
34691         definition.  Document in comment.
34692
34693 2012-06-01  David S. Miller  <davem@davemloft.net>
34694
34695         * stdlib/longlong.h: Updated from GCC.
34696
34697 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34698
34699         [BZ #14117]
34700         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
34701         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
34702         sys/debugreg.h sys/io.h here.
34703         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
34704         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
34705         sys/io.h.
34706         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
34707         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
34708         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
34709         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
34710         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
34711         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
34712
34713         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
34714         Define only if __x86_64__ is defined.
34715
34716 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34717
34718         [BZ #14048]
34719         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
34720         Use int64_t for variable i.
34721         * math/libm-test.inc (fmod_test): Add more tests.
34722
34723         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
34724         z computation is not scheduled after fetestexcept.
34725         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
34726         Use math_force_eval instead of asm to ensure calculation scheduled
34727         before exception test.
34728         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
34729         Ensure a1 + u.d computation is not scheduled after fetestexcept.
34730
34731 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
34732
34733         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
34734         computation is not scheduled after fetestexcept.
34735
34736 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34737
34738         [BZ #14117]
34739         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
34740         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
34741
34742 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34743
34744         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
34745         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
34746
34747 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34748
34749         [BZ #14117]
34750         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34751         <bits/wordsize.h>.
34752         (__WCHAR_MIN): Support __WORDSIZE == 64.
34753         (__WCHAR_MAX): Likewise.
34754
34755         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34756         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34757
34758         [BZ #14183]
34759         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34760         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34761
34762         [BZ #14117]
34763         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34764         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34765
34766         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34767         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34768
34769         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34770         Defined to 1 if __x86_64__ isn't defined.
34771         (_STAT_VER_LINUX_OLD): New.
34772         (st_atime): Remove duplicate.
34773         (st_mtime): Likewise.
34774         (st_ctime): Likewise.
34775
34776 2012-05-31  David S. Miller  <davem@davemloft.net>
34777
34778         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34779         entries.
34780
34781 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
34782
34783         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34784         gen-libm-test.pl.
34785
34786         [BZ #14132]
34787         * elf/dl-reloc.c: Include <_itoa.h>.
34788         (_dl_reloc_bad_type): Remove use of INTUSE.
34789         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34790         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34791         * stdio-common/psiginfo.c (psiginfo): Likewise.
34792         * stdio-common/psignal.c (psignal): Likewise.
34793         * string/strsignal.c (strsignal): Likewise.
34794         * include/signal.h (_sys_siglist): Declare hidden proto.
34795         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
34796         INTVARDEF with libc_hidden_data_def.
34797         * stdio-common/itoa-udigits.c: Likewise.
34798         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34799         (_itoa_lower_digits_internal): Remove declaration.
34800         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34801         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34802         (_sys_sigabbrev_internal): Remove aliases.
34803         (_sys_siglist): Define hidden alias.
34804
34805 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
34806
34807         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34808         bits/sysctl.h.
34809
34810 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34811
34812         [BZ #14117]
34813         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34814         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34815
34816         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34817         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34818         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34819         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34820         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34821         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34822
34823         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34824         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34825         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34826
34827         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34828         with __addr.
34829         (insw): Likewise.
34830         (insl): Likewise.
34831         (outsb): Likewise.
34832         (outsw): Likewise.
34833         (outsl): Likewise.
34834
34835         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34836         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34837         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34838
34839         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34840         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34841         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34842         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34843         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34844         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34845
34846         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34847         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34848
34849         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34850         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34851
34852         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34853         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34854         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34855
34856         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34857         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34858         to ...
34859         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34860
34861         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34862         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34863         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34864
34865         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34866         for x86-64.
34867         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34868
34869 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
34870
34871         * math/math.h (M_El): Use two more decimal places.
34872         (M_LOG2El): Likewise.
34873         (M_LOG10El): Likewise.
34874         (M_LN2l): Likewise.
34875         (M_LN10l): Likewise.
34876         (M_PIl): Likewise.
34877         (M_PI_2l): Likewise.
34878         (M_PI_4l): Likewise.
34879         (M_1_PIl): Likewise.
34880         (M_2_PIl): Likewise.
34881         (M_2_SQRTPIl): Likewise.
34882         (M_SQRT2l): Likewise.
34883         (M_SQRT1_2l): Likewise.
34884
34885 2012-05-31  David S. Miller  <davem@davemloft.net>
34886
34887         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
34888         values between float registers.
34889         * sysdeps/sparc/sparc64/memset.S: Likewise.
34890         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
34891
34892 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
34893
34894         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
34895         -D_FORTIFY_SOURCE=1.
34896         (CPPFLAGS-tst-longjmp_chk.c): Define.
34897         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
34898         (CPPFLAGS-tst-longjmp_chk2.c): Define.
34899         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
34900         CFLAGS-tst-wchar-h.c.
34901
34902 2012-05-31  Marek Polacek  <polacek@redhat.com>
34903
34904         [BZ #14132]
34905         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
34906         __endmntent_internal): Remove declaration.
34907         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
34908         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
34909         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
34910
34911 2012-05-30  David S. Miller  <davem@davemloft.net>
34912
34913         * sysdeps/sparc/sparc32/soft-fp/q_util.c
34914         (___Q_simulate_exceptions): Use real FP ops rather than writing
34915         into the %fsr.
34916         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
34917         Likewise.
34918
34919 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34920
34921         [BZ #14117]
34922         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
34923         * sysdeps/x86/bits/xtitypes.h: This.
34924
34925         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
34926         * sysdeps/x86/bits/wordsize.h: This.
34927
34928         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
34929         * sysdeps/x86/bits/huge_vall.h: This.
34930
34931         * sysdeps/i386/bits/select.h: Removed.
34932         * sysdeps/x86_64/bits/select.h: Renamed to ...
34933         * sysdeps/x86/bits/select.h: This.
34934
34935         * sysdeps/i386/bits/setjmp.h: Removed.
34936         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
34937         * sysdeps/x86/bits/setjmp.h: This.
34938
34939         * sysdeps/i386/bits/mathdef.h: Removed.
34940         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
34941         * sysdeps/x86/bits/mathdef.h: This.
34942
34943 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
34944
34945         [BZ #14132]
34946         * include/sys/socket.h (__connect_internal)
34947         (__libc_sa_len_internal): Remove declaration.
34948         (__connect, __libc_sa_len): Declare hidden_proto.
34949         (SA_LEN): Remove use of INTUSE.
34950         * socket/connect.c: Add libc_hidden_def.
34951         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
34952         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
34953         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
34954         alias.
34955         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
34956         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
34957         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
34958         of adding _internal alias.
34959
34960 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34961
34962         [BZ #14117]
34963         * sysdeps/i386/bits/link.h: Removed.
34964         * sysdeps/i386/bits/linkmap.h: Likewise.
34965         * sysdeps/x86_64/bits/link.h: Renamed to ...
34966         * sysdeps/x86/bits/link.h: This.
34967         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
34968         * sysdeps/x86/bits/linkmap.h: This.
34969
34970         * sysdeps/i386/bits/endian.h: Removed.
34971         * sysdeps/x86_64/bits/endian.h: Renamed to ...
34972         * sysdeps/x86/bits/endian.h: This.
34973
34974         * sysdeps/i386/bits/byteswap.h: Removed.
34975         * sysdeps/i386/bits/byteswap-16.h: Likewise.
34976         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
34977         * sysdeps/x86/bits/byteswap.h: This.
34978         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
34979         * sysdeps/x86/bits/byteswap-16.h: This.
34980         * sysdeps/i386/Implies: Add x86.
34981         * sysdeps/x86_64/Implies: Likewise.
34982
34983 2012-05-30  David S. Miller  <davem@davemloft.net>
34984
34985         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
34986         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
34987         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
34988         (FP_TRAPPING_EXCEPTIONS): Define.
34989         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
34990         (FP_TRAPPING_EXCEPTIONS): Define.
34991         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
34992         subnormals only when inexact has been signalled or underflow
34993         exceptions are enabled.
34994         (_FP_PACK_CANONICAL): Likewise.
34995
34996 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34997
34998         [BZ #14183]
34999         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
35000         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
35001
35002 2012-05-30  Richard Henderson  <rth@twiddle.net>
35003
35004         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
35005         with #ifndef NOT_IN_libc.
35006
35007         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
35008         marked to avoid plt entry.
35009
35010 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35011
35012         [BZ #14112]
35013         * Makeconfig (default-abi): New macro.
35014         (abi-includes): Likewise.
35015         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
35016         $(abi-$(default-abi)-lib-soname) for soname if defined.
35017         ($(common-objpfx)gnu/lib-names.stmp): Generate from
35018         abi-variants.
35019         * Makefile (installed-stubs): Likewise.
35020         * include/stubs-biarch.h: Removed.
35021         * scripts/lib-names.awk: Only handle one library at a time.
35022         * scripts/soversions.awk: Remove WORDSIZE support.
35023         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
35024         entries.
35025         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
35026         Removed.
35027         (syscall-list-default-condition): Likewise.
35028         (syscall-list-default-condition): Likewise.
35029         (syscall-list-includes): Likewise.
35030         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
35031         syscall-list-* with abi-*.  Handle undefined abi-variants.
35032         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
35033         * sysdeps/unix/sysv/linux/i386/Implies: New file.
35034         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
35035         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
35036         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
35037         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
35038         Removed.
35039         (syscall-list-32-options): Likewise.
35040         (syscall-list-32-condition): Likewise.
35041         (syscall-list-64-options): Likewise.
35042         (syscall-list-64-condition): Likewise.
35043         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
35044         macro.
35045         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
35046         Renamed to ...
35047         (abi-*): This.
35048         (abi-64-ld-soname): New macro.
35049         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
35050         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
35051         Renamed to ...
35052         (abi-*): This.
35053         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
35054         * sysdeps/x86_64/x32/shlib-versions: Likewise.
35055
35056 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
35057
35058         * sysdeps/unix/sysv/linux/kernel-features.h
35059         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
35060         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
35061         include <kernel-features.h>.
35062         [!__NR_ftruncate64]: Remove conditional code.
35063         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35064         [__NR_ftruncate64]: Make code unconditional.
35065         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35066         * sysdeps/unix/sysv/linux/truncate64.c: Do not
35067         include <kernel-features.h>.
35068         [!__NR_ftruncate64]: Remove conditional code.
35069         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35070         [__NR_ftruncate64]: Make code unconditional.
35071         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
35073         include <kernel-features.h>.
35074         [!__NR_ftruncate64]: Remove conditional code.
35075         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35076         [__NR_ftruncate64]: Make code unconditional.
35077         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
35079         include <kernel-features.h>.
35080         [!__NR_ftruncate64]: Remove conditional code.
35081         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35082         [__NR_ftruncate64]: Make code unconditional.
35083         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35084
35085         * configure.in (libc_cv_fpie): Weaken to a compile test using
35086         LIBC_TRY_CC_OPTION.
35087         * configure: Regenerated.
35088
35089 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35090
35091         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
35092         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
35093         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
35094         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
35095         Refreshed.
35096         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
35097         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
35098         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
35099         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
35100         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
35101         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
35102         Refreshed.
35103
35104 2012-05-27  David S. Miller  <davem@davemloft.net>
35105
35106         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
35107         (___Q_zero): New.
35108         (__Q_simulate_exceptions): Return void.  Change to simulate
35109         exceptions by writing into the %fsr.
35110         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
35111         (__Qp_handle_exceptions): Likewise.
35112         (numbers): Delete.
35113         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
35114         __Qp_handle_exceptions.
35115         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
35116         __Qp_handle_exceptions.
35117         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35118         as unused and give dummy FP_RND_NEAREST initializer.
35119         (FP_INHIBIT_RESULTS): Define.
35120         (___Q_simulate_exceptions): Update declaration.
35121         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
35122         formatting.
35123         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35124         as unused and give dummy FP_RND_NEAREST initializer.
35125         (__Qp_handle_exceptions): Update declaration.
35126         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
35127         formatting.
35128
35129 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
35130
35131         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
35132         the temporary FPU control word.
35133         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
35134         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
35135         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
35136         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35137         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
35138         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
35139         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
35140         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35141         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
35142         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
35143         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35144
35145 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35146
35147         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
35148         fields.
35149
35150 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
35151
35152         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
35153         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
35154         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
35155         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
35156         Likewise.
35157         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
35158         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
35159         Likewise.
35160
35161 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
35162
35163         * po/h.po: Update from translation team.
35164
35165 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
35166
35167         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
35168
35169         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
35170         handling of denormals.
35171         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35172         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
35173         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35174         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35175         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35176         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
35177         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
35178         Likewise.
35179
35180 2012-05-26  Marek Polacek  <polacek@redhat.com>
35181
35182         [BZ #14152]
35183         * math/libm-test.inc (fma_test): Don't always expect underflow
35184         exception.
35185
35186 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
35187
35188         [BZ #12416]
35189         * elf/tst-execstack.c: Include stackinfo.h.
35190         (do_test): Adjust test case to ensure that pthread_getattr_np
35191         behaviour remains the same after marking stack executable.
35192
35193 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35194
35195         * sysdeps/unix/sysv/linux/kernel-features.h
35196         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
35197         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
35198         kernel-features.h.
35199         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35200         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35201         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
35202         kernel-features.h.
35203         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35204         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35205
35206 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
35207
35208         * configure.in: Define the default includes to being none.
35209         * configure: Regenerated.
35210
35211 2012-05-25  Roland McGrath  <roland@hack.frob.com>
35212
35213         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
35214         * sysdeps/x86_64/setjmp.S: Likewise.
35215         * sysdeps/i386/bsd-setjmp.S: Likewise.
35216         * sysdeps/i386/bsd-_setjmp.S: Likewise.
35217         * sysdeps/i386/setjmp.S: Likewise.
35218         * sysdeps/i386/__longjmp.S: Likewise.
35219         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35220         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
35221
35222         * include/stap-probe.h: New file.
35223         * configure.in: Handle --enable-systemtap.
35224         * configure: Regenerated.
35225         * config.h.in (USE_STAP_PROBE): New #undef.
35226         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
35227         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
35228         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
35229
35230 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35231
35232         [BZ #13717]
35233         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35234         to 2.4.0 where earlier.
35235         * sysdeps/unix/sysv/linux/configure: Regenerated.
35236         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
35237         <kernel-features.h>.
35238         [__ASSUME_32BITUIDS]: Make code unconditional.
35239         [!__ASSUME_32BITUIDS]: Remove conditional code.
35240         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
35241         <kernel-features.h>.
35242         [__ASSUME_32BITUIDS]: Make code unconditional.
35243         [!__ASSUME_32BITUIDS]: Remove conditional code.
35244         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
35245         [__ASSUME_32BITUIDS]: Make code unconditional.
35246         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
35247         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
35248         <kernel-features.h>.
35249         [__ASSUME_32BITUIDS]: Make code unconditional.
35250         [!__ASSUME_32BITUIDS]: Remove conditional code.
35251         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
35252         <kernel-features.h>.
35253         [__ASSUME_32BITUIDS]: Make code unconditional.
35254         [!__ASSUME_32BITUIDS]: Remove conditional code.
35255         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
35256         <kernel-features.h>.
35257         [__ASSUME_32BITUIDS]: Make code unconditional.
35258         [!__ASSUME_32BITUIDS]: Remove conditional code.
35259         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
35260         <kernel-features.h>.
35261         [__ASSUME_32BITUIDS]: Make code unconditional.
35262         [!__ASSUME_32BITUIDS]: Remove conditional code.
35263         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
35264         <kernel-features.h>.
35265         [__ASSUME_32BITUIDS]: Make code unconditional.
35266         [!__ASSUME_32BITUIDS]: Remove conditional code.
35267         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
35268         <kernel-features.h>.
35269         [__ASSUME_32BITUIDS]: Make code unconditional.
35270         [!__ASSUME_32BITUIDS]: Remove conditional code.
35271         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
35272         <kernel-features.h>.
35273         [__ASSUME_32BITUIDS]: Make code unconditional.
35274         [!__ASSUME_32BITUIDS]: Remove conditional code.
35275         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
35276         <kernel-features.h>.
35277         [__ASSUME_32BITUIDS]: Make code unconditional.
35278         [!__ASSUME_32BITUIDS]: Remove conditional code.
35279         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
35280         <kernel-features.h>.
35281         [__ASSUME_32BITUIDS]: Make code unconditional.
35282         [!__ASSUME_32BITUIDS]: Remove conditional code.
35283         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
35284         <kernel-features.h>.
35285         [__ASSUME_32BITUIDS]: Make code unconditional.
35286         [!__ASSUME_32BITUIDS]: Remove conditional code.
35287         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
35288         <kernel-features.h>.
35289         [__NR_setresgid] (__setresgid): Do not declare.
35290         [__ASSUME_32BITUIDS]: Make code unconditional.
35291         [!__ASSUME_32BITUIDS]: Remove conditional code.
35292         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
35293         <kernel-features.h>.
35294         [__NR_setresuid] (__setresuid): Do not declare.
35295         [__ASSUME_32BITUIDS]: Make code unconditional.
35296         [!__ASSUME_32BITUIDS]: Remove conditional code.
35297         * sysdeps/unix/sysv/linux/i386/setfsgid.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/setfsuid.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/setgid.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/setgroups.c: Do not include
35310         <kernel-features.h>.
35311         [__ASSUME_32BITUIDS]: Make code unconditional.
35312         [!__ASSUME_32BITUIDS]: Remove conditional code.
35313         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
35314         <kernel-features.h>.
35315         [__ASSUME_32BITUIDS]: Make code unconditional.
35316         [!__ASSUME_32BITUIDS]: Remove conditional code.
35317         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
35318         <kernel-features.h>.
35319         [__ASSUME_32BITUIDS]: Make code unconditional.
35320         [!__ASSUME_32BITUIDS]: Remove conditional code.
35321         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
35322         <kernel-features.h>.
35323         [__ASSUME_32BITUIDS]: Make code unconditional.
35324         [!__ASSUME_32BITUIDS]: Remove conditional code.
35325         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
35326         <kernel-features.h>.
35327         [__ASSUME_32BITUIDS]: Make code unconditional.
35328         [!__ASSUME_32BITUIDS]: Remove conditional code.
35329         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
35330         <kernel-features.h>.
35331         [__ASSUME_32BITUIDS]: Make code unconditional.
35332         [!__ASSUME_32BITUIDS]: Remove conditional code.
35333         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
35334         <kernel-features.h>.
35335         [__ASSUME_32BITUIDS]: Make code unconditional.
35336         [!__ASSUME_32BITUIDS]: Remove conditional code.
35337         * sysdeps/unix/sysv/linux/kernel-features.h
35338         (__ASSUME_SETRESUID_SYSCALL): Remove.
35339         (__ASSUME_SETRESGID_SYSCALL): Likewise.
35340         (__ASSUME_32BITUIDS): Likewise.
35341         (__ASSUME_LDT_WORKS): Likewise.
35342         (__ASSUME_O_DIRECTORY): Likewise.
35343         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
35344         architecture but not kernel version.
35345         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
35346         (__ASSUME_MMAP2_SYSCALL): Likewise.
35347         (__ASSUME_STAT64_SYSCALL): Likewise.
35348         (__ASSUME_IPC64): Likewise.
35349         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
35350         <kernel-features.h>.
35351         [__ASSUME_32BITUIDS]: Make code unconditional.
35352         [!__ASSUME_32BITUIDS]: Remove conditional code.
35353         * sysdeps/unix/sysv/linux/opendir.c: Do not include
35354         <kernel-features.h>.
35355         [__ASSUME_O_DIRECTORY]: Make code unconditional.
35356         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
35357         132096]: Remove conditional code.
35358         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
35359         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
35360         <kernel-features.h>.
35361         [__ASSUME_32BITUIDS]: Make code unconditional.
35362         [!__ASSUME_32BITUIDS]: Remove conditional code.
35363         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
35364         <kernel-features.h>.
35365         [__ASSUME_32BITUIDS]: Make code unconditional.
35366         [!__ASSUME_32BITUIDS]: Remove conditional code.
35367         * sysdeps/unix/sysv/linux/setegid.c: Do not include
35368         <kernel-features.h>.
35369         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
35370         unconditional.
35371         (__setresgid): Do not declare.
35372         [__ASSUME_32BITUIDS]: Make code unconditional.
35373         [!__ASSUME_32BITUIDS]: Remove conditional code.
35374         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
35375         <kernel-features.h>.
35376         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
35377         unconditional.
35378         (__setresuid): Do not declare.
35379         [__ASSUME_32BITUIDS]: Make code unconditional.
35380         [!__ASSUME_32BITUIDS]: Remove conditional code.
35381         * sysdeps/unix/sysv/linux/sh/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/sparc/sparc32/semctl.c: Do not include
35386         <kernel-features.h>.
35387         [__ASSUME_32BITUIDS]: Make code unconditional.
35388         [!__ASSUME_32BITUIDS]: Remove conditional code.
35389
35390 2012-05-25  Richard Henderson  <rth@twiddle.net>
35391
35392         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
35393         dl_hwcap to ifunc resolver.
35394         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
35395         elf_ifunc_invoke.
35396         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
35397         dl_hwcap to ifunc resolver.
35398         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
35399
35400 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35401
35402         [BZ #14153]
35403         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
35404         for |x| <= 2**-26, not 2**-57.
35405         * math/libm-test.inc (acos_test): Do not allow spurious underflow
35406         exception.
35407
35408 2012-05-24  Jeff Law  <law@redhat.com>
35409
35410         * stdio-common/Makefile (tests): Add bug25.
35411         * stdio-common/bug25.c: New test.
35412
35413 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35414
35415         [BZ #13576]
35416         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
35417         multiple of MALLOC_ALIGNMENT in size.
35418         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
35419
35420 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35421
35422         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
35423         Require >= 256.
35424         (FILENAME_MAX): Use macro-int-constant.
35425         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
35426         (_IOFBF): Use macro-int-constant.
35427         (_IOLBF): Likewise.
35428         (_IONBF): Likewise.
35429         (SEEK_CUR): Likewise.
35430         (SEEK_END): Likewise.
35431         (SEEK_SET): Likewise.
35432         (TMP_MAX): Likewise.
35433         (EOF): Use macro-int-constant.  Require < 0.
35434         (NULL): Use macro-constant.  Require == 0.
35435         (stdin): Require type to be FILE *.
35436         (stdout): Likewise.
35437         (stderr): Likewise.
35438         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
35439         macro-int-constant.
35440         (EXIT_SUCCESS): Likewise.
35441         (NULL): Use macro-constant.  Require == 0.
35442         (RAND_MAX): Use macro-int-constant.
35443         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
35444         [C99-based standards] (strtof): Require function.
35445         [C99-based standards] (strtold): Likewise.
35446         [C99-based standards] (strtoll): Likewise.
35447         [C99-based standards] (strtoull): Likewise.
35448         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
35449         [ISO || ISO99 || ISO11] (limits.h): Likewise.
35450         [ISO || ISO99 || ISO11] (math.h): Likewise.
35451         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
35452         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
35453         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35454
35455 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
35456
35457         [BZ #14132]
35458         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
35459         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
35460         * intl/dgettext.c (DCGETTEXT): Likewise.
35461         * intl/gettext.c (DCGETTEXT): Likewise.
35462         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
35463         * posix/regex_internal.h (gettext): Likewise.
35464         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
35465         Remove declaration.
35466         * include/argz.h (__argz_count_internal)
35467         (__argz_stringify_internal): Remove declaration.
35468         (__argz_count, __argz_stringify): Declare hidden proto.
35469         * intl/dcgettext.c: Remove use of INTDEF.
35470         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
35471         * string/argz-stringify.c: Likewise.
35472         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35473         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35474         Declare hidden proto.
35475         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35476         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35477         Declare hidden proto.
35478         * include/stdio.h (__asprintf_internal): Don't declare.
35479         (__asprintf): Don't define as macro.  Declare hidden proto.
35480         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
35481         (__fsetlocking): Declare hidden proto.
35482         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
35483         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
35484         hidden proto.
35485         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
35486         (_IO_setlinebuf): Remove use of INTUSE.
35487         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
35488         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
35489         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
35490         Remove declaration.
35491         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
35492         (_IO_do_flush): Remove use of INTUSE.
35493         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
35494         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
35495         (_IO_adjust_column, _IO_least_wmarker)
35496         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
35497         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
35498         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
35499         (_IO_default_doallocate, _IO_wdefault_doallocate)
35500         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
35501         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
35502         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
35503         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
35504         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
35505         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
35506         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
35507         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
35508         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
35509         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
35510         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
35511         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
35512         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
35513         proto.
35514         (_IO_flush_all_internal, _IO_adjust_column_internal)
35515         (_IO_default_uflow_internal, _IO_default_finish_internal)
35516         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
35517         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
35518         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
35519         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
35520         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
35521         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
35522         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
35523         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
35524         (_IO_file_close_internal, _IO_file_close_it_internal)
35525         (_IO_file_underflow_internal, _IO_file_overflow_internal)
35526         (_IO_file_init_internal, _IO_file_attach_internal)
35527         (_IO_file_fopen_internal, _IO_file_read_internal)
35528         (_IO_file_sync_internal, _IO_file_seek_internal)
35529         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
35530         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
35531         (_IO_str_underflow_internal, _IO_str_overflow_internal)
35532         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
35533         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
35534         (_IO_list_all_internal, _IO_link_in_internal)
35535         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
35536         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
35537         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
35538         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
35539         (_IO_do_write_internal, _IO_padn_internal)
35540         (_IO_getline_info_internal, _IO_getline_internal)
35541         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
35542         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
35543         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
35544         (_IO_vfscanf_internal, _IO_vfprintf_internal)
35545         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
35546         (_IO_init_internal, _IO_un_link_internal): Don't declare.
35547         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
35548         with libc_hidden_ver, remove use of INTUSE.
35549         * libio/genops.c: Likewise.
35550         * libio/freopen.c: Likewise.
35551         * libio/freopen64.c: Likewise.
35552         * libio/iofclose.c: Likewise.
35553         * libio/iofdopen.c: Likewise.
35554         * libio/iofflush.c: Likewise.
35555         * libio/iofflush_u.c: Likewise.
35556         * libio/iofgets.c: Likewise.
35557         * libio/iofgets_u.c: Likewise.
35558         * libio/iofopen.c: Likewise.
35559         * libio/iofopncook.c: Likewise.
35560         * libio/iofread.c: Likewise.
35561         * libio/iofread_u.c: Likewise.
35562         * libio/ioftell.c: Likewise.
35563         * libio/iofwrite.c: Likewise.
35564         * libio/iogetline.c: Likewise.
35565         * libio/iogets.c: Likewise.
35566         * libio/iogetwline.c: Likewise.
35567         * libio/iopadn.c: Likewise.
35568         * libio/iopopen.c: Likewise.
35569         * libio/ioseekoff.c: Likewise.
35570         * libio/ioseekpos.c: Likewise.
35571         * libio/iosetbuffer.c: Likewise.
35572         * libio/iosetvbuf.c: Likewise.
35573         * libio/ioungetc.c: Likewise.
35574         * libio/ioungetwc.c: Likewise.
35575         * libio/iovdprintf.c: Likewise.
35576         * libio/iovsprintf.c: Likewise.
35577         * libio/iovsscanf.c: Likewise.
35578         * libio/memstream.c: Likewise.
35579         * libio/obprintf.c: Likewise.
35580         * libio/oldfileops.c: Likewise.
35581         * libio/oldiofclose.c: Likewise.
35582         * libio/oldiofdopen.c: Likewise.
35583         * libio/oldiofopen.c: Likewise.
35584         * libio/oldiopopen.c: Likewise.
35585         * libio/oldstdfiles.c: Likewise.
35586         * libio/putc.c: Likewise.
35587         * libio/setbuf.c: Likewise.
35588         * libio/setlinebuf.c: Likewise.
35589         * libio/stdfiles.c: Likewise.
35590         * libio/strops.c: Likewise.
35591         * libio/vasprintf.c: Likewise.
35592         * libio/vscanf.c: Likewise.
35593         * libio/vsnprintf.c: Likewise.
35594         * libio/vswprintf.c: Likewise.
35595         * libio/wfiledoalloc.c: Likewise.
35596         * libio/wfileops.c: Likewise.
35597         * libio/wgenops.c: Likewise.
35598         * libio/wmemstream.c: Likewise.
35599         * libio/wstrops.c: Likewise.
35600         * libio/__fpurge.c: Likewise.
35601         * libio/__fsetlocking.c: Likewise.
35602         * assert/assert.c: Likewise.
35603         * debug/fgets_chk.c: Likewise.
35604         * debug/fgets_u_chk.c: Likewise.
35605         * debug/fread_chk.c: Likewise.
35606         * debug/fread_u_chk.c: Likewise.
35607         * debug/gets_chk.c: Likewise.
35608         * debug/obprintf_chk.c: Likewise.
35609         * debug/vasprintf_chk.c: Likewise.
35610         * debug/vdprintf_chk.c: Likewise.
35611         * debug/vsnprintf_chk.c: Likewise.
35612         * debug/vsprintf_chk.c: Likewise.
35613         * malloc/mtrace.c: Likewise.
35614         * misc/error.c: Likewise.
35615         * misc/syslog.c: Likewise.
35616         * stdio-common/asprintf.c: Likewise.
35617         * stdio-common/fxprintf.c: Likewise.
35618         * stdio-common/getw.c: Likewise.
35619         * stdio-common/isoc99_fscanf.c: Likewise.
35620         * stdio-common/isoc99_scanf.c: Likewise.
35621         * stdio-common/isoc99_vfscanf.c: Likewise.
35622         * stdio-common/isoc99_vscanf.c: Likewise.
35623         * stdio-common/isoc99_vsscanf.c: Likewise.
35624         * stdio-common/printf-prs.c: Likewise.
35625         * stdio-common/printf_fp.c: Likewise.
35626         * stdio-common/printf_fphex.c: Likewise.
35627         * stdio-common/printf_size.c: Likewise.
35628         * stdio-common/putw.c: Likewise.
35629         * stdio-common/scanf.c: Likewise.
35630         * stdio-common/sprintf.c: Likewise.
35631         * stdio-common/tmpfile.c: Likewise.
35632         * stdio-common/vfprintf.c: Likewise.
35633         * stdio-common/vfscanf.c: Likewise.
35634         * stdlib/strfmon_l.c: Likewise.
35635         * sunrpc/openchild.c: Likewise.
35636         * sunrpc/xdr_stdio.c: Likewise.
35637         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
35638         * sysdeps/mach/hurd/tmpfile.c: Likewise.
35639
35640 2012-05-24  Roland McGrath  <roland@hack.frob.com>
35641
35642         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35643
35644         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
35645         in the third column, to generate for the shared library an IFUNC
35646         that uses _dl_vdso_vsym.
35647         * Makerules (COMPILE.c, compile-stdin.c): New variables.
35648         * Makeconfig (object-suffixes-noshared): New variable.
35649
35650         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
35651         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
35652         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
35653         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
35654
35655         [BZ #14132]
35656         * include/sys/time.h (__gettimeofday): Remove macro.
35657         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
35658         * time/gettimeofday.c (__gettimeofday): Remove #undef.
35659         Remove INTDEF.
35660         (__gettimeofday): Add libc_hidden_def.
35661         (gettimeofday): Add libc_hidden_weak.
35662         * sysdeps/mach/gettimeofday.c: Likewise.
35663         * sysdeps/posix/gettimeofday.c: Likewise.
35664         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
35665         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
35666         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
35667         (__gettimeofday_internal): Remove strong_alias.
35668         (__gettimeofday): Add libc_hidden_def.
35669         (gettimeofday): Add libc_hidden_weak.
35670         * sysdeps/unix/syscalls.list (gettimeofday):
35671         Remove __gettimeofday_internal alias.
35672
35673 2012-05-24  Daniel Jacobowitz  <drow@false.org>
35674             H.J. Lu  <hongjiu.lu@intel.com>
35675
35676         [BZ #12495]
35677         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
35678         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
35679         (largebin_index_32_big): New.
35680         (largebin_index): Use it for 16-byte alignment.
35681         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
35682         correction with front_misalign.
35683
35684 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35685
35686         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
35687         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
35688         Likewise.
35689         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
35690         Likewise.
35691         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
35692         Likewise.
35693         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
35694         Likewise.
35695         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
35696         Likewise.
35697         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
35698         Likewise.
35699         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
35700         Likewise.
35701         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
35702         Likewise.
35703         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
35704         Likewise.
35705         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
35706         Likewise.
35707         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
35708         Likewise.
35709         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
35710         Likewise.
35711
35712         * scripts/data/c++-types-x32-linux-gnu.data: New file.
35713         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
35714
35715 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35716
35717         [BZ #10846]
35718         [BZ #14036]
35719         * math/libm-test.inc (exp_test): Add test from bug 14036.
35720         (pow_test): Add test from bug 10846.
35721
35722         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
35723         and other flags.
35724         (special_function): Do not include flags in test name.
35725         (parse_args): Likewise.
35726         * sysdeps/i386/fpu/libm-test-ulps: Update.
35727         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
35728         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
35729         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
35730         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35731
35732         * math/gen-libm-test.pl (%beautify): Add entries for underflow
35733         exceptions.
35734         * math/libm-test.inc ("Philosophy"): Update comment about
35735         exception testing.
35736         (UNDERFLOW_EXCEPTION): New macro.
35737         (UNDERFLOW_EXCEPTION_OK): Likewise.
35738         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
35739         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
35740         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
35741         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
35742         (INVALID_EXCEPTION_OK): Update value.
35743         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
35744         (OVERFLOW_EXCEPTION_OK): Likewise.
35745         (IGNORE_ZERO_INF_SIGN): Likewise.
35746         (test_exceptions): Handle underflow exceptions.
35747         (acos_test): Update for underflow exception expectations.
35748         (cexp_test): Likewise.
35749         (clog_test): Likewise.
35750         (clog10_test): Likewise.
35751         (csqrt_test): Likewise.
35752         (ctan_test): Likewise.
35753         (ctanh_test): Likewise.
35754         (exp_test): Likewise.
35755         (exp10_test): Likewise.
35756         (exp2_test): Likewise.
35757         (expm1_test): Likewise.
35758         (fma_test): Likewise.
35759         (j0_test): Likewise.
35760         (jn_test): Likewise.
35761         (nexttoward_test): Likewise.
35762         (pow_test): Likewise.
35763         (scalbn_test): Likewise.
35764         (scalbln_test): Likewise.
35765         (tan_test): Likewise.
35766         (y1_test): Likewise.
35767         * sysdeps/i386/fpu/libm-test-ulps: Update.
35768         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35769
35770 2012-05-23  David S. Miller  <davem@davemloft.net>
35771
35772         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35773         (__libc_sigaction): Remove unused local variables.
35774
35775 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35776
35777         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35778
35779 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
35780
35781         mktime: avoid signed integer overflow
35782         * time/mktime.c (__mktime_internal): Do not mishandle the case
35783         where diff == INT_MIN.
35784
35785         mktime: simplify computation of average
35786         * time/mktime.c (ranged_convert): Use new time_t_avg function
35787         instead of rolling our own (probably-slower) code.
35788
35789         mktime: do not assume signed right shift propagates sign bit
35790         * time/mktime.c (isdst_differ): New static function.
35791         (__mktime_internal): No need to normalize tm_isdst now.
35792         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35793         tm_isdst values.
35794
35795         mktime: merge another wrapv change from gnulib
35796         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35797         from some compilers.
35798
35799         mktime: remove incorrect attempt at unusual arithmetics
35800         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35801         The code didn't really work on such machines anyway.
35802         (TYPE_MINIMUM): Assume two's complement.
35803         (twos_complement_arithmetic): Verify that long_int and time_t
35804         are two's complement (or unsigned, in the latter case).
35805
35806         mktime: check signed shifts on long_int and time_t, too
35807         * time/mktime.c (SHR): Check that shifts work as desired
35808         on the types long_int and time_t too, as SHR is used on
35809         such types.
35810
35811         mktime: do not assume 'long' is wide enough
35812         * time/mktime.c (verify): Move decl up.
35813         (long_int): New type.
35814         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35815         to remove assumption in the code that 'long' is wide enough to
35816         store year values.  This assumption is not true on x32 and on
35817         some non-glibc platforms.
35818
35819         mktime: merge wrapv change from gnulib
35820         * time/mktime.c (WRAPV): New macro.
35821         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35822         (guess_time_tm, __mktime_internal): Do not assume that signed
35823         integer overflow wraps around; modern compilers generate code
35824         where this assumption is no longer valid.
35825
35826 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35827
35828         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35829         Replace "jmp L(pseudo_end)" with "ret".
35830         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35831         Likewise.
35832
35833 2012-05-23  Andreas Jaeger  <aj@suse.de>
35834
35835         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35836         * sysdeps/unix/sysv/linux/poll.c: Remove file.
35837
35838 2012-05-23  Andreas Jaeger  <aj@suse.de>
35839             Maximilian Attems  <max@stro.at>
35840
35841         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35842         New macros.
35843
35844 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35845
35846         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35847         code so that pseudo_end is just ret and the stack pointer is
35848         correct also for static library in error case.
35849
35850 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
35851
35852         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35853         move to syscalls.list.
35854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35858
35859         * manual/install.texi (Running make install): Do not mention Linux
35860         kernel version for which pt_chown is not needed.
35861         (Linux): Do not mention problems with nscd with 2.0 kernels.
35862         * INSTALL: Regenerated.
35863
35864 2012-05-23  Andreas Jaeger  <aj@suse.de>
35865
35866         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35867         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35868         macro.
35869         * sysdeps/unix/sysv/linux/s390/bits/mman.h
35870         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35871         * sysdeps/unix/sysv/linux/sh/bits/mman.h
35872         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35873         * sysdeps/unix/sysv/linux/i386/bits/mman.h
35874         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35875         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35876         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35877         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35878         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35879         * sysdeps/unix/sysv/linux/bits/in.h
35880         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35881
35882 2012-05-22  Roland McGrath  <roland@hack.frob.com>
35883
35884         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35885         (PREPARE_VERSION): Just use assert instead, it will be elided
35886         under [NDEBUG] anyway.
35887
35888 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35889
35890         * sysdeps/unix/sysv/linux/Makefile: Include
35891         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
35892         (sysdep_routines): Remove sysctl.
35893         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
35894         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
35895         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
35896         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
35897         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
35898
35899 2012-05-22  Andreas Jaeger  <aj@suse.de>
35900
35901         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
35902         that pseudo_end is just ret and the stack pointer is correct also
35903         for static library in error case.
35904
35905 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
35906
35907         [BZ #14122]
35908         * nss/nsswitch.c (defconfig_entries): New variable.
35909         (__nss_database_lookup): Don't leak defconfig entries.
35910         (nss_parse_service_list): Don't leak on error paths.
35911         (free_database_entries): New function.
35912         (free_defconfig): New function.
35913         (free_mem): Move common code to free_database_entries.
35914
35915 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35916
35917         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
35918         Add arch_prctl.
35919         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
35920
35921         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
35922         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
35923         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
35924         New macro.
35925         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
35926         (INTERNAL_SYSCALL_TYPES): Likewise.
35927         (LOAD_ARGS_TYPES_[1-6]): Likewise.
35928         (LOAD_REGS_TYPES_[1-6]): Likewise.
35929         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
35930         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
35931
35932 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35933
35934         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
35935         copysignl for GLIBC_2_0.
35936         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
35937         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
35938         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
35939         logbl for GLIBC_2_0.
35940         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
35941         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
35942
35943 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35944
35945         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
35946         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35947
35948         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35949         Use "neg %eax".
35950
35951         * time/mktime.c: Update copyright years.
35952
35953 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
35954
35955         mktime: merge comment-quoting-style change from gnulib
35956         * time/mktime.c: Quote 'like this' in comments.
35957         The GNU coding standards suggest that we no longer quote `like this',
35958         as "`" and "'" are typically rendered asymmetrically nowadays.
35959         The typical gnulib style is to quote 'like this' when quoting
35960         code, and "like this" when quoting English.
35961
35962         * time/mktime.c (compile-command): Add "-I.".
35963
35964         mktime: merge mktime-internal.h change from gnulib
35965         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
35966
35967         mktime: merge time_r change from gnulib
35968         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
35969
35970         mktime: merge DEBUG change from gnulib
35971         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
35972         case system <time.h> has a #define.
35973
35974         mktime: merge <sys/types.h> change from gnulib
35975         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
35976         since <time.t> is now guaranteed to define time_t.
35977
35978         mktime: merge HAVE_CONFIG_H change from gnulib
35979         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
35980
35981 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35982
35983         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35984         Use "neg %eax".
35985
35986         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
35987         __rlim_t cast.
35988         (struct rusage): Use anonymous union to pad each field to
35989         __syscall_slong_t.
35990
35991 2012-05-21  David S. Miller  <davem@davemloft.net>
35992
35993         * Makefules (o-iterator): Remove .s cases.
35994         (compile-command.s): Delete.
35995         (COMPILE.s): Delete.
35996         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
35997
35998 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
35999
36000         * configure.in (libc_cv_predef_stack_protector): Only consider
36001         "foobar" and "__stack_chk_fail" lines in libc_undefs.
36002         * configure: Regenerated.
36003
36004 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36005
36006         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36007         New macro.  Use R*LP on int and pointer.
36008         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
36009         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
36010         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
36011         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
36012
36013         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
36014         [__WORDSIZE_TIME64_COMPAT32] instead of
36015         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
36016         (struct utmp): Likewise.
36017         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
36018         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
36019         Renamed to ...
36020         (__WORDSIZE_TIME64_COMPAT32): This.
36021         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
36022         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
36023         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
36024         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
36025         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
36026         (__WORDSIZE_TIME64_COMPAT32): New macro.
36027
36028 2012-05-21  Andreas Jaeger  <aj@suse.de>
36029
36030         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
36031         only if [SHARED]. Add prototype for __wcschr_ia32.
36032
36033 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36034
36035         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
36036         of %rbp unmolested in the jmp_buf while mangling the low bits.
36037         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
36038         unmolested high bits of %rbp while demangling the low bits.
36039         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
36040
36041 2012-05-21  Andreas Jaeger  <aj@suse.de>
36042
36043         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
36044         * sunrpc/svc_simple.c: Use it for registerrpc.
36045         * sunrpc/xcrypt.c: Use it for passwd2des.
36046
36047         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
36048
36049 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36050
36051         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
36052         Don't define if [__SYSCALL_WORDSIZE != 32].
36053         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
36054         New macro.
36055
36056 2012-05-21  Bruno Haible  <bruno@clisp.org>
36057             Andreas Jaeger  <aj@suse.de>
36058
36059         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
36060         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
36061         inptr and inend for must_buffer_ch.
36062         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
36063         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
36064         * stdio-common/Makefile (tests): Remove bug15.
36065         (bug15-ENV): Remove macro.
36066         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
36067         anymore.
36068
36069 2012-05-19  Andreas Jaeger  <aj@suse.de>
36070             Roland McGrath  <roland@hack.frob.com>
36071
36072         * manual/contrib.texi: Completely rewritten. It contains now an
36073         alphabetical list of contributors and their contributions.
36074
36075 2012-05-21  Richard Henderson  <rth@twiddle.net>
36076
36077         * misc/getauxval.c (__getauxval): Use unsigned long int.
36078         * misc/sys/auxv.h: Include <sys/cdefs.h>.
36079         (getauxval): Use unsigned long int.
36080
36081 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36082
36083         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36084
36085 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36086
36087         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
36088         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
36089         __alignof__ (long double).
36090
36091 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36092
36093         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36094
36095 2012-05-20  Richard Henderson  <rth@twiddle.net>
36096
36097         * misc/getauxval.c: New file.
36098         * misc/sys/auxv.h: New file.
36099         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
36100         (routines): Add getauxval.
36101         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
36102         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
36103         * elf/dl-sysdep.c (_dl_auxv): Remove.
36104         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
36105         * elf/dl-support.c (_dl_auxv): New variable.
36106         (_dl_aux_init): Initialize it.
36107         * manual/startup.texi (Auxiliary Vector): New node.
36108         * sysdeps/generic/bits/hwcap.h: New file.
36109         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
36110         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
36111         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
36112         * sysdeps/sparc/sysdep.h: ... here.  Include it.
36113         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
36114         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
36115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36116         Update.
36117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
36118         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
36119         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
36120         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
36121         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36122         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36123         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
36124         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
36125
36126 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36127
36128         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36129
36130 2012-05-19  David S. Miller  <davem@davemloft.net>
36131
36132         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36133
36134 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36135
36136         [BZ #14123]
36137         * math/s_ccosh.c: Include <float.h>
36138         (__ccosh): Avoid internal overflow calculating sinh and cosh
36139         values before multiplying by sin and cos values.
36140         * math/s_ccoshf.c: Likewise.
36141         * math/s_ccoshl.c: Likewise.
36142         * math/s_csin.c: Likewise.
36143         * math/s_csinf.c: Likewise.
36144         * math/s_csinl.c: Likewise.
36145         * math/s_csinh.c: Likewise.
36146         * math/s_csinhf.c: Likewise.
36147         * math/s_csinhl.c: Likewise.
36148         * math/libm-test.inc (ccos_test): Add more tests.
36149         (ccosh_test): Likewise.
36150         (csin_test): Likewise.
36151         (csinh_test): Likewise.
36152         * sysdeps/i386/fpu/libm-test-ulps: Update.
36153         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36154
36155 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
36156
36157         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
36158         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
36159
36160         * sysdeps/x86_64/x32/_itoa.h: Add comment.
36161
36162 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36163
36164         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
36165         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
36166         * sysdeps/powerpc/soft-fp/Versions: Likewise.
36167         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
36168         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
36169         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
36170         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
36171         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
36172         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
36173         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
36174         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
36175         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
36176         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
36177         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
36178         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
36179         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
36180         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
36181         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
36182         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
36183         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
36184         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
36185         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
36186         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
36187         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
36188         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
36189         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
36190         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
36191         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
36192         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
36193         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
36194         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
36195
36196 2012-05-18  Andreas Jaeger  <aj@suse.de>
36197
36198         * csu/.gitignore: Delete.
36199
36200 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36201
36202         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
36203         (timex): Use __syscall_slong_t.
36204
36205 2012-05-18  Andreas Jaeger  <aj@suse.de>
36206             Carlos O'Donell  <carlos_odonell@mentor.com>
36207
36208         * manual/install.texi (Configuring and compiling): Update
36209         description about files modified in the source directory.
36210         * INSTALL: Regenerated.
36211
36212 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36213
36214         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
36215         value.  Use "or" to set return value to -1.
36216         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
36217         negate return value.
36218
36219 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36220
36221         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
36222         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
36223         failure if the compiler has Graphite support disabled.
36224         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
36225         Likewise.
36226         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
36227         (CFLAGS-memmove.c): Likewise.
36228         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
36229         Likewise.
36230
36231 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36232
36233         * sysdeps/x86_64/x32/_itoa.h: New file.
36234
36235         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
36236         getdents system call only if kernel and user dirents have the
36237         same d_ino and d_off.
36238
36239         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
36240         LLONG_MAX != LONG_MAX.
36241         (_itoa_word): Use _ITOA_WORD_TYPE on value.
36242         (_fitoa_word): Likewise.
36243
36244         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
36245         years.
36246         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
36247         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
36248         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
36249
36250         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
36251         include <bits/wordsize.h>.  Check __x86_64__ instead of
36252         __WORDSIZE.
36253         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
36254         if __x86_64__ is defined.  Use anonymous union on fpstate.
36255
36256         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
36257         anonymous union.
36258
36259 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
36260
36261         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
36262         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
36263         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
36264         Refer to _rtld_local_ro instead of _rtld_global_ro.
36265         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
36266         Likewise.
36267         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
36268         Likewise.
36269         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
36270         Likewise.
36271         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
36272         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
36273         of _rtld_global, and rtld_progname instead of _dl_argv[0].
36274
36275         * sysdeps/powerpc/powerpc32/dl-machine.c
36276         (__elf_machine_runtime_setup) [PROF]: Don't reference
36277         _dl_prof_resolve.
36278
36279 2012-05-18  Andreas Jaeger  <aj@suse.de>
36280
36281         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
36282         function only available for GCCs before 3.4 since GCC 3.4
36283         introduced a builtin.
36284         (lrint): Likewise.
36285         (llrintf): Likewise.
36286         (llrint): Likewise.
36287         (fmaxf): Likewise.
36288         (fmax): Likewise.
36289         (fminf): Likewise.
36290         (fmin): Likewise.
36291         (rint): Likewise.
36292         (rintf): Likewise.
36293         (nearbyint): Likewise.
36294         (nearbyintf): Likewise.
36295         (ceil): Likewise.
36296         (ceilf): Likewise.
36297         (floor): Likewise.
36298         (floorf): Likewise.
36299
36300 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36301
36302         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
36303         on both fields and cast pointer to __syscall_ulong_t.
36304
36305         * bits/types.h (__fsword_t): New type.
36306         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
36307         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
36308         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36309         (__FSWORD_T_TYPE): Likewise.
36310         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36311         (__FSWORD_T_TYPE): Likewise.
36312         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36313         (__FSWORD_T_TYPE): Likewise.
36314         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
36315         (__FSWORD_T_TYPE): Likewise.
36316         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
36317         __SWORD_TYPE with __fsword_t.
36318         (statfs64): Likewise.
36319
36320 2012-05-17  David S. Miller  <davem@davemloft.net>
36321
36322         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
36323
36324 2012-05-17  Andreas Jaeger  <aj@suse.de>
36325
36326         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
36327         warning.
36328
36329 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36330
36331         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
36332
36333 2012-05-17  Andreas Jaeger  <aj@suse.de>
36334
36335         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
36336         when it is used.
36337
36338 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36339
36340         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
36341
36342 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36343
36344         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
36345         * sysdeps/x86_64/tst-mallocalign1.c: New file.
36346
36347 2012-05-17  Andreas Jaeger  <aj@suse.de>
36348             Carlos O'Donell  <carlos_odonell@mentor.com>
36349
36350         [BZ #14059]
36351         * sysdeps/x86_64/multiarch/init-arch.h
36352         (bit_YMM_Usable): Rename to...
36353         (bit_AVX_Usable): ... this.
36354         (bit_FMA4_Usable): New macro.
36355         (bit_XMM_state): New macro.
36356         (bit_YMM_state): New macro.
36357         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
36358         [__ASSEMBLER__] (index_AVX_Usable): ... this.
36359         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
36360         (CPUID_OSXSAVE): New macro.
36361         (CPUID_AVX): New macro.
36362         (CPUID_FMA4): New macro.
36363         (index_YMM_Usable): Rename to...
36364         (index_AVX_Usable): ... this.
36365         (HAS_AVX): Use HAS_ARCH_FEATURE.
36366         (HAS_FMA4): Likewise.
36367         (HAS_YMM_USABLE): Remove.
36368         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36369         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
36370         are present.
36371         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
36372         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
36373         * sysdeps/x86_64/multiarch/Makefile: Likewise.
36374         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
36375         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
36376
36377 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36378
36379         * math/libm-test.c: Support platforms without multiple rounding modes.
36380         * math/bug-nextafter.c: Support platforms without FP exceptions.
36381         * math/bug-nexttoward.c: Likewise.
36382         * math/test-fenv.c: Likewise.
36383         * math/test-misc.c: Likewise.
36384         * stdlib/bug-getcontext.c: Likewise.
36385
36386 2012-05-17  Andreas Jaeger  <aj@suse.de>
36387
36388         * manual/examples/search.c (critter_cmp): Change signature to
36389         avoid warnings.
36390         * manual/string.texi (Collation Functions): Likewise.
36391
36392 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36393
36394         * bits/types.h: Fold copyright years.
36395         * bits/typesizes.h: Likewise.
36396         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
36397         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
36398         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
36399         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
36400         * time/time.h: Likewise.
36401
36402 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
36403
36404         [BZ #208]
36405         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
36406         in instead of returning them.  Return void.
36407         (__libc_mallinfo): Accumulate over all arenas.
36408         (__malloc_stats): Adjust for change in int_mallinfo interface.
36409
36410 2012-05-16  Roland McGrath  <roland@hack.frob.com>
36411
36412         [BZ #10375]
36413         * configure.in (NM): Add AC_CHECK_TOOL for it.
36414         (libc_extra_cflags): New substituted variable.
36415         Check for -fstack-protector being used implicitly.
36416         * configure: Regenerated.
36417         * config.make.in (config-extra-cflags): New variable,
36418         gets @libc_extra_cflags@.
36419         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
36420
36421         [BZ #10375]
36422         * configure.in: Check for _FORTIFY_SOURCE being predefined.
36423         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
36424         * configure: Regenerated.
36425         * config.make.in (CPPUNDEFS): New substituted variable.
36426         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
36427         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
36428         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
36429
36430 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36431
36432         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
36433         (mq_attr): Use __syscall_slong_t.
36434
36435 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36436
36437         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
36438         Check __x86_64__ instead of __WORDSIZE.
36439         (_STAT_VER_LINUX): Likewise.
36440         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
36441         __syscall_ulong_t and __syscall_slong_t.
36442         (stat64): Likewise.
36443
36444 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36445
36446         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
36447
36448 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36449
36450         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
36451
36452 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36453
36454         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
36455         __syscall_ulong_t.
36456
36457         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
36458         include <bits/wordsize.h>.  Check __x86_64__ instead of
36459         __WORDSIZE.
36460         (greg_t): Use "__extension__ long long int" if __x86_64__ is
36461         defined.
36462         (mcontext_t): Replace "unsigned long" with "unsigned long long".
36463
36464         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
36465         include <bits/wordsize.h>.  Check __x86_64__ instead of
36466         __WORDSIZE.
36467         (user_regs_struct): Use "__extension__ unsigned long long"
36468         instead of "unsigned long" if __x86_64__ is defined.
36469         (user): Likewise.  Pad after pointer field if __ILP32__ is
36470         defined.
36471
36472 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
36473
36474         * configure.in (makeinfo): Require version 4.5 or later.  Allow
36475         versions 5 to 9.
36476         * configure: Regenerated.
36477         * manual/install.texi (texinfo): Increase version requirement to
36478         4.5 or later.
36479         * INSTALL: Regenerated.
36480
36481         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
36482
36483 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36484
36485         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
36486
36487         * sysdeps/x86_64/x32/ffs.c: New file.
36488
36489         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
36490         __syscall_ulong_t.
36491         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
36492         defined.  Use __syscall_ulong_t.
36493         (shminfo): Use __syscall_ulong_t.
36494         (shm_info): Likewise.
36495
36496         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
36497         __syscall_ulong_t.
36498
36499         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
36500         <bits/wordsize.h>.
36501         (msgqnum_t): Use __syscall_ulong_t.
36502         (msglen_t): Likewise.
36503         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
36504         __syscall_ulong_t.
36505
36506         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
36507         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36508
36509         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
36510
36511         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
36512         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
36513
36514         * sysvipc/sys/msg.h (msgbuf): Replace long int with
36515         __syscall_slong_t.
36516
36517         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
36518         include <bits/wordsize.h>.  Check __x86_64__ instead of
36519         __WORDSIZE.
36520
36521         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
36522         "unsigned long long int" if __x86_64__ is defined.
36523         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
36524
36525         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
36526         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36527         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
36528
36529         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
36530         <stdint.h>.
36531         (GET_PC): Cast to uintptr_t first.
36532         (GET_FRAME): Likewise.
36533         (GET_STACK): Likewise.
36534
36535         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
36536         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
36537         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
36538         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
36539         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
36540         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
36541         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
36542         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
36543         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
36544         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
36545         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
36546         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
36547         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36548         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
36549         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
36550         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
36551         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
36552         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
36553         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
36554         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
36555         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
36556         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
36557         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
36558         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
36559         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
36560         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
36561         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
36562         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
36563         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
36564
36565 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
36566
36567         * Makerules (+depfiles): Also collect depfiles from .oS in
36568         $(extra-objs).
36569         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
36570         .oS, $(libnldbl-routines)).
36571
36572         * Makerules (native-compile-mkdep-flags): Define.
36573         * sunrpc/Makefile (extra-objs): Add $(addprefix
36574         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
36575         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
36576         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
36577         calling $(make-target-directory).
36578
36579 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36580
36581         * bits/types.h (__snseconds_t): Removed.
36582         * time/time.h (struct timespec): Replace __snseconds_t with
36583         __syscall_slong_t.
36584         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
36585         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
36586         Likewise.
36587         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36588         (__SNSECONDS_T_TYPE): Likewise.
36589         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36590         (__SNSECONDS_T_TYPE): Likewise.
36591         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36592         (__SNSECONDS_T_TYPE): Likewise.
36593
36594 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36595
36596         * sysdeps/mach/hurd/bits/typesizes.h
36597         (__SYSCALL_SLONG_TYPE): New macro.
36598         (__SYSCALL_ULONG_TYPE): Likewise.
36599
36600 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36601
36602         * bits/types.h (__syscall_slong_t): New type.
36603         (__syscall_ulong_t): Likewise.
36604
36605         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
36606         (__SYSCALL_ULONG_TYPE): Likewise.
36607         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36608         (__SYSCALL_SLONG_TYPE): Likewise.
36609         (__SYSCALL_ULONG_TYPE): Likewise.
36610         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36611         (__SYSCALL_SLONG_TYPE): Likewise.
36612         (__SYSCALL_ULONG_TYPE): Likewise.
36613         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36614         (__SYSCALL_SLONG_TYPE): Likewise.
36615         (__SYSCALL_ULONG_TYPE): Likewise.
36616
36617 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36618
36619         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
36620         Add sigaltstack-offsets.sym.
36621         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
36622         <sigaltstack-offsets.h>.
36623         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
36624         longjmp_msg pointer.
36625         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
36626         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
36627         signal stack.
36628         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
36629
36630 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36631
36632         * elf/stackguard-macros.h: Remove file.
36633         * sysdeps/generic/stackguard-macros.h: New file.
36634         * sysdeps/i386/stackguard-macros.h: Likewise.
36635         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
36636         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
36637         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
36638         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
36639         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
36640         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
36641         * sysdeps/x86_64/stackguard-macros.h: Likewise.
36642         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
36643         <elf/stackguard-macros.h>.
36644
36645         [BZ #14109]
36646         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
36647         __aligned__ in attribute.
36648         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
36649         (gregset_t): Likewise.
36650
36651 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36652
36653         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
36654         * sysdeps/x86_64/64/Implies-after: Here.  New file.
36655         * sysdeps/x86_64/x32/Implies-after: New file.
36656
36657 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36658
36659         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
36660         and access return value for _dl_profile_fixup.  Use R10_LP to
36661         load frame size.
36662
36663 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36664
36665         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
36666
36667 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36668
36669         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
36670         * sysdeps/x86_64/x32/sysdep.h: New file.
36671
36672 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36673
36674         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
36675         * sysdeps/x86_64/setjmp.S: Likewise.
36676
36677 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36678
36679         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
36680         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
36681         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
36682         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
36683         remove unused global constant.
36684
36685 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
36686
36687         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
36688         include of <not-cancel.h>.
36689
36690 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36691
36692         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
36693
36694 2012-05-15  Jeff Law  <law@redhat.com>
36695             Andreas Jaeger  <aj@suse.de>
36696
36697         [BZ #13594]
36698         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
36699         out from...
36700         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
36701         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
36702         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
36703         code changing __hst_map_handle.map.
36704
36705 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36706
36707         * configure.in (sysnames): Look for Implies-before and Implies-after
36708         files.
36709         * configure: Regenerated.
36710
36711 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36712
36713         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
36714         8-byte data alignment with LP_SIZE alignment.
36715
36716 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36717
36718         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
36719         into R10_LP.
36720
36721 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36722
36723         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
36724
36725 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36726
36727         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
36728         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
36729         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
36730         Likewise.
36731         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36732
36733 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36734
36735         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
36736         (stackinfo_sub_sp): Likewise.
36737
36738 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36739
36740         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
36741         RAX_LP.
36742
36743 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36744
36745         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
36746         into R*_LP.
36747
36748 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36749
36750         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36751         sizes into R*_LP.
36752
36753 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36754
36755         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36756
36757 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36758
36759         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36760         into R11_LP and load __x86_64_shared_cache_size_half into
36761         R8_LP.
36762
36763 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36764
36765         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36766         R8_LP.
36767
36768 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36769
36770         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36771         logb for POWER7.
36772         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36773         logbf for POWER7.
36774         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36775         logbl for POWER7.
36776         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36777         powerpc32/power7/fpu/s_logb.c via #include.
36778         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36779         powerpc32/power7/fpu/s_logbf.c via #include.
36780         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36781         powerpc32/power7/fpu/s_logbl.c via #include.
36782
36783 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36784
36785         * README.libm: Remove file.
36786
36787 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36788
36789         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36790         count for x32.  Use R*_LP and omit operand-size suffix.
36791
36792 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36793
36794         * shlib-versions: Move x86_64-.*-linux.* entries to ...
36795         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
36796         * sysdeps/x86_64/x32/shlib-versions: New file.
36797
36798 2012-05-14  Roland McGrath  <roland@hack.frob.com>
36799
36800         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36801         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36802         Use _dl_fatal_printf instead.
36803
36804 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36805
36806         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36807         set if not set by the user.  Do not allow for being unset.
36808         * sysdeps/unix/sysv/linux/configure: Regenerated.
36809
36810 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36811
36812         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36813         the `q' suffix from lea and replace .quad with ASM_ADDR.
36814
36815 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36816
36817         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36818         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
36819         instead of $17.
36820         (PTR_DEMANGLE): Likewise.
36821
36822 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36823
36824         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36825         (LP_OP): Likewise.
36826         (ASM_ADDR): Likewise.
36827         (RAX_LP): Likewise.
36828         (RBP_LP): Likewise.
36829         (RBX_LP): Likewise.
36830         (RCX_LP): Likewise.
36831         (RDI_LP): Likewise.
36832         (RSI_LP): Likewise.
36833         (RSP_LP): Likewise.
36834         (R8_LP): Likewise.
36835         (R9_LP): Likewise.
36836         (R10_LP): Likewise.
36837         (R10_LP): Likewise.
36838         (R11_LP): Likewise.
36839         (R12_LP): Likewise.
36840         (R13_LP): Likewise.
36841         (R14_LP): Likewise.
36842         (R15_LP): Likewise.
36843
36844 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36845
36846         * sysdeps/x86_64/x32/dl-machine.h: New file.
36847
36848 2012-05-14  Andreas Jaeger  <aj@suse.de>
36849
36850         * manual/Makefile (subdir): Remove export of subdir.
36851         (all): Remove target.
36852         (.PHONY): Remove all from list.
36853         (mkinstalldirs): Remove.
36854         (.PHONY): Remove installdirs from list.
36855         ($(inst_infodir)/libc.info): Use make-target-directory.
36856         (installdirs): Remove.
36857         (subdir_%): Remove.
36858         (glibc-targets): Remove.
36859         (lib): Remove.
36860         (stubs): Remove.
36861         ($(objpfx)stubs ../po/manual.pot): Remove.
36862         ($(objpfx)stamp%): Remove.
36863         (make-target-directory): Remove.
36864         (subdir_install): Remove.
36865         (routines): Remove.
36866         (aux): Remove.
36867         (sources): Remove.
36868         (objects): Remove.
36869         (headers): Remove.
36870
36871         [BZ #13750]
36872         * manual/.gitignore: Remove, it's not needed anymore.
36873         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36874         all files in it.
36875         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36876         directory.
36877         (texis): Renamed to $(objpfx)texis.
36878         (texis-path): New, contains path to generated files.
36879         (chapters.%): Use texis-path for complete path, add extra argument
36880         libc-texinfo.sh.
36881         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36882         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36883         (summary,texi, stamp-summary): Use complete path of
36884         files. Generate files in build dir.
36885         (dir-add.texi): Build in build dir.
36886         (libm-err.texi,stamp-libm-err): Likewise.
36887         (version.texi, stamp-version): Likewise.
36888         (.%c.texi): Likewise.
36889         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
36890         (mostlyclean): Remove target.
36891         (realclean): Remove target.
36892         (generated): Add new variable with contents from mostlyclean and
36893         realclean, remove entries duplicated in common-mostlyclean, add
36894         stamp-libm-err and stamp-version.
36895         (generated-dirs): Add libc directory.
36896         ($(inst_infodir)/libc.info): Install files from build dir.
36897
36898         * manual/install.texi (Configuring and compiling): Adjust since
36899         the info files are not part of the tar ball anymore.
36900
36901 2012-05-14  Andreas Jaeger  <aj@suse.de>
36902
36903         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
36904         variable.
36905
36906 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36907
36908         [BZ #13717]
36909         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
36910         to 2.2.0 where earlier.
36911         * sysdeps/unix/sysv/linux/configure: Regenerated.
36912         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
36913         Remove conditional code.
36914         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
36915         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
36916         Remove conditional code.
36917         [!__NR_lchown]: Likewise.
36918         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36919         [__NR_lchown]: Likewise.
36920         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
36921         comment referencing __ASSUME_LCHOWN_SYSCALL.
36922         * sysdeps/unix/sysv/linux/i386/sigaction.c
36923         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36924         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36925         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
36926         Remove conditional code.
36927         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
36928         (__protocol_available): Remove #if 0 code.
36929         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
36930         conditional code.
36931         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
36932         * sysdeps/unix/sysv/linux/kernel-features.h
36933         (__ASSUME_GETCWD_SYSCALL): Don't define.
36934         (__ASSUME_REALTIME_SIGNALS): Likewise.
36935         (__ASSUME_PREAD_SYSCALL): Likewise.
36936         (__ASSUME_PWRITE_SYSCALL): Likewise.
36937         (__ASSUME_POLL_SYSCALL): Likewise.
36938         (__ASSUME_LCHOWN_SYSCALL): Likewise.
36939         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
36940         non-SPARC.
36941         (__ASSUME_SIOCGIFNAME): Don't define.
36942         (__ASSUME_MSG_NOSIGNAL): Likewise.
36943         (__ASSUME_SENDFILE): Define unconditionally.
36944         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
36945         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
36946         conditional code.
36947         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
36948         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
36949         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36950         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36951         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
36952         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36953         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
36955         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36956         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
36958         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36959         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
36961         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36962         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
36964         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36965         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
36967         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36968         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
36970         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36971         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
36973         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36974         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
36976         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36977         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36978         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
36979         Remove conditional code.
36980         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36981         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36982         Remove conditional code.
36983         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36984         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
36985         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
36986         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36987         Remove conditional code.
36988         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36989         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
36990         Remove conditional code.
36991         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36992         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
36993         Remove conditional code.
36994         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36995         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36996         Remove conditional code.
36997         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36998         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36999         Remove conditional code.
37000         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37001         * sysdeps/unix/sysv/linux/sh/pwrite64.c
37002         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37003         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37004         * sysdeps/unix/sysv/linux/sigaction.c
37005         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37006         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37007         * sysdeps/unix/sysv/linux/sigpending.c
37008         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37009         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37010         * sysdeps/unix/sysv/linux/sigprocmask.c
37011         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37012         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37013         * sysdeps/unix/sysv/linux/sigsuspend.c
37014         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37015         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37016         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
37017         (__libc_missing_rt_sigs): Remove.
37018         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
37019         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
37020         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
37021         Remove conditional code.
37022         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
37023         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
37024         return 1.
37025         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
37026         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
37027         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
37028         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
37029
37030 2012-05-14  Andreas Jaeger  <aj@suse.de>
37031
37032         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
37033         it's not used in glibc.
37034         (__coshm1): Likewise.
37035         (__acosh1p): Likewise.
37036         (__sgn): Likewise.
37037
37038         * manual/string.texi (Copying and Concatenation): Add missing
37039         variable in concat example.
37040         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
37041
37042 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37043
37044         [BZ #14103]
37045         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
37046         __builtin_clzl with __builtin_clzll.
37047
37048 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37049
37050         [BZ #14104]
37051         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
37052         libc_freeres_ptr.
37053
37054 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37055
37056         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
37057         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
37058         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
37059         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
37060
37061 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
37062
37063         * NEWS: Update ia64 info.
37064
37065 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
37066
37067         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
37068         used as bcopy.
37069
37070 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
37071
37072         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
37073         * sysdeps/unix/syscalls.list (dup3): Likewise.
37074         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
37075         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
37076
37077 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37078
37079         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
37080         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
37081
37082 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37083
37084         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
37085         thread pointer.
37086         (TLS_IE): Use mov/add instead of movq/addq to load thread
37087         pointer.
37088         (TLS_GD_PREFIX): New.
37089         (TLS_GD): Use it.
37090
37091 2012-05-11  David S. Miller  <davem@davemloft.net>
37092
37093         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
37094         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
37095         (_FPU_SETCW): Likewise.
37096
37097 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37098
37099         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
37100         is 32-byte aligned.
37101
37102 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
37103
37104         [BZ #11837]
37105         * iconvdata/gb18030.c: Update tables.
37106         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
37107         characters specially.
37108         (BODY for TO_LOOP): Add encoding of missing ranges.
37109
37110 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
37111
37112         [BZ #13673]
37113         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
37114         * sysdeps/mach/hurd/dup3.c: Likewise.
37115         * sysdeps/mach/hurd/readlinkat.c: Likewise.
37116         * sysdeps/powerpc/memmove.c:: Likewise.
37117
37118 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37119
37120         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
37121         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
37122
37123 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37124
37125         * elf/elf.h (R_X86_64_RELATIVE64): New.
37126         (R_X86_64_NUM): Updated.
37127         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37128         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
37129         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
37130         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
37131         tst-quad1pie tst-quad2pie
37132         (modules-names): Add tst-quadmod1 tst-quadmod2.
37133         ($(objpfx)tst-quad1): New dependency.
37134         ($(objpfx)tst-quad2): Likewise.
37135         ($(objpfx)tst-quad1pie): Likewise.
37136         ($(objpfx)tst-quad2pie): Likewise.
37137         * sysdeps/x86_64/tst-quad1.c: New file.
37138         * sysdeps/x86_64/tst-quad1pie.c: New file.
37139         * sysdeps/x86_64/tst-quad2.c: Likewise.
37140         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
37141         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
37142         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
37143         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
37144         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
37145
37146 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37147
37148         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
37149         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
37150         * streams/stropts.h (t_scalar_t): Define type.
37151
37152         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
37153         (_PATH_PRESERVE): Set to "/var/lib".
37154         (_PATH_RWHODIR): Set to "/var/spool/rwho".
37155
37156         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
37157         instead of int.
37158
37159         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
37160         if __dir_mkfile succeeded.
37161
37162         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
37163         checking for _hurd_dtablesize.  Unlock it right after having
37164         finished _hurd_dtable allocation.
37165
37166 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37167
37168         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
37169         * sysdeps/mach/hurd/configure: Regenerated.
37170         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
37171         special-casing to...
37172         * sysdeps/gnu/configure.in: ... this new file.
37173         * sysdeps/unix/sysv/linux/configure: Regenerated.
37174         * sysdeps/gnu/configure: New generated file.
37175
37176         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
37177         for Linux: use nsec instead of usec, as well as:
37178         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
37179         members of type struct timespec.
37180         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
37181         New macros.
37182         (struct stat64): Likewise.
37183         (_STATBUF_ST_NSEC): New macro.
37184         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
37185
37186         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37187         __strtoul_internal rather than strtoul.
37188
37189 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37190
37191         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
37192         and reject them.
37193
37194 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37195
37196         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
37197         which preserves existing values.
37198         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
37199
37200 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37201
37202         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
37203         TIMEOUT values.  Return EINVAL for NFDS values either negative or
37204         greater than FD_SETSIZE.
37205
37206 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37207
37208         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
37209         allocated, call __vm_protect to finish enabling the existing space, and
37210         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
37211         allocate the remainder.
37212
37213 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37214
37215         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
37216         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
37217
37218 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37219
37220         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
37221         sysdeps/mach/hurd/readlink.c.
37222
37223         * posix/tst-sysconf.c (posix_options): Only use
37224         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
37225         _POSIX_SYNCHRONIZED_IO when they are defined
37226         * sysdeps/mach/hurd/bits/posix_opt.h:
37227         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
37228         (_XOPEN_REALTIME): Undefine macro.
37229         (_XOPEN_REALTIME_THREADS): Undefine macro.
37230         (_XOPEN_SHM): Undefine macro.
37231         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
37232         macro to -1.
37233         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
37234         macro to -1.
37235         (_POSIX_ASYNC_IO): Undefine macro.
37236         (_POSIX_PRIORITIZED_IO): Undefine macro.
37237         (_POSIX_SPIN_LOCKS): Define macro to -1.
37238
37239         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
37240         SA_NODEFER, SA_RESETHAND.
37241         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
37242         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
37243         F_DUPFD_CLOEXEC.
37244
37245 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37246
37247         * elf/Makefile (pldd-modules): Define unconditionally.
37248
37249 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37250
37251         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
37252
37253 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37254
37255         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
37256         Return ENOENT when name is empty.
37257         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
37258
37259 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37260
37261         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
37262
37263         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
37264
37265 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37266
37267         Fix mlock in all cases except non-readable pages.
37268         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
37269         instead of VM_PROT_ALL as parameter to __vm_wire function.
37270
37271         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
37272         (__mkdir): When path is `/', just fail with EEXIST.
37273         * sysdeps/mach/hurd/mkdirat.c: Likewise.
37274
37275 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37276
37277         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
37278         <sys/uio.h> (for writev).
37279         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
37280         and <sys/param.h> (for MIN).
37281
37282 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37283
37284         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
37285         REQUESTED_TIME.  Properly set the remaining time and return EINTR
37286         if interrupted.
37287
37288 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37289
37290         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
37291         Depend on against $(link-rpcuserlibs).
37292
37293 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37294
37295         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
37296         (__libc_stack_end): Do not use attribute_relro.
37297         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
37298         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
37299         to libthread-provided value.
37300         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
37301         attribute_relro.
37302
37303 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37304
37305         [BZ #3748]
37306         * bits/libc-lock.h (__libc_once_get): New macro.
37307         * sysdeps/mach/bits/libc-lock.h: Likewise.
37308         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
37309         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
37310         instead of using implementation details.
37311
37312         * libio/fileops.c: Unconditionally include <kernel-features.h>.
37313         * libio/freopen.c: Likewise.
37314         * libio/freopen64.c: Likewise.
37315         * misc/syslog.c: Likewise.
37316         * nscd/connections.c: Likewise.
37317         * nscd/netgroupcache.c: Likewise.
37318         * sysdeps/posix/getcwd.c: Likewise.
37319
37320 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37321
37322         * math/w_ilogbf.c: Add #include <limits.h>.
37323
37324 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37325
37326         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
37327         path instead of returning without unlocking.
37328
37329         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
37330         immediate-write ioctls.
37331         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
37332
37333 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37334
37335         * sysdeps/mach/hurd/i386/init-first.c (init): Use
37336         __builtin_frame_address instead of making assumptions about the
37337         location of the return address relative to DATA.  Force early load of
37338         the return address.
37339         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
37340         __builtin_frame_address.
37341
37342         dup3 for GNU Hurd.
37343         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
37344         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
37345         implement dup3 and do some further code clean-ups.
37346         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
37347         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
37348
37349 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37350
37351         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
37352
37353         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
37354         HURD_CRITICAL_END around holding _hurd_dtable_lock.
37355         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
37356         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
37357         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
37358         d->port.lock.
37359
37360         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
37361         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
37362         when handler == SIG_ERR, not when handler != SIG_ERR.
37363
37364 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37365
37366         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
37367         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
37368         definitions.
37369
37370         accept4 for GNU Hurd.
37371         * include/sys/socket.h (__libc_accept4): New prototype.
37372         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
37373         to implement __libc_accept4.
37374         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
37375         __libc_accept4.
37376         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
37377
37378         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
37379         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
37380         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
37381         signal-defines.sym.
37382
37383 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37384
37385         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
37386
37387 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37388
37389         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
37390         assertion on O_CLOEXEC flag.
37391         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
37392         * hurd/intern-fd.c: Likewise.
37393         * hurd/port2fd.c: Likewise.
37394
37395 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37396
37397         [BZ #3906]
37398         * bits/in.h (IPV6_PKTINFO): Define new macro.
37399         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
37400
37401 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37402
37403         [BZ #13954]
37404         [BZ #13955]
37405         [BZ #13956]
37406         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
37407         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37408         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
37409         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37410         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37411         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37412         * math/libm-test.inc (logb_test) : Additional logb tests.
37413
37414 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
37415             Andreas Jaeger  <aj@suse.de>
37416
37417         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
37418         * configure: Regenerated.
37419         * config.h.in (LINK_OBSOLETE_RPC): New macro.
37420         * config.make.in (link-obsolete-rpc): New substituted variable.
37421         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
37422         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
37423         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37424         (shared-only-routines): Don't set it under [link-obsolete-rpc],
37425         so that libc.a contains the symbols.
37426         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37427         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
37428         * sunrpc/auth_none.c: Likewise.
37429         * sunrpc/auth_unix.c: Likewise.
37430         * sunrpc/authdes_prot.c: Likewise.
37431         * sunrpc/authuxprot.c: Likewise.
37432         * sunrpc/clnt_gen.c: Likewise.
37433         * sunrpc/clnt_perr.c: Likewise.
37434         * sunrpc/clnt_raw.c: Likewise.
37435         * sunrpc/clnt_simp.c: Likewise.
37436         * sunrpc/clnt_tcp.c: Likewise.
37437         * sunrpc/clnt_udp.c: Likewise.
37438         * sunrpc/clnt_unix.c: Likewise.
37439         * sunrpc/des_crypt.c: Likewise.
37440         * sunrpc/des_soft.c: Likewise.
37441         * sunrpc/get_myaddr.c: Likewise.
37442         * sunrpc/key_call.c: Likewise.
37443         * sunrpc/key_prot.c: Likewise.
37444         * sunrpc/netname.c: Likewise.
37445         * sunrpc/pm_getmaps.c: Likewise.
37446         * sunrpc/pm_getport.c: Likewise.
37447         * sunrpc/pmap_clnt.c: Likewise.
37448         * sunrpc/pmap_prot.c: Likewise.
37449         * sunrpc/pmap_prot2.c: Likewise.
37450         * sunrpc/pmap_rmt.c: Likewise.
37451         * sunrpc/publickey.c: Likewise.
37452         * sunrpc/rpc_cmsg.c: Likewise.
37453         * sunrpc/rpc_common.c: Likewise.
37454         * sunrpc/rpc_dtable.c: Likewise.
37455         * sunrpc/rpc_prot.c: Likewise.
37456         * sunrpc/rpc_thread.c: Likewise.
37457         * sunrpc/rtime.c: Likewise.
37458         * sunrpc/svc.c: Likewise.
37459         * sunrpc/svc_auth.c: Likewise.
37460         * sunrpc/svc_raw.c: Likewise.
37461         * sunrpc/svc_run.c: Likewise.
37462         * sunrpc/svc_tcp.c: Likewise.
37463         * sunrpc/svc_udp.c: Likewise.
37464         * sunrpc/svc_unix.c: Likewise.
37465         * sunrpc/svcauth_des.c: Likewise.
37466         * sunrpc/xcrypt.c: Likewise.
37467         * sunrpc/xdr.c: Likewise.
37468         * sunrpc/xdr_array.c: Likewise.
37469         * sunrpc/xdr_float.c: Likewise.
37470         * sunrpc/xdr_intXX_t.c: Likewise.
37471         * sunrpc/xdr_mem.c: Likewise.
37472         * sunrpc/xdr_rec.c: Likewise.
37473         * sunrpc/xdr_ref.c: Likewise.
37474         * sunrpc/xdr_sizeof.c: Likewise.
37475         * sunrpc/xdr_stdio.c: Likewise.
37476
37477 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37478
37479         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
37480         change.  Update copyright years.
37481
37482 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37483
37484         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
37485
37486 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
37487             Joseph Myers  <joseph@codesourcery.com>
37488             Paul Pluzhnikov  <ppluzhnikov@google.com>
37489
37490         [BZ #14012]
37491         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
37492         requiring rpcgen.
37493         [cross-compiling] (extra-libs): Likewise.
37494         [cross-compiling] (extra-libs-others): Likewise.
37495         [cross-compiling] (librpcsvc-routines): Likewise.
37496         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
37497         [cross-compiling] (omit-deps): Likewise.
37498         (sunrpc-CPPFLAGS): New variable.
37499         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
37500         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
37501         (cross-rpcgen-objs): New variable.
37502         (extra-objs): Append $(cross-rpcgen-objs).
37503         ($(cross-rpcgen-objs)): New rule.
37504         ($(objpfx)cross-rpcgen): Likewise.
37505         (rpcgen-cmd): Define to use $(built-program-file).  Expand
37506         comment.
37507         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
37508         ($(objpfx)x%.stmp): Likewise.
37509         * sunrpc/proto.h [IS_IN_build] (_): Define.
37510         [IS_IN_build] (_libc_intl_domainname): Likewise.
37511
37512 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37513
37514         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
37515         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
37516         and R_X86_64_TPOFF64.
37517
37518 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37519
37520         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
37521         sysdeps/unix/sysv/syscalls.list.
37522         (stime): Likewise.
37523         (utime): Likewise.
37524         * sysdeps/unix/sysv/syscalls.list: Remove file.
37525
37526 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
37527
37528         [BZ #3440]
37529         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
37530         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
37531         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
37532         (__LC_IDENTIFICATION): Make these macros useful in #if
37533         expressions, as required by C99.
37534
37535 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
37536
37537         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
37538         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
37539         after this.
37540
37541 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
37542
37543         * stdlib/longlong.h: Updated from GCC.
37544
37545 2012-05-09  Andreas Jaeger  <aj@suse.de>
37546
37547         * nscd/nscd.c (run_modes): Make named enum, reorder so that
37548         default is first entry.
37549         (run_mode): Set type.
37550         (main): Remove informal message about syslog.
37551         (options): Fix typo.
37552
37553         [BZ #14053]
37554         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
37555         to asm.
37556         (lrint): Likewise.
37557         (llrintf): Likewise.
37558         (llrint): Likewise.
37559         (rint): Likewise.
37560         (rintf): Likewise.
37561         (nearbyint): Likewise.
37562         (nearbyintf): Likewise.
37563
37564 2012-05-09  Andreas Jaeger  <aj@suse.de>
37565             Pedro Alves  <palves@redhat.com>
37566
37567         * nscd/nscd.c (run_mode): Use enum.
37568         (main): Cleanup coding style issue.
37569
37570 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
37571             Andreas Jaeger  <aj@suse.de>
37572
37573         * nscd/nscd.c (go_background): Replaced with...
37574         (run_mode): ... this.
37575         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
37576         (options): Add -F --foreground.
37577         (main): Implement it.
37578         (parse_opt): Parse it.
37579
37580 2012-05-09  Andreas Jaeger  <aj@suse.de>
37581
37582         [BZ #14083]
37583         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
37584         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
37585         -Wconversion warning.
37586         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
37587         Likewise.
37588
37589 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
37590
37591         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
37592         == 0.
37593         (LC_ALL): Use macro-int-constant.
37594         (LC_COLLATE): Likewise.
37595         (LC_CTYPE): Likewise.
37596         (LC_MESSAGES): Likewise.
37597         (LC_MONETARY): Likewise.
37598         (LC_NUMERIC): Likewise.
37599         (LC_TIME): Likewise.
37600         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
37601         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37602         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37603         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
37604         Specify type.
37605         [C99-based standards] (float_t): Expect type.
37606         [C99-based standards] (double_t): Expect type.
37607         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
37608         type.
37609         [C99-based standards] (HUGE_VALL): Likewise.
37610         [C99-based standards] (INFINITY): Likewise.
37611         [C99-based standards] (NAN): Likewise.
37612         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
37613         [C99-based standards] (FP_NAN): Likewise.
37614         [C99-based standards] (FP_NORMAL): Likewise.
37615         [C99-based standards] (FP_SUBNORMAL): Likewise.
37616         [C99-based standards] (FP_ZERO): Likewise.
37617         [C99-based standards] (FP_FAST_FMA): Use
37618         optional-macro-int-constant.  Specify type.  Require == 1.
37619         [C99-based standards] (FP_FAST_FMAF): Likewise.
37620         [C99-based standards] (FP_FAST_FMAL): Likewise.
37621         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
37622         [C99-based standards] (FP_ILOGBNAN): Likewise.
37623         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
37624         Specify type.
37625         [C99-based standards] (MATH_ERREXCEPT): Likewise.
37626         [C99-based standards] (math_errhandling): Specify type.
37627         [ISO99 || ISO11] (signgam): Do not allow.
37628         [non-C99-based standards] (copysignf): Do not allow.
37629         [non-C99-based standards] (exp2f): Likewise.
37630         [non-C99-based standards] (log2f): Likewise.
37631         [non-C99-based standards] (modff): Allow.
37632         [non-C99-based standards] (erff): Do not allow.
37633         [non-C99-based standards] (erfcf): Likewise.
37634         [non-C99-based standards] (gammaf): Likewise.
37635         [non-C99-based standards] (hypotf): Likewise.
37636         [non-C99-based standards] (j0f): Likewise.
37637         [non-C99-based standards] (j1f): Likewise.
37638         [non-C99-based standards] (jnf): Likewise.
37639         [non-C99-based standards] (lgammaf): Likewise.
37640         [non-C99-based standards] (tgammaf): Likewise.
37641         [non-C99-based standards] (y0f): Likewise.
37642         [non-C99-based standards] (y1f): Likewise.
37643         [non-C99-based standards] (ynf): Likewise.
37644         [non-C99-based standards] (isnanf): Likewise.
37645         [non-C99-based standards] (acoshf): Likewise.
37646         [non-C99-based standards] (asinhf): Likewise.
37647         [non-C99-based standards] (atanhf): Likewise.
37648         [non-C99-based standards] (cbrtf): Likewise.
37649         [non-C99-based standards] (expm1f): Likewise.
37650         [non-C99-based standards] (ilogbf): Likewise.
37651         [non-C99-based standards] (log1pf): Likewise.
37652         [non-C99-based standards] (logbf): Likewise.
37653         [non-C99-based standards] (nextafterf): Likewise.
37654         [non-C99-based standards] (remainderf): Likewise.
37655         [non-C99-based standards] (rintf): Likewise.
37656         [non-C99-based standards] (scalbf): Likewise.
37657         [non-C99-based standards] (copysignl): Likewise.
37658         [non-C99-based standards] (exp2l): Likewise.
37659         [non-C99-based standards] (log2l): Likewise.
37660         [non-C99-based standards] (modfl): Allow.
37661         [non-C99-based standards] (erfl): Do not allow.
37662         [non-C99-based standards] (erfcl): Likewise.
37663         [non-C99-based standards] (gammal): Likewise.
37664         [non-C99-based standards] (hypotl): Likewise.
37665         [non-C99-based standards] (j0l): Likewise.
37666         [non-C99-based standards] (j1l): Likewise.
37667         [non-C99-based standards] (jnl): Likewise.
37668         [non-C99-based standards] (lgammal): Likewise.
37669         [non-C99-based standards] (tgammal): Likewise.
37670         [non-C99-based standards] (y0l): Likewise.
37671         [non-C99-based standards] (y1l): Likewise.
37672         [non-C99-based standards] (ynl): Likewise.
37673         [non-C99-based standards] (isnanl): Likewise.
37674         [non-C99-based standards] (acoshl): Likewise.
37675         [non-C99-based standards] (asinhl): Likewise.
37676         [non-C99-based standards] (atanhl): Likewise.
37677         [non-C99-based standards] (cbrtl): Likewise.
37678         [non-C99-based standards] (expm1l): Likewise.
37679         [non-C99-based standards] (ilogbl): Likewise.
37680         [non-C99-based standards] (log1pl): Likewise.
37681         [non-C99-based standards] (logbl): Likewise.
37682         [non-C99-based standards] (nextafterl): Likewise.
37683         [non-C99-based standards] (remainderl): Likewise.
37684         [non-C99-based standards] (rintl): Likewise.
37685         [non-C99-based standards] (scalbl): Likewise.
37686         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37687         [non-C99-based standards] (FP_*): Do not allow.
37688         [C99-based standards] (FP_*): Change to
37689         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37690         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37691         allow.
37692         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
37693         (SIG_ERR): Likewise.
37694         [X/Open-based standards] (SIG_HOLD): Likewise.
37695         (SIG_IGN): Likewise.
37696         (SIGABRT): Use macro-int-constant.  Specify type.  Require
37697         positive value.
37698         (SIGFPE): Likewise.
37699         (SIGILL): Likewise.
37700         (SIGINT): Likewise.
37701         (SIGSEGV): Likewise.
37702         (SIGTER): Likewise.
37703         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
37704         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
37705         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
37706         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
37707         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
37708         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
37709         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
37710         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
37711         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
37712         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
37713         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
37714         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
37715         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
37716         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
37717         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
37718         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
37719         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
37720         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
37721         [X/Open-based standards] (SIGTRAP): Likewise.
37722         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
37723         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
37724         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
37725         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
37726         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37727         allow.
37728
37729 2012-05-08  Ian Wienand  <ianw@vmware.com>
37730
37731         [BZ #14080]
37732         * time/tzset.c (__tzset_parse_tz): Update default rules for
37733         daylight time changes in the Energy Policy Act of 2005.
37734
37735 2012-05-09  Andreas Jaeger  <aj@suse.de>
37736
37737         [BZ #13983]
37738         * elf/ldconfig.c (parse_conf): Change string to make clear that
37739         ldconfig only issued a warning if ld.so.conf does not exist.
37740
37741 2012-05-08  David S. Miller  <davem@davemloft.net>
37742
37743         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
37744         movxtod instead of popping the value on the stack.
37745
37746         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37747
37748 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
37749
37750         * config.h.in: Add HAVE_ARM_PCS_VFP.
37751
37752 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
37753
37754         [BZ #13979]
37755         * include/features.h: Warn if user requests __FORTIFY_SOURCE
37756         checking but the checks are disabled for any reason.
37757
37758 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
37759
37760         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37761         and ELF64_R_TYPE with ELFW(R_TYPE).
37762
37763 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
37764
37765         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37766         (ulimit): Likewise.
37767
37768         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37769         (settimeofday): Likewise.
37770
37771 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
37772
37773         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
37774         a struct th_u2 inside the union, and move tu_block/tu_code into
37775         a new th_u3 union of tu_block/tu_code inside of that.  Move
37776         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
37777         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
37778         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37779         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37780         (th_stuff): Change to th_u1.tu_stuff.
37781         (th_data): Define.
37782         (th_msg): Change to th_u1.th_u2.tu_data.
37783
37784 2012-05-07  David S. Miller  <davem@davemloft.net>
37785
37786         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37787
37788         [BZ #14074]
37789         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37790         (SETUP_PIC_REG): Use it.
37791         (SETUP_PIC_REG_LEAF): Use it.
37792
37793 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
37794
37795         [BZ #13885]
37796         [BZ #13923]
37797         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37798         USE_AS_EXPM1L.
37799         (EXPL_FINITE): Likewise.
37800         (FLDLOG): Likewise.
37801         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37802         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37803         e_expl.S.
37804         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37805         USE_AS_EXPM1L.
37806         (EXPL_FINITE): Likewise.
37807         (FLDLOG): Likewise.
37808         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37809         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37810         e_expl.S.
37811         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
37812         test of -max_value argument for long double.
37813         * sysdeps/i386/fpu/libm-test-ulps: Update.
37814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37815
37816 2012-05-06  David S. Miller  <davem@davemloft.net>
37817
37818         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37819         quad soft-float symbols whose references which are compiler
37820         generated.
37821         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37822
37823 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
37824
37825         [BZ #13884]
37826         [BZ #13914]
37827         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37828         USE_AS_EXP10L.
37829         (EXPL_FINITE): Likewise.
37830         (FLDLOG): Likewise.
37831         (c0): Likewise.
37832         (c1): Likewise.
37833         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37834         Adjust comments for base varying.
37835         (__expl_finite): Change alias to EXPL_FINITE.
37836         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37837         e_expl.S.
37838         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37839         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37840         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37841         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37842         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37843         USE_AS_EXP10L.
37844         (EXPL_FINITE): Likewise.
37845         (FLDLOG): Likewise.
37846         (c0): Likewise.
37847         (c1): Likewise.
37848         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37849         Adjust comments for base varying.
37850         (__expl_finite): Change alias to EXPL_FINITE.
37851         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
37852         tests for bugs.
37853         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37854
37855         [BZ #14064]
37856         * math/libm-test.inc (check_float_internal): Correct ulp
37857         calculation for subnormal expected results.
37858
37859 2012-05-06  Andreas Jaeger  <aj@suse.de>
37860
37861         * Makeconfig (+math-flags): New, set to -frounding-math.
37862         (+cflags): Add +math-flags so that all of glibc gets compiled with
37863         it.
37864
37865         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37866
37867 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
37868
37869         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37870         Disable one test.
37871
37872         [BZ #13787]
37873         [BZ #13922]
37874         [BZ #14036]
37875         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37876         (__ieee754_expl): Allow for and saturate large arguments.
37877         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37878         (u_threshold): Likewise.
37879         (__exp): Call __ieee754_exp before checking for overflow and
37880         underflow.
37881         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37882         (u_threshold): Likewise.
37883         (__expf): Call __ieee754_expf before checking for overflow and
37884         underflow.
37885         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37886         (u_threshold): Likewise.
37887         (__expl): Call __ieee754_expl before checking for overflow and
37888         underflow.
37889         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
37890         (__ieee754_expl): Allow for and saturate large arguments.
37891         * math/libm-test.inc (exp_test): Add another test.  Do not allow
37892         missing overflow exception on overflow.
37893         (expm1_test): Do not allow missing overflow exception on overflow.
37894
37895         * sysdeps/i386/fpu/e_expl.c: Move to ...
37896         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
37897         rather than using inline asm.
37898         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
37899         * sysdeps/x86_64/fpu/e_expl.S: Copy from
37900         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
37901
37902         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
37903         (nice): Likewise.
37904         (poll): Likewise.
37905         (signal): Likewise.
37906         (time): Likewise.
37907         (times): Likewise.
37908
37909 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37910
37911         * sysdeps/unix/syscalls.list (adjtime): Add entry from
37912         sysdeps/unix/common/syscalls.list.
37913         (fchmod): Likewise.
37914         (fchown): Likewise.
37915         (ftruncate): Likewise.
37916         (getrusage): Likewise.
37917         (gettimeofday): Likewise.
37918         (setpgid): Likewise.
37919         (setregid): Likewise.
37920         (setreuid): Likewise.
37921         (sigaction): Likewise.
37922         (truncate): Likewise.
37923         (vhangup): Likewise.
37924         * sysdeps/unix/common/syscalls.list: Remove file.
37925         * sysdeps/unix/bsd/Implies: Don't include unix/common.
37926         * sysdeps/unix/sysv/linux/Implies: Likewise.
37927
37928 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
37929
37930         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
37931         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
37932         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
37933         Moved to ...
37934         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
37935         Here.
37936         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
37937         to ...
37938         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
37939         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
37940         to ...
37941         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
37942         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
37943         to ...
37944         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
37945         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
37946         to ...
37947         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
37948         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
37949         to ...
37950         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
37951         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
37952         to ...
37953         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
37954         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
37955         to ...
37956         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
37957         Here.
37958         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
37959         to ...
37960         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
37961         Here.
37962         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
37963         to ...
37964         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
37965         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
37966         Moved to ...
37967         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
37968         Here.
37969         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
37970         to ...
37971         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
37972
37973 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37974
37975         * sysdeps/unix/common/bits/dirent.h: Remove file.
37976         * sysdeps/unix/common/bits/fcntl.h: Likewise.
37977
37978         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
37979         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
37980         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
37981         * sysdeps/unix/bsd/isatty.c: Likewise.
37982         * sysdeps/unix/bsd/tcdrain.c: Likewise.
37983         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
37984         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
37985
37986 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37987
37988         [BZ #13563]
37989         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
37990         long double comparison inaccuracies.
37991         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
37992         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37993
37994 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
37995
37996         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
37997         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
37998
37999 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38000
38001         [BZ #14049]
38002         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
38003         nonzero digits before rounding a hex value.
38004         * stdlib/tst-strtod.c (tests): Add another test.
38005
38006 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38007
38008         * sysdeps/s390/fpu/libm-test-ulps: Update.
38009
38010 2012-05-03  Andreas Jaeger  <aj@suse.de>
38011
38012         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
38013         does not get optimized out.
38014         (malloc_opt_barrier): New.
38015
38016 2012-05-03  Andreas Jaeger  <aj@suse.de>
38017             Roland McGrath  <roland@hack.frob.com>
38018
38019         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
38020         intermediate file deletion.
38021         (generated): Add .symlist files.
38022
38023 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
38024
38025         [BZ #13775]
38026         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
38027         Redirect under this condition.
38028         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38029         [__USE_GNU] (__dprintf_chk): Not under this condition.
38030         [__USE_GNU] (__vdprintf_chk): Likewise.
38031         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
38032         under this condition.
38033         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38034         [__USE_XOPEN2K8] (dprintf): Define under this condition.
38035         [__USE_XOPEN2K8] (vdprintf): Likewise.
38036         [__USE_GNU] (__dprintf_chk): Not under this condition.
38037         [__USE_GNU] (__vdprintf_chk): Likewise.
38038         [__USE_GNU] (dprintf): Likewise.
38039         [__USE_GNU] (vdprintf): Likewise.
38040
38041 2012-05-03  Roland McGrath  <roland@hack.frob.com>
38042
38043         * elf/Makefile (common-generated): Set this instead of generated for
38044         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
38045         $(all-built-dso)-derived lists.
38046
38047 2012-05-03  Andreas Jaeger  <aj@suse.de>
38048
38049         * sysdeps/i386/fpu/libm-test-ulps: Update.
38050
38051         * FAQ: Removed.
38052         * FAQ.in: Likewise.
38053         * scripts/gen-FAQ.pl: Likewise.
38054         * manual/install.texi (Installation): Point to online location of
38055         FAQ.
38056         * Makefile (files-for-dist): Remove FAQ.
38057         (FAQ): Remove.
38058
38059 2012-05-02  Allan McRae  <allan@archlinux.org>
38060
38061         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
38062         (LDFLAGS-reldepmod5.so): Likewise.
38063         (LDFLAGS-reldep6mod1.so): Likewise.
38064         (LDFLAGS-reldep6mod4.so): Likewise.
38065         (LDFLAGS-reldep8mod3.so): Likewise.
38066         (LDFLAGS-unload4mod1.so): Likewise.
38067         (LDFLAGS-unload4mod2.so): Likewise.
38068         (LDFLAGS-tst-initorder): Likewise.
38069         (LDFLAGS-tst-initordera2.so): Likewise.
38070         (LDFLAGS-tst-initordera3.so): Likewise.
38071         (LDFLAGS-tst-initordera4.so): Likewise.
38072         (LDFLAGS-tst-initorderb2.so): Likewise.
38073         (LDFLAGS-noload): Likewise.
38074         (LDFLAGS-next): Likewise.
38075         (LDFLAGS-order2mod1.so): Likewise.
38076         (LDFLAGS-order2mod2.so): Likewise.
38077         (LDFLAGS-tst-initorder2): Likewise.
38078         (LDFLAGS-tst-initorder2a.so): Likewise.
38079         (LDFLAGS-tst-initorder2b.so): Likewise.
38080         (LDFLAGS-tst-initorder2c.so): Likewise.
38081         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
38082
38083 2012-05-02  David S. Miller  <davem@davemloft.net>
38084
38085         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38086
38087 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
38088
38089         [BZ #14055]
38090         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
38091
38092 2012-05-02  Andreas Jaeger  <aj@suse.de>
38093
38094         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
38095         since we manipulate rounding mode.
38096         (CPPFLAGS-test-idouble.c): Likewise.
38097         (CPPFLAGS-test-ifloat.c): Likewise.
38098         (CFLAGS-test-ldouble.c): Likewise.
38099         (CFLAGS-test-double.c): Likewise.
38100         (CFLAGS-test-float.c): Likewise.
38101         (CFLAGS-test-misc.c): Likewise.
38102         (CFLAGS-test-test-fenv.c): Likewise.
38103
38104 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38105
38106         [BZ #2550]
38107         [BZ #2570]
38108         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
38109         comparisons to determine direction to adjust input.
38110
38111 2012-05-01  Roland McGrath  <roland@hack.frob.com>
38112
38113         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
38114         output to the target.
38115
38116         * scripts/localplt.awk: New file.
38117         * elf/Makefile ($(objpfx)check-localplt): Target removed.
38118         (check-localplt-CFLAGS): Variable removed.
38119         ($(all-built-dso:=.jmprel)): New static pattern rule.
38120         (generated): Add those targets.
38121         (localplt-built-dso): New variable.
38122         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
38123
38124         * elf/check-localplt.c: File removed.
38125
38126         * scripts/check-execstack.awk: New file.
38127         * elf/Makefile ($(objpfx)check-execstack): Target removed.
38128         (check-execstack-CFLAGS): Variable removed.
38129         ($(objpfx)check-execstack.h): Target removed.
38130         ($(objpfx)execstack-default): New target.
38131         (generated): Add that instead of check-execstack.h.
38132         ($(all-built-dso:=.phdr)): New static pattern rule.
38133         (generated): Add those targets.
38134         * elf/check-execstack.c: File removed.
38135
38136         * scripts/check-textrel.awk: New file.
38137         * elf/Makefile ($(objpfx)check-textrel): Target removed.
38138         (check-textrel-CFLAGS): Variable removed.
38139         (all-built-dso): Use := to define.o
38140         ($(all-built-dso:=.dyn)): New static pattern rule.
38141         (generated): Add those targets.
38142         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
38143         * config.make.in (READELF): New substituted variable.
38144         * elf/check-textrel.c: File removed.
38145
38146 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38147
38148         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38149         allow.
38150         * conform/data/ctype.h-data [C99-based standards] (isblank):
38151         Expect function.
38152         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
38153         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
38154         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38155         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
38156         Specify type.  Require positive value.
38157         (EILSEQ): Likewise.
38158         (ERANGE): Likewise.
38159         [ISO || POSIX] (EILSEQ): Do not expect.
38160         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
38161         Specify type.  Require positive value.
38162         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
38163         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
38164         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
38165         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
38166         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
38167         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
38168         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
38169         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
38170         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
38171         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
38172         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
38173         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
38174         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
38175         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
38176         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
38177         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
38178         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
38179         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
38180         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
38181         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
38182         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
38183         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
38184         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
38185         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
38186         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
38187         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
38188         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
38189         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
38190         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
38191         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
38192         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
38193         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
38194         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
38195         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
38196         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
38197         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
38198         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
38199         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
38200         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
38201         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
38202         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
38203         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
38204         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
38205         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
38206         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
38207         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
38208         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
38209         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
38210         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
38211         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
38212         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
38213         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
38214         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
38215         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
38216         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
38217         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
38218         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
38219         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
38220         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
38221         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
38222         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
38223         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
38224         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
38225         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
38226         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
38227         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
38228         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
38229         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
38230         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
38231         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
38232         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
38233         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
38234         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
38235         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
38236         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
38237         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
38238         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
38239         Require >= 2.
38240         (FLT_ROUNDS): Expect as macro, not constant.
38241         (FLT_MANT_DIG): Use macro-int-constant.
38242         (DBL_MANT_DIG): Likewise.
38243         (LDBL_MANT_DIG): Likewise.
38244         (FLT_DIG): Likewise.
38245         (DBL_DIG): Likewise.
38246         (LDBL_DIG): Likewise.
38247         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
38248         (DBL_MIN_EXP): Likewise.
38249         (LDBL_MIN_EXP): Likewise.
38250         (FLT_MAX_EXP): Use macro-int-constant.
38251         (DBL_MAX_EXP): Likewise.
38252         (LDBL_MAX_EXP): Likewise.
38253         (FLT_MAX_10_EXP): Likewise.
38254         (DBL_MAX_10_EXP): Likewise.
38255         (LDBL_MAX_10_EXP): Likewise.
38256         (FLT_MAX): Use macro-constant.
38257         (DBL_MAX): Likewise.
38258         (LDBL_MAX): Likewise.
38259         (FLT_EPSILON): Use macro-constant.  Give upper bound.
38260         (DBL_EPSILON): Likewise.
38261         (LDBL_EPSILON): Likewise.
38262         (FLT_MIN): Likewise.
38263         (DBL_MIN): Likewise.
38264         (LDBL_MIN): Likewise.
38265         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
38266         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
38267         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
38268         [ISO11] (FLT_HAS_SUBNORM): Likewise.
38269         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
38270         [ISO11] (DBL_DECIMAL_DIG): Likewise.
38271         [ISO11] (FLT_DECIMAL_DIG): Likewise.
38272         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
38273         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
38274         [ISO11] (FLT_TRUE_MIN): Likewise.
38275         [ISO11] (LDBL_TRUE_MIN): Likewise.
38276         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38277         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
38278         (SCHAR_MIN): Use macro-int-constant.  Specify type.
38279         (SCHAR_MAX): Likewise.
38280         (UCHAR_MAX): Likewise.
38281         (CHAR_MIN): Likewise.
38282         (CHAR_MAX): Likewise.
38283         (MB_LEN_MAX): Use macro-int-constant.
38284         (SHRT_MIN): Use macro-int-constant.  Specify type.
38285         (SHRT_MAX): Likewise.
38286         (USHRT_MAX): Likewise.
38287         (INT_MAX): Likewise.
38288         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
38289         bound negative.
38290         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38291         bound with "U".
38292         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38293         bound with "L".
38294         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
38295         bound negative.  Suffix upper bound with "L".
38296         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38297         bound with "UL".
38298         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
38299         Specify type.
38300         [C99-based standards] (LLONG_MAX): Likewise.
38301         [C99-based standards] (ULLONG_MAX): Likewise.
38302         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
38303         == 0.
38304         [ISO11] (max_align_t): Require type.
38305         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38306
38307         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
38308         from $CFLAGS, without defining away __attribute__ calls.
38309         (checknamespace): Use $CFLAGS_namespace.
38310
38311         * conform/conformtest.pl (@keywords): Only include C99 keywords
38312         for standards based on C99 or C11.
38313
38314         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
38315         Disable tests.
38316         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
38317         UNIX98]: Likewise.
38318
38319         * conform/conformtest.pl: Handle "macro-int-constant" and test for
38320         usability of symbols in #if.
38321
38322         * conform/conformtest.pl: If macro or constant types start
38323         "promoted:", expect the symbol to be of the following type
38324         promoted by the integer promotions.
38325
38326         * conform/conformtest.pl: Parse all "constant" and "macro" lines
38327         in one place.  Also handle "macro-constant".
38328
38329         * conform/conformtest.pl: Only accept expected macro values with
38330         "==".  Parse all "macro" lines in one place.
38331         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
38332
38333         * conform/conformtest.pl: Handle braced types on "constant" lines
38334         instead of handling "typed-constant".
38335         * conform/data/signal.h-data: Use "constant" instead of
38336         "typed-constant".
38337
38338         * conform/conformtest.pl: Handle "optional-" at start of lines in
38339         one place rather than duplicating several cases.  Handle each
38340         format of "macro" line with initial "optional-".
38341
38342         * conform/conformtest.pl: Only accept expected constant or
38343         optional-constant values with "==".  Parse all "constant" lines in
38344         one place.  Parse all "optional-constant" lines in one place.
38345         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
38346         * conform/data/fmtmsg.h-data: Likewise.
38347         * conform/data/netinet/in.h-data: Likewise.
38348         * conform/data/tar.h-data: Likewise.
38349         * conform/data/limits.h-data: Use "==" form on "constant" and
38350         "optional-constant" lines.
38351
38352         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
38353         Use -std=c99 for XOPEN2K.
38354         (@knownproblems): Remove.
38355         (newtoken): Don't check %isknown.
38356
38357         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
38358         Do not expect macro.
38359         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
38360         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
38361         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
38362         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
38363         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
38364         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
38365         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
38366         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
38367         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
38368         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
38369         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
38370         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
38371         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
38372         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
38373         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
38374         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
38375         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
38376         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
38377         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
38378         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
38379         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
38380         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
38381         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
38382         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
38383         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
38384         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
38385         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
38386         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
38387         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
38388         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
38389         [XPG3] (acosh): Likewise.
38390         [XPG3] (asinh): Likewise.
38391         [XPG3] (atanh): Likewise.
38392         [XPG3] (cbrt): Likewise.
38393         [XPG3] (expm1): Likewise.
38394         [XPG3] (ilogb): Likewise.
38395         [XPG3] (log1p): Likewise.
38396         [XPG3] (logb): Likewise.
38397         [XPG3] (nextafter): Likewise.
38398         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
38399         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
38400         [XPG3] (remainder): Likewise.
38401         [XPG3] (rint): Likewise.
38402         [XPG3 || XPG4 || UNIX98] (round): Likewise.
38403         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
38404         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
38405         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
38406         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
38407         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
38408         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
38409         [UNIX98 || XOPEN2K] (scalb): Expect.
38410         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
38411         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
38412         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
38413         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
38414         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
38415         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
38416         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
38417         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
38418         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
38419         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
38420         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
38421         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
38422         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
38423         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
38424         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
38425         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
38426         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
38427         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
38428         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
38429         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
38430         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
38431         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
38432         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
38433         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
38434         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
38435         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
38436         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
38437         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
38438         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
38439         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
38440         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
38441         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
38442         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
38443         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
38444         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
38445         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
38446         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
38447         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
38448         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
38449         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
38450         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
38451         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
38452         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
38453         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
38454         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
38455         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
38456         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
38457         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
38458         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
38459         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
38460         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
38461         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
38462         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
38463         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
38464         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
38465         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
38466         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
38467         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
38468         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
38469         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
38470         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
38471         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
38472         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
38473         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
38474         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
38475         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
38476         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
38477         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
38478         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
38479         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
38480         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
38481         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
38482         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
38483         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
38484         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
38485         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
38486         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
38487         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
38488         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
38489         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
38490         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
38491         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
38492         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
38493         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
38494         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
38495         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
38496         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
38497         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
38498         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
38499         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
38500         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
38501         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
38502         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
38503         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
38504         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
38505         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
38506         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
38507         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
38508         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
38509         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
38510         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
38511         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
38512         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
38513         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
38514         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
38515         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
38516         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
38517         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
38518         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
38519         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
38520         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
38521         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
38522         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
38523         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
38524         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
38525         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
38526         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
38527         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
38528         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
38529         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
38530         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
38531         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
38532         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
38533         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
38534         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
38535         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
38536         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
38537         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
38538         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
38539         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
38540         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
38541         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
38542         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
38543         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
38544         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
38545         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
38546         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
38547
38548         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
38549         _XOPEN_SOURCE_EXTENDED for XPG4.
38550
38551         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
38552
38553         * Makeconfig (localtime): Remove variable.
38554         (inst_localtime-file): Likewise.
38555
38556 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38557
38558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
38559         Update.
38560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38561         Update.
38562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
38563         Update.
38564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
38565         Update.
38566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
38567         Update.
38568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
38569         Update.
38570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38571         Update.
38572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
38573         Update.
38574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38575         Update.
38576
38577 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38578
38579         [BZ #2550]
38580         [BZ #2570]
38581         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
38582         comparisons to determine direction to adjust input.
38583         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
38584         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
38585         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
38586         Likewise.
38587         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
38588         Likewise.
38589         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38590         Likewise.
38591         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
38592         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
38593         Likewise.
38594         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
38595         Likewise.
38596         * math/libm-test.inc (nexttoward_test): Add more tests.
38597
38598 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38599
38600         [BZ #14040]
38601         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
38602         in version GLIBC_2.1, not GLIBC_2.0.
38603         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
38604         Likewise.
38605
38606 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
38607
38608         [BZ #13942]
38609         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
38610         (1 - x) * (1 + x).
38611         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38612         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
38613         * math/libm-test.inc (acos_test): Add more tests.
38614         (asin_test): Likewise.
38615         * sysdeps/i386/fpu/libm-test-ulps: Update.
38616         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38617
38618         [BZ #14034]
38619         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
38620         of square root.
38621         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
38622         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38623         * math/libm-test.inc (acos_test_tonearest): New function.
38624         (acos_test_towardzero): Likewise.
38625         (acos_test_downward): Likewise.
38626         (acos_test_upward): Likewise.
38627         (asin_test_tonearest): Likewise.
38628         (asin_test_towardzero): Likewise.
38629         (asin_test_downward): Likewise.
38630         (asin_test_upward): Likewise.
38631         (main): Call the new functions.
38632         * sysdeps/i386/fpu/libm-test-ulps: Update.
38633         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38634
38635         [BZ #13884]
38636         [BZ #13924]
38637         * math/e_exp10.c: Include <float.h>.
38638         (__ieee754_exp10): Handle underflow here rather than multiplying
38639         large negative argument by M_LN10.
38640         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
38641         of __ieee754_expf.
38642         * math/e_exp10l.c: Include <float.h>.
38643         (__ieee754_exp10l): Handle underflow here rather than multiplying
38644         large negative argument by M_LN10l.
38645         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
38646         spurious overflow exception on underflow.
38647
38648 2012-04-29  Marek Polacek  <polacek@redhat.com>
38649
38650         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
38651         (__fortify_function): New macro.
38652         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
38653         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
38654         __extern_always_inline.
38655         * libio/bits/stdio2.h: Likewise.
38656         * libio/bits/stdio.h: Likewise.
38657         * string/string.h: Likewise.
38658         * string/bits/string3.h: Likewise.
38659         * include/stdio.h: Likewise.
38660         * stdlib/bits/stdlib.h: Likewise.
38661         * stdlib/stdlib.h: Likewise.
38662         * rt/bits/mqueue2.h: Likewise.
38663         * rt/mqueue.h: Likewise.
38664         * posix/bits/unistd.h: Likewise.
38665         * posix/unistd.h: Likewise.
38666         * io/bits/poll2.h: Likewise.
38667         * io/bits/fcntl2.h: Likewise.
38668         * io/fcntl.h: Likewise.
38669         * io/sys/poll.h: Likewise.
38670         * misc/bits/syslog.h: Likewise.
38671         * misc/bits/syslog-ldbl.h: Likewise.
38672         * misc/sys/syslog.h: Likewise.
38673         * socket/bits/socket2.h: Likewise.
38674         * socket/sys/socket.h: Likewise.
38675         * debug/tst-chk1.c: Likewise.
38676         * wcsmbs/bits/wchar2.h: Likewise.
38677         * wcsmbs/bits/wchar-ldbl.h: Likewise.
38678         * wcsmbs/wchar.h: Likewise.
38679
38680 2012-04-29  Andreas Jaeger  <aj@suse.de>
38681
38682         * Makerules (tests): Remove enable-check-abi protection.
38683         (check-abi-warn): Remove.
38684         (check-abi-%): Remove check-abi-warn usage.
38685
38686         * configure.in: Remove check-abi configure option.
38687         * configure: Regenerated.
38688         * config.make.in (enable-check-abi): Remove.
38689
38690 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
38691
38692         [BZ #14033]
38693         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
38694         double functions to double *_finite functions.
38695
38696         [BZ #13941]
38697         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
38698         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
38699         LDBL_MIN_EXP.
38700         * stdio-common/Makefile (tests): Add tst-sprintf3.
38701         * stdio-common/tst-sprintf3.c: New file.
38702
38703         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
38704         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
38705
38706 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38707
38708         * conform/conformtest.pl: Remove duplicate typed-constant
38709         handling.
38710
38711 2012-04-28  David S. Miller  <davem@davemloft.net>
38712
38713         * Makerules (%.abilist): Add vpath on sysdep_dirs.
38714         (check-abi-%): Remove AWK script prerequisite and explicit
38715         abilist directory.
38716         (check-abi): Rewrite to just diff the symlist with the abilist.
38717         (config-tls, config-abi-config): Delete, no longer used.
38718         (update-abi-%): Remove AWK script and explicit abilist directory.
38719         (update-abi): Rewrite to simply compare and conditionally copy the
38720         symlist and the sysdep abilist file.  Remove update-abi-config
38721         checks.
38722         * abilist/ld.abilist: Remove.
38723         * abilist/libBrokenLocale.abilist: Remove.
38724         * abilist/libanl.abilist: Remove.
38725         * abilist/libcrypt.abilist: Remove.
38726         * abilist/libdl.abilist: Remove.
38727         * abilist/librt.abilist: Remove.
38728         * abilist/libthread_db.abilist: Remove.
38729         * abilist/libutil.abilist: Remove.
38730         * scripts/extract-abilist.awk: Remove.
38731         * scripts/merge-abilist.awk: Remove.
38732         * sysdeps/generic/libcidn.abilist: New file.
38733         * sysdeps/generic/libnss_compat.abilist: New file.
38734         * sysdeps/generic/libnss_db.abilist: New file.
38735         * sysdeps/generic/libnss_dns.abilist: New file.
38736         * sysdeps/generic/libnss_files.abilist: New file.
38737         * sysdeps/generic/libnss_hesiod.abilist: New file.
38738         * sysdeps/generic/libnss_nis.abilist: New file.
38739         * sysdeps/generic/libnss_nisplus.abilist: New file.
38740         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
38741         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
38742         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
38743         file.
38744         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
38745         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
38746         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
38747         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38748         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38749         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38750         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38751         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38752         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38753         file.
38754         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38755         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38756         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38757         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38758         file.
38759         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38760         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38761         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38762         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38763         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38764         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38765         file.
38766         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38767         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38768         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38769         file.
38770         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38771         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38772         New file.
38773         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38774         New file.
38775         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38776         New file.
38777         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38778         New file.
38779         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38780         New file.
38781         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38782         New file.
38783         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38784         New file.
38785         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38786         New file.
38787         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38788         New file.
38789         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38790         New file.
38791         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38792         New file.
38793         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38794         New file.
38795         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38796         New file.
38797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38798         file.
38799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38800         New file.
38801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38802         New file.
38803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38804         file.
38805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38806         New file.
38807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38808         New file.
38809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38810         file.
38811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38812         New file.
38813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38814         New file.
38815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38816         New file.
38817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38818         New file.
38819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38820         New file.
38821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38822         New file.
38823         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38824         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38825         file.
38826         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38827         New file.
38828         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38829         file.
38830         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38831         file.
38832         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38833         file.
38834         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38835         file.
38836         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38837         file.
38838         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38839         New file.
38840         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38841         file.
38842         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38843         file.
38844         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38845         New file.
38846         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38847         file.
38848         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38849         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38850         file.
38851         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38852         New file.
38853         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38854         file.
38855         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38856         file.
38857         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38858         file.
38859         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38860         file.
38861         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38862         file.
38863         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38864         New file.
38865         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38866         file.
38867         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38868         file.
38869         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38870         New file.
38871         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38872         file.
38873         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38874         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38875         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38876         file.
38877         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38878         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38879         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38880         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38881         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38882         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38883         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38884         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38885         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38886         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
38887         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
38888         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
38889         file.
38890         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
38891         New file.
38892         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
38893         file.
38894         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
38895         file.
38896         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
38897         file.
38898         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
38899         file.
38900         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
38901         file.
38902         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
38903         New file.
38904         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
38905         New file.
38906         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
38907         file.
38908         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
38909         New file.
38910         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
38911         file.
38912         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
38913         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
38914         file.
38915         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
38916         New file.
38917         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
38918         file.
38919         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
38920         file.
38921         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
38922         file.
38923         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
38924         file.
38925         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
38926         file.
38927         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
38928         New file.
38929         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
38930         New file.
38931         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
38932         file.
38933         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
38934         New file.
38935         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
38936         file.
38937
38938 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38939
38940         * conform/conformtest.pl: Fix typo in handling typed-constant from
38941         allow-header.
38942
38943 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38944
38945         * README: Cut down references to pre-2.6 Linux kernels and
38946         Linuxthreads.  Update lists of configurations in libc and ports
38947         and sort alphabetically.  Say "or newer" with Linux kernel version
38948         requirements.
38949
38950         * config.h.in [IS_IN_build]: Allow compiling without optimization.
38951
38952 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
38953
38954         [BZ #887]
38955         * math/libm-test.inc (logb_test_downward): New test to expose
38956         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
38957         rounding mode.
38958
38959 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38960
38961         [BZ #14027]
38962         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
38963         to be done.
38964         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
38965         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
38966
38967 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
38968
38969         * sysdeps/unix/i386/brk.S: Remove file.
38970         * sysdeps/unix/i386/dl-brk.S: Likewise.
38971         * sysdeps/unix/i386/pipe.S: Likewise.
38972         * sysdeps/unix/i386/sigreturn.S: Likewise.
38973         * sysdeps/unix/i386/syscall.S: Likewise.
38974         * sysdeps/unix/i386/vfork.S: Likewise.
38975         * sysdeps/unix/i386/wait.S: Likewise.
38976
38977         * sysdeps/unix/common/tcsendbrk.c: Move to ...
38978         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
38979
38980         * configure.in (arm*-none*): Do not allow without
38981         --enable-hacker-mode.
38982         (netbsd*): Remove case setting base_os.
38983         (386bsd*): Likewise.
38984         (freebsd*): Likewise.
38985         (bsdi*): Likewise.
38986         (osf*): Likewise.
38987         (sunos*): Likewise.
38988         (ultrix*): Likewise.
38989         (newsos*): Likewise.
38990         (dynix*): Likewise.
38991         (*bsd*): Likewise.
38992         (sysv*): Likewise.
38993         (isc*): Likewise.
38994         (esix*): Likewise.
38995         (sco*): Likewise.
38996         (minix*): Likewise.
38997         (irix4*): Likewise.
38998         (irix6*): Likewise.
38999         (solaris[2-9]*): Likewise.
39000         (none): Likewise.
39001         * configure: Regenerated.
39002
39003 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39004
39005         [BZ #11521]
39006         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
39007         overflow or cancellation in calculating denominator.
39008         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
39009         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
39010         down expression to avoid unexpected rounding in newer GCCs.
39011         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
39012
39013 2012-04-26  David S. Miller  <davem@davemloft.net>
39014
39015         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
39016         long-double compat symbols.
39017         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39018         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
39021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39022         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
39023         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
39024         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
39025         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
39026         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
39027         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
39028         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
39029         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
39030
39031 2012-04-25  David S. Miller  <davem@davemloft.net>
39032
39033         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
39034         HWCAP_* values only after the memory barriers have been defined.
39035         (atomic_full_barrier): Define.
39036         (atomic_read_barrier): Define.
39037         (atomic_write_barrier): Define.
39038
39039 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39040
39041         * shlib-versions: Add libgcc_s version information.
39042         * sysdeps/generic/libgcc_s.h: Remove.
39043         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
39044         libgcc_s.h.
39045         * sysdeps/gnu/unwind-resume.c: Likewise.
39046         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
39047
39048 2012-04-25  David S. Miller  <davem@davemloft.net>
39049
39050         * sysdeps/unix/sparc/brk.S: Delete.
39051         * sysdeps/unix/sparc/dl-brk.S: Delete.
39052         * sysdeps/unix/sparc/pipe.S: Delete.
39053         * sysdeps/unix/sparc/sysdep.S: Delete.
39054         * sysdeps/unix/sparc/sysdep.h: Delete.
39055         * sysdeps/unix/sparc/vfork.S: Delete.
39056         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
39057         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
39058         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
39059         (ret_ERRVAL, r0, r1, MOVE): Define.
39060         (JUMPTARGET): Remove.
39061         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
39062         sysdeps/unix/sparc/sysdep.h
39063         (ENTRY, END): Remove.
39064         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39065
39066 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
39067
39068         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
39069         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
39070         -DIS_IN_build.
39071
39072         * timezone/README: Update upstream location and email address for
39073         tzcode and tzdata.
39074         * timezone/zdump.c: Update from tzcode 2012b.
39075         * timezone/zic.c: Likewise.
39076
39077         * configure.in (libc_cv_as_needed): Remove test.
39078         * configure: Regenerated.
39079         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
39080         conditional definition.
39081         [$(have-as-needed) != yes] (no-as-needed): Likewise.
39082         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
39083         * config.make.in (have-as-needed): Remove variable.
39084
39085 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39086             Paul Pluzhnikov  <ppluzhnikov@google.com>
39087
39088         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
39089         strings correctly.
39090
39091 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
39092
39093         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
39094         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
39095         * sysdeps/sh/strlen.S: Likewise.
39096
39097 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39098
39099         * sysdeps/unix/fork.S: Remove file.
39100         * sysdeps/unix/i386/fork.S: Likewise.
39101         * sysdeps/unix/sparc/fork.S: Likewise.
39102
39103         * sysdeps/unix/system.c: Remove file.
39104         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
39105
39106         * sysdeps/unix/getegid.S: Remove file.
39107         * sysdeps/unix/geteuid.S: Likewise.
39108
39109 2012-04-24  Roland McGrath  <roland@hack.frob.com>
39110
39111         * scripts/check-localplt.awk: New file.
39112         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
39113         of diff.
39114         * scripts/data/localplt-generic.data: Add a comment.
39115
39116         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
39117         NODE when __dir_mkfile failed.
39118         * sysdeps/mach/hurd/symlinkat.c: Likewise.
39119         Reported by Ludovic Courtès <ludo@gnu.org>.
39120
39121 2012-04-24  Andreas Jaeger  <aj@suse.de>
39122
39123         * Makerules (common-clean): Also remove gen-as-const-headers
39124         files.
39125
39126 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39127
39128         * Makerules (native-compile): Do not change working directory for
39129         build.  Use $(OUTPUT_OPTION) in command.
39130         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
39131
39132 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39133
39134         [BZ #13886]
39135         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
39136         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
39137         * math/libm-test.inc (floor_test): Add more tests.
39138         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
39139
39140 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39141
39142         * sysdeps/unix/getdents.c: Remove file.
39143         * sysdeps/unix/sysv/getdents.c: Likewise.
39144         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
39145
39146         * sysdeps/unix/syscalls.list (madvise): Add syscall from
39147         sysdeps/unix/mman/syscalls.list.
39148         (mmap): Likewise.
39149         (mprotect): Likewise.
39150         (msync): Likewise.
39151         (munmap): Likewise.
39152         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
39153         * sysdeps/unix/mman/syscalls.list: Remove.
39154         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
39155
39156         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
39157         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
39158         * configure: Regenerated.
39159         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
39160         $(libgcc_s_suffix).
39161         * config.make.in (libgcc_s_suffix): Remove variable.
39162
39163 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
39164
39165         * sysdeps/unix/sysv/gethostname.c: Move to ...
39166         * sysdeps/posix/gethostname.c: ... here.
39167
39168         * sysdeps/unix/execve.S: Remove file.
39169
39170         * sysdeps/unix/_exit.S: Remove file.
39171
39172 2012-04-23  Andreas Jaeger  <aj@suse.de>
39173
39174         [BZ #13739]
39175         * manual/Makefile: Remove make dist support, there's no
39176         need for a stand-alone documentation tar ball.
39177         (TEXI2DVI): Define always, it's not in Makeconfig.
39178         (dist): Removed.
39179         (tar-it): Removed.
39180         (edition): Removed.
39181         (glibc-doc-$(edition).tar): Removed
39182         (%.Z): Removed.
39183         (%.gz): Removed.
39184         (%.uu): Removed.
39185         (ETAGS): Remove, it's in Makeconfig.
39186         (move-if-change): Remove, it's in Makeconfig.
39187
39188 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
39189
39190         [BZ #13970]
39191         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
39192         (strtod, strtof, strtold, strtol, strtoul, strtoq)
39193         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
39194         (strtod_l, strtof_l, strtold_l): Remove __wur.
39195         It is not necessarily an error to ignore strtol's return value.
39196         One can reliably look at the stored endptr to decide whether
39197         the number had valid syntax.
39198
39199 2012-04-21  Andreas Jaeger  <aj@suse.de>
39200
39201         [BZ #13739]
39202         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
39203
39204 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
39205
39206         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
39207         * sysdeps/unix/sysv/Versions: Remove file.
39208
39209 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
39210
39211         [BZ #13927]
39212         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39213
39214 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
39215
39216         [BZ #7064]
39217         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
39218         version from __vm86.
39219
39220 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
39221
39222         * sysdeps/unix/common/lxstat.c: Remove file.
39223         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
39224
39225         * sysdeps/unix/sysv/Makefile: Remove file.
39226
39227         * sysdeps/unix/sysv/direct.h: Remove file.
39228
39229         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
39230         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
39231         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
39232         * sysdeps/unix/sysv/bits/signum.h: Likewise.
39233         * sysdeps/unix/sysv/bits/stat.h: Likewise.
39234         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
39235         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
39236
39237         * sysdeps/unix/sysv/setrlimit.c: Remove file.
39238
39239         * sysdeps/unix/xmknod.c: Remove file.
39240         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
39241
39242         * sysdeps/unix/sysv/settimeofday.c: Remove file.
39243
39244         * sysdeps/unix/sysv/i386/time.S: Remove file.
39245
39246         * sysdeps/unix/fxstat.c: Remove file.
39247         * sysdeps/unix/xstat.c: Likewise.
39248         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
39249
39250         * sysdeps/unix/sysv/sigaction.c: Remove file.
39251
39252         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
39253         (sysdep_headers): Remove variable.
39254         [termio.h not in sysdep_headers] (generated): Likewise.
39255         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
39256         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
39257         * sysdeps/unix/sysv/tcdrain.c: Likewise.
39258         * sysdeps/unix/sysv/tcflow.c: Likewise.
39259         * sysdeps/unix/sysv/tcflush.c: Likewise.
39260         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
39261         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
39262         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
39263         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
39264         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
39265
39266         * sysdeps/unix/siglist.c: Remove file.
39267
39268         * sysdeps/unix/getppid.S: Remove file.
39269
39270         * sysdeps/unix/mkdir.c: Remove file.
39271         * sysdeps/unix/rmdir.c: Likewise.
39272
39273 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
39274
39275         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
39276         ERR_MAX value.
39277         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
39278         errlist-compat value.
39279
39280 2012-04-18  David S. Miller  <davem@davemloft.net>
39281
39282         * sysdeps/generic/memcopy.h (reg_char): Delete.
39283         * debug/strcat_chk.c: Use char, not reg_char.
39284         * debug/strcpy_chk.c: Likewise.
39285         * debug/strncat_chk.c: Likewise.
39286         * debug/strncpy_chk.c: Likewise.
39287         * string/memchr.c: Likewise.
39288         * string/memrchr.c: Likewise.
39289         * string/rawmemchr.c: Likewise.
39290         * string/strcat.c: Likewise.
39291         * string/strchr.c: Likewise.
39292         * string/strchrnul.c: Likewise.
39293         * string/strcmp.c: Likewise.
39294         * string/strcpy.c: Likewise.
39295         * string/strncat.c: Likewise.
39296         * string/strncmp.c: Likewise.
39297         * string/strncpy.c: Likewise.
39298
39299 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39300
39301         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
39302         __builtin_memcopy is called when src and dest ranges are known to not
39303         overlap.
39304
39305 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39306
39307         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
39308         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
39309         fwd_align_merge macro call.
39310         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
39311         bwd_align_merge macro call.
39312         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39313
39314 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39315
39316         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
39317         bwd_align_merge macros.
39318         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
39319         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
39320         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39321
39322 2012-04-18  David S. Miller  <davem@davemloft.net>
39323
39324         * sysdeps/sparc/sparc64/memcopy.h: Delete.
39325
39326 2012-04-18  Andreas Jaeger  <aj@suse.de>
39327
39328         [BZ# 6794]
39329         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
39330         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
39331         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39332
39333         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
39334         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
39335         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39336
39337         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
39338         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
39339         Adjust for changed ldbl-128 files.
39340
39341         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
39342         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
39343         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39344
39345 2012-04-17  David S. Miller  <davem@davemloft.net>
39346
39347         * sysdeps/sparc/sparc32/memcopy.h: Delete.
39348
39349 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
39350
39351         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
39352         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
39353         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
39354         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
39355         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
39356         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
39357
39358 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39359
39360         [BZ #6794]
39361         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
39362         * math/libm-test.inc: Add ilogb errno and exception tests.
39363         * math/w_ilogb.c: New file: ilogb wrapper.
39364         * math/w_ilogbf.c: New file: ilogbf wrapper.
39365         * math/w_ilogbl.c: New file: ilogbl wrapper.
39366         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
39367         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
39368         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
39369         exception being thrown with 0.0 as argument.
39370         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
39371         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
39372         exception being thrown with 0.0 as argument.
39373         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
39374         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39375         exception being thrown with 0.0 as argument.
39376         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
39377         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39378         exception being thrown with 0.0 as argument.
39379         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
39380         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
39381         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
39382         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
39383         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
39384         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
39385         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
39386         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
39387         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
39388
39389 2012-04-17  Petr Baudis  <pasky@ucw.cz>
39390
39391         * include/sys/uio.h: Change __vector to __iovec to avoid clash
39392         with altivec.
39393
39394 2012-04-16  Marek Polacek  <polacek@redhat.com>
39395
39396         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
39397
39398 2012-04-16  Marek Polacek  <polacek@redhat.com>
39399
39400         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
39401         operands of fdivp instruction.
39402
39403 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39404
39405         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
39406         * elf/tst-auditmod3b.c: Likewise.
39407         * elf/tst-auditmod4b.c: Likewise.
39408         * elf/tst-auditmod5b.c: Likewise.
39409         * elf/tst-auditmod6b.c: Likewise.
39410         * elf/tst-auditmod6c.c: Likewise.
39411         * elf/tst-auditmod7b.c: Likewise.
39412         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
39413         * sysdeps/x86_64/preconfigure.in: Likewise.
39414         * sysdeps/x86_64/preconfigure: Regenerated.
39415
39416 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39417
39418         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
39419         __ILP32__.
39420
39421 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
39422
39423         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39424         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
39425
39426 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
39427
39428         [BZ #13973]
39429         * locale/iso-639.def: Fix gl language name. Spotted by
39430         Yaron Shahrabani.
39431
39432 2012-04-12  Roland McGrath  <roland@hack.frob.com>
39433
39434         [BZ #2074]
39435         * libio/libio.h (__io_write_fn): Update comment.
39436
39437 2012-04-12  Petr Baudis  <pasky@ucw.cz>
39438
39439         [BZ #2074]
39440         * stdio.texi (Hook Functions): The user provided writer function
39441         is not allowed to return -1.
39442
39443 2012-04-11  David S. Miller  <davem@davemloft.net>
39444
39445         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39446
39447 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
39448
39449         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
39450         Add a leading slash to rtkaio.
39451
39452 2012-04-11  Jim Meyering  <meyering@redhat.com>
39453
39454         [BZ #11959]
39455         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
39456         It is not necessarily an error to ignore fwrite's return
39457         value.  One can reliably use ferror to test for errors after
39458         the fact.
39459
39460 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39461
39462         * bits/types.h (__snseconds_t): New type.
39463         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
39464
39465         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
39466         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39467         (__SNSECONDS_T_TYPE): Likewise.
39468         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39469         (__SNSECONDS_T_TYPE): Likewise.
39470         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39471         (__SNSECONDS_T_TYPE): Likewise.
39472
39473 2012-04-10  Andreas Jaeger  <aj@suse.de>
39474
39475         [BZ #2636]
39476         * manual/time.texi (Processor Time): Return type of times is
39477         elapsed real time since an arbitrary point in the past.
39478         (CPU Time): Move CLK_TCK from here...
39479         (Processor Time): ...to here.  Correct description.
39480         * manual/conf.texi (Constants for Sysconf): Correct description of
39481         _SC_CLK_TCK.
39482
39483 2012-04-10  David S. Miller  <davem@davemloft.net>
39484
39485         [BZ #13967]
39486         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
39487         where the is a gap between DT_REL(A) and DT_JMPREL.
39488
39489 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39490
39491         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
39492         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39493         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39494
39495 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
39496
39497         * elf/dl-support.c (_dl_inhibit_cache): New variable.
39498         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
39499         (dl_main): Handle --inhibit-cache.
39500         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
39501         _dl_inhibit_cache.
39502         * elf/dl-load.c (_dl_map_object): Use it.
39503         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
39504
39505 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39506
39507         [BZ #13872]
39508         * sysdeps/i386/fpu/e_powl.S (p78): New object.
39509         (__ieee754_powl): Saturate large exponents rather than testing for
39510         overflow of y*log2(x).
39511         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39512         * math/libm-test.inc (pow_test): Do not permit spurious overflow
39513         exceptions.
39514
39515         [BZ #11521]
39516         * math/s_ctan.c: Include <float.h>.
39517         (__ctan): Avoid internal overflow or cancellation in calculating
39518         denominator.
39519         * math/s_ctanf.c: Likewise.
39520         * math/s_ctanl.c: Likewise.
39521         * math/s_ctanh.c: Likewise.
39522         * math/s_ctanhf.c: Likewise.
39523         * math/s_ctanhl.c: Likewise.
39524         * math/libm-test.inc (ctan_test): Add more tests.
39525         (ctanh_test): Likewise.
39526         * sysdeps/i386/fpu/libm-test-ulps: Update.
39527         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39528
39529 2012-04-09  Andreas Jaeger  <aj@suse.de>
39530
39531         [BZ #6894]
39532         * manual/filesys.texi (Directory Entries): Mention that d_namlen
39533         is an optional BSD extension.
39534
39535         [BZ #10254]
39536         * manual/stdio.texi (Opening Streams): Document additional fopen
39537         parameters.
39538
39539 2012-04-09  Roland McGrath  <roland@hack.frob.com>
39540
39541         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
39542         %eax without telling the compiler.
39543
39544 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
39545
39546         [BZ # 13963]
39547         * manual/install.texi: Use sourceware.org.
39548
39549 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39550
39551         [BZ #13873]
39552         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
39553         (__ieee754_pow): Generate overflow and underflow using huge*huge
39554         and tiny*tiny rather than just returning constant infinity or zero
39555         for large exponents.
39556         * math/libm-test.inc (pow_test): Require overflow exceptions for
39557         applicable cases of large exponents.
39558
39559         [BZ #706]
39560         * sysdeps/i386/fpu/e_pow.S (p10): New object.
39561         (__ieee754_pow): Use iterative multiplication algorithm only for
39562         integer exponents with absolute value below 1024.  Check for odd
39563         integer exponents when using algorithm for real exponents.
39564         * math/libm-test.inc (pow_test): Add more tests.
39565         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39566
39567 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
39568
39569         [BZ #13705]
39570         * math/libm-test.inc (exp_test): Do not allow overflow exception
39571         on underflow test.
39572
39573 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
39574
39575         [BZ #13705]
39576         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
39577         instead of __kernel_standard_f.
39578
39579 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
39580
39581         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
39582         * sysdeps/x86_64/memset_chk.S: Likewise.
39583
39584 2012-04-08  Andreas Jaeger  <aj@suse.de>
39585
39586         [BZ #10153]
39587         * manual/startup.texi (Environment Access): Describe return value
39588         for putenv and setenv.
39589
39590         [BZ #6895]
39591         * manual/filesys.texi (Directory Entries): Add description for
39592         DT_LNK.
39593
39594         [BZ #6890]
39595         * manual/filesys.texi (Directory Entries): Clarify that it's file
39596         system not operating system in the description of DT_UNKNOWN.
39597
39598         [BZ #6578]
39599         * manual/syslog.texi (closelog): Fix reference, it's openlog.
39600
39601 2012-04-08  Stephen Compall  <s11@member.fsf.org>
39602
39603         [BZ #6649]
39604         * manual/llio.texi (Opening and Closing Files): Add cross
39605         reference to explain mode argument.
39606
39607 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
39608
39609         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
39610         * sysdeps/x86_64/memset_chk.S: Likewise.
39611
39612 2012-04-07  David S. Miller  <davem@davemloft.net>
39613
39614         * elf/elf.h (R_SPARC_WDISP10): Define.
39615         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
39616         R_SPARC_SIZE32.
39617         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
39618         R_SPARC_SIZE64 and R_SPARC_H34.
39619
39620 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
39621
39622         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
39623         conditions and remove no longer applicable assertion.
39624
39625 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39626
39627         * bits/byteswap.h: Include <features.h>.
39628         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39629         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39630
39631 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39632
39633         * bits/byteswap.h (__bswap_16): Removed.
39634         Include <bits/byteswap-16.h> to get __bswap_16.
39635         * sysdeps/i386/bits/byteswap.h: Likewise.
39636         * sysdeps/s390/bits/byteswap.h: Likewise.
39637         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39638         * bits/byteswap-16.h: New file.
39639         * sysdeps/i386/bits/byteswap-16.h: Likewise.
39640         * sysdeps/s390/bits/byteswap-16.h: Likewise.
39641         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
39642         * string/Makefile (headers): Add bits/byteswap-16.h.
39643
39644 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
39645
39646         [BZ #13895]
39647         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
39648         extra indirection.
39649         * nss/Makefile (tests-static, tests): Add tst-nss-static.
39650         * nss/tst-nss-static.c: New.
39651
39652 2012-04-06  Robert Millan  <rmh@gnu.org>
39653
39654         [BZ #6486]
39655         * manual/llio.texi (File Position Primitive): lseek
39656         refers to WHENCE when it really means OFFSET.
39657
39658 2012-04-06  Andreas Jaeger  <aj@suse.de>
39659
39660         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
39661         strncmp declarations.
39662
39663         * abilist/libc.abilist: Add __poll and __ppoll.
39664
39665 2012-04-05  David S. Miller  <davem@davemloft.net>
39666
39667         * scripts/check-local-headers.sh: Accept a host triplet in the
39668         path matched by the exclude regexp.
39669
39670         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
39671         definition.
39672         * sysdeps/powerpc/powerpc32/dl-machine.h
39673         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
39674         * sysdeps/s390/s390-32/dl-machine.h
39675         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39676         * sysdeps/sparc/sparc32/dl-machine.h
39677         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39678         * sysdeps/sparc/sparc64/dl-machine.h
39679         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39680
39681         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
39682         lazy binding.
39683         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
39684         undefined symbol errors.
39685
39686         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
39687         DT_NEEDED entries.
39688
39689 2012-04-05  Michael Matz  <matz@suse.de>
39690
39691         [BZ #13592]
39692         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
39693
39694 2012-04-05  Andreas Jaeger  <aj@suse.de>
39695
39696         [BZ #13908]
39697         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
39698         comment.
39699
39700 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39701
39702         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
39703         which ROUND is no valid rounding mode.
39704
39705 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39706
39707         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
39708         read again.
39709         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
39710
39711 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39712
39713         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
39714         an exception using FPU order intentionally.
39715
39716 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39717
39718         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
39719         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
39720         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
39721         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
39722
39723 2012-04-05  Simon Josefsson  <simon@josefsson.org>
39724
39725         [BZ #12340]
39726         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
39727         EINVAL when BUFLEN is too smal.
39728
39729 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
39730
39731         [BZ #13553]
39732         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
39733         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
39734
39735 2012-04-03  Andreas Jaeger  <aj@suse.de>
39736
39737         [BZ #13938]
39738         * manual/setjmp.texi (System V contexts): Fix sentence.
39739
39740         [BZ #13926]
39741         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
39742         New macro for this case.
39743         [!__GNUC__] (__bswap_64): New inline function for this case.
39744         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39745         * bits/byteswap.h: Likewise.
39746         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
39747         ull, guard with __GLIBC_HAVE_LONG_LONG.
39748
39749         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39750         __GLIBC_HAVE_LONG_LONG.
39751
39752         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39753         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39754
39755 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39756
39757         [BZ #13691]
39758         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39759         inptr and inend, rather than using last_ch.
39760
39761 2012-04-02  David S. Miller  <davem@davemloft.net>
39762
39763         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39764         * stdio-common/printf-parse.h (read_int): Change return type to
39765         'int', return -1 on INT_MAX overflow.
39766         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39767         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
39768         overflows INT_MAX.  Check for overflow of in-format-string precision
39769         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
39770         SIZE_MAX not INT_MAX for integer overflow test.
39771         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39772         skip the construct in the format string but do not record anything.
39773         * stdio-common/bug22.c: Adjust to test both width/prevision
39774         INT_MAX overflow as well as total length INT_MAX overflow.  Check
39775         explicitly for proper errno values.
39776
39777 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
39778
39779         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39780         CHAR_MAX.
39781         * string/test-strcmp.c [! WIDE]: Likewise.
39782         * time/tst-mktime2.c: Likewise for INT_MAX.
39783         * string/test-string.h: #include <sys/param.h> for MIN.
39784
39785         * csu/init-first.c (__libc_init_first): Call __ctype_init.
39786         * sysdeps/i386/init-first.c (init): Likewise.
39787         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39788         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39789         * sysdeps/sh/init-first.c (init): Likewise.
39790
39791 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
39792
39793         * po/ru.po: Update from translation team.
39794         * po/vi.po: Likewise.
39795
39796 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
39797
39798         * resolv/nss_dns/dns-host.c: Merge copyright years.
39799
39800 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39801
39802         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39803         Optimize memcpy with prefetch if
39804         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
39805         src, dst pointers have unequal 16 byte alignments.
39806
39807 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
39808
39809         [BZ #13928]
39810         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39811         from a CNAME entry and return the minimum ttl for the query.
39812         (gaih_getanswer_slice): Likewise.
39813
39814 2012-03-30  Jeff Law  <law@redhat.com>
39815
39816         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39817         due to long keys.
39818         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39819         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39820
39821         * resolv/nss_dns/dns-host.c: Update copyright year.
39822
39823 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
39824
39825         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
39826         requests to save a system call.  Fix check that all bytes are sent.
39827
39828         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39829         comments for sendmmsg.
39830
39831 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39832
39833         [BZ #13691]
39834         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39835         with only 1 character between 0x0041 and 0x01b0.
39836         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39837         * wcsmbs/tst-mbsnrtowcs.c: New file.
39838
39839 2012-03-29  David S. Miller  <davem@davemloft.net>
39840
39841         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39842         small copies by hand.
39843
39844 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39845
39846         [BZ #13761]
39847         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39848         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39849         group memberships.
39850
39851 2012-03-28  David S. Miller  <davem@davemloft.net>
39852
39853         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39854         that branches into memcpy.
39855         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39856         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39857         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39858         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39859         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39860         bits.
39861         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39862         implementation too.
39863         * sysdeps/sparc/mempcpy.S: New file.
39864
39865         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39866         the IFUNC routine in the libc case.
39867         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39868
39869         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39870         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39871         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39872         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39873         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39874         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39875         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39876         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39877
39878         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39879         loop to 256 bytes instead of 64 bytes and fix test signedness.
39880
39881         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39882         * sysdeps/sparc/sparc32/Makefile: rather than here...
39883         * sysdeps/sparc/sparc64/Makefile: and here.
39884
39885 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
39886
39887         * malloc/mallocbug.c: Avoid warnings about unused variables.
39888
39889 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
39890
39891         [BZ #13760]
39892         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
39893         in the right place. Discard and retry query if response is
39894         larger than input buffer size.
39895
39896 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
39897
39898         [BZ #369]
39899         [BZ #2678]
39900         [BZ #3866]
39901         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
39902         x for large integer exponent.
39903         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
39904         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
39905         sign of result as needed afterwards.
39906         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
39907         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
39908         result for underflowing pow the same as for overflow.
39909         (__kernel_standard_l): Handle powl overflow and underflow here
39910         rather than calling __kernel_standard.
39911         * math/libm-test.inc (pow_test): Add more tests.
39912
39913         [BZ #3868]
39914         [BZ #13879]
39915         [BZ #13910]
39916         [BZ #13911]
39917         [BZ #13912]
39918         [BZ #13913]
39919         [BZ #13915]
39920         [BZ #13916]
39921         [BZ #13917]
39922         [BZ #13918]
39923         [BZ #13919]
39924         [BZ #13920]
39925         [BZ #13921]
39926         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
39927         * sysdeps/ieee754/k_standard.c: Include <float.h>.
39928         (__kernel_standard_l): New function.
39929         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
39930         __kernel_standard.
39931         * math/w_acosl.c (__acosl): Likewise.
39932         * math/w_asinl.c (__asinl): Likewise.
39933         * math/w_atan2l.c (__atan2l): Likewise.
39934         * math/w_atanhl.c (__atanhl): Likewise.
39935         * math/w_coshl.c (__coshl): Likewise.
39936         * math/w_exp10l.c (__exp10l): Likewise.
39937         * math/w_exp2l.c (__exp2l): Likewise.
39938         * math/w_fmodl.c (__fmodl): Likewise.
39939         * math/w_hypotl.c (__hypotl): Likewise.
39940         * math/w_j0l.c (__j0l, __y0l): Likewise.
39941         * math/w_j1l.c (__j1l, __y1l): Likewise.
39942         * math/w_jnl.c (__jnl, __ynl): Likewise.
39943         * math/w_lgammal.c (__lgammal): Likewise.
39944         * math/w_log10l.c (__log10l): Likewise.
39945         * math/w_log2l.c (__log2l): Likewise.
39946         * math/w_logl.c (__logl): Likewise.
39947         * math/w_powl.c (__powl): Likewise.
39948         * math/w_remainderl.c (__remainderl): Likewise.
39949         * math/w_scalbl.c (sysv_scalbl): Likewise.
39950         * math/w_sinhl.c (__sinhl): Likewise.
39951         * math/w_sqrtl.c (__sqrtl): Likewise.
39952         * math/w_tgammal.c (__tgammal): Likewise.
39953         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
39954         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
39955         * math/libm-test.inc (acos_test): Add more tests.
39956         (acosh_test): Likewise.
39957         (asin_test): Likewise.
39958         (atanh_test): Likewise.
39959         (exp_test): Likewise.
39960         (exp10_test): Likewise.
39961         (exp2_test): Likewise.
39962         (expm1_test): Likewise.
39963         (lgamma_test): Likewise.
39964         (log_test): Likewise.
39965         (log10_test): Likewise.
39966         (log1p_test): Likewise.
39967         (log2_test): Likewise.
39968         (pow_test): Do not allow some spurious overflow exceptions.
39969         (sqrt_test): Add more tests.
39970         (tgamma_test): Likewise.
39971         (y0_test): Likewise.
39972         (y1_test): Likewise.
39973         (yn_test): Likewise.
39974
39975 2012-03-27  Anton Blanchard  <anton@samba.org>
39976
39977         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
39978         MAP_HUGETLB.
39979         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
39980         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
39981         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
39982
39983 2012-03-27  David S. Miller  <davem@davemloft.net>
39984
39985         * conform/Makefile: Run run-conformtest.sh using $(BASH).
39986
39987         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
39988         have-as-vis3 check.
39989
39990 2012-03-27  Andreas Jaeger  <aj@suse.de>
39991
39992         * sysdeps/x86_64/elf/configure.in: Moved to ...
39993         * sysdeps/x86_64/configure.in: ... here.
39994         * sysdeps/x86_64/elf/start.S: Moved to ...
39995         * sysdeps/x86_64/start.S: ... here.
39996         * sysdeps/x86_64/elf/configure: Delete.
39997
39998         * sysdeps/x86_64/configure.in: Merge contents from
39999         sysdeps/i386/configure.in (without i686 check).
40000
40001         * sysdeps/i386/elf/Versions: Merge into ...
40002         * sysdeps/i386/Versions: ... this.
40003         * sysdeps/i386/elf/Versions: Delete file.
40004         * sysdeps/i386/elf/start.S: Moved to ...
40005         * sysdeps/i386/start.S: ...here.
40006         * sysdeps/i386/elf/configure.in: Merge into...
40007         * sysdeps/i386/configure.in: ...here.
40008         * sysdeps/i386/elf/configure.in: Delete file.
40009         * sysdeps/i386/elf/configure: Delete file.
40010
40011         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
40012         * debug/backtracesyms.c: ... here.
40013         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
40014         * debug/backtracesymsfd.c: ... here.
40015         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
40016         * sysdeps/generic/ifunc-sel.h: ... here.
40017
40018         * sysdeps/unix/i386/start.c: Delete file.
40019         * sysdeps/unix/sparc/start.c: Delete file.
40020         * sysdeps/unix/start.c: Delete file.
40021
40022         * sysdeps/sh/elf/configure.in: Moved to ...
40023         * sysdeps/sh/configure.in: ... here.
40024         * sysdeps/sh/elf/start.S: Moved to ...
40025         * sysdeps/sh/start.S: ... here.
40026         * sysdeps/sh/elf/configure: Delete file.
40027
40028         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
40029         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
40030         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
40031         * sysdeps/powerpc/powerpc64/entry.h: ... here.
40032         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
40033         * sysdeps/powerpc/powerpc64/start.S: here.
40034         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
40035         * sysdeps/powerpc/powerpc64/Makefile: ... this.
40036         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
40037         * sysdeps/powerpc/powerpc64/configure.in: ... this.
40038         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
40039
40040         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
40041         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
40042         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
40043         * sysdeps/powerpc/powerpc32/start.S: ... here.
40044         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
40045         * sysdeps/powerpc/powerpc32/configure.in: ... this.
40046         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
40047
40048         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
40049         * sysdeps/powerpc/ifunc-sel.h: ... here.
40050         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
40051         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
40052
40053         * sysdeps/sparc/elf/configure.in: Moved to ...
40054         * sysdeps/sparc/configure.in: ... here.
40055         * sysdeps/sparc/elf/configure: Delete file.
40056         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
40057         * sysdeps/sparc/sparc32/start.S: ... here.
40058         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
40059         * sysdeps/sparc/sparc64/start.S: ... here.
40060         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
40061         * sysdeps/sparc/sparc32/Makefile: ... this.
40062         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
40063         * sysdeps/sparc/sparc64/Makefile: ... this.
40064
40065         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
40066         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
40067         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
40068         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
40069         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
40070         * sysdeps/s390/s390-32/setjmp.S: ... here.
40071         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
40072         * sysdeps/s390/s390-32/configure.in: ... here.
40073         * sysdeps/s390/s390-32/elf/configure: Delete file.
40074         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
40075         * sysdeps/s390/s390-32/start.S: ... here.
40076
40077         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
40078         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
40079         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
40080         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
40081         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
40082         * sysdeps/s390/s390-64/setjmp.S: ... here.
40083         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
40084         * sysdeps/s390/s390-64/configure.in: ... here
40085         * sysdeps/s390/s390-64/elf/configure: Delete file.
40086         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
40087         * sysdeps/s390/s390-64/start.S: ... here.
40088         * sysdeps/s390/s390-64/elf/configure: Delete.
40089
40090         * configure.in: Remove support for elf directories in sysdeps.
40091
40092         * configure: Regenerated.
40093         * sysdeps/i386/configure: Regenerated.
40094         * sysdeps/powerpc/powerpc32/configure: Regenerated.
40095         * sysdeps/powerpc/powerpc64/configure: Regenerated.
40096         * sysdeps/s390/s390-32/configure: Regenerated.
40097         * sysdeps/s390/s390-64/configure: Regenerated.
40098         * sysdeps/sh/configure: Regenerated.
40099         * sysdeps/sparc/configure: Regenerated.
40100         * sysdeps/x86_64/configure: Regenerated.
40101
40102 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
40103
40104         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40105
40106         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
40107         denormal result into account.
40108
40109 2012-03-25  Roland McGrath  <roland@hack.frob.com>
40110
40111         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
40112         Reported by Allan McRae <allan@archlinux.org>.
40113
40114 2012-03-23  Jeff Law  <law@redhat.com>
40115
40116         * nss/getnssent.c (__nss_getent): Fix typo.
40117
40118 2012-03-23  David S. Miller  <davem@davemloft.net>
40119
40120         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40121
40122 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
40123
40124         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
40125         to pad to uint64_t for each field.
40126         (dl_tls_index): Replace unsigned long with uint64_t.
40127
40128 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
40129         Paul Pluzhnikov  <ppluzhnikov@google.com>
40130
40131         [BZ #6528]
40132         * grp/Makefile (otherlibs): Don't set it.
40133         * inet/Makefile (otherlibs): Likewise.
40134         * login/Makefile (otherlibs): Likewise.
40135         * nscd/Makefile (otherlibs): Likewise.
40136         * posix/Makefile (otherlibs): Likewise.
40137         * pwd/Makefile (otherlibs): Likewise.
40138         * rt/Makefile (otherlibs): Likewise.
40139         * sunrpc/Makefile (otherlibs): Likewise.
40140         * nss/Makefile (otherlibs): Likewise.
40141         Add libnss_files to routines and static-only-routines.
40142         ($(objpfx)getent): Remove rule.
40143         * resolv/Makefile: Add libnss_dns and libresolv to routines and
40144         static-only-routines.
40145
40146 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40147
40148         [BZ #13892]
40149         * math/s_cexp.c: Include <float.h>.
40150         (__cexp): Handle exp result overflowing not necessarily
40151         overflowing both real and imaginary parts of result.
40152         * math/s_cexpf.c: Likewise.
40153         * math/s_cexpl.c: Likewise.
40154         * math/libm-test.inc (cexp_test): Add more tests.
40155         * sysdeps/i386/fpu/libm-test-ulps: Update.
40156         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40157
40158 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40159
40160         * include/link.h (ELFW): New macro.
40161         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
40162         Replace ELF64_R_TYPE with ELFW(R_TYPE).
40163
40164 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40165
40166         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
40167         with uint64_t.
40168
40169 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40170
40171         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
40172         declaration.
40173         (struct La_x32_retval): Likewise.
40174
40175 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40176
40177         * sysdeps/x86_64/preconfigure.in: New file.
40178         * sysdeps/x86_64/preconfigure: New generated file.
40179
40180 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40181
40182         [BZ #13824]
40183         * math/e_exp2l.c: Include <float.h>.
40184         (__ieee754_exp2l): Handle overflow and underflow cases
40185         separately.  Only pass fractional part of argument to
40186         __ieee754_expl.
40187         * math/libm-test.inc (exp2_test): Add more tests.
40188
40189         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
40190         negating x to take absolute value.
40191         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
40192         Likewise.
40193         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
40194         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
40195         Likewise.
40196         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
40197         computing low part if x was negated.
40198         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
40199
40200 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40201
40202         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
40203         la_x32_gnu_pltexit.
40204         (pltexit): Cast int_retval to ptrdiff_t.
40205         * elf/tst-auditmod3b.c: Likewise.
40206         * elf/tst-auditmod4b.c: Likewise.
40207         * elf/tst-auditmod5b.c: Likewise.
40208         * elf/tst-auditmod6b.c: Likewise.
40209         * elf/tst-auditmod6c.c: Likewise.
40210         * elf/tst-auditmod7b.c: Likewise.
40211
40212         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
40213         and x32_gnu_pltexit.
40214
40215         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
40216         __ELF_NATIVE_CLASS.
40217         (La_x32_regs): New macro.
40218         (La_x32_retval): Likewise.
40219         (la_x32_gnu_pltenter): New function prototype.
40220         (la_x32_gnu_pltexit): Likewise.
40221
40222 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
40223
40224         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
40225         exponent.
40226
40227         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40228
40229         * configure.in (libc_cv_cc_nofma): Check for option to disable
40230         generation of FMA instructions.
40231         * configure: Regenerate.
40232         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
40233         * sysdeps/ieee754/dbl-64/Makefile: New file.
40234         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
40235         Remove brandred-fma4.
40236         (CFLAGS-brandred-fma4.c): Remove.
40237         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
40238         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
40239         define.
40240         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
40241         define.
40242
40243 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40244
40245         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40246         LLONG_MAX != LONG_MAX.
40247         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40248         (_fitoa_word): Likewise.
40249         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
40250         LLONG_MAX != LONG_MAX.
40251         * stdio-common/_itowa.h: Include <_itoa.h>.
40252         (_itowa_word): Use _ITOA_WORD_TYPE on value.
40253         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
40254         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
40255         only if not defined.
40256         (_ITOA_WORD_TYPE): Likewise.
40257         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40258         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
40259
40260 2012-03-21  David S. Miller  <davem@davemloft.net>
40261
40262         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40263
40264 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40265
40266         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
40267         of x86_64 when setting libc_cv_slibdir, libdir and
40268         libc_cv_localedir.
40269         * sysdeps/unix/sysv/linux/configure: Regenerated.
40270
40271 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40272
40273         * manual/lang.texi (Old Varargs): Remove section.
40274         (How Variadic): Update menu.
40275         (va_start): Do not mention varargs.h.
40276
40277 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40278             Joseph Myers  <joseph@codesourcery.com>
40279
40280         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
40281         link test.
40282         * configure: Regenerated.
40283
40284 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40285
40286         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
40287         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
40288         conformtest.pl
40289
40290 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40291
40292         * NOTES: Remove.
40293         * Makefile (files-for-dist): Remove NOTES.
40294         (NOTES): Remove rule.
40295         * README: Don't refer to NOTES.
40296         * manual/creature.texi: Don't include macros.texi.
40297         * manual/intro.texi (creature.texi): Remove comment referring to
40298         NOTES.
40299
40300         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
40301         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
40302         * configure: Regenerated.
40303         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
40304         LIBC_TRY_CC_OPTION.
40305         (libc_cv_as_i686): Likewise.
40306         (libc_cv_cc_avx): Likewise.
40307         (libc_cv_cc_sse2avx): Likewise.
40308         (libc_cv_cc_fma4): Likewise.
40309         (libc_cv_cc_novzeroupper): Likewise.
40310         * sysdeps/i386/configure: Regenerated.
40311
40312         [BZ #13883]
40313         * sysdeps/i386/fpu/s_cexp.S: Remove.
40314         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
40315         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
40316         * math/libm-test.inc (cexp_test): Add more tests.
40317         * sysdeps/i386/fpu/libm-test-ulps: Update.
40318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40319
40320 2012-03-21  Allan McRae  <allan@archlinux.org>
40321
40322         * timezone/Makefile: Do not install iso3166.tab and zone.tab
40323
40324 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40325
40326         [BZ #13871]
40327         * math/w_exp2.c: Do not include <float.h>.
40328         (o_threshold, u_threshold): Remove.
40329         (__exp2): Calculate result before checking finiteness and calling
40330         __kernel_standard.
40331         * math/w_exp2f.c: Likewise.
40332         * math/w_exp2l.c: Likewise.
40333         * math/libm-test.inc (exp2_test): Require overflow exception for
40334         1e6 input.
40335
40336         [BZ #3866]
40337         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
40338         range of signed 64-bit integers before using fistpll.  Remove
40339         checks for whether integers fit in mantissa bits.
40340         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
40341         the range of signed 32-bit integers before using fistpl.  Remove
40342         checks for whether integers fit in mantissa bits.
40343         * sysdeps/i386/fpu/e_powl.S (p64): New object.
40344         (__ieee754_powl): Test for y outside the range of signed 64-bit
40345         integers before using fistpll.  Reduce 64-bit values to 63-bit
40346         ones as needed.
40347         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
40348         divide-by-zero is raised for zero to large negative powers.
40349         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
40350         (__ieee754_powl): Test for y outside the range of signed 64-bit
40351         integers before using fistpll.  Reduce 64-bit values to 63-bit
40352         ones as needed.
40353         * math/libm-test.inc (pow_test): Add more tests.
40354
40355 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40356
40357         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
40358         <stdio-common/_itoa.h>.
40359         * debug/segfault.c: Likewise.
40360         * elf/dl-cache.c: Likewise.
40361         * elf/dl-minimal.c: Likewise.
40362         * elf/dl-misc.c: Likewise.
40363         * elf/dl-sysdep.c: Likewise.
40364         * elf/dl-version.c: Likewise.
40365         * elf/rtld.c: Likewise.
40366         * hurd/hurdsock.c: Likewise.
40367         * hurd/lookup-retry.c: Likewise.
40368         * malloc/malloc.c: Likewise.
40369         * malloc/mtrace.c: Likewise.
40370         * nscd/nscd_getgr_r.c: Likewise.
40371         * nscd/nscd_getpw_r.c: Likewise.
40372         * nscd/nscd_getserv_r.c: Likewise.
40373         * posix/getopt_init.c: Likewise.
40374         * posix/wordexp.c: Likewise.
40375         * stdio-common/_itoa.c: Likewise.
40376         * stdio-common/printf_fphex.c: Likewise.
40377         * stdio-common/vfprintf.c: Likewise.
40378         * string/_strerror.c: Likewise.
40379         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
40380         * sysdeps/i386/i686/hp-timing.h: Likewise.
40381         * sysdeps/mach/_strerror.c: Likewise.
40382         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
40383         * sysdeps/mach/hurd/sethostid.c: Likewise.
40384         * sysdeps/mach/hurd/xmknodat.c: Likewise.
40385         * sysdeps/mach/xpg-strerror.c: Likewise.
40386         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
40387         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
40388         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
40389         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
40390         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
40391         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
40392         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
40393         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
40394         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
40395         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
40396         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
40397         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
40398         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
40399         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
40400         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
40401         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
40402         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
40403         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
40404         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
40405         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
40406         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
40407
40408         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
40409
40410         * stdio-common/_itoa.h: Moved to ...
40411         * sysdeps/generic/_itoa.h: Here.
40412
40413         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
40414
40415         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
40416         instead of "_itoa.h" and "_itowa.h".
40417         * stdio-common/vfprintf.: Likewise.
40418
40419 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40420
40421         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
40422         <bits/wordsize.h>.
40423         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
40424         (__signbit): Likwise.
40425         (llrintf): Likwise.
40426         (llrint): Likwise.
40427
40428 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40429
40430         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
40431         __WORDSIZE != 64.
40432
40433 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
40434
40435         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
40436         OVERFLOW_EXCEPTION_OK.
40437         * math/libm-test.inc ("Philosophy"): Update comment about
40438         exception testing.
40439         (OVERFLOW_EXCEPTION): Define.
40440         (OVERFLOW_EXCEPTION_OK): Likewise.
40441         (INVALID_EXCEPTION_OK): Renumber.
40442         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40443         (IGNORE_ZERO_INF_SIGN): Likewise.
40444         (test_exceptions): Handle FE_OVERFLOW.
40445         (exp10_test): Expect overflow exceptions.
40446         (exp2_test): Likewise.
40447         (expm1_test): Likewise.
40448         (nextafter_test): Likewise.
40449         (pow_test): Likewise.
40450         (scalbn_test): Likewise.
40451         (scalbln_test): Likewise.
40452
40453 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40454
40455         * sysdeps/x86_64/bits/atomic.h
40456         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
40457         64bit integer.
40458         (atomic_exchange_acq): Likewise.
40459         (__arch_exchange_and_add_body): Likewise.
40460         (__arch_add_body): Likewise.
40461         (atomic_add_negative): Likewise.
40462         (atomic_add_zero): Likewise.
40463
40464 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40465
40466         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
40467         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
40468
40469 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40470
40471         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
40472         Check __x86_64__ instead of __WORDSIZE.
40473
40474 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40475
40476         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
40477
40478 2012-03-19  David S. Miller  <davem@davemloft.net>
40479
40480         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40481
40482         * sysdeps/sparc/fpu/fenv_private.h: New file.
40483         * sysdeps/sparc/fpu/math_private.h: Use it.
40484         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
40485         Remove.
40486         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
40487         (libc_feholdexcept_setroundl): Remove.
40488         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
40489         Remove.
40490         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
40491         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
40492
40493 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40494
40495         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
40496         int64_t instead of long int.
40497         (INSERT_WORDS64): Likwise.
40498
40499 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40500
40501         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
40502         _Unwind_GetCFA return to _Unwind_Ptr first.
40503
40504 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
40505
40506         [BZ #13629]
40507         * math/s_clog.c: Include <float.h>.
40508         (__clog): Scale large or subnormal inputs.
40509         * math/s_clogf.c: Likewise.
40510         * math/s_clogl.c: Likewise.
40511         * math/s_clog10.c: Include <float.h>.
40512         (M_LOG10_2): Define.
40513         (__clog10): Scale large or subnormal inputs.
40514         * math/s_clog10f.c: Likewise.
40515         * math/s_clog10l.c: Likewise.
40516         * math/libm-test.inc (clog_test): Add more tests.
40517         (clog10_test): Likewise.
40518         * sysdeps/i386/fpu/libm-test-ulps: Update.
40519         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40520
40521         [BZ #11451]
40522         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
40523         x and y.
40524         * math/libm-test.inc (atan2_test): Add another test.
40525
40526         * Makerules (common-objdir-compile): Remove.
40527         * sysdeps/unix/Makefile (config-generated): Do not add
40528         $(unix-generated) to variable.
40529         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
40530         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
40531         Remove rule.
40532         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
40533         Likewise.
40534         [generic bits/local_lim.h] (before-compile): Do not append to
40535         variable.
40536         [generic bits/local_lim.h] (common-generated): Likewise.
40537         [generic sys/param.h] (before-compile): Do not append to variable.
40538         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
40539         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
40540         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
40541         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
40542         include.
40543         [generic sys/param.h] (sys/param.h-includes): Remove variable.
40544         [generic sys/param.h] (sys/param.h-includes): Remove rule.
40545         [generic sys/param.h] ($(addprefix
40546         $(common-objpfx),$(sys/param.h-includes))): Likewise.
40547         [generic sys/param.h] (common-generated): Do not append to
40548         variable.
40549         [generic sys/param.h] (sysdep_headers): Likewise.
40550         [generic bits/errno.h] (before-compile): Do not append to
40551         variable.
40552         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
40553         rule.
40554         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
40555         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
40556         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
40557         [generic bits/errno.h] (common-generated): Do not append to
40558         variable.
40559         [generic bits/ioctls.h] (before-compile): Do not append to
40560         variable.
40561         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
40562         rule.
40563         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
40564         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
40565         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
40566         rule.
40567         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
40568         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
40569         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
40570         [generic bits/ioctls.h] (common-generated): Do not append to
40571         variable.
40572         [generic sys/syscall.h] (syscall.h): Remove variable.
40573         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
40574         rule.
40575         [generic sys/syscall.h] (before-compile): Do not append to
40576         variable.
40577         [generic sys/syscall.h] (common-generated): Likewise.
40578         * sysdeps/unix/errnos-tmpl.c: Remove file.
40579         * sysdeps/unix/errnos.awk: Likewise.
40580         * sysdeps/unix/ioctls-tmpl.c: Likewise.
40581         * sysdeps/unix/ioctls.awk: Likewise.
40582         * sysdeps/unix/mk-local_lim.c: Likewise.
40583         * sysdeps/unix/snarf-ioctls: Likewise.
40584
40585 2012-03-19  Richard Henderson  <rth@twiddle.net>
40586
40587         * sysdeps/i386/fpu/fenv_private.h: New file.
40588         * sysdeps/i386/fpu/math_private.h: Use it.
40589         (math_opt_barrier, math_force_eval): Remove.
40590         (libc_feholdexcept_setround_53bit): Remove.
40591         (libc_feupdateenv_53bit): Remove.
40592         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40593         (math_opt_barrier, math_force_eval): Remove.
40594         (libc_feholdexcept): Remove.
40595         (libc_feholdexcept_setround): Remove.
40596         (libc_fetestexcept, libc_fesetenv): Remove.
40597         (libc_feupdateenv_test): Remove.
40598         (libc_feupdateenv, libc_feholdsetround): Remove.
40599         (libc_feresetround): Remove.
40600
40601         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
40602         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
40603
40604         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
40605         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
40606         (libc_feupdateenv_testl): New.
40607         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
40608         (libc_feupdateenv_testf): New.
40609         (libc_feupdateenv): Use libc_feupdateenv_test.
40610         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
40611         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
40612
40613         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
40614         (libc_feholdsetroundf, libc_feholdsetroundl): New.
40615         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
40616         (libc_feresetround_noex): New.
40617         (libc_feresetround_noexf): New.
40618         (libc_feresetround_noexl): New.
40619         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
40620         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
40621         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
40622         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
40623         SET_RESTORE_ROUND.
40624         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
40625         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
40626         (__cos): Likewise.
40627         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
40628         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
40629         SET_RESTORE_ROUND_NOEX.
40630         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
40631         SET_RESTORE_ROUND_NOEXF.
40632         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
40633         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
40634         (libc_feholdsetroundf): New.
40635         (libc_feresetround, libc_feresetroundf): New.
40636
40637         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
40638         (libc_feholdexcept_setround_53bit): Convert from macro to function.
40639         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
40640
40641         * sysdeps/generic/math_private.h: Include <fenv.h>.
40642         (default_libc_feholdexcept): New.
40643         (default_libc_feholdexcept_setround): New.
40644         (default_libc_fesetenv, default_libc_feupdateenv): New.
40645         (libc_feholdexcept): Only define if undefined.
40646         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
40647         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
40648         (libc_feholdexcept_setroundl): Likewise.
40649         (libc_feholdexcept_setround_53bit): Likewise.
40650         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
40651         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
40652         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
40653         (libc_feupdateenv_53bit): Likewise.
40654         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
40655         (libc_feholdexcept): Convert from macro to inline function.
40656         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
40657         (libc_fesetenv, libc_feupdateenv): Likewise.
40658
40659         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
40660         not previously defined.
40661         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
40662         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
40663         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
40664         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
40665         * sysdeps/ieee754/flt-32/math_private.h: New file.
40666         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
40667         math_private.h below SET_FLOAT_WORD.
40668         (__isnan, __isinf_ns, __finite): Remove.
40669         (__isnanf, __isinf_nsf, __finitef): Remove.
40670
40671 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
40672
40673         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40674
40675 2012-03-17  David S. Miller  <davem@davemloft.net>
40676
40677         [BZ #6471]
40678         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
40679         for 2.16.
40680
40681 2012-03-16  David S. Miller  <davem@davemloft.net>
40682
40683         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
40684         warnings.
40685
40686         [BZ #6471]
40687         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
40688         properly.
40689         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
40690         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
40691         sysdep_routines when subdir is sysvipc.
40692         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
40693         __getshmlba helper.
40694
40695         * sysdeps/sparc/fpu/libm-test/ulps: Update.
40696
40697 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40698
40699         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
40700         [__LP64__].
40701
40702 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40703
40704         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
40705         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
40706         (__lround): Renamed to ...
40707         (__llround): This.  Replace long int with long long int.
40708         Define lround functions as aliases of llround functions.
40709         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
40710
40711 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40712
40713         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
40714         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
40715         adresses to uintptr_t.  Replace "long int" and "unsigned long
40716         int" with "greg_t" on va_arg.
40717
40718 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40719
40720         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
40721         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
40722
40723         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
40724         Move e_machine check before EI_CLASS check.  Handle x32
40725         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
40726         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
40727         SKIP_EM_IA_64 and include
40728         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
40729
40730         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
40731         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
40732         (add_system_dir): New macro.
40733
40734         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
40735         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
40736
40737 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40738
40739         [BZ #2551]
40740         [BZ #2552]
40741         [BZ #2553]
40742         [BZ #2554]
40743         [BZ #2562]
40744         [BZ #2563]
40745         [BZ #2565]
40746         [BZ #2566]
40747         [BZ #2576]
40748         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40749         (y0): Likewise.
40750         * math/w_j0f.c (j0f): Likewise.
40751         (y0f): Likewise.
40752         * math/w_j0l.c (__j0l): Likewise.
40753         (__y0l): Likewise.
40754         * math/w_j1.c (j1): Likewise.
40755         (y1): Likewise.
40756         * math/w_j1f.c (j1f): Likewise.
40757         (y1f): Likewise.
40758         * math/w_j1l.c (__j1l): Likewise.
40759         (__y1l): Likewise.
40760         * math/w_jn.c (jn): Likewise.
40761         (yn): Likewise.
40762         * math/w_jnf.c (jnf): Likewise.
40763         (ynf): Likewise.
40764         * math/w_jnl.c (__jnl): Likewise.
40765         (__ynl): Likewise.
40766         * math/libm-test.inc (j0_test): Add more tests.
40767         (j1_test): Likewise.
40768         (jn_test): Likewise.  Add trailing semicolon to existing test.
40769         (y0_test): Likewise.
40770         (y1_test): Likewise.
40771         * sysdeps/i386/fpu/libm-test-ulps: Update.
40772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40773
40774         [BZ #13851]
40775         [BZ #13854]
40776         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40777         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40778         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40779         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40780         (__tanl): Set errno for infinite argument.
40781         * sysdeps/i386/fpu/mptan.c: Remove.
40782         * sysdeps/i386/fpu/s_tan.S: Likewise.
40783         * sysdeps/i386/fpu/s_tanl.S: Likewise.
40784         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40785         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40786         * math/libm-test.inc (tan_test): Add more tests and enable more
40787         tests for double and long double.
40788         * sysdeps/i386/fpu/libm-test-ulps: Update.
40789         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40790
40791 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
40792
40793         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40794         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40795
40796 2012-03-16  Roland McGrath  <roland@hack.frob.com>
40797
40798         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40799         * configure.in: Use it for both main tree and add-ons.
40800         * configure: Regenerated.
40801
40802 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40803
40804         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40805
40806 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40807
40808         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40809         in comment.
40810
40811         [BZ #13851]
40812         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40813         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40814         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40815         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40816         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40817         infinite argument.
40818         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40819         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40820         != 0 for prec == 2.
40821         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40822         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40823         * sysdeps/i386/fpu/s_cosl.S: Likewise.
40824         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40825         * sysdeps/i386/fpu/s_sinl.S: Likewise.
40826         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40827         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40828         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40829         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40830         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40831         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40832         * math/libm-test.inc (cos_test): Add more tests and enable more
40833         tests for long double.
40834         (sin_test): Likewise.
40835         (sincos_test): Likewise.
40836         * sysdeps/i386/fpu/libm-test-ulps: Update.
40837         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40838
40839 2012-03-16  David S. Miller  <davem@davemloft.net>
40840
40841         * sysdeps/sparc/fpu/math_private.h: New file.
40842
40843 2012-03-15  David S. Miller  <davem@davemloft.net>
40844
40845         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40846         file.
40847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
40848         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40849         file.
40850         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40851         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40852         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40853         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40854         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40855         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40856         sysdep routines.
40857         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40858
40859         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40860         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40861
40862         * sysdeps/sparc/sparc-ifunc.h: New file.
40863         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40864         sparc-ifunc.h
40865         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
40866         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40867         Likewise.
40868         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40869         Likewise.
40870         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40872         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
40873         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40874         Likewise.
40875         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40876         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40877         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40878         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
40879         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40880         Likewise.
40881         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40882         Likewise.
40883         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40884         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40886         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
40887         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
40888         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
40889         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
40890         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
40891         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
40892         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
40893         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
40894         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
40895         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
40896         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
40897         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
40898         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
40899         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
40900         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
40901         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
40902         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
40903         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
40904         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
40905         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
40906         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
40907
40908 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40909
40910         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
40911         scaling.
40912         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40913
40914 2012-03-15  Andreas Jaeger  <aj@suse.de>
40915
40916         [BZ #13852]
40917         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
40918         ieee754/flt-32 implementation for sin, cos and sincos.
40919         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
40920         * sysdeps/i386/fpu/s_cosf.S: Likewise.
40921         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
40922         * sysdeps/i386/fpu/s_sinf.S: Likewise.
40923         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
40924         ieee754/flt-32 implementation for tan.
40925
40926         * math/libm-test.inc (cos_test): Enable some large input tests for
40927         float as well
40928         (sin_test): Likewise.
40929         (sincos_test): Likewise.
40930         (tan_test): Add tests for large input.
40931
40932         * sysdeps/i386/fpu/libm-test-ulps: Update.
40933
40934 2012-03-15  Andreas Jaeger  <aj@suse.de>
40935
40936         [BZ #13658]
40937         * math/libm-test.inc (cos_test): Add more test cases.
40938         (sin_test): Likewise.
40939         (sincos_test): Likewise.
40940
40941 2012-03-15  Andreas Jaeger  <aj@suse.de>
40942
40943         [BZ #13837]
40944         * math/libm-test.inc (cos_test): Add a test case for large input
40945         value.
40946         (sin_test): Likewise.
40947         (sincos_test): Likewise.
40948
40949 2012-03-15  Andreas Jaeger  <aj@suse.de>
40950             Joseph Myers  <joseph@codesourcery.com>
40951
40952         [BZ #13658]
40953         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
40954         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
40955         * sysdeps/i386/fpu/branred.c: Likewise.
40956         * sysdeps/i386/fpu/dosincos.c: Likewise.
40957         * sysdeps/i386/fpu/mpa.c: Likewise.
40958         * sysdeps/i386/fpu/s_cos.S: Likewise.
40959         * sysdeps/i386/fpu/s_sin.S: Likewise.
40960         * sysdeps/i386/fpu/s_sincos.S: Likewise.
40961         * sysdeps/i386/fpu/sincos32.c: Likewise.
40962
40963         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
40964         Define.
40965         (libc_feupdateenv_53bit): Define.
40966         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
40967         Define.
40968         (libc_feupdateenv_53bit): Define.
40969
40970         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
40971         53 bit (without extend i386 double precision).
40972
40973         * math/libm-test.inc (sincos_test): Add tests for large input.
40974         (sin): Likewise.
40975         (cos): Likewise.
40976
40977         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
40978
40979 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40980
40981         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40982
40983 2012-03-15  David S. Miller  <davem@davemloft.net>
40984
40985         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
40986         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
40987         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
40988         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
40989         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
40990         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
40991         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
40992         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
40993         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
40994         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
40995         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
40996         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
40997         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
40998         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
40999         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
41000         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
41001         file.
41002         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
41003         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
41004         file.
41005         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
41006         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
41007         file.
41008         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
41009         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
41010         file.
41011         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
41012         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
41013         fmin/fmax sysdep routines.
41014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41015
41016 2012-03-14  David S. Miller  <davem@davemloft.net>
41017
41018         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
41019         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
41020         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
41021         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
41022         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
41023         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
41024         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
41025         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
41026         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
41027         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
41028         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
41029         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
41030         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
41031         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
41032         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
41033         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
41034         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
41035         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
41036         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
41037         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
41038         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
41039         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
41040         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
41041         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
41042         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
41043         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
41044         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
41045         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
41046         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
41047         routines.
41048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
41049         file.
41050         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
41051         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
41052         file.
41053         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
41054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
41055         file.
41056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
41057         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
41058         file.
41059         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
41060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
41061         file.
41062         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
41063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
41064         file.
41065         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
41066         file.
41067         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
41068         file.
41069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
41070         file.
41071         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
41072         New file.
41073         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
41074         file.
41075         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
41076         file.
41077         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
41078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
41079         file.
41080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
41081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
41082         file.
41083         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
41084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
41085         file.
41086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
41087         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
41088         VIS3 routines.
41089
41090         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
41091         New file.
41092
41093         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41094
41095         * sysdeps/sparc/configure.in: New file.
41096         * sysdeps/sparc/configure: Generate.
41097         * configure.in (libc_cv_sparc_as_vis3): Substitute.
41098         * configure: Regenerate.
41099         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
41100         * config.make.in (have-as-vis3): New.
41101         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
41102         available use -Av9d instead of -Av9a.
41103         * sysdeps/sparc/sparc64/Makefile: Likewise.
41104         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
41105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
41106         New file.
41107         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
41108         file.
41109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
41110         New file.
41111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
41112         file.
41113         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
41114         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
41115         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
41116         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
41117         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
41118
41119         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
41120         fzeros/fnegs to load 0x80000000 into a float register instead of
41121         using the stack.
41122         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
41123
41124 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41125
41126         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41127         bits/syscall.h.
41128         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
41129         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
41130         ($(inst_includedir)/bits/syscall.h): Remove rule.
41131         ($(objpfx)bits/syscall.d): Include instead of
41132         $(objpfx)syscall-list.d.
41133         (generated): Change syscall-list.h and syscall-list.d to
41134         bits/syscall.h and bits/syscall.d.
41135
41136 2012-03-14  Roland McGrath  <roland@hack.frob.com>
41137
41138         [BZ #13846]
41139         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
41140
41141 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41142
41143         [BZ #13841]
41144         * math/s_csqrt.c: Include <float.h>.
41145         (__csqrt): Scale large or subnormal inputs.
41146         * math/s_csqrtf.c: Likewise.
41147         * math/s_csqrtl.c: Likewise.
41148         * math/libm-test.inc (csqrt_test): Add more tests.
41149         * sysdeps/i386/fpu/libm-test-ulps: Update.
41150         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41151
41152         [BZ #13840]
41153         * math/libm-test.inc (hypot_test): Add more tests.
41154
41155 2012-03-13  David S. Miller  <davem@davemloft.net>
41156
41157         [BZ #13840]
41158         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
41159         double-precision for the calculation instead of scaling.
41160
41161 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
41162
41163         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
41164         manipulate bits before adding and subtracting TWO52[sx].
41165         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
41166         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
41167         Likewise.
41168         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
41169
41170 2012-03-13  David S. Miller  <davem@davemloft.net>
41171
41172         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
41173         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
41174         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
41175         rtld-global-offsets.h
41176         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41177
41178         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
41179         large parameters.
41180
41181         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
41182
41183         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
41184         'err' in the ifdef scope in which it is actually used.
41185
41186         * nss/nss_db/db-init.c: Include string.h
41187
41188 2012-03-12  David S. Miller  <davem@davemloft.net>
41189
41190         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
41191         masking out of the most significant byte of random value used.
41192         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41193         Fix coding style in previous change.
41194
41195         * sysdeps/unix/sysv/linux/kernel-features.h
41196         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
41197         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
41198         expression.
41199         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
41200         later.
41201
41202 2012-03-11  David S. Miller  <davem@davemloft.net>
41203
41204         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
41205         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
41206         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
41207         for 'resultvar' otherwise things get truncated on 64-bit.
41208
41209         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41210         Fix masking out of the most significant byte of random value used.
41211
41212         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41213
41214 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
41215
41216         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41217
41218 2012-03-09  David S. Miller  <davem@davemloft.net>
41219
41220         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
41221         variables with appropriate CPP guards.
41222         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
41223         from the frame pointer, not the stack pointer.  Correct layout
41224         comments.  Fix test on resulting framesize and the management of
41225         the outregs buffer for pltexit.  Preserve floating point return
41226         values across _dl_call_pltexit call.
41227         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
41228         framesize and the management of the outregs buffer for pltexit.
41229         Preserve floating point return values across _dl_call_pltexit
41230         call.
41231         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
41232         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
41233         (la_sparc64_gnu_pltexit): New functions.
41234         (print_exit): Fix format string for return register value.
41235
41236 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
41237
41238         * sunrpc/Makefile (others): Add rpcgen.
41239         ($(objpfx)rpcgen): Remove special build rule and dependency on
41240         libc.
41241         * sunrpc/rpcgen.c: New file.
41242
41243 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
41244
41245         [BZ #13673]
41246         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
41247         * stdio-common/bug-vfprintf-nargs.c: Likewise.
41248         * sysdeps/i386/crti.S: Likewise.
41249         * sysdeps/i386/crtn.S: Likewise.
41250         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
41251         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
41252         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
41253         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
41254         * sysdeps/sh/crti.S: Likewise.
41255         * sysdeps/sh/crtn.S: Likewise.
41256         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41257
41258         [BZ #13673]
41259         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
41260         with URL.
41261         * locale/programs/locfile-kw.gperf: Likewise.
41262         * locale/programs/charmap-kw.h: Regenerated.
41263         * locale/programs/locfile-kw.h: Likewise.
41264
41265         [BZ #13673]
41266         * intl/plural.y: Replace FSF snail mail address with URL.
41267         * intl/plural.c: Regenerated.
41268
41269 2012-03-09  Richard Henderson  <rth@twiddle.net>
41270
41271         * include/math_private.h: Remove file.
41272         * math/math_private.h: Move file ...
41273         * sysdeps/generic/math_private.h: ... here.
41274
41275         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
41276         * sysdeps/powerpc/fpu/math_private.h: Likewise.
41277         * sysdeps/x86_64/fpu/math_private.h: Likewise.
41278
41279         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
41280         and <math_private.h>.
41281         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41282         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41283         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41284         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41285         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41286         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
41287         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
41288         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41289         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
41290         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
41291         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41292         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41293         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
41294         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41295         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
41296         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
41297         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
41298         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
41299         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
41300         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
41301         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41302         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
41303         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
41304         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41305         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
41306         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
41307         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
41308         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
41309         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41310         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41311         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
41312         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41313         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
41314         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
41315         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41316         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41317         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
41318         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41319         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41320         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41321         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
41322         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41323         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41324         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
41325         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
41326         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41327         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
41328         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
41329         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
41330         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41331         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
41332         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
41333         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
41334         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41335         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
41336         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
41337         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41338         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
41339         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
41340         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
41341         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
41342         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
41343         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41344         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41345         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
41346         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
41347         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
41348         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
41349         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
41350         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
41351         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
41352         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41353         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
41354         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41355         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
41356         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
41357         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
41358         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41359         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
41360         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
41361         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
41362         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
41363         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
41364         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
41365         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
41366         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
41367         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
41368         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
41369         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
41370         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41371         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41372         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
41373         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41374         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
41375         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
41376         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
41377         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
41378         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
41379         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
41380         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
41381         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
41382         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
41383         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
41384         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
41385         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41386         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
41387         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
41388         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
41389         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41390         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41391         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41392         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41393         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
41394         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41395         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
41396         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41397         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41398         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41399         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41400         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
41401         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41402         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41403         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41404         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
41405         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41406         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41407         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
41408         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
41409         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41410         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
41411         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
41412         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
41413         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41414         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
41415         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
41416         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41417         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
41418         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41419         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
41420         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
41421         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41422         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41423         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41424         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
41425         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
41426         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41427         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41428         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41429         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
41430         * sysdeps/ieee754/k_standard.c: Likewise.
41431         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
41432         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
41433         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41434         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
41435         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
41436         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
41437         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
41438         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
41439         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
41440         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
41441         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
41442         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
41443         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
41444         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
41445         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
41446         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
41447         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
41448         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
41449         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
41450         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
41451         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
41452         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
41453         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41454         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41455         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
41456         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
41457         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41458         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41459         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41460         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41461         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
41462         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41463         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41464         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41465         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
41466         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41467         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41468         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
41469         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
41470         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41471         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
41472         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
41473         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
41474         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41475         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
41476         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
41477         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41478         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41479         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41480         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41481         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41482         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
41483         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41484         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
41485         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41486         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41487         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
41488         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
41489         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41490         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41491         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41492         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
41493         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41494         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
41495         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41496         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41497         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
41498         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
41499         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
41500         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
41501         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
41502         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41503         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
41504         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
41505         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
41506         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
41507         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
41508         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
41509         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41510         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
41511         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
41512         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
41513         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41514         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41515         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
41516         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41517         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41518         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
41519         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41520         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41521         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
41522         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41523         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
41524         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
41525         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41526         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41527         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
41528         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
41529         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
41530         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
41531         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41532         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41533         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41534         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41535         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
41536         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41537         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41538         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
41539         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
41540         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41541         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41542         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41543         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
41544         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41545         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
41546         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
41547         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
41548         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41549         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
41550         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
41551         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
41552         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
41553         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
41554         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
41555         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41556         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
41557         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41558         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41559         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41560         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41561         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41562         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41563         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41564         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
41565         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41566         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41567         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
41568         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
41569         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41570         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
41571         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
41572         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41573         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
41574         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
41575         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41576         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41577         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41578         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41579         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41580         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
41581         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41582         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
41583         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41584         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41585         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
41586         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
41587         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41588         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41589         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41590         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
41591         * sysdeps/ieee754/s_lib_version.c: Likewise.
41592         * sysdeps/ieee754/s_matherr.c: Likewise.
41593         * sysdeps/ieee754/s_signgam.c: Likewise.
41594         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
41595         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
41596         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
41597         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
41598         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
41599         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41600         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
41601         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
41602         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
41603         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
41604         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
41605         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
41606         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41607         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41608         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
41609         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
41610         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
41611         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
41612         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
41613         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41614         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41615
41616 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41617
41618         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
41619         * sunrpc/rpc_main.c: Likewise.
41620         * sunrpc/rpc_svcout.c: Likewise.
41621
41622 2012-03-09  David S. Miller  <davem@davemloft.net>
41623
41624         * include/math_private.h: New file.
41625
41626 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41627
41628         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
41629         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
41630         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
41631         from <bits/socket_type.h>.
41632         (enum __socket_type): Don't define here.
41633         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
41634         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41635         bits/socket_type.h.
41636
41637         [BZ #13566]
41638         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
41639         checking __USE_GNU.
41640
41641         * Makerules ($(inst_includedir)/%.h): New rule.
41642         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
41643         (install-others): Remove variable setting.
41644         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
41645
41646 2012-03-08  Richard Henderson  <rth@twiddle.net>
41647
41648         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
41649         from macro to inline function; merge with the
41650         !__LIBC_INTERNAL_MATH_INLINES version.
41651         (__ieee754_sqrtf): Likewise.
41652
41653         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
41654         to inline function.
41655         (__rintf, __floor, __floorf): Likewise.
41656
41657         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
41658         macro to inline function.
41659         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
41660
41661         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
41662         not <math/math_private.h>.
41663
41664 2012-03-08  David S. Miller  <davem@davemloft.net>
41665
41666         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
41667         copyright year.
41668         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
41669
41670 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
41671
41672         * resolv/gai_misc.c (handle_requests): Fix struct timespec
41673         normalization.
41674         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
41675         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
41676
41677 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
41678
41679         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
41680         be defined individually, they must be defined as a block.  Define
41681         S for printing a string instead of hidint the different by using a
41682         macro for adding the 'l'.
41683         * stdio-common/tst-fphex-wide.c: Adjust.
41684
41685 2012-03-07  Marek Polacek  <polacek@redhat.com>
41686
41687         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
41688
41689 2012-03-08  Marek Polacek  <polacek@redhat.com>
41690
41691         [BZ #13806]
41692         * stdio-common/Makefile (tests): Add tst-fphex-wide.
41693         * stdio-common/tst-fphex.c: Define a few macros to make the
41694         test reusable.  Use them.
41695         * stdio-common/tst-fphex-wide.c: New file.
41696
41697 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
41698
41699         [BZ #6911]
41700         * manual/macros.texi (gnusystems): New macro.
41701         (nongnusystems): Likewise.
41702         (gnulinuxhurdsystems): Likewise.
41703         (gnuhurdsystems): Likewise..
41704         (gnulinuxsystems): Likewise.
41705         * manual/charset.texi: Use new macros or @theglibc{} to refer to
41706         variants of the GNU system, not "GNU system".
41707         * manual/conf.texi: Likewise.
41708         * manual/errno.texi: Likewise.  Update example of errno macro
41709         expansion.
41710         * manual/filesys.texi: Likewise.
41711         (getumask): Document as specific to GNU/Hurd.
41712         * manual/install.texi: Likewise.  Reword some references to
41713         GNU/Linux.
41714         * manual/intro.texi: Likewise.
41715         * manual/io.texi: Likewise.
41716         (File Name Portability): Detail which constraints are inapplicable
41717         to all GNU systems and which are only inapplicable to GNU/Hurd.
41718         * manual/job.texi: Likewise.
41719         * manual/llio.texi: Likewise.
41720         (O_NOCTTY): Document as present on GNU/Linux.
41721         * manual/maint.texi: Likewise.
41722         * manual/memory.texi: Likewise.
41723         * manual/pattern.texi: Likewise.
41724         * manual/pipe.texi: Likewise.
41725         * manual/process.texi: Likewise.
41726         * manual/resource.texi: Likewise.
41727         (RUSAGE_CHILDREN): Remove statement about specifying a particular
41728         child on GNU/Hurd.
41729         * manual/setjmp.texi: Likewise.
41730         * manual/signal.texi: Likewise.
41731         * manual/startup.texi: Likewise.
41732         * manual/stdio.texi: Likewise.
41733         * manual/terminal.texi: Likewise.
41734         (ONLCR): Document as POSIX.
41735         (OXTABS): Document availability on GNU/Linux as XTABS.
41736         (ONOEOT): Document availability separately from other bits.
41737         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
41738         * manual/time.texi: Likewise.
41739         * manual/users.texi: Likewise.
41740         * INSTALL: Regenerated.
41741         * sysdeps/gnu/errlist.c: Regenerated.
41742
41743         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
41744         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
41745         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
41746         puts.
41747         * configure: Regenerated.
41748
41749 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
41750
41751         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41752         default includes instead of AC_HEADER_CHECK.
41753         * sysdeps/i386/configure: Regenerated.
41754
41755         [BZ #10716]
41756         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41757         * math/s_cacoshf.c (__cacoshf): Likewise.
41758         * math/s_cacoshl.c (__cacoshl): Likewise.
41759         * math/s_casinh.c (__casinh): Set signs of result from argument.
41760         * math/s_casinhf.c (__casinhf): Likewise.
41761         * math/s_casinhl.c (__casinhl): Likewise.
41762         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41763         (casinh_test): Add more tests.
41764         * sysdeps/i386/fpu/libm-test-ulps: Update.
41765         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41766
41767 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
41768
41769         * po/zh_TW.po: Update from translation team.
41770
41771         * login/Makefile (distribute): Remove variable.
41772         * catgets/Makefile: Likewise.
41773         * mach/Makefile: Likewise.
41774         * malloc/Makefile: Likewise.
41775         * misc/Makefile: Likewise.
41776         * iconv/Makefile: Likewise.
41777         * nscd/Makefile: Likewise.
41778         * hurd/Makefile: Likewise.
41779         * manual/Makefile: Likewise.
41780         * locale/Makefile: Likewise.
41781         * intl/Makefile: Likewise.
41782         * conform/Makefile: Likewise.
41783         * nss/Makefile: Likewise.
41784         * time/Makefile: Likewise.
41785         * soft-fp/Makefile: Likewise.
41786         * dirent/Makefile: Likewise.
41787         * gmon/Makefile: Likewise.
41788         * po/Makefile: Likewise.
41789         * rt/Makefile: Likewise.
41790         * socket/Makefile: Likewise.
41791         * math/Makefile: Likewise.
41792         * signal/Makefile: Likewise.
41793         * debug/Makefile: Likewise.
41794         * elf/Makefile: Likewise.
41795         * timezone/Makefile: Likewise.
41796         * stdlib/Makefile: Likewise.
41797         * iconvdata/Makefile: Likewise.
41798         * sunrpc/Makefile: Likewise.
41799         * io/Makefile: Likewise.
41800         * argp/Makefile: Likewise.
41801         * inet/Makefile: Likewise.
41802         * hesiod/Makefile: Likewise.
41803         * grp/Makefile: Likewise.
41804         * csu/Makefile: Likewise.
41805         * wctype/Makefile: Likewise.
41806         * crypt/Makefile: Likewise.
41807         * libio/Makefile: Likewise.
41808         * string/Makefile: Likewise.
41809         * nis/Makefile: Likewise.
41810         * resolv/Makefile: Likewise.
41811         * stdio-common/Makefile: Likewise.
41812         * wcsmbs/Makefile: Likewise.
41813         * dlfcn/Makefile: Likewise.
41814         * posix/Makefile: Likewise.
41815
41816         [BZ #6959]
41817         * timezone/Makefile: Don't install timezone files, just the programs
41818         and scripts.
41819
41820 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
41821
41822         * nss/databases.def: Add missing gshadow entry.
41823
41824         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
41825
41826 2012-03-06  Marek Polacek  <polacek@redhat.com>
41827
41828         [BZ #13726]
41829         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41830         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41831         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41832         * stdio-common/tst-long-dbl-fphex.c: New file.
41833
41834 2012-03-06  David S. Miller  <davem@davemloft.net>
41835
41836         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41837         (set_obp_int): New function.
41838         (get_obp_int): New function.
41839         (__get_clockfreq_via_dev_openprom): Likewise.
41840         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41841         Avoid unused variable warnings on 'val' and use builtin_expect.
41842         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41843         __builtin_expect.
41844         (INLINE_CLONE_SYSCALL): Likewise.
41845
41846 2012-03-05  David S. Miller  <davem@davemloft.net>
41847
41848         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41849
41850 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
41851
41852         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41853
41854         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41855         only for |x| >= 40.
41856         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41857
41858 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
41859
41860         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41861         Replace gettimeofday with __vdso_gettimeofday.
41862
41863         * sysdeps/unix/sysv/linux/x86_64/init-first.c
41864         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41865         __vdso_clock_gettime and __vdso_getcpu.
41866
41867         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41868         time with __vdso_time.
41869
41870 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41871
41872         * manual/lang.texi (size_t): Note types to which size_t may be
41873         equivalent with the GNU C Library, but do not describe when
41874         differences between them are significant.
41875
41876 2012-03-05  Andreas Jaeger  <aj@suse.de>
41877
41878         * sysdeps/i386/fpu/libm-test-ulps: Update.
41879
41880 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41881
41882         [BZ #3976]
41883         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41884         (__ieee754_pow): Save and restore rounding mode and use
41885         round-to-nearest for main computations.
41886         * math/libm-test.inc (pow_test_tonearest): New function.
41887         (pow_test_towardzero): Likewise.
41888         (pow_test_downward): Likewise.
41889         (pow_test_upward): Likewise.
41890         (main): Call the new functions.
41891         * sysdeps/i386/fpu/libm-test-ulps: Update.
41892         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41893
41894         [BZ #3976]
41895         * math/libm-test.inc (cosh_test_tonearest): New function.
41896         (cosh_test_towardzero): Likewise.
41897         (cosh_test_downward): Likewise.
41898         (cosh_test_upward): Likewise.
41899         (sinh_test_tonearest): Likewise.
41900         (sinh_test_towardzero): Likewise.
41901         (sinh_test_downward): Likewise.
41902         (sinh_test_upward): Likewise.
41903         (main): Call the new functions.
41904         * sysdeps/i386/fpu/libm-test-ulps: Update.
41905         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41906
41907 2012-03-05  Tom de Vries  <tom@codesourcery.com>
41908
41909         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
41910         default stack guard is set in last bytes.
41911         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
41912
41913 2012-03-05  Kees Cook  <keescook@chromium.org>
41914
41915         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
41916
41917         [BZ #13656]
41918         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
41919         possibly allocate from heap instead of stack.
41920         * stdio-common/bug-vfprintf-nargs.c: New file.
41921         * stdio-common/Makefile (tests): Add nargs overflow test.
41922
41923 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
41924
41925         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41926
41927 2012-03-03  Marek Polacek  <polacek@redhat.com>
41928
41929         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
41930         * math/math_private.h: Likewise.
41931         * stdlib/tst-strtod.c: Likewise.
41932         * sysdeps/i386/i486/bits/atomic.h: Likewise.
41933         * sysdeps/x86_64/bits/atomic.h: Likewise.
41934
41935 2012-03-02  David S. Miller  <davem@davemloft.net>
41936
41937         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
41938         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
41939         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
41940         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
41941         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
41942         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
41943         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
41944         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
41945
41946 2012-03-02  Roland McGrath  <roland@hack.frob.com>
41947
41948         [BZ #13792]
41949         * manual/examples/README: New file, says the example source files
41950         can be used under GPL>=2.
41951         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
41952         line containing just "*/".
41953         * manual/examples/add.c: Add copyright header (GPL>=2).
41954         * manual/examples/argp-ex1.c: Likewise.
41955         * manual/examples/argp-ex2.c: Likewise.
41956         * manual/examples/argp-ex3.c: Likewise.
41957         * manual/examples/argp-ex4.c: Likewise.
41958         * manual/examples/atexit.c: Likewise.
41959         * manual/examples/db.c: Likewise.
41960         * manual/examples/dir.c: Likewise.
41961         * manual/examples/dir2.c: Likewise.
41962         * manual/examples/execinfo.c: Likewise.
41963         * manual/examples/filecli.c: Likewise.
41964         * manual/examples/filesrv.c: Likewise.
41965         * manual/examples/fmtmsgexpl.c: Likewise.
41966         * manual/examples/genpass.c: Likewise.
41967         * manual/examples/inetcli.c: Likewise.
41968         * manual/examples/inetsrv.c: Likewise.
41969         * manual/examples/isockad.c: Likewise.
41970         * manual/examples/longopt.c: Likewise.
41971         * manual/examples/memopen.c: Likewise.
41972         * manual/examples/memstrm.c: Likewise.
41973         * manual/examples/mkfsock.c: Likewise.
41974         * manual/examples/mkisock.c: Likewise.
41975         * manual/examples/mygetpass.c: Likewise.
41976         * manual/examples/pipe.c: Likewise.
41977         * manual/examples/popen.c: Likewise.
41978         * manual/examples/rprintf.c: Likewise.
41979         * manual/examples/search.c: Likewise.
41980         * manual/examples/select.c: Likewise.
41981         * manual/examples/setjmp.c: Likewise.
41982         * manual/examples/sigh1.c: Likewise.
41983         * manual/examples/sigusr.c: Likewise.
41984         * manual/examples/stpcpy.c: Likewise.
41985         * manual/examples/strdupa.c: Likewise.
41986         * manual/examples/strftim.c: Likewise.
41987         * manual/examples/strncat.c: Likewise.
41988         * manual/examples/subopt.c: Likewise.
41989         * manual/examples/swapcontext.c: Likewise.
41990         * manual/examples/termios.c: Likewise.
41991         * manual/examples/testopt.c: Likewise.
41992         * manual/examples/testpass.c: Likewise.
41993         * manual/examples/timeval_subtract.c: Likewise.
41994
41995         [BZ #13792]
41996         * manual/time.texi (Elapsed Time): Move timeval_subtract example
41997         function to ...
41998         * manual/timeval_subtract.c.texi: ... here, new file.
41999
42000 2012-03-02  David S. Miller  <davem@davemloft.net>
42001
42002         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
42003
42004 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
42005
42006         [BZ #3976]
42007         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
42008         (__sin): Save and restore rounding mode and use round-to-nearest
42009         for all computations.
42010         (__cos): Save and restore rounding mode and use round-to-nearest
42011         for all computations.
42012         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
42013         <fenv.h>.
42014         (tan): Save and restore rounding mode and use round-to-nearest for
42015         all computations.
42016         * math/libm-test.inc (cos_test_tonearest): New function.
42017         (cos_test_towardzero): Likewise.
42018         (cos_test_downward): Likewise.
42019         (cos_test_upward): Likewise.
42020         (sin_test_tonearest): Likewise.
42021         (sin_test_towardzero): Likewise.
42022         (sin_test_downward): Likewise.
42023         (sin_test_upward): Likewise.
42024         (tan_test_tonearest): Likewise.
42025         (tan_test_towardzero): Likewise.
42026         (tan_test_downward): Likewise.
42027         (tan_test_upward): Likewise.
42028         (main): Call the new functions.
42029         * sysdeps/i386/fpu/libm-test-ulps: Update.
42030         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42031
42032         [BZ #10135]
42033         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
42034         small n, then large n, before computing and testing k+n.
42035         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
42036         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
42037         Likewise.
42038         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
42039         Likewise.
42040         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
42041         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
42042         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
42043         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
42044         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
42045         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
42046         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
42047         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
42048         * math/libm-test.inc (scalbn_test): Add more tests.
42049         (scalbln_test): Likewise.
42050
42051         * manual/filesys.texi (mode_t): Describe constraints on size and
42052         signedness, not exact equivalence to a particular type.
42053         (ino_t): Likewise.
42054         (ino64_t): Likewise.
42055         (dev_t): Likewise.
42056         (nlink_t): Likewise.
42057         (blkcnt_t): Likewise.
42058         (blkcnt64_t): Likewise.
42059         * manual/llio.texi (off_t): Likewise.
42060
42061         [BZ #3976]
42062         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
42063         (__ieee754_exp): Save and restore rounding mode and use
42064         round-to-nearest for all computations.
42065         * math/libm-test.inc (exp_test_tonearest): New function.
42066         (exp_test_towardzero): Likewise.
42067         (exp_test_downward): Likewise.
42068         (exp_test_upward): Likewise.
42069         (main): Call the new functions.
42070         * sysdeps/i386/fpu/libm-test-ulps: Update.
42071         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42072
42073 2012-03-01  Chris Demetriou  <cgd@google.com>
42074
42075         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
42076         have predictable order.
42077
42078 2012-03-01  David S. Miller  <davem@davemloft.net>
42079
42080         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
42081
42082         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
42083         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
42084         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
42085         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
42086
42087         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
42088         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
42089         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
42090         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
42091         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
42092         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
42093         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
42094         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
42095         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
42096
42097         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42098
42099         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
42100         * sysdeps/sparc/fpu/libm-test-ulps: to here.
42101         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
42102
42103         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
42104         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
42105         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42106         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
42107         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
42108         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
42109         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
42110         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
42111         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42112         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
42113         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
42114         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42115         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42116         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42117         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42118         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42119         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
42120         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
42121         * sysdeps/sparc/elf/configure: Regenerated.
42122
42123 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
42124
42125         * configure.in (AS, LD): Require binutils 2.20 or later.
42126         * configure: Regenerated.
42127         * manual/install.texi (Tools for Compilation): Give binutils 2.20
42128         as required minimum version.
42129         * INSTALL: Regenerated.
42130
42131         [BZ #2541]
42132         [BZ #4108]
42133         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
42134         before squaring exponent.
42135         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
42136         bottom long double and 27 bits of top long double before squaring
42137         exponent.
42138         * math/libm-test.inc (erfc_test): Add more tests.
42139         * sysdeps/i386/fpu/libm-test-ulps: Update.
42140         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42141         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42142
42143 2012-03-01  Kai Tietz  <ktietz@redhat.com>
42144
42145         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
42146         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
42147         containing bit-fields.
42148         * soft-fp/extended.h (_FP_UNION_E): Likewise.
42149         * soft-fp/single.h (_FP_UNION_S): Likewise.
42150         * soft-fp/double.h (_FP_UNION_D): Likewise.
42151
42152 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42153
42154         [BZ #13786]
42155         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
42156         not include ../strcmp.S.
42157         [USE_AS_STRNCASECMP_L]: Likewise.
42158         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
42159         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
42160         * sysdeps/i386/i686/multiarch/strncase_l-c.c
42161         (__strncasecmp_l_ia32): Define as alias to
42162         __strncasecmp_l_nonascii.
42163
42164         [BZ #5794]
42165         * math/libm-test.inc (expm1_test): Add test for bug 5794.
42166         * sysdeps/i386/fpu/libm-test-ulps: Update.
42167         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42168
42169         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
42170         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42171
42172 2012-02-29  Jeff Law  <law@redhat.com>
42173
42174         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
42175         out of bounds read.
42176
42177 2012-02-29  Marek Polacek  <polacek@redhat.com>
42178
42179         [BZ #13706]
42180         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
42181         * elf/Makefile: Add rules to run tst-unused-dep.out.
42182
42183 2012-02-28  David S. Miller  <davem@davemloft.net>
42184
42185         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
42186         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
42187         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
42188         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
42189         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
42190         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
42191
42192 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42193
42194         * math/libm-test.inc (llround_test): Move one test from
42195         lround_test.  Use TEST_f_L in moved test.
42196         (lround_test): Move misplaced test to llround_test.  Add testcase
42197         from bug 2561.
42198
42199 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
42200
42201         * sysdeps/x86_64/fpu/e_expf.S: New file.
42202         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
42203
42204 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
42205
42206         [BZ #13637]
42207         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
42208         of remain_len that may cause incomplete multi-byte character and
42209         false match.
42210         * posix/bug-regex33.c: New file.
42211         * posix/Makefile (tests): Add bug-regex33.
42212
42213 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
42214
42215         * manual/macros.texi: New file.
42216         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
42217         * manual/libc.texinfo: Include macros.texi.
42218         * manual/creatute.texi: Likewise.
42219         * manual/install.texi: Likewise.
42220         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
42221         @glibcadj{} in references to the GNU C Library.
42222         * manual/charset.texi: Likewise.
42223         * manual/conf.texi: Likewise.
42224         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
42225         when not using those macros.
42226         * manual/creature.texi: Likewise.
42227         * manual/crypt.texi: Likewise.
42228         * manual/errno.texi: Likewise.
42229         * manual/filesys.texi: Likewise.
42230         * manual/header.texi: Likewise.
42231         * manual/install.texi: Likewise.
42232         * manual/intro.texi: Likewise.
42233         * manual/io.texi: Likewise.
42234         * manual/job.texi: Likewise.
42235         * manual/lang.texi: Likewise.
42236         * manual/libc.texiinfo: Likewise.
42237         * manual/llio.texi: Likewise.
42238         * manual/locale.texi: Likewise.
42239         * manual/maint.texi: Likewise.
42240         * manual/math.texi: Likewise.
42241         * manual/memory.texi: Likewise.
42242         * manual/message.texi: Likewise.
42243         * manual/nss.texi: Likewise.
42244         * manual/pattern.texi: Likewise.
42245         * manual/process.texi: Likewise.
42246         * manual/resource.texi: Likewise.
42247         * manual/search.texi: Likewise.
42248         * manual/setjmp.texi: Likewise.
42249         * manual/signal.texi: Likewise.
42250         * manual/socket.texi: Likewise.
42251         * manual/startup.texi: Likewise.
42252         * manual/stdio.texi: Likewise.
42253         * manual/string.texi: Likewise.
42254         * manual/sysinfo.texi: Likewise.
42255         * manual/syslog.texi: Likewise.
42256         * manual/terminal.texi: Likewise.
42257         * manual/time.texi: Likewise.
42258         * manual/users.texi: Likewise.
42259         * INSTALL: Regenerated.
42260         * NOTES: Regenerated.
42261         * sysdeps/gnu/errlist.c: Regenerated.
42262
42263 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
42264
42265         * include/dirent.h: Include <dirstream.h> before
42266         <dirent/dirent.h>.
42267
42268 2012-02-28  David S. Miller  <davem@davemloft.net>
42269
42270         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
42271         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
42272         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
42273         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
42274
42275 2012-02-27  David S. Miller  <davem@davemloft.net>
42276
42277         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
42278         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
42279         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
42280         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
42281
42282         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
42283         frame pointer instead of stack pointer relative arg slot.
42284         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42285         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42286         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42287
42288 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
42289
42290         [BZ #3992]
42291         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
42292
42293 2012-02-27  David S. Miller  <davem@davemloft.net>
42294
42295         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
42296         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42297         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42298         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
42299         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42300         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42301         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
42302         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
42303
42304 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42305
42306         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
42307         later.  Allow versions 5-9.
42308         * configure: Regenerated.
42309         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
42310         required minimum version and 4.6 as recommended version.  Do not
42311         mention bugs in GCC 2.7 and 2.8.
42312         * INSTALL: Regenerated.
42313
42314 2012-02-27  David S. Miller  <davem@davemloft.net>
42315
42316         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
42317         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
42318         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
42319         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
42320         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
42321         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
42322         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
42323         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
42324
42325         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
42326         manipulate bits before adding and subtracting TWO112[sx].
42327         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
42328
42329 2012-02-27  Roland McGrath  <roland@hack.frob.com>
42330
42331         [BZ #13775]
42332         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
42333         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
42334         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
42335         being in POSIX, because they are in 1003.1-2008.
42336
42337         * rt/tst-aio.c: Include <fcntl.h>.
42338         * rt/tst-aio7.c: Likewise.
42339         * rt/tst-aio64.c: Likewise.
42340
42341         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
42342
42343 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42344
42345         * manual/install.texi (--with-headers): Describe headers as
42346         interface headers, not private headers.
42347         (Specific advice for GNU/Linux systems): Describe use of headers
42348         from "make headers_install", not private headers from older
42349         kernels.
42350         * INSTALL: Regenerated.
42351         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
42352         Change to 2.6.19.
42353         * sysdeps/unix/sysv/linux/configure: Regenerated.
42354
42355         * manual/llio.texi (fclean): Remove documentation.
42356
42357         * manual/Makefile (libc-texi-generated): New variable.  Include
42358         version.texi.
42359         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
42360         $(libc-texi-generated), not duplicated list of files.
42361         (version.texi, stamp-version): New rules.
42362         (realclean): Remove $(libc-texi-generated), not individual files
42363         from that list.  Do not remove dir-add.texinfo.
42364         * manual/libc.texinfo: Comment out uses of edition numbers and
42365         references to printed manual.  Remove last-updated dates.
42366         (EDITION): Comment out.
42367         (ISBN): Likewise.
42368         (VERSION, UPDATED): Remove.
42369         (version.texi): Include.
42370
42371 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
42372
42373         * sysdeps/posix/spawni.c: Include <signal.h>.
42374         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
42375         * sysdeps/pthread/aio_fsync.c: Likewise.
42376
42377 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
42378
42379         * conform/Makefile (tests): Run only when not cross-compiling and
42380         when fast-check is not defined.
42381
42382         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
42383         * conform/data/limits.h-data: Fixes for POSIX2008.
42384         * conform/run-conformtest.sh: Run all tests.
42385         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
42386         headers.
42387         * include/bits/dlfcn.h: Likewise.
42388         * include/langinfo.h: Likewise.
42389         * include/monetary.h: Likewise.
42390         * include/sys/poll.h: Likewise.
42391
42392         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
42393         for __USE_GNU.
42394         * posix/spawn.h: Define __need_sigset_t.
42395         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
42396         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
42397         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
42398         to get sigevent_t only.
42399         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
42400         only for __USE_GNU.
42401         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42402         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42403         process_vm_writev only for __USE_GNU.
42404         * termios/termios.h: Declare tcgetsid also for POSIX2008.
42405
42406         * conform/Makefile: For now ignore errors from run-conformtest.
42407         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
42408         POSIX to avoid namespace pollution.  Don't prepend headers.
42409         * conform/data/aio.h-data: Fixes for POSIX testing.
42410         * conform/data/fcntl.h-data: Likewise.
42411         * conform/data/glob.h-data: Likewise.
42412         * conform/data/grp.h-data: Likewise.
42413         * conform/data/pthread.h-data: Likewise.
42414         * conform/data/pwd.h-data: Likewise.
42415         * conform/data/signal.h-data: Likewise.
42416         * conform/data/spawn.h-data: Likewise.
42417         * conform/data/stdio.h-data: Likewise.
42418         * conform/data/stdlib.h-data: Likewise.
42419         * conform/data/stropts.h-data: Likewise.
42420         * conform/data/sys/mman.h-data: Likewise.
42421         * conform/data/sys/stat.h-data: Likewise.
42422         * conform/data/sys/types.h-data: Likewise.
42423         * conform/data/sys/wait.h-data: Likewise.
42424         * conform/data/time.h-data: Likewise.
42425         * conform/data/unistd.h-data: Likewise.
42426         * conform/data/utime.h-data: Likewise.
42427
42428         * io/sys/stat.h: fchmod was always in POSIX.
42429         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
42430         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
42431         * rt/aio.h: Define __need_timespec before including <time.h>.
42432         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
42433         struct.  Add forward declaration of pthread_attr_t and use it in
42434         sigevent.
42435         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
42436         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42437         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
42438         always remove CLK_TCK definition.
42439
42440 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
42441
42442         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
42443
42444 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
42445
42446         * conform/run-conformtest.sh: New file.
42447         * conform/Makefile: Run run-conformtest for tests.
42448         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
42449         support.
42450
42451         * conform/data/uchar.h-data: New file.
42452         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
42453         * conform/data/arpa/inet.h-data: Likewise.
42454         * conform/data/assert.h-data: Likewise.
42455         * conform/data/complex.h-data: Likewise.
42456         * conform/data/cpio.h-data: Likewise.
42457         * conform/data/ctype.h-data: Likewise.
42458         * conform/data/dirent.h-data: Likewise.
42459         * conform/data/dlfcn.h-data: Likewise.
42460         * conform/data/errno.h-data: Likewise.
42461         * conform/data/fcntl.h-data: Likewise.
42462         * conform/data/float.h-data: Likewise.
42463         * conform/data/fmtmsg.h-data: Likewise.
42464         * conform/data/fnmatch.h-data: Likewise.
42465         * conform/data/ftw.h-data: Likewise.
42466         * conform/data/glob.h-data: Likewise.
42467         * conform/data/grp.h-data: Likewise.
42468         * conform/data/iconv.h-data: Likewise.
42469         * conform/data/inttypes.h-data: Likewise.
42470         * conform/data/langinfo.h-data: Likewise.
42471         * conform/data/libgen.h-data: Likewise.
42472         * conform/data/limits.h-data: Likewise.
42473         * conform/data/locale.h-data: Likewise.
42474         * conform/data/math.h-data: Likewise.
42475         * conform/data/monetary.h-data: Likewise.
42476         * conform/data/mqueue.h-data: Likewise.
42477         * conform/data/ndbm.h-data: Likewise.
42478         * conform/data/net/if.h-data: Likewise.
42479         * conform/data/netdb.h-data: Likewise.
42480         * conform/data/netinet/in.h-data: Likewise.
42481         * conform/data/nl_types.h-data: Likewise.
42482         * conform/data/poll.h-data: Likewise.
42483         * conform/data/pthread.h-data: Likewise.
42484         * conform/data/pwd.h-data: Likewise.
42485         * conform/data/regex.h-data: Likewise.
42486         * conform/data/sched.h-data: Likewise.
42487         * conform/data/search.h-data: Likewise.
42488         * conform/data/semaphore.h-data: Likewise.
42489         * conform/data/setjmp.h-data: Likewise.
42490         * conform/data/signal.h-data: Likewise.
42491         * conform/data/spawn.h-data: Likewise.
42492         * conform/data/stdarg.h-data: Likewise.
42493         * conform/data/stdio.h-data: Likewise.
42494         * conform/data/stdlib.h-data: Likewise.
42495         * conform/data/string.h-data: Likewise.
42496         * conform/data/strings.h-data: Likewise.
42497         * conform/data/stropts.h-data: Likewise.
42498         * conform/data/sys/ipc.h-data: Likewise.
42499         * conform/data/sys/mman.h-data: Likewise.
42500         * conform/data/sys/msg.h-data: Likewise.
42501         * conform/data/sys/resource.h-data: Likewise.
42502         * conform/data/sys/select.h-data: Likewise.
42503         * conform/data/sys/sem.h-data: Likewise.
42504         * conform/data/sys/shm.h-data: Likewise.
42505         * conform/data/sys/socket.h-data: Likewise.
42506         * conform/data/sys/stat.h-data: Likewise.
42507         * conform/data/sys/statvfs.h-data: Likewise.
42508         * conform/data/sys/time.h-data: Likewise.
42509         * conform/data/sys/timeb.h-data: Likewise.
42510         * conform/data/sys/times.h-data: Likewise.
42511         * conform/data/sys/types.h-data: Likewise.
42512         * conform/data/sys/uio.h-data: Likewise.
42513         * conform/data/sys/un.h-data: Likewise.
42514         * conform/data/sys/utsname.h-data: Likewise.
42515         * conform/data/sys/wait.h-data: Likewise.
42516         * conform/data/syslog.h-data: Likewise.
42517         * conform/data/tar.h-data: Likewise.
42518         * conform/data/termios.h-data: Likewise.
42519         * conform/data/utime.h-data: Likewise.
42520         * conform/data/utmpx.h-data: Likewise.
42521         * conform/data/varargs.h-data: Likewise.
42522         * conform/data/wchar.h-data: Likewise.
42523         * conform/data/wctype.h-data: Likewise.
42524         * conform/data/wordexp.h-data: Likewise.
42525
42526         * include/stropts.h: New file.
42527         * include/uchar.h: New file.
42528         * include/aio.h: Changes to allow conformtest.pl to use the headers.
42529         * include/assert.h: Likewise.
42530         * include/ctype.h: Likewise.
42531         * include/dirent.h: Likewise.
42532         * include/dlfcn.h: Likewise.
42533         * include/fcntl.h: Likewise.
42534         * include/fnmatch.h: Likewise.
42535         * include/glob.h: Likewise.
42536         * include/grp.h: Likewise.
42537         * include/libio.h: Likewise.
42538         * include/locale.h: Likewise.
42539         * include/math.h: Likewise.
42540         * include/net/if.h: Likewise.
42541         * include/netdb.h: Likewise.
42542         * include/netinet/in.h: Likewise.
42543         * include/pthread.h: Likewise.
42544         * include/pwd.h: Likewise.
42545         * include/regex.h: Likewise.
42546         * include/sched.h: Likewise.
42547         * include/search.h: Likewise.
42548         * include/setjmp.h: Likewise.
42549         * include/signal.h: Likewise.
42550         * include/stdio.h: Likewise.
42551         * include/stdlib.h: Likewise.
42552         * include/string.h: Likewise.
42553         * include/sys/cdefs.h: Likewise.
42554         * include/sys/mman.h: Likewise.
42555         * include/sys/msg.h: Likewise.
42556         * include/sys/resource.h: Likewise.
42557         * include/sys/select.h: Likewise.
42558         * include/sys/socket.h: Likewise.
42559         * include/sys/stat.h: Likewise.
42560         * include/sys/statvfs.h: Likewise.
42561         * include/sys/time.h: Likewise.
42562         * include/sys/times.h: Likewise.
42563         * include/sys/uio.h: Likewise.
42564         * include/sys/utsname.h: Likewise.
42565         * include/sys/wait.h: Likewise.
42566         * include/termios.h: Likewise.
42567         * include/time.h: Likewise.
42568         * include/ulimit.h: Likewise.
42569         * include/unistd.h: Likewise.
42570         * include/utime.h: Likewise.
42571         * include/wchar.h: Likewise.
42572         * include/wctype.h: Likewise.
42573         * include/wordexp.h: Likewise.
42574
42575         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
42576
42577         * time/time.h: TIME_UTC must be a macro.
42578         Make timespec_get available for ISO C11 only as well.
42579
42580 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
42581
42582         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
42583         Reported by Peng Haitao <penght@cn.fujitsu.com>.
42584
42585 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42586
42587         * configure.in: Use -o not -a in test for unsupported multi-arch.
42588
42589 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42590
42591         * manual/texinfo.tex: Update to version 2012-01-19.16.
42592
42593 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42594
42595         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
42596
42597 2012-02-24  Roland McGrath  <roland@hack.frob.com>
42598
42599         [BZ #13738]
42600         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
42601         * manual/fdl-1.3.texi: New file.
42602         * manual/fdl-1.1.texi: File removed.
42603
42604         [BZ #13738]
42605         * manual/libc.texinfo (FDL_VERSION): New @set.
42606         Use it for mention of FDL in cover text.
42607         (Documentation License): Use it in @include file name.
42608
42609 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42610             Roland McGrath  <roland@hack.frob.com>
42611
42612         [BZ #5461]
42613         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
42614         (not LONG_LONG_MAX and LONG_LONG_MIN.
42615         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
42616         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
42617         name.
42618         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
42619
42620 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42621
42622         [BZ #2547]
42623         [BZ #11365]
42624         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
42625         manipulate bits before adding and subtracting TWO23[sx].
42626         * math/libm-test.inc (nearbyint_test): Add more tests.
42627
42628 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42629
42630         [BZ #2548]
42631         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
42632         bits before adding and subtracting TWO23[sx].
42633         * math/libm-test.inc (rint_test): Add more tests.
42634         (rint_test_tonearest): Likewise.
42635         (rint_test_towardzero): Likewise.
42636         (rint_test_downward): Likewise.
42637         (rint_test_upward: Likewise.
42638
42639 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42640
42641         [BZ #10110]
42642         * include/stdc-predef.h: New file.  Extracted from features.h.
42643         * include/features.h: Include stdc-predef.h.
42644         * Makefile (headers): Add stdc-predef.h.
42645         * CONFORMANCE (Compiler limitations): Update.
42646
42647 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42648
42649         * manual/libc.texinfo (VERSION, UPDATED): Revert.
42650
42651 2012-02-21  David S. Miller  <davem@davemloft.net>
42652
42653         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
42654         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42655
42656 2012-02-20  David S. Miller  <davem@davemloft.net>
42657
42658         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
42659         using a normal save/restore sequence, rather than allocating a
42660         dummy stack frame just to store a frame pointer and restore.
42661         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42662
42663 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42664
42665         * manual/install.texi: Fix stray word in line-wrapped comment.
42666
42667 2012-02-20  David S. Miller  <davem@davemloft.net>
42668
42669         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
42670         both binutils and gcc support GOTDATA.
42671
42672         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
42673         "rd %pc" in the PIC register setup sequences.
42674
42675         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
42676         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
42677         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42678         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
42679         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42680         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42681         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
42682         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42683         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
42684         (SYSCALL_ERROR_HANDLER): Likewise.
42685         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42686         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42687         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
42688         (SYSCALL_ERROR_HANDLER): Likewise.
42689
42690         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
42691         (HAVE_GCC_GOTDATA): New.
42692         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
42693         relocation support in both binutils and gcc.
42694         * sysdeps/sparc/elf/configure: Regenerate.
42695
42696         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
42697         * sysdeps/sparc/sparc32/elf/configure: Delete.
42698         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
42699         * sysdeps/sparc/sparc64/elf/configure: Delete.
42700         * sysdeps/sparc/elf/configure.in: New file.
42701         * sysdeps/sparc/elf/configure: Generate.
42702
42703         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
42704         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
42705         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
42706         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
42707         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
42708
42709 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42710
42711         * manual/install.texi: Do not mention specific glibc version
42712         numbers.
42713         * manual/libc.texinfo (VERSION, UPDATED): Update.
42714         (@copying): Use @copyright{} and range of years.
42715
42716 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42717
42718         [BZ #13695]
42719         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
42720         [crti.S not in sysdirs] (generated): Do not append.
42721         [crti.S not in sysdirs] (omit-deps): Likewise.
42722         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
42723         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
42724         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
42725         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
42726         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
42727         Likewise.
42728         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
42729         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
42730         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
42731         * csu/defs.awk: Remove file.
42732         * sysdeps/generic/initfini.c: Likewise.
42733         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
42734         variable.
42735         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
42736         Likewise.
42737
42738 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42739
42740         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
42741         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
42742         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
42743         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
42744         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42745         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
42746         <bits/epoll.h>.
42747         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42748         (__EPOLL_PACKED): Define to empty if not defined by
42749         <bits/epoll.h>.
42750         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42751         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42752         bits/epoll.h.
42753
42754 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42755
42756         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42757         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42758         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42759         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42760         <bits/timerfd.h>.
42761         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42762         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42763         bits/timerfd.h.
42764
42765 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42766
42767         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42768         in C locale.
42769         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42770         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42771         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42773
42774 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
42775
42776         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42777         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42778
42779 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
42780
42781         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42782         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42783         defined.
42784         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42785         Likewise.
42786         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42787         entry for 2.16.
42788
42789 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
42790
42791         * math/w_acos.c: Use non-signaling floating-point comparisons.
42792         * math/w_acosf.c: Likewise.
42793         * math/w_acosh.c: Likewise.
42794         * math/w_acoshf.c: Likewise.
42795         * math/w_acoshl.c: Likewise.
42796         * math/w_acosl.c: Likewise.
42797         * math/w_asin.c: Likewise.
42798         * math/w_asinf.c: Likewise.
42799         * math/w_asinl.c: Likewise.
42800         * math/w_atanh.c: Likewise.
42801         * math/w_atanhf.c: Likewise.
42802         * math/w_atanhl.c: Likewise.
42803         * math/w_exp2.c: Likewise.
42804         * math/w_exp2f.c: Likewise.
42805         * math/w_exp2l.c: Likewise.
42806         * math/w_j0.c: Likewise.
42807         * math/w_j0f.c: Likewise.
42808         * math/w_j0l.c: Likewise.
42809         * math/w_j1.c: Likewise.
42810         * math/w_j1f.c: Likewise.
42811         * math/w_j1l.c: Likewise.
42812         * math/w_jn.c: Likewise.
42813         * math/w_jnf.c: Likewise.
42814         * math/w_log.c: Likewise.
42815         * math/w_log10.c: Likewise.
42816         * math/w_log10f.c: Likewise.
42817         * math/w_log10l.c: Likewise.
42818         * math/w_log2.c: Likewise.
42819         * math/w_log2f.c: Likewise.
42820         * math/w_log2l.c: Likewise.
42821         * math/w_logf.c: Likewise.
42822         * math/w_logl.c: Likewise.
42823         * math/w_sqrt.c: Likewise.
42824         * math/w_sqrtf.c: Likewise.
42825         * math/w_sqrtl.c: Likewise.
42826         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42827         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42828         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42829         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42830         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42831
42832 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42833
42834         [BZ #9739]
42835         * manual/string.texi (strnlen): Use correct parameter name in
42836         equivalent expression.
42837
42838 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42839
42840         [BZ #11174]
42841         * manual/users.texi (seteuid): Consistently use neweuid for
42842         argument name.
42843
42844 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42845
42846         [BZ #13704]
42847         * manual/nss.texi (Services in the NSS configuration): Correct
42848         list of services in example configuration file.
42849
42850 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
42851
42852         [BZ #11322]
42853         * manual/arith.texi: Remove statements about negative zero
42854         behaving identically to zero.
42855
42856 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42857
42858         [BZ #5993]
42859         * manual/install.texi: Do not document upgrading from libc5.
42860
42861 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42862
42863         [BZ #4596]
42864         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42865
42866 2012-02-18  David S. Miller  <davem@davemloft.net>
42867
42868         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42869         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42870         %o7 across the call.
42871         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42872         instead.
42873         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42874         SETUP_PIC_REG_LEAF.
42875         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42876         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42877         * sysdeps/sparc/crtn.S: Likewise.
42878
42879 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
42880
42881         * aout/Makefile: Remove.
42882
42883 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
42884
42885         [BZ #13058]
42886         * manual/examples/argp-ex1.c (main): Format definition in GNU
42887         style.
42888         * manual/examples/argp-ex2.c (main): Likewise.
42889         * manual/examples/argp-ex3.c (main): Likewise.
42890         * manual/examples/argp-ex4.c (main): Likewise.
42891         * manual/examples/longopt.c (main): Use new-style prototype
42892         definition.
42893         * manual/examples/strncat.c (main): Specify return type and use
42894         (void) for arguments.
42895         * manual/examples/subopt.c (main): Use char **argv argument.
42896
42897 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42898
42899         [BZ #5077]
42900         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
42901         rounding modes.
42902
42903 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
42904
42905         [BZ #6907]
42906         * manual/string.texi (strchr): Change when strchrnul is
42907         recommended.
42908
42909 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
42910
42911         [BZ #174]
42912         * manual/locale.texi (setlocale): Document LOCPATH.
42913
42914 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42915
42916         [BZ #10210]
42917         * manual/process.texi (execle): Move @dots{} before last argument.
42918
42919 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
42920
42921         [BZ #12047]
42922         * manual/charset.texi (Generic Charset Conversion): Fix typo
42923         (LC_TYPE -> LC_CTYPE).
42924
42925 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
42926
42927         [BZ #5805]
42928         * manual/arith.texi (scalbn): Use @var{} on parameter names.
42929         (scalbnf): Likewise.
42930         (scalbnl): Likewise.
42931         (scalbln): Likewise.
42932         (scalblnf): Likewise.
42933         (scalblnl): Likewise.
42934         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
42935         (vwarnx): Likewise.
42936         (verr): Likewise.
42937         (verrx): Likewise.
42938         * manual/filesys.texi (telldir): Use braces around return type.
42939         * manual/llio.texi (mmap): Add space after comma.
42940         (mmap64): Likewise.
42941         * manual/math.texi (jn): Use @var{} on parameter names.
42942         (jnf): Likewise.
42943         (jnl): Likewise.
42944         (yn): Likewise.
42945         (ynf): Likewise.
42946         (ynl): Likewise.
42947         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
42948         line.
42949         * manual/resource.texi (ulimit): Use @dots{} instead of literal
42950         "...".
42951         (sched_get_priority_min): Remove semicolon on @deftypefun line.
42952         (sched_get_priority_max): Likewise.
42953         * manual/signal.texi (sigvec): Add space after comma.
42954         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
42955         names.
42956         (if_indextoname): Likewise.
42957         (if_freenameindex): Likewise.
42958         (sendto): Use ',' instead of '.' in prototype.
42959         * manual/startup.texi (syscall): Use @dots{} instead of literal
42960         "...".
42961         * manual/stdio.texi (__fpending): Separate initial words of
42962         paragraph from @deftypefun line.
42963         * manual/syslog.texi (syslog): Use @dots{} instead of literal
42964         "...".
42965         (vsyslog): Use @var{} on parameter names.
42966         * manual/terminal.texi (stty): Use @var{} on parameter names.
42967         * manual/users.texi (getutmp): Use @var{} on parameter names.
42968         (getutmpx): Likewise.
42969
42970 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42971
42972         [BZ #6884]
42973         * manual/stdio.texi (fopen): Fix typos in description of
42974         ",ccs=STRING".
42975
42976 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
42977
42978         [BZ #4026]
42979         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
42980         get clock_id definition.
42981
42982 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
42983
42984         [BZ #4822]
42985         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
42986         (madvise): Cast every argument to void on its own.
42987
42988 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42989
42990         [BZ #9902]
42991         * manual/startup.texi (Exit Status): Fix typo.
42992
42993 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42994
42995         [BZ #10140]
42996         * manual/examples/argp-ex1.c: Include <stdlib.h>.
42997         * manual/examples/argp-ex2.c: Likewise.
42998         * manual/examples/argp-ex3.c: Likewise.
42999
43000 2012-02-16  Richard Henderson  <rth@redhat.com>
43001
43002         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
43003         * sysdeps/s390/s390-32/initfini.c: Remove.
43004         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
43005         * sysdeps/s390/s390-64/initfini.c: Remove.
43006
43007 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43008
43009         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
43010         compiler output for sysdeps/generic/initfini.c.
43011         * sysdeps/sh/elf/initfini.c: Remove file.
43012
43013 2012-02-16  David S. Miller  <davem@davemloft.net>
43014
43015         [BZ #11494]
43016         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
43017
43018         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
43019         * sysdeps/sparc/crti.S: New file.
43020         * sysdeps/sparc/crtn.S: New file.
43021         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
43022         * sysdeps/sparc/sparc64/Makefile: Likewise.
43023
43024 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
43025
43026         [BZ #3335]
43027         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
43028
43029 2012-02-15  Roland McGrath  <roland@hack.frob.com>
43030
43031         [BZ #4822]
43032         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
43033
43034         * mach/devstream.c (cookie_io_functions_t): Macro removed.
43035         (write, read, close): Likewise.
43036         Patch by Aurelien Jarno <aurelien@aurel32.net>.
43037
43038 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
43039
43040         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
43041         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
43042         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
43043         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
43044         <bits/signalfd.h>.
43045         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
43046         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43047         bits/signalfd.h.
43048
43049 2012-02-14  Marek Polacek  <polacek@redhat.com>
43050
43051         * sysdeps/x86_64/crti.S: New file.
43052         * sysdeps/x86_64/crtn.S: New file.
43053         * sysdeps/x86_64/elf/initfini.c: Remove file.
43054
43055 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43056
43057         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
43058         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
43059         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
43060         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
43061         <bits/inotify.h>.
43062         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
43063         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43064         bits/inotify.h.
43065
43066 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43067
43068         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
43069         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
43070         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
43071         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
43072         <bits/eventfd.h>.
43073         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
43074         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43075         bits/eventfd.h.
43076
43077 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
43078
43079         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
43080         __feraiseexcept instead of feraiseexcept.
43081
43082         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
43083         nanosleep invocations.
43084         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
43085         strings, and add error checking for a nanosleep invocations.
43086
43087 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
43088
43089         Replace FSF snail mail address with URLs, as per GNU coding standards.
43090         Most of the snail mail addresses were wrong anyway, and omitting
43091         them makes the source code easier to maintain.  Almost all of the
43092         changes are to license notices and to locale LC_IDENTIFICATION
43093         addresses, except for this one:
43094         * manual/libc.texinfo: In "Published by", give the FSF's URL,
43095         not its snail mail address.
43096
43097 2012-02-09  Richard Henderson  <rth@twiddle.net>
43098
43099         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
43100         of kernel-features.h.
43101
43102         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
43103
43104 2012-02-08  Marek Polacek  <polacek@redhat.com>
43105
43106         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
43107         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
43108         * sysdeps/gnu/_G_config.h: Likewise.
43109         * sysdeps/generic/_G_config.h: Likewise.
43110
43111 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
43112
43113         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
43114         tests.
43115         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43116
43117         * sysdeps/powerpc/powerpc32/crti.S: New file.
43118         * sysdeps/powerpc/powerpc32/crtn.S: New file.
43119         * sysdeps/powerpc/powerpc64/crti.S: New file.
43120         * sysdeps/powerpc/powerpc64/crtn.S: New file.
43121
43122         * Makeconfig (have-initfini): Don't set.
43123         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
43124         * configure.in (nopic_initfini): Don't substitute.
43125         * config.h.in (HAVE_INITFINI): Don't #undef.
43126         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
43127         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
43128
43129 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
43130
43131         Support crti.S and crtn.S provided directly by architectures.
43132         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
43133         [crti.S in sysdirs] (omit-deps): Likewise.
43134         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
43135         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
43136         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
43137         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
43138         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
43139         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
43140         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
43141         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
43142         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
43143         compiler output for sysdeps/generic/initfini.c.
43144         * sysdeps/i386/elf/Makefile: Remove file.
43145         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
43146
43147 2012-02-07  Marek Polacek  <polacek@redhat.com>
43148
43149         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
43150         * sysdeps/gnu/_G_config.h: Likewise.
43151         * sysdeps/mach/hurd/_G_config.h: Likewise.
43152
43153 2012-02-07  Marek Polacek  <polacek@redhat.com>
43154
43155         * math/Makefile (tests): Add tst-CMPLX2.
43156         * math/tst-CMPLX2.c: New file.
43157
43158 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
43159
43160         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43161
43162         * math/libm-test.inc (jn_test): Add missing L suffix.
43163
43164 2012-02-06  Marek Polacek  <polacek@redhat.com>
43165
43166         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
43167         * sysdeps/i386/fpu/e_powf.S: Likewise.
43168         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43169         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43170         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43171         * sysdeps/i386/fpu/e_pow.S: Likewise.
43172         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43173         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43174         * sysdeps/i386/fpu/s_expm1.S: Likewise.
43175         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43176         * sysdeps/i386/fpu/e_log2.S: Likewise.
43177         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43178         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43179         * sysdeps/i386/fpu/e_powl.S: Likewise.
43180         * sysdeps/i386/fpu/s_log1p.S: Likewise.
43181         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43182         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43183         * sysdeps/i386/fpu/e_logl.S: Likewise.
43184         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43185         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
43186         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43187         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43188         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43189         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43190         * sysdeps/i386/fpu/e_log.S: Likewise.
43191         * sysdeps/i386/fpu/s_cexp.S: Likewise.
43192         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43193         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
43194         * sysdeps/i386/fpu/e_logf.S: Likewise.
43195         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43196         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43197         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
43198         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43199         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43200         * sysdeps/i386/fpu/e_log10.S: Likewise.
43201         * sysdeps/i386/fpu/s_frexp.S: Likewise.
43202         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43203         * sysdeps/i386/fpu/s_asinh.S: Likewise.
43204         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43205         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43206         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43207         * sysdeps/i386/asm-syntax.h: Likewise.
43208         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43209         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43210         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43211         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
43212         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
43213         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43214         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43215         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43216         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43217         * sysdeps/powerpc/sysdep.h: Likewise.
43218         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
43219         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
43220
43221 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43222
43223         [BZ #411]
43224         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
43225
43226 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43227
43228         * sysdeps/i386/sysdep.h: Include <features.h>.
43229         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
43230         version.
43231
43232 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
43233
43234         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
43235         Define.
43236         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
43237         LOAD_PIC_REG_STR.
43238
43239 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43240
43241         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
43242         (SETUP_PIC_REG): Use GET_PC_THUNK.
43243         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
43244         macro.
43245
43246 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43247
43248         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
43249         for non-PIC compilation.
43250         (SETUP_PIC_REG): Add .p2align directive.
43251         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
43252         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
43253         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43254         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43255         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
43256         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43257         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
43258         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43259         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43260         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43261         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43262         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43263         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43264         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43265         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43266         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
43267         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
43268         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43269         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43270         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43271         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
43272         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
43273         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43274         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43275         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
43276         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
43277         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43278         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
43279         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43280         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43281         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43282         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43283         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43284         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43285         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43286         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43287         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43288         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43289         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43290         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43291         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43292
43293 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43294
43295         * math/tst-CMPLX.c: Include <stdio.h>.
43296
43297 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
43298
43299         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
43300         float.
43301         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43302         * sysdeps/sparc/bits/mathdef.h: Likewise.
43303
43304 2012-01-31  Marek Polacek  <polacek@redhat.com>
43305
43306         * libio/libio.h: Don't define _PARAMS.
43307         * locale/programs/config.h: Don't define PARAMS.
43308         * stdlib/strtol_l.c: Likewise.
43309         (__strtol_l): Remove PARAMS from the prototype.
43310
43311 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
43312
43313         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
43314         names.  Just use the correct names.  Remove unnecessary wrapper
43315         functions.
43316         * malloc/arena.c: Likewise.
43317         * malloc/hooks.c: Likewise.
43318
43319         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
43320         ARENA_TEST says not to.  Simplify test for creation of a new arena.
43321         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
43322
43323 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
43324
43325         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
43326         into tail calls.
43327         (update_get_addr): New function.
43328         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
43329         GET_ADDR_MODULE parameter.
43330
43331 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43332
43333         * crypt/cert.c: Remove __STDC__ conditionals.
43334         * crypt/crypt-entry.c: Likewise.
43335         * crypt/crypt_util.c: Likewise.
43336         * libio/filedoalloc.c: Likewise.
43337         * libio/fileops.c: Likewise.
43338         * libio/genops.c: Likewise.
43339         * libio/iofclose.c: Likewise.
43340         * libio/iofdopen.c: Likewise.
43341         * libio/iofopen.c: Likewise.
43342         * libio/iofopen64.c: Likewise.
43343         * libio/iogetdelim.c: Likewise.
43344         * libio/iopopen.c: Likewise.
43345         * libio/obprintf.c: Likewise.
43346         * libio/oldfileops.c: Likewise.
43347         * libio/oldiofclose.c: Likewise.
43348         * libio/oldiofdopen.c: Likewise.
43349         * libio/oldiofopen.c: Likewise.
43350         * libio/oldiopopen.c: Likewise.
43351         * libio/wfiledoalloc.c: Likewise.
43352         * libio/wgenops.c: Likewise.
43353         * locale/programs/xmalloc.c: Likewise.
43354         * misc/syslog.c: Likewise.
43355         * stdio-common/xbug.c: Likewise.
43356         * string/memchr.c: Likewise.
43357         * string/memcmp.c: Likewise.
43358         * string/memrchr.c: Likewise.
43359         * string/rawmemchr.c: Likewise.
43360         * sysdeps/posix/getcwd.c: Likewise.
43361         * time/strftime_l.c: Likewise.
43362
43363 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43364
43365         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
43366         * config.make.in (config-cflags-sse2avx): Define.
43367         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
43368         Fix typo.
43369
43370 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
43371
43372         * scripts/config.guess: Update from upstream config git repository.
43373         * scripts/config.sub: Likewise.
43374
43375 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
43376
43377         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
43378         (EM_NUM): Update.
43379         (R_TILEPRO_*, R_TILEGX_*): New macros.
43380
43381         * scripts/firstversions.awk: Fix bug in version range handling.
43382
43383         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
43384
43385         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
43386
43387         * include/sys/epoll.h: New file.
43388         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
43389         libc_hidden_def.
43390
43391 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
43392
43393         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
43394         Avoid unnecessary __WORDSIZE == 64 test.
43395         (fmaxf): Use VEX format if possible.
43396         (fmax): Likewise.
43397         (fminf): Likewise.
43398         (fmin): Likewise.
43399
43400         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
43401         * math/math_private.h: Remove libc_fegetround* and
43402         libc_fesetround*.
43403         * sysdeps/i386/configure.in: Check for -msse2avx.
43404         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
43405         also if SSE2AVX is defined.
43406         Remove libc_fegetround* and libc_fesetround*.
43407         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
43408         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
43409         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
43410         of HAS_YMM_USABLE.
43411         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43412         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43413         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43414         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43415         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43416
43417         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
43418
43419 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43420
43421         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
43422         size is not set.
43423         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
43424
43425 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
43426
43427         [BZ #13618]
43428         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
43429         relocation.
43430         * Makeconfig (libm): Define.
43431         * elf/Makefile: Add rules to build and run tst-relsort1.
43432         * elf/tst-relsort1.c: New file.
43433         * elf/tst-relsort1mod1.c: New file.
43434         * elf/tst-relsort1mod2.c: New file.
43435
43436 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
43437
43438         * math/s_ldexp.c: Remove __STDC__ conditionals.
43439         * math/s_ldexpf.c: Likewise.
43440         * math/s_ldexpl.c: Likewise.
43441         * math/s_nextafter.c: Likewise.
43442         * math/s_nexttowardf.c: Likewise.
43443         * math/s_significand.c: Likewise.
43444         * math/s_significandf.c: Likewise.
43445         * math/s_significandl.c: Likewise.
43446         * math/w_jnl.c: Likewise.
43447         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43448         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43449         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43450         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43451         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43452         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43453         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
43454         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43455         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43456         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43457         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43458         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43459         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43460         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43461         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43462         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43463         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43464         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43465         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43466         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43467         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43468         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43469         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43470         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43471         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43472         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43473         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43474         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43475         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43476         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43477         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43478         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43479         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43480         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43481         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43482         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43483         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43484         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43485         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43486         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43487         * sysdeps/ieee754/k_standard.c: Likewise.
43488         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43489         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43490         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43491         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43492         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43493         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43494         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43495         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43496         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43497         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43498         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
43499         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
43500         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
43501         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
43502         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
43503         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
43504         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
43505         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
43506         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
43507         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
43508         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
43509         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
43510         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
43511         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
43512         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
43513         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
43514         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43515         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43516         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
43517         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
43518         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
43519         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
43520         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43521         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
43522         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
43523         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
43524         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
43525         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43526         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
43527         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
43528         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
43529         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
43530         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
43531         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
43532         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43533         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
43534         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
43535         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
43536         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
43537         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
43538         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
43539         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43540         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43541         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43542         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43543         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43544         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
43545         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43546         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43547         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43548         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43549         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43550         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43551         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43552         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43553         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43554         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43555         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43556         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43557         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43558         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
43559         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
43560         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
43561         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
43562         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
43563         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
43564         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
43565         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
43566         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
43567         * sysdeps/ieee754/s_matherr.c: Likewise.
43568         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
43569         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
43570         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
43571         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
43572
43573 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43574
43575         * crypt/md5.h: Remove __STDC__ conditionals.
43576         * libio/libioP.h: Likewise.
43577         * locale/programs/config.h: Likewise.
43578         * sysdeps/generic/sysdep.h: Likewise.
43579         * sysdeps/i386/asm-syntax.h: Likewise.
43580         * sysdeps/s390/asm-syntax.h: Likewise.
43581         * sysdeps/unix/sysdep.h: Likewise.
43582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
43583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
43584
43585 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43586
43587         * libio/libio.h: Remove __STDC__ conditionals.
43588         * malloc/obstack.h: Likewise.
43589         * math/complex.h: Likewise.
43590         * math/math.h: Likewise.
43591         * sysdeps/generic/_G_config.h: Likewise.
43592         * sysdeps/gnu/_G_config.h: Likewise.
43593         * sysdeps/mach/hurd/_G_config.h: Likewise.
43594         * sysdeps/powerpc/bits/mathdef.h: Likewise.
43595         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43596         * sysdeps/sparc/bits/mathdef.h: Likewise.
43597
43598 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
43599
43600         [BZ #13583]
43601         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
43602         Clean up HAS_* macros.
43603         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
43604         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
43605         possible.
43606         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
43607         HAS_AVX.
43608         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43609         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43610         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43611         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43612         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43613
43614 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
43615
43616         * elf/tst-unique3.cc (gets): Remove declaration.
43617         * elf/tst-unique3lib.cc (gets): Likewise.
43618         * elf/tst-unique3lib2.cc (gets): Likewise.
43619         * elf/tst-unique4.cc (gets): Likewise.
43620
43621 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
43622
43623         * include/stdio.h: Add C++ protection.  Add gets declarations and
43624         definitions.
43625         * debug/tst-chk1.c: Don't declare gets here.
43626         * stdio-common/tst-gets.c: Likewise.
43627
43628 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43629
43630         * posix/glob: Remove directory.
43631
43632 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43633
43634         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
43635
43636 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
43637
43638         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
43639         of the non-standard EPFNOSUPPORT.
43640
43641 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43642
43643         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
43644         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
43645         ANYWHERE set to 1 only on KERN_NO_SPACE error.
43646
43647 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
43648
43649         * wcsmbs/uchar.h: Test __STDC_VERSION__.
43650
43651 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
43652
43653         * nscd/aicache.c (addhstaiX): Do not cache negative results of
43654         transient errors.
43655         * nscd/grpcache.c (cache_addgr): Likewise.
43656         * nscd/hstcache.c (cache_addhst): Likewise.
43657         * nscd/initgrcache.c (addinitgroupsX): Likewise.
43658         * nscd/pwdcache.c (cache_addpw): Likewise.
43659         * nscd/servicescache.c (cache_addserv): Likewise.
43660
43661 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
43662
43663         * malloc/malloc.c: Various cleanups.
43664         * malloc/hooks.c: Likewise.
43665
43666         * stdlib/Makefile (tests): Add bug-fmtmsg1.
43667         * stdlib/bug-fmtmsg1.c: New file.
43668
43669         * stdlib/fmtmsg.c (init): Add missing unlock.
43670         Patch by Peng Haitao <penght@cn.fujitsu.com>.
43671
43672 2012-01-12  Marek Polacek  <polacek@redhat.com>
43673
43674         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
43675         and _GNU_SOURCE.
43676
43677 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
43678
43679         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
43680         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
43681         macro to ensure uniqueness of label name.
43682         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43683         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43684
43685 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
43686
43687         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
43688
43689         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
43690         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43691         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
43692         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
43693
43694 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
43695
43696         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
43697
43698         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
43699         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43700         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
43701
43702         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
43703
43704         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
43705         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43706         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
43707         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
43708
43709         * math/bits/math-finite.h: Add ldexp support.
43710
43711 2012-01-10  Marek Polacek  <polacek@redhat.com>
43712
43713         * locale/programs/localedef.h (show_archive_content): Add noreturn
43714         attribute.
43715
43716 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
43717
43718         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
43719
43720 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43721
43722         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
43723
43724         * io/Makefile (headers): Add bits/poll2.h.
43725
43726 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
43727
43728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
43729         typo #include statement.
43730
43731 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43732
43733         * include/sys/cdefs.h: Define __attribute_alloc_size.
43734         * catgets/gencat.c: Add alloc_size attribute and apply consistently
43735         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
43736         * elf/pldd.c: Likewise.
43737         * iconv/iconv_charmap.c: Likewise.
43738         * iconv/iconvconfig.c: Likewise.
43739         * iconv/strtab.c: Likewise.
43740         * locale/programs/locale.c: Likewise.
43741         * locale/programs/localedef.h: Likewise.
43742         * locale/programs/simple-hash.c: Likewise.
43743         * nscd/nscd.h: Likewise.
43744         * nss/makedb.c: Likewise.
43745         * sysdeps/generic/ldconfig.h: Likewise.
43746         * locale/programs/localedef.c: Remove xmalloc prototype.
43747         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43748
43749 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
43750
43751         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43752         appropriate.
43753
43754 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43755
43756         * math/Makefile (tests): Add tst-CMPLX.
43757         * math/tst-CMPLX.c: New file.
43758
43759         * math/complex.h (CMPLXL): Fix typo.
43760
43761         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43762         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43763         GLIBC_2.16.
43764         * debug/tst-chk1.c: Add poll and ppoll tests.
43765         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43766         * include/sys/poll.h: Add hidden proto for ppoll.
43767         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43768         * sysdeps/mach/hurd/ppoll.c: Likewise.
43769         * io/ppoll.c: Likewise.
43770         * debug/poll_chk.c: New file.
43771         * debug/ppoll_chk.c: New file.
43772         * include/bits/poll2.h: New file.
43773         * io/bits/poll2.h: New file.
43774
43775         [BZ #1350]
43776         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43777
43778         * configure.in: static is always set to yes.  Remove.
43779         * config.make.in: Don't set build-static.
43780         * Makeconfig: Remove use of build-static.
43781         * dlfcn/Makefile: Likewise.
43782         * elf/Makefile: Likewise.
43783         * math/Makefile: Likewise.
43784         * misc/Makefile: Likewise.
43785         * nptl/Makefile: Likewise.
43786         * sysdeps/mach/hurd/Makefile: Likewise.
43787
43788         * configure.in: PWD_P is not used anymore.
43789         * config.make.in: Remove PWD_P entry.
43790
43791         * configure.in: Remove last remnants of RANLIB.
43792         No need to check for signed size_t anymore.
43793         Don't set libc_commonpagesize and libc_relro_required here for Alpha
43794         and IA-64.
43795         Remove __builtin_expect test because we require at least gcc 3.4.
43796         * aclocal.m4: Likewise.
43797
43798         * wcsmbs/mbrtoc16.c: Implement using towc function.
43799         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43800         * wcsmbs/wcsmbsload.c: Likewise.
43801         * iconv/gconv_simple.c: Likewise.
43802         * iconv/gconv_int.h: Likewise.
43803         * iconv/gconv_builtin.h: Likewise.
43804         * iconv/iconv_prog.c: Remove CHAR16 handling.
43805
43806         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43807
43808         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43809
43810         * configure.in: Remove --with-elf and --enable-bounded options.
43811         Dont set base_machine for ia64.  More non-ELF conditions removed.
43812         Remove testing and setting of leading underscore information.
43813         * config.make.in (build-bounded): Set to no.
43814         * config.h.in: Remove NO_UNDERSCORES entry.
43815         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
43816         them.
43817         * csu/start.c: Remove !NO_UNDERSCORE code.
43818         * locale/localeinfo.h: Likewise.
43819         * sysdeps/generic/machine-gmon.h: Likewise.
43820         * sysdeps/generic/sysdep.h: Likewise.
43821         * sysdeps/i386/sysdep.h: Likewise.
43822         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43823         * sysdeps/mach/sysdep.h: Likewise.
43824         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43825         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43826         * sysdeps/sh/sysdep.h: Likewise.
43827         * sysdeps/sparc/sparc32/alloca.S: Likewise.
43828         * sysdeps/unix/i386/sysdep.S: Likewise.
43829         * sysdeps/unix/sparc/start.c: Likewise.
43830         * sysdeps/unix/sparc/sysdep.S: Likewise.
43831         * sysdeps/unix/sparc/sysdep.h: Likewise.
43832         * sysdeps/unix/start.c: Likewise.
43833         * sysdeps/unix/x86_64/sysdep.S: Likewise.
43834         * sysdeps/x86_64/sysdep.h: Likewise.
43835
43836 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
43837
43838         [BZ #13553]
43839         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43840         for non-gcc.
43841         * argp/argp-fmtstream.h: Use const instead __const.
43842         * argp/argp.h: Likewise.
43843         * assert/assert.h: Likewise.
43844         * bits/fenv.h: Likewise.
43845         * bits/sched.h: Likewise.
43846         * bits/sigset.h: Likewise.
43847         * bits/sigthread.h: Likewise.
43848         * catgets/nl_types.h: Likewise.
43849         * conform/data/pthread.h-data: Likewise.
43850         * crypt/crypt-private.h: Likewise.
43851         * crypt/crypt.h: Likewise.
43852         * crypt/crypt_util.c: Likewise.
43853         * ctype/ctype.h: Likewise.
43854         * debug/execinfo.h: Likewise.
43855         * debug/mbsnrtowcs_chk.c: Likewise.
43856         * debug/mbsrtowcs_chk.c: Likewise.
43857         * debug/wcsnrtombs_chk.c: Likewise.
43858         * debug/wcsrtombs_chk.c: Likewise.
43859         * debug/wcstombs_chk.c: Likewise.
43860         * dirent/dirent.h: Likewise.
43861         * dlfcn/dlfcn.h: Likewise.
43862         * elf/neededtest4.c: Likewise.
43863         * grp/grp.h: Likewise.
43864         * gshadow/gshadow.h: Likewise.
43865         * iconv/gconv.h: Likewise.
43866         * iconv/gconv_int.h: Likewise.
43867         * iconv/gconv_simple.c: Likewise.
43868         * iconv/iconv.h: Likewise.
43869         * iconv/loop.c: Likewise.
43870         * iconv/skeleton.c: Likewise.
43871         * include/aio.h: Likewise.
43872         * include/aliases.h: Likewise.
43873         * include/argz.h: Likewise.
43874         * include/arpa/inet.h: Likewise.
43875         * include/assert.h: Likewise.
43876         * include/dirent.h: Likewise.
43877         * include/dlfcn.h: Likewise.
43878         * include/execinfo.h: Likewise.
43879         * include/fcntl.h: Likewise.
43880         * include/fenv.h: Likewise.
43881         * include/glob.h: Likewise.
43882         * include/grp.h: Likewise.
43883         * include/libintl.h: Likewise.
43884         * include/mntent.h: Likewise.
43885         * include/netdb.h: Likewise.
43886         * include/pwd.h: Likewise.
43887         * include/rpc/netdb.h: Likewise.
43888         * include/sched.h: Likewise.
43889         * include/search.h: Likewise.
43890         * include/shadow.h: Likewise.
43891         * include/signal.h: Likewise.
43892         * include/stdio.h: Likewise.
43893         * include/stdlib.h: Likewise.
43894         * include/string.h: Likewise.
43895         * include/sys/socket.h: Likewise.
43896         * include/sys/stat.h: Likewise.
43897         * include/sys/statfs.h: Likewise.
43898         * include/sys/statvfs.h: Likewise.
43899         * include/sys/syslog.h: Likewise.
43900         * include/sys/time.h: Likewise.
43901         * include/sys/uio.h: Likewise.
43902         * include/time.h: Likewise.
43903         * include/unistd.h: Likewise.
43904         * include/utmp.h: Likewise.
43905         * include/wchar.h: Likewise.
43906         * include/wctype.h: Likewise.
43907         * inet/aliases.h: Likewise.
43908         * inet/arpa/inet.h: Likewise.
43909         * inet/netinet/ether.h: Likewise.
43910         * inet/netinet/in.h: Likewise.
43911         * intl/libintl.h: Likewise.
43912         * io/bits/fcntl2.h: Likewise.
43913         * io/fcntl.h: Likewise.
43914         * io/ftw.h: Likewise.
43915         * io/sys/poll.h: Likewise.
43916         * io/sys/stat.h: Likewise.
43917         * io/sys/statfs.h: Likewise.
43918         * io/sys/statvfs.h: Likewise.
43919         * io/utime.h: Likewise.
43920         * libio/bits/stdio.h: Likewise.
43921         * libio/bits/stdio2.h: Likewise.
43922         * libio/libio.h: Likewise.
43923         * libio/libioP.h: Likewise.
43924         * libio/stdio.h: Likewise.
43925         * locale/lc-ctype.c: Likewise.
43926         * locale/locale.h: Likewise.
43927         * login/utmp.h: Likewise.
43928         * malloc/arena.c: Likewise.
43929         * malloc/malloc.c: Likewise.
43930         * malloc/malloc.h: Likewise.
43931         * malloc/mcheck.c: Likewise.
43932         * malloc/mtrace.c: Likewise.
43933         * math/bits/mathcalls.h: Likewise.
43934         * math/fenv.h: Likewise.
43935         * math/math_private.h: Likewise.
43936         * misc/bits/error.h: Likewise.
43937         * misc/bits/syslog.h: Likewise.
43938         * misc/err.h: Likewise.
43939         * misc/error.h: Likewise.
43940         * misc/fstab.h: Likewise.
43941         * misc/mntent.h: Likewise.
43942         * misc/regexp.h: Likewise.
43943         * misc/search.h: Likewise.
43944         * misc/sgtty.h: Likewise.
43945         * misc/sys/mman.h: Likewise.
43946         * misc/sys/syslog.h: Likewise.
43947         * misc/sys/uio.h: Likewise.
43948         * misc/sys/xattr.h: Likewise.
43949         * misc/ttyent.h: Likewise.
43950         * nis/rpcsvc/ypclnt.h: Likewise.
43951         * nss/nss.h: Likewise.
43952         * posix/bits/unistd.h: Likewise.
43953         * posix/fnmatch.h: Likewise.
43954         * posix/glob.h: Likewise.
43955         * posix/sched.h: Likewise.
43956         * posix/spawn.h: Likewise.
43957         * posix/sys/wait.h: Likewise.
43958         * posix/unistd.h: Likewise.
43959         * posix/wordexp.h: Likewise.
43960         * pwd/pwd.h: Likewise.
43961         * resolv/netdb.h: Likewise.
43962         * resource/sys/resource.h: Likewise.
43963         * rt/aio.h: Likewise.
43964         * rt/bits/mqueue2.h: Likewise.
43965         * rt/mqueue.h: Likewise.
43966         * shadow/shadow.h: Likewise.
43967         * signal/signal.h: Likewise.
43968         * socket/send.c: Likewise.
43969         * socket/sendto.c: Likewise.
43970         * socket/sys/socket.h: Likewise.
43971         * stdio-common/printf.h: Likewise.
43972         * stdlib/bits/stdlib.h: Likewise.
43973         * stdlib/fmtmsg.h: Likewise.
43974         * stdlib/monetary.h: Likewise.
43975         * stdlib/stdlib.h: Likewise.
43976         * stdlib/ucontext.h: Likewise.
43977         * streams/stropts.h: Likewise.
43978         * string/argz.h: Likewise.
43979         * string/bits/string2.h: Likewise.
43980         * string/string.h: Likewise.
43981         * string/strings.h: Likewise.
43982         * sunrpc/rpc/auth.h: Likewise.
43983         * sunrpc/rpc/auth_des.h: Likewise.
43984         * sunrpc/rpc/clnt.h: Likewise.
43985         * sunrpc/rpc/netdb.h: Likewise.
43986         * sunrpc/rpc/pmap_clnt.h: Likewise.
43987         * sunrpc/rpc/xdr.h: Likewise.
43988         * sysdeps/generic/inttypes.h: Likewise.
43989         * sysdeps/generic/net/if.h: Likewise.
43990         * sysdeps/generic/sys/swap.h: Likewise.
43991         * sysdeps/gnu/net/if.h: Likewise.
43992         * sysdeps/gnu/utmpx.h: Likewise.
43993         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
43994         * sysdeps/i386/i486/bits/string.h: Likewise.
43995         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
43996         * sysdeps/s390/bits/string.h: Likewise.
43997         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
43998         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
43999         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
44000         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
44001         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
44002         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
44003         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
44004         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
44005         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
44006         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
44007         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
44008         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
44009         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
44010         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
44011         * sysdeps/unix/sysv/linux/readv.c: Likewise.
44012         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
44013         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
44014         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44015         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
44016         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
44017         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44018         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
44019         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
44020         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
44021         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
44022         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
44023         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
44024         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44025         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
44026         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
44027         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
44028         * sysvipc/sys/ipc.h: Likewise.
44029         * sysvipc/sys/msg.h: Likewise.
44030         * sysvipc/sys/sem.h: Likewise.
44031         * sysvipc/sys/shm.h: Likewise.
44032         * termios/termios.h: Likewise.
44033         * time/sys/time.h: Likewise.
44034         * time/time.h: Likewise.
44035         * wcsmbs/bits/wchar2.h: Likewise.
44036         * wcsmbs/uchar.h: Likewise.
44037         * wcsmbs/wchar.h: Likewise.
44038         * wctype/wctype.h: Likewise.
44039
44040         [BZ #13551]
44041         * Makeconfig: Remove all but ELF support including AIX support.
44042         * Makerules: Likewise.
44043         * config.h.in: Likewise.
44044         * config.make.in: Likewise.
44045         * configure: Likewise.
44046         * configure.in: Likewise.
44047         * csu/Makefile: Likewise.
44048         * csu/version.c: Likewise.
44049         * debug/Makefile: Likewise.
44050         * dlfcn/Makefile: Likewise.
44051         * elf/Makefile: Likewise.
44052         * extra-lib.mk: Likewise.
44053         * iconv/Makefile: Likewise.
44054         * include/libc-symbols.h: Likewise.
44055         * include/shlib-compat.h: Likewise.
44056         * resolv/Makefile: Likewise.
44057         * resolv/res_libc.c: Likewise.
44058         * rt/Makefile: Likewise.
44059         * sysdeps/i386/asm-syntax.h: Likewise.
44060         * sysdeps/i386/sysdep.h: Likewise.
44061         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44062         * sysdeps/mach/sysdep.h: Likewise.
44063         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
44064         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
44065         * sysdeps/s390/asm-syntax.h: Likewise.
44066         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44067         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44068         * sysdeps/sh/sysdep.h: Likewise.
44069         * sysdeps/unix/sparc/sysdep.h: Likewise.
44070         * sysdeps/wordsize-32/divdi3.c: Likewise.
44071         * sysdeps/x86_64/sysdep.h: Likewise.
44072
44073         * argp/Versions: Remove _argp_unlock_xxx.
44074
44075         [BZ #13559]
44076         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
44077         * abilist/libBrokenLocale.abilist: Likewise.
44078         * abilist/libanl.abilist: Likewise.
44079         * abilist/libc.abilist: Likewise.
44080         * abilist/libcrypt.abilist: Likewise.
44081         * abilist/libdl.abilist: Likewise.
44082         * abilist/libm.abilist: Likewise.
44083         * abilist/libnsl.abilist: Likewise.
44084         * abilist/libpthread.abilist: Likewise.
44085         * abilist/libresolv.abilist: Likewise.
44086         * abilist/librt.abilist: Likewise.
44087         * abilist/libthread_db.abilist: Likewise.
44088         * abilist/libutil.abilist: Likewise.
44089         * abilist/libnss_db.abilist: New file.
44090
44091         * scripts/abilist.awk: Add support for indirect functions.
44092
44093         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
44094
44095         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
44096
44097         * shlib-versions: Remove entries for ports architectures.
44098
44099         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
44100         files in ports.
44101         * elf/stackguard-macros.h: Remove support for IA-64.
44102         * elf/tst-auditmod1.c: Likewise.
44103         * sysdeps/generic/ldsodefs.h: Likewise.
44104
44105         * sysdeps/unix/sysv/linux/configure.in: Ports should define
44106         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
44107         configure files.
44108
44109         [BZ #13552]
44110         * configure.in: Remove --enable-omitfp support.
44111         * FAQ.in: Adjust.
44112         * config.make.in: Likewise.
44113         * Makeconfig: Likewise.
44114         * manual/install.texi: Likewise.
44115
44116         In case anyone cares, the IA-64 architecture could move to ports.
44117         * sysdeps/ia64/*: Removed.
44118         * sysdeps/unix/sysv/linux/ia64/*: Removed.
44119         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
44120
44121         [BZ #13555]
44122         * configure.in: Remove entries for unsupported architectures.
44123
44124         [BZ #13533]
44125         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
44126         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
44127         routines.
44128         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
44129         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
44130         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
44131         fall back to using wcrtomb.
44132         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
44133         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
44134         renaming.
44135         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
44136         * wcsmbs/tst-c16c32-1.c: New file.
44137
44138         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
44139         local variable.
44140
44141         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
44142
44143         * elf/tst-unique3.cc: Add explicit declaration of gets.
44144         * elf/tst-unique3lib.cc: Likewise.
44145         * elf/tst-unique3lib2.cc: Likewise.
44146         * elf/tst-unique4.cc: Likewise.
44147
44148         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
44149
44150 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
44151
44152         [BZ #13566]
44153         * assert/assert.h (static_assert): Don't define for C++.
44154         * libio/stdio.h (gets): Do declare for C++ <= C++11.
44155         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
44156
44157 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
44158
44159         * iconv/loop.c (single loop): Fix assertion in storing of
44160         remaining bytes.
44161
44162         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
44163
44164 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
44165
44166         * posix/getconf.c: Update copyright year.
44167         * nss/getent.c: Likewise.
44168         * nss/makedb.c: Likewise.
44169         * iconv/iconvconfig.c: Likewise.
44170         * iconv/iconv_prog.c: Likewise.
44171         * elf/ldconfig.c: Likewise.
44172         * elf/pldd.c: Likewise.
44173         * elf/sotruss.ksh: Likewise.
44174         * catgets/gencat.c: Likewise.
44175         * csu/version.c: Likewise.
44176         * elf/ldd.bash.in: Likewise.
44177         * elf/sprof.c (print_version): Likewise.
44178         * locale/programs/locale.c: Likewise.
44179         * locale/programs/localedef.c: Likewise.
44180         * login/programs/pt_chown.c: Likewise.
44181         * nscd/nscd.c (print_version): Likewise.
44182         * debug/xtrace.sh: Likewise.
44183         * malloc/memusage.sh: Likewise.
44184         * malloc/mtrace.pl: Likewise.
44185         * debug/catchsegv.sh: Likewise.
44186
44187 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
44188
44189         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
44190         pure attribute.
44191
44192 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
44193
44194         [BZ #13533]
44195         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
44196         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
44197         transformations.
44198         * iconv/gconv_int.h: Likewise.
44199         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
44200         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
44201         from libc for GLIBC_2.16.
44202         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
44203         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
44204         * wcsmbs/uchar.h: Really define mbstate_t.
44205         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
44206         * wcsmbs/c16rtomb.c: New file.
44207         * wcsmbs/mbrtoc16.c: New file.
44208         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
44209         for C/POSIX locale.
44210         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
44211         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
44212
44213         * wcsmbs/wchar.h: Add missing __restrict.
44214
44215 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44216
44217         [BZ #13532]
44218         * time/Makefile (routines): Add timespec_get.
44219         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
44220         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
44221         timespec for ISO C11.
44222         * time/timespec_get.c: New file.
44223         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
44224         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
44225
44226         [BZ #13531]
44227         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
44228         * stdlib/stdlib.h: Declare aligned_alloc.
44229         * Versions.def: Add GLIBC_2.16 for libc.
44230         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
44231
44232         [BZ 13527]
44233         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
44234         ISO C11.
44235
44236         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
44237         code.
44238
44239         [BZ #13528]
44240         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
44241
44242         [BZ #13529]
44243         * assert/assert.h (static_assert): Define.
44244
44245         * version.h: Update for 2.16 development version.
44246
44247         [BZ #13526]
44248         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
44249         _ISOC11_SOURCE.
44250
44251         * version.h (RELEASE): Bump for 2.15 release.
44252         * include/features.h (__GLIBC_MINOR__): Bump to 15.
44253
44254         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
44255         Patch by Marek Polacek <mpolacek@redhat.com>.
44256
44257         * bits/byteswap.h: Protect long long constants with __extension__.
44258         * sysdeps/i386/bits/byteswap.h: Likewise.
44259         * sysdeps/ia64/bits/byteswap.h: Likewise.
44260         * sysdeps/s390/bits/byteswap.h: Likewise.
44261         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44262
44263 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44264
44265         [BZ #13540]
44266         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
44267         destination buffer.
44268         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
44269
44270 2011-12-23  Marek Polacek  <polacek@redhat.com>
44271
44272         * elf/dl-addr.c (determine_info): Add inline keyword.
44273         * elf/tst-auditmod4b.c (check_avx): Likewise.
44274         * elf/tst-auditmod6b.c (check_avx): Likewise.
44275         * elf/tst-auditmod6c.c (check_avx): Likewise.
44276         * elf/tst-auditmod7b.c (check_avx): Likewise.
44277
44278 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44279
44280         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
44281         !__SSE_MATH__.
44282
44283 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44284
44285         [BZ #13540]
44286         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
44287         processing for last bytes.
44288
44289 2011-08-06  Bruno Haible  <bruno@clisp.org>
44290
44291         [BZ #13061]
44292         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
44293         U+0385, not to U+1FEE.
44294
44295         [BZ #13062]
44296         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
44297         entry for U+00A5 U+0301.
44298
44299 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44300
44301         [BZ #13166]
44302         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
44303         buffer for the output is too small.
44304
44305         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
44306         optimization.
44307
44308         [BZ #13185]
44309         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
44310         SSE flags if possible.
44311
44312 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44313
44314         [BZ #13540]
44315         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
44316         processing for last bytes.
44317
44318 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
44319
44320         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
44321         (syscall-list-default-options, syscall-list-default-condition)
44322         (syscall-list-includes): Define.
44323         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
44324         list of ABIs and options and #if conditions for each ABI.  Do not
44325         handle common syscalls between ABIs specially.
44326         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
44327         Remove.
44328         (syscall-list-variants, syscall-list-32bit-options)
44329         (syscall-list-32bit-condition, syscall-list-64bit-options)
44330         (syscall-list-64bit-condition): Define.
44331         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
44332         (syscall-list-variants, syscall-list-32bit-options)
44333         (syscall-list-32bit-condition, syscall-list-64bit-options)
44334         (syscall-list-64bit-condition): Define.
44335         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
44336         Remove.
44337         (syscall-list-variants, syscall-list-32bit-options)
44338         (syscall-list-32bit-condition, syscall-list-64bit-options)
44339         (syscall-list-64bit-condition): Define.
44340         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
44341         Remove.
44342         (syscall-list-variants, syscall-list-32bit-options)
44343         (syscall-list-32bit-condition, syscall-list-64bit-options)
44344         (syscall-list-64bit-condition): Define.
44345
44346 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44347
44348         * locale/iso-639.def: Add brx entry.
44349
44350         [BZ #13328]
44351         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
44352         Proposed by Mariusz_Cukr <marcukr@op.pl>.
44353
44354         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
44355         __feraiseexcept_renamed.
44356
44357 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44358
44359         [BZ #13538]
44360         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
44361         EPOLLET with unsigned values.
44362         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44363         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44364
44365         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
44366         to large cancellation.
44367         * math/s_cacoshf.c: Likewise.
44368         * math/s_cacoshl.c: Likewise.
44369
44370 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
44371
44372         [BZ #13305]
44373         [BZ #12786]
44374         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
44375         * math/s_cacoshf.c: Likewise.
44376         * math/s_cacoshl.c: Likewise.
44377
44378 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44379
44380         [BZ #13439]
44381         * iconv/gconv.h: Define __GCONV_SWAP.
44382         * iconvdata/unicode.c: The swap bit must be stored in __flags.
44383         * iconvdata/utf-16.c: Likewise.
44384         * iconvdata/utf-32.c: Likewise.
44385
44386 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
44387
44388         [BZ #13524]
44389         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
44390         numerator after shifting it by one limb.
44391
44392 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
44393
44394         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
44395         under [__USE_EXTERN_INLINES].
44396
44397 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44398
44399         [BZ #13446]
44400         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
44401
44402 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44403
44404         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
44405         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
44406         optimized code.
44407         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
44408         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
44409         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
44410         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
44411         for strncasecmp/strncasecmp_l compilation.
44412         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
44413         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
44414
44415 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
44416
44417         [BZ #13484]
44418         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
44419         of __asm__.
44420
44421 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44422
44423         [BZ #13506]
44424         * time/tzfile.c (__tzfile_read): Check values from file header.
44425
44426 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
44427
44428         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
44429         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
44430         * powerpc/powerpc32/dl-start.S: Likewise.
44431         * powerpc/powerpc32/elf/start.S: Likewise.
44432         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
44433         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
44434         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
44435         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
44436         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
44437         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
44438         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
44439         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44440         * powerpc/powerpc32/fpu/s_round.S: Likewise.
44441         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
44442         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
44443         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
44444         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
44445         * powerpc/powerpc32/memset.S: Likewise.
44446         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
44447         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
44448         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
44449         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
44450         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
44451         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
44452         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
44453         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
44454         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
44455         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
44456         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
44457         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44458         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44459
44460 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44461
44462         * math/libm-test.inc: Added more nearbyint tests.
44463         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
44464         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
44465         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
44466         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
44467
44468 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
44469
44470         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
44471         FD_CLOEXEC.
44472
44473 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44474
44475         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
44476         Add wcscpy-ssse3 wcscpy-c.
44477         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
44478         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
44479         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
44480         * sysdeps/x86_64/wcschr.S: New file.
44481         * sysdeps/x86_64/wcsrchr.S: New file.
44482         * string/test-strcmp.c: Remove checking of wcscmp function for
44483         wrong alignments.
44484         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
44485         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
44486         wcsrchr-sse2 wcsrchr-c.
44487         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
44488         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
44489         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
44490         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
44491         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
44492         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
44493         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
44494         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
44495         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
44496         * wcsmbc/wcschr.c (WCSCHR): New macro.
44497
44498 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44499
44500         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
44501         * wcsmbs/test-wcsrchr.c: New file.
44502         * string/test-strrchr.c: Add wcsrchr support.
44503         (WIDE): New macro.
44504         * wcsmbs/test-wcscpy.c: New file.
44505         * string/test-strcpy.c: Add wcscpy support.
44506         (WIDE): New macro.
44507
44508 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
44509
44510         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
44511         the inner loop.
44512
44513 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
44514
44515         [BZ #13472]
44516         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
44517
44518 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
44519
44520         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
44521         Minor optimizations.
44522
44523         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
44524         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
44525         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
44526
44527 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
44528
44529         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
44530         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
44531         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
44532         for gcc to avoid warnings.
44533         * inet/Makefile (tests): Add tst-checks.
44534         * inet/tst-checks.c: New file.
44535
44536         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
44537         warning.
44538
44539         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
44540         __wmemcmp_sse2.
44541
44542         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
44543         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
44544
44545         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
44546
44547 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
44548
44549         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
44550         problem.
44551
44552         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
44553
44554 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
44555
44556         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
44557         conditional on GCC version.
44558         (__arch_compare_and_exchange_val_8_acq)
44559         (__arch_compare_and_exchange_val_16_acq)
44560         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
44561         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
44562         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
44563
44564 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
44565
44566         * sysdeps/sh/backtrace.c: New file.
44567
44568 2011-12-02  Andreas Schwab  <schwab@redhat.com>
44569
44570         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
44571         parenthesis.
44572
44573 2011-12-01  Andreas Schwab  <schwab@redhat.com>
44574
44575         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
44576         falling back to utime.
44577
44578 2011-11-30  Andreas Schwab  <schwab@redhat.com>
44579
44580         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
44581         expectations for float.
44582
44583 2011-11-29  Andreas Schwab  <schwab@redhat.com>
44584
44585         * locale/weight.h (findidx): Add parameter len.
44586         * locale/weightwc.h (findidx): Likewise.
44587         * posix/fnmatch_loop.c (FCT): Adjust caller.
44588         * posix/regcomp.c (build_equiv_class): Likewise.
44589         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
44590         * posix/regexec.c (check_node_accept_bytes): Likewise.
44591         * string/strcoll_l.c (STRCOLL): Likewise.
44592         * string/strxfrm_l.c (STRXFRM): Likewise.
44593
44594 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
44595
44596         * Makefile.in: Remove CVSOPT handling.
44597         * configure.in: Remove use of AC_REVISION.
44598         * iconvdata/Makefile (distribute): No need to filter out CVS.
44599         * scripts/list-sources.sh: Remove CVS, subversion and monotone
44600         handling.
44601
44602 2011-11-16  Andreas Schwab  <schwab@redhat.com>
44603
44604         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
44605         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
44606         [USE_AS_STRNCASECMP_L]: Likewise.
44607         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
44608         NO_TLS_DIRECT_SEG_REFS.
44609         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
44610         Fix argument offsets for non-PIC.
44611         [USE_AS_STRNCASECMP_L]: Likewise.
44612         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
44613         NO_TLS_DIRECT_SEG_REFS.
44614
44615 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44616
44617         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
44618         O_CLOEXEC.
44619         * locale/loadlocale.c (_nl_load_locale): Likewise.
44620
44621 2011-11-15  Andreas Schwab  <schwab@redhat.com>
44622
44623         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
44624         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
44625         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
44626         (SYSCALL_GETTIME): Set errno on error.
44627
44628         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
44629         count references to noai6ai_cached.
44630
44631 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44632
44633         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
44634
44635         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
44636         FD_CLOEXEC for /proc/self/maps.
44637
44638         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
44639         FD_CLOEXEC for /proc/meminfo.
44640
44641         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
44642         gai.conf.
44643
44644         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
44645         FD_CLOEXEC for given file.
44646
44647         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
44648
44649         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
44650         FD_CLOEXEC for /etc/hosts.
44651         (_gethtent): Likewise.
44652
44653         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
44654
44655         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
44656         cancellation and set FD_CLOEXEC for /etc/netgroup.
44657
44658         * nss/nss_files/files-key.c (search): Don't allow cancellation when
44659         reading /etc/publickey.
44660
44661         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
44662         allow cancellation when reading /etc/group.
44663
44664         * nss/nss_files/files-alias.c (internal_setent): Don't allow
44665         cancellation.
44666         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
44667
44668         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
44669         when using data file.
44670
44671         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
44672
44673         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
44674         (write_nis_obj): Use "c" and "e" in fopen.
44675
44676         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
44677
44678         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
44679
44680         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
44681
44682         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
44683
44684         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
44685         locale.alias.
44686
44687         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
44688
44689         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
44690
44691         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
44692
44693         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
44694         file parsing and set FD_CLOEXEC.
44695
44696 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44697
44698         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
44699
44700 2011-11-14  Andreas Schwab  <schwab@redhat.com>
44701
44702         * malloc/arena.c (arena_get2): Don't call reused_arena when
44703         _int_new_arena failed.
44704
44705 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44706
44707         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
44708         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
44709         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
44710         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
44711         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
44712         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
44713         to compile strcasecmp and strncasecmp.
44714         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
44715         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
44716
44717         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
44718
44719 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
44720
44721         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
44722         locale-defines.sym to gen-as-const-headers.
44723         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
44724         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
44725         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
44726         to compile strcasecmp and strncasecmp.
44727         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
44728         strcasecmp_l and strncasecmp_l.
44729         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
44730         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
44731         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
44732         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
44733         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
44734         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
44735         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
44736         * sysdeps/i386/i686/multiarch/strncase.S: New file.
44737         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
44738         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
44739         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
44740
44741 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
44742
44743         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
44744         result of SYSDEP_GETTIME_CPU to retval.
44745         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
44746         parameter list to macro.  Remove trailing semicolon.  Adjust users.
44747
44748         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44749         variable.
44750
44751         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44752         mantissa words.
44753         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44754
44755         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44756         from unused variable.
44757
44758         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44759         DWARF definitions.
44760         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44761         for assembling.
44762
44763         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44764         over namespaces.
44765
44766         * sunrpc/rpc_prot.c (rejected): Fix case value.
44767
44768         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44769         unsigned long long int to avoid warnings in shift.
44770
44771         * posix/regex_internal.c (re_string_reconstruct): Actually use result
44772         of use of trans.
44773         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44774         variable tmp.
44775
44776         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44777         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44778         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44779
44780         * nis/nis_table.c (nis_list): Use variable of correct type for
44781         result of __follow_path call.
44782
44783 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44784
44785         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44786         of math functions ceil, trunc, floor, round, and sqrt, when
44787         avaliable on the platform.
44788         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44789         name clash.
44790         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44791         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44792         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44793
44794 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
44795
44796         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44797         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44798
44799 2011-11-11  Roland McGrath  <roland@hack.frob.com>
44800
44801         * include/unistd.h: Fix __readlink return type.
44802         Reported by Chris Metcalf <cmetcalf@tilera.com>.
44803
44804 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
44805
44806         * stdlib/ucontext.h: Undo last change for makecontext.
44807
44808 2011-11-11  Andreas Schwab  <schwab@redhat.com>
44809
44810         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44811
44812         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44813         * setjmp/setjmp.h: Mark functions as non-leaf.
44814         * setjmp/bits/setjmp2.h: Likewise.
44815         * stdlib/ucontext.h: Likewise.
44816
44817 2011-11-10  Andreas Schwab  <schwab@redhat.com>
44818
44819         * malloc/arena.c (_int_new_arena): Don't increment narenas.
44820         (reused_arena): Don't check arena limit.
44821         (arena_get2): Atomically check arena limit.
44822
44823 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
44824
44825         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44826         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44827
44828         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44829         instructions.
44830
44831 2011-11-07  Andreas Schwab  <schwab@redhat.com>
44832
44833         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44834         handler when locking.
44835
44836         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44837         Fix size of allocated buffer.
44838
44839 2011-11-04  Andreas Schwab  <schwab@redhat.com>
44840
44841         [BZ #10103]
44842         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44843         declarations for long double functions.
44844         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44845
44846         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44847
44848 2011-11-03  Andreas Schwab  <schwab@redhat.com>
44849
44850         * nscd/nscd.c (main): Don't start AVC thread until credentials are
44851         installed.
44852
44853         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44854         is disabled.
44855
44856 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44857
44858         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44859
44860 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
44861
44862         * include/alloca.h (stackinfo_alloca_round): Define.
44863         (extend_alloca): Use it.
44864         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44865         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44866         here.
44867
44868         * scripts/check-local-headers.sh: Ignore libaudit.h.
44869
44870         * nscd/Makefile (extra-objs): Make recursively expanded.
44871
44872 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
44873
44874         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44875         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44876
44877         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44878         * posix/tst-rfc3484-2.c: Likewise.
44879         * posix/tst-rfc3484-3.c: Likewise.
44880
44881         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44882         process_vm_writev.
44883         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44884         process_vm_writev.
44885         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44886         process_vm_writev from libc using GLIBC_2.15 version.
44887
44888         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
44889
44890 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
44891
44892         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
44893         stack usage.
44894
44895 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
44896
44897         [BZ #13367]
44898         * nss/getent.c (initgroups_keys): Show error message in case no group
44899         names are given.
44900
44901         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
44902         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
44903         __bump_nl_timestamp.
44904         * nscd/connections (nscd_init): When host database is served open
44905         netlink socket and request notification about configuration changes.
44906         (main_loop_poll): Track netlink file descriptor and bump timestamp
44907         in case data becomes available.
44908         (main_loop_epoll): Likewise.
44909         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
44910         (database_pers_head): Add extra_data fileds.
44911         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
44912         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
44913         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
44914         Adjust caller.
44915         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
44916         in6ai data, call __free_in6ai.
44917         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
44918         Add -DHAVE_NETLINK.
44919         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
44920         interface information.  Reuse previous data if netlink timestamp
44921         is not changed.
44922         (__bump_nl_timestamp): New function.
44923         (__free_in6ai): New function.
44924
44925 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
44926
44927         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
44928         close_not_cancel_no_status here.
44929         (__check_pf): Reorganize code a bit to not call close twice if OOM.
44930
44931 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44932
44933         [BZ #13276]
44934         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
44935         return value.
44936
44937         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
44938         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
44939         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
44940
44941 2011-07-03  Andreas Jaeger  <aj@suse.de>
44942
44943         [BZ #10709]
44944         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
44945         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
44946         * math/libm-test.inc (sin_test): Add test case.
44947
44948 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44949
44950         [BZ #13337]
44951         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
44952         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44953
44954         * elf/chroot_canon.c (chroot_canon): Cleanups.
44955
44956         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
44957
44958         [BZ #13335]
44959         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
44960         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44961
44962         * string/test-strchr.c: Make usable for strchrnul testing.
44963         * string/test-strchrnul.c: New file.
44964         * string/Makefile (strop-tests): Add strchrnul.
44965
44966         * po/it.po: Update from translation team.
44967         * po/es.po: Likewise.
44968
44969 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
44970
44971         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
44972         the three constants needed as parameters.  Drop the others.
44973         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
44974         __m128i_strloadu_tolower.
44975         Create and initialize variable zero and use it in all the places
44976         where _mm_setzero_si128 was used.
44977
44978         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
44979         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
44980         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
44981         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
44982         anymore.
44983         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
44984         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
44985         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
44986         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
44987         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
44988         __mpranred, __mptan.
44989         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
44990         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
44991         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
44992         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
44993         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
44994         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
44995         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
44996         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
44997         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
44998
44999 2011-10-28  Andreas Schwab  <schwab@redhat.com>
45000
45001         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
45002         redefine if SHARED.
45003         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
45004
45005         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
45006         wide char related routines to wcsmbs subdir.
45007
45008 2011-10-27  Andreas Schwab  <schwab@redhat.com>
45009
45010         [BZ #13344]
45011         * misc/sys/cdefs.h (__THROWNL): Define.
45012         * posix/unistd.h: Use __THREADNL instead of __THREAD
45013         for memory synchronization functions.
45014
45015 2011-10-26  Roland McGrath  <roland@hack.frob.com>
45016
45017         [BZ #13349]
45018         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
45019         doesn't exist.
45020         * manual/stdio.texi (Obstack Streams): Node removed.
45021
45022 2011-10-26  Andreas Schwab  <schwab@redhat.com>
45023
45024         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
45025         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45026         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45027
45028         * math/math_private.h (math_force_eval): Allow non-addressable
45029         arguments.
45030         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
45031
45032 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45033
45034         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
45035         file is not needed.
45036
45037         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
45038         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
45039         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45040         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45041         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45042         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45043         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45044         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
45045         Add AVX variants.
45046         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
45047         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
45048         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
45049         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
45050         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
45051         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
45052         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
45053         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
45054         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
45055         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
45056         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
45057         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
45058         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
45059         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
45060         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
45061         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
45062         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
45063         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
45064         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
45065
45066         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
45067         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
45068
45069         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
45070         place.  Use VEX encoding when compiling for AVX.
45071
45072 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45073
45074         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
45075         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
45076
45077         * string/test-strchr.c (do_test): Don't generate NUL bytes.
45078
45079 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45080
45081         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
45082         useless if() expression.
45083         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45084         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45085         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45086         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45087         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45088         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45089         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45090         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45091         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45092         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45093         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45094         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45095         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45096         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45097         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45098         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45099         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45100         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45101         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45102
45103         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
45104
45105 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45106
45107         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
45108         condition.
45109         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45110
45111 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45112
45113         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
45114         .text section.  Avoid duplicate constants.
45115         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45116         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45117         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45118         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45119         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45120         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45121         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45122         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45123         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
45124         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
45125         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
45126         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
45127         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
45128         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
45129         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
45130         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
45131         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
45132         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
45133         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45134         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45135         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45136         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45137         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45138         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
45139         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
45140         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
45141         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
45142         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
45143         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
45144         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
45145         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
45146         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
45147         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
45148         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
45149         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
45150         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
45151         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
45152         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
45153         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
45154         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
45155         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
45156         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
45157         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
45158         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
45159         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
45160
45161 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
45162
45163         * sysdeps/x86_64/dla.h: Move to ...
45164         * sysdeps/x86_64/fpu/dla.h: ...here.
45165         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
45166         situations.  Use __builtin_fma only for gcc 4.6 and up.
45167
45168         * config.make.in: Add have-mfma4 entry.
45169         * configure.in: Substitute libc_cv_cc_fma4.
45170         * math/Makefile (dbl-only-routines): Add sincostab.
45171         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
45172         Use __sincostab not sincos.
45173         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
45174         name is a macro.
45175         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45176         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45177         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45178         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
45179         using __copysign.
45180         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
45181         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
45182         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
45183         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
45184         and __inv.
45185         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
45186         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
45187         __copysign.
45188         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
45189         define aliases when function name is a macro.
45190         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
45191         sysdeps/ieee754/dbl-64/sincos.tbl.
45192         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
45193         fma4-enabled routines.
45194         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
45195         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
45196         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
45197         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
45198         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
45199         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
45200         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
45201         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
45202         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
45203         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
45204         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
45205         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
45206         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
45207         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
45208         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
45209         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
45210         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
45211         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
45212         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
45213         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
45214         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
45215         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
45216         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
45217         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
45218         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
45219         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
45220         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
45221         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
45222         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
45223         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
45224
45225         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
45226         rename.
45227         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45228         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45229         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45230         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45231         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45232         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45233         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45234         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45235
45236 2011-10-24  Andreas Schwab  <schwab@redhat.com>
45237
45238         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
45239
45240 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45241
45242         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
45243
45244         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
45245         prediction.
45246         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
45247
45248         * string/strnlen.c: Don't define STRNLEN, reverse logic.
45249         Remove unused variable magic_bits.
45250         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
45251
45252         * string/strnlen.c: Define and use STRNLEN macro.
45253         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
45254         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
45255         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
45256         * wcsmbs/wcslen.c: Define and use WCSLEN.
45257         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
45258         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
45259         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
45260         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
45261         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
45262         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
45263         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45264
45265 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45266
45267         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45268         strnlen-sse2-no-bsf.
45269         Rename strlen-no-bsf to strlen-sse2-no-bsf.
45270         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
45271         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
45272         Add strnlen support.
45273         (USE_AS_STRNLEN): New macro.
45274         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
45275         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
45276         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
45277         * sysdeps/x86_64/wcslen.S: New file.
45278
45279 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
45280
45281         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45282         XMM-moves are used for copying on small sizes.
45283
45284 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45285
45286         * wcsmbs/Makefile (strop-tests): Add wcschr.
45287         * wcsmbs/test-wcschr.c: New file.
45288         * string/test-strchr.c: Update.
45289         Add wcschr support.
45290         (WIDE): New macro.
45291
45292 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45293
45294         * wcsmbs/Makefile (strop-tests): Add wcslen.
45295         * wcsmbs/test-wcslen.c: New file.
45296         * string/test-strlen.c: Update.
45297         Add wcslen support.
45298         (WIDE): New macro.
45299
45300 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45301
45302         * po/it.po: Update from translation team.
45303
45304 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45305
45306         * sysdeps/x86_64/wcscmp.S: Update.
45307         Fix wrong comparison semantics.
45308         wcscmp shall use signed comparison not unsigned.
45309         Don't use substraction to avoid overflow bug.
45310         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
45311         * wcsmbc/wcscmp.c: Likewise.
45312         * string/test-strcmp.c: Likewise.
45313         Add new tests to check cases with negative values.
45314
45315 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45316
45317         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
45318         * sysdeps/x86_64/dla.h: ...here.  New file.
45319         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
45320         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45321         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45322         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45323         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45324         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45325         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45326         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45327         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45328
45329 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
45330
45331         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
45332         __ynl_finite aliases.
45333
45334 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45335
45336         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45337
45338         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
45339         define DLA_FMA.
45340         [DLA_FMA] (EMULV): Use DLA_FMA.
45341         [DLA_FMA] (MUL12): Use EMULV.
45342         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
45343         that are not needed.
45344         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45345         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45346         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45347         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45348         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45349         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45350         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45351
45352 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
45353
45354         * math/s_nan.c: Undef __nan.
45355         * math/s_nanf.c: Undef __nanf.
45356         * math/s_nanl.c: Undef __nanl.
45357         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
45358         "math_private.h".
45359
45360 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45361
45362         * math/s_catan.c: Add branch predictions.
45363         * math/s_catanf.c: Likewise.
45364         * math/s_catanh.c: Likewise.
45365         * math/s_catanhf.c: Likewise.
45366         * math/s_catanhl.c: Likewise.
45367         * math/s_catanl.c: Likewise.
45368         * math/s_cexp.c: Likewise.
45369         * math/s_cexpf.c: Likewise.
45370         * math/s_cexpl.c: Likewise.
45371         * math/s_clog.c: Likewise.
45372         * math/s_clog10.c: Likewise.
45373         * math/s_clog10f.c: Likewise.
45374         * math/s_clog10l.c: Likewise.
45375         * math/s_clogf.c: Likewise.
45376         * math/s_clogl.c: Likewise.
45377         * math/s_csqrt.c: Likewise.
45378         * math/s_csqrtf.c: Likewise.
45379         * math/s_csqrtl.c: Likewise.
45380         * math/s_ctanf.c: Likewise.
45381         * math/s_ctanh.c: Likewise.
45382         * math/s_ctanhf.c: Likewise.
45383         * math/s_ctanhl.c: Likewise.
45384         * math/s_ctanl.c: Likewise.
45385
45386         * math/math_private.h: Define __nan, __nanf, __nanl.
45387         * math/s_cacosh.c: Include <math_private.h>.
45388         * math/s_cacoshl.c: Likewise.
45389         * math/s_casinh.c: Likewise.
45390         * math/s_casinhf.c: Likewise.
45391         * math/s_casinhl.c: Likewise.
45392         * math/s_ccos.c: Rely entire on ccosh.
45393         * math/s_ccosf.c: Rely entire on ccoshf.
45394         * math/s_ccosl.c: Rely entirely on ccoshl.
45395         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
45396         Remove tests for FE_INVALID.
45397         * math/s_ccoshf.c: Likewise.
45398         * math/s_ccoshl.c: Likewise.
45399         * math/s_csin.c: Likewise.
45400         * math/s_csinf.c: Likewise.
45401         * math/s_csinh.c Likewise.
45402         * math/s_csinhf.c: Likewise.
45403         * math/s_csinhl.c: Likewise.
45404         * math/s_csinl.c: Likewise.
45405         * math/s_ctan.c: Likewise.
45406         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
45407         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
45408         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
45409
45410 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
45411
45412         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
45413         compilation problems.
45414
45415         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
45416         __builtin_expect.
45417
45418 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
45419
45420         * sysdeps/i386/configure.in: Test for -mfma4 option.
45421         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
45422         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
45423         COMMON_CPUID_INDEX_80000001.
45424         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
45425         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
45426         use it if FMA3 is not supported.
45427         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
45428
45429         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
45430         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
45431
45432 2011-10-20  Andreas Schwab  <schwab@redhat.com>
45433
45434         [BZ #12892]
45435         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
45436         it would create a cycle with a link time dependency.
45437
45438 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
45439
45440         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
45441         instruction.
45442         * string/Makefile (strop-tests): Add rawmemchr.
45443         * string/test-rawmemchr.c: New file.
45444
45445         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
45446         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
45447         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
45448         when compiling str{,n}casecmp and when AVX is available.  Hook up
45449         new optimized code in initializers.
45450
45451 2011-10-19  Andreas Schwab  <schwab@redhat.com>
45452
45453         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
45454         __feraiseexcept instead of feraiseexcept.
45455
45456 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
45457
45458         * math/math_private.h: Define defaults for libc_fetestexcept and
45459         libc_feupdateenv.
45460         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
45461         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
45462         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45463         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45464         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45465         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45466         libc_fetestexcept and libc_feupdateenv.
45467
45468         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
45469         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
45470         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
45471         * sysdeps/x86_64/fpu/math_private.h: Define special version of
45472         libc_feholdexcept_setround.
45473
45474         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
45475         Add s_nearbyint-c and s_nearbyintf-c.
45476         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
45477         nearbyintf inlines.
45478         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
45479         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
45480         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
45481         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
45482
45483         * math/math_private.h: Define defaults for libc_fegetround,
45484         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
45485         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
45486         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
45487         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
45488         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
45489         standard functions.
45490         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45491         Remove comments and hacks for old compiler versions.
45492         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45493         libc_fegetround, libc_fesetround, libc_feholdexcept, and
45494         libc_feholdexceptl.
45495
45496 2011-10-18  Andreas Schwab  <schwab@redhat.com>
45497
45498         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
45499         (__feraiseexcept_renamed): Add __NTH.
45500         (feraiseexcept): Add __NTH.  Rename local variables to fix
45501         namespace violations.
45502
45503 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
45504
45505         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
45506
45507         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
45508
45509         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
45510         recently added interfaces.
45511         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
45512
45513         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
45514         about macro parameter expansion.
45515
45516         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
45517         __NO_MATH_INLINES is defined.  Cleanups.
45518
45519         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
45520         and __floorf is target has SSE4.1.
45521         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
45522         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
45523         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
45524         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
45525
45526         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
45527         name.
45528         (floorf): Likewise.
45529
45530         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
45531
45532 2011-10-17  Andreas Schwab  <schwab@redhat.com>
45533
45534         * misc/sys/cdefs.h: Fix last change.
45535
45536         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
45537         database lookup.
45538
45539 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
45540
45541         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
45542
45543         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
45544         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45545         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45546         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45547         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45548         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45549         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45550         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45551         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45552         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
45553         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
45554         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
45555         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
45556         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
45557         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
45558         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
45559         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
45560         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
45561         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
45562         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
45563         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
45564         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
45565
45566         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
45567         ceil, ceilf, floor, floorf.
45568
45569         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
45570         Perform IRELATIVE relocations last.
45571
45572         * elf/do-rel.h: Add another parameter nrelative, replacing the
45573         local variable with the same name.  Change name of the function
45574         to end in Rel or Rela (uppercase).
45575         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
45576         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
45577         elf_dynamic_do_##reloc function.
45578
45579 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45580
45581         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
45582         is sufficient, at least on modern CPUs.
45583
45584         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
45585
45586         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
45587         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
45588
45589         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
45590         __expl_finite.
45591         * math/bits/math-finite.h: Add entries for exp.
45592         * math/e_expl.c: Add __*_finite alias.
45593         * sysdeps/i386/fpu/e_exp.S: Likewise.
45594         * sysdeps/i386/fpu/e_expf.S: Likewise.
45595         * sysdeps/i386/fpu/e_expl.c: Likewise.
45596         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45597         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45598         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
45599         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
45600         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
45601         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45602         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45603
45604         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
45605         is sufficient, at least on modern CPUs.
45606
45607         * ctype/ctype-info.c (__ctype_init): Define.
45608         * include/ctype.h (__ctype_init): Declare.
45609         (__ctype_b_loc): The variable is always initialized.
45610         (__ctype_toupper_loc): Likewise.
45611         (__ctype_tolower_loc): Likewise.
45612         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
45613         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
45614
45615 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
45616
45617         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
45618
45619         * configure.in: Also look in $cxxmachine/include for C++ system
45620         headers.
45621
45622 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45623
45624         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
45625         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
45626         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
45627         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
45628         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
45629         (USE_AS_WMEMCMP): New macro.
45630         Fixing indents.
45631         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
45632         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
45633         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
45634         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
45635         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45636         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
45637         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
45638         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
45639         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
45640         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
45641         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
45642         (USE_AS_WMEMCMP): New macro.
45643         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
45644         * sysdeps/string/test-memcmp.c: Update.
45645         Fix simple_wmemcmp.
45646         Add new tests.
45647         * wcsmbs/wmemcmp.c: Update.
45648         (WMEMCMP): New macro.
45649         Fix overflow bug.
45650
45651 2011-10-12  Andreas Jaeger  <aj@suse.de>
45652
45653         [BZ #13268]
45654         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
45655
45656 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45657
45658         * libio/iofwide.c (do_length): Avoid warning.
45659
45660         * ctype/ctype.h (__isctype_f): Add missing __THROW.
45661
45662 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
45663
45664         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
45665
45666         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
45667         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
45668         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
45669         * sysdeps/i386/i686/fpu/e_log.S: New file.
45670         * sysdeps/i386/i686/fpu/e_logf.S: New file.
45671         * sysdeps/i386/i686/fpu/e_logl.S: New file.
45672
45673         * ctype/ctype.h: Add support for inlined isXXX functions when
45674         compiling C++ code.
45675
45676 2011-10-14  Andreas Schwab  <schwab@redhat.com>
45677
45678         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45679
45680         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
45681
45682 2011-10-13  Roland McGrath  <roland@hack.frob.com>
45683
45684         [BZ #13291]
45685         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
45686
45687 2011-10-13  Andreas Schwab  <schwab@redhat.com>
45688
45689         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
45690         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
45691         feraiseexcept.
45692
45693         * sysdeps/x86_64/memrchr.S: Check for zero size.
45694
45695         * string/stratcliff.c: Add memrchr tests.
45696
45697 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45698
45699         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45700         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
45701         rawmemchr-sse2 rawmemchr-sse2-bsf.
45702         * sysdeps/i386/i686/multiarch/memchr.S: New file.
45703         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
45704         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
45705         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
45706         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
45707         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
45708         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
45709         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
45710         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
45711         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
45712         * string/memrchr.c (MEMRCHR): New macro.
45713
45714 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
45715
45716         Add integration with gcc's -ffinite-math-only and optimize wrapper
45717         functions in libm.
45718         * Versions.def: Define GLIBC_2.15 version for libm.
45719         * math/Makefile (headers): Add bits/math-finite.h.
45720         * math/bits/math-finite.h: New file.
45721         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
45722         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
45723         * math/e_acoshl.c: Add __*_finite alias.
45724         * math/e_acosl.c: Likewise.
45725         * math/e_asinl.c: Likewise.
45726         * math/e_atan2l.c: Likewise.
45727         * math/e_atanhl.c: Likewise.
45728         * math/e_coshl.c: Likewise.
45729         * math/e_exp10.c: Likewise.
45730         * math/e_exp10f.c: Likewise.
45731         * math/e_exp10l.c: Likewise.
45732         * math/e_exp2l.c: Likewise.
45733         * math/e_fmodl.c: Likewise.
45734         * math/e_gammal_r.c: Likewise.
45735         * math/e_hypotl.c: Likewise.
45736         * math/e_j0l.c: Likewise.
45737         * math/e_j1l.c: Likewise.
45738         * math/e_jnl.c: Likewise.
45739         * math/e_lgammal_r.c: Likewise.
45740         * math/e_log10l.c: Likewise.
45741         * math/e_log2l.c: Likewise.
45742         * math/e_logl.c: Likewise.
45743         * math/e_powl.c: Likewise.
45744         * math/e_sinhl.c: Likewise.
45745         * math/e_sqrtl.c: Likewise.
45746         * math/e_scalb.c: Completely rewritten and optimized.
45747         * math/e_scalbf.c: Likewise.
45748         * math/e_scalbl.c: Likewise.
45749         * math/w_acos.c: Likewise.
45750         * math/w_acosf.c: Likewise.
45751         * math/w_acosl.c: Likewise.
45752         * math/w_acosh.c: Likewise.
45753         * math/w_acoshf.c: Likewise.
45754         * math/w_acoshl.c: Likewise.
45755         * math/w_asin.c: Likewise.
45756         * math/w_asinf.c: Likewise.
45757         * math/w_asinl.c: Likewise.
45758         * math/w_atan2.c: Likewise.
45759         * math/w_atan2f.c: Likewise.
45760         * math/w_atan2l.c: Likewise.
45761         * math/w_atanh.c: Likewise.
45762         * math/w_atanhf.c: Likewise.
45763         * math/w_atanhl.c: Likewise.
45764         * math/w_exp10.c: Likewise.
45765         * math/w_exp10f.c: Likewise.
45766         * math/w_exp10l.c: Likewise.
45767         * math/w_fmod.c: Likewise.
45768         * math/w_fmodf.c: Likewise.
45769         * math/w_fmodl.c: Likewise.
45770         * math/w_j0.c: Likewise.
45771         * math/w_j0f.c: Likewise.
45772         * math/w_j0l.c: Likewise.
45773         * math/w_j1.c: Likewise.
45774         * math/w_j1f.c: Likewise.
45775         * math/w_j1l.c: Likewise.
45776         * math/w_jn.c: Likewise.
45777         * math/w_jnf.c: Likewise.
45778         * math/w_log.c: Likewise.
45779         * math/w_logf.c: Likewise.
45780         * math/w_logl.c: Likewise.
45781         * math/w_log10.c: Likewise.
45782         * math/w_log10f.c: Likewise.
45783         * math/w_log10l.c: Likewise.
45784         * math/w_log2.c: Likewise.
45785         * math/w_log2f.c: Likewise.
45786         * math/w_log2l.c: Likewise.
45787         * math/w_pow.c: Likewise.
45788         * math/w_powf.c: Likewise.
45789         * math/w_powl.c: Likewise.
45790         * math/w_remainder.c: Likewise.
45791         * math/w_remainderf.c: Likewise.
45792         * math/w_remainderl.c: Likewise.
45793         * math/w_scalb.c: Likewise.
45794         * math/w_scalbf.c: Likewise.
45795         * math/w_scalbl.c: Likewise.
45796         * math/w_sqrt.c: Likewise.
45797         * math/w_sqrtf.c: Likewise.
45798         * math/w_sqrtl.c: Likewise.
45799         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45800         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
45801         used.
45802         * math/math_private.h: Declare __kernel_standard_f.
45803         * math/w_cosh.c: Remove cruft and optimize a bit.
45804         * math/w_coshf.c: Likewise.
45805         * math/w_coshl.c: Likewise.
45806         * math/w_exp2.c: Likewise.
45807         * math/w_exp2f.c: Likewise.
45808         * math/w_exp2l.c: Likewise.
45809         * math/w_hypot.c: Likewise.
45810         * math/w_hypotf.c: Likewise.
45811         * math/w_hypotl.c: Likewise.
45812         * math/w_lgamma.c: Likewise.
45813         * math/w_lgamma_r.c: Likewise.
45814         * math/w_lgammaf.c: Likewise.
45815         * math/w_lgammaf_r.c: Likewise.
45816         * math/w_lgammal.c: Likewise.
45817         * math/w_lgammal_r.c: Likewise.
45818         * math/w_sinh.c: Likewise.
45819         * math/w_sinhf.c: Likewise.
45820         * math/w_sinhl.c: Likewise.
45821         * math/w_tgamma.c: Likewise.
45822         * math/w_tgammaf.c: Likewise.
45823         * math/w_tgammal.c: Likewise.
45824         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45825         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45826         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45827         Minor optimizations.  Pretty printing.  Remove cruft.
45828         * sysdeps/i386/fpu/e_acosf.S: Likewise.
45829         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45830         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45831         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45832         * sysdeps/i386/fpu/e_acosl.c: Likewise.
45833         * sysdeps/i386/fpu/e_asin.S: Likewise.
45834         * sysdeps/i386/fpu/e_asinf.S: Likewise.
45835         * sysdeps/i386/fpu/e_atan2.S: Likewise.
45836         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45837         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45838         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45839         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45840         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45841         * sysdeps/i386/fpu/e_exp10.S: Likewise.
45842         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45843         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45844         * sysdeps/i386/fpu/e_exp2.S: Likewise.
45845         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45846         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45847         * sysdeps/i386/fpu/e_fmod.S: Likewise.
45848         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45849         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45850         * sysdeps/i386/fpu/e_hypot.S: Likewise.
45851         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45852         * sysdeps/i386/fpu/e_log.S: Likewise.
45853         * sysdeps/i386/fpu/e_log10.S: Likewise.
45854         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45855         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45856         * sysdeps/i386/fpu/e_log2.S: Likewise.
45857         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45858         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45859         * sysdeps/i386/fpu/e_logf.S: Likewise.
45860         * sysdeps/i386/fpu/e_logl.S: Likewise.
45861         * sysdeps/i386/fpu/e_pow.S: Likewise.
45862         * sysdeps/i386/fpu/e_powf.S: Likewise.
45863         * sysdeps/i386/fpu/e_powl.S: Likewise.
45864         * sysdeps/i386/fpu/e_remainder.S: Likewise.
45865         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45866         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45867         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45868         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45869         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45870         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45871         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45872         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45873         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45874         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45875         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45876         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45877         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45878         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45879         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45880         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45881         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45882         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45883         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45884         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45885         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45886         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45887         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45888         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45889         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45890         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45891         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45892         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45893         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45894         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45895         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45896         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45897         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45898         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45899         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45900         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45901         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
45902         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45903         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45904         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45905         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45906         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45907         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45908         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45909         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45910         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45911         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45912         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45913         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45914         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45915         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45916         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45917         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45918         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45919         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45920         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45921         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45922         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
45923         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45924         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45925         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45926         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45927         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45928         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45929         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45930         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45931         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45932         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45933         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45934         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45935         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45936         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45937         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45938         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45939         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45940         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45941         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
45942         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45943         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45944         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45945         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45946         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45947         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45948         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45949         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
45950         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45951         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45952         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45953         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45954         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45955         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
45956         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45957         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45958         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45959         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45960         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45961         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45962         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45963         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45964         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45965         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45966         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
45967         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45968         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45969         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45970         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
45971         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
45972         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
45973         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
45974         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
45975         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
45976         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
45977         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45978         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45979         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45980         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45981         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
45982         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45983         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
45984         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
45985         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
45986         (__isnanf): Likewise.
45987         (__isinf_ns): Likewise.
45988         (__isinf_nsf): Likewise.
45989         (__finite): Likewise.
45990         (__finitef): Likewise.
45991         (__ieee754_sqrt): Define as macro.
45992         (__ieee754_sqrtf): Define as macro.
45993         (__ieee754_sqrtl): Define as macro.
45994         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
45995         inlined copy.
45996         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
45997         __FINITE_MATH_ONLY__ consistent.
45998         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
45999
46000 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
46001
46002         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
46003         of rawmemchr.
46004
46005         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
46006
46007 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
46008
46009         * po/ja.po: Update from translation team.
46010
46011 2011-10-08  Roland McGrath  <roland@hack.frob.com>
46012
46013         * locale/programs/locarchive.c (prepare_address_space): New function.
46014         (create_archive, enlarge_archive, open_archive): Use it.
46015
46016         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
46017         inside [SHARED], where it is used.
46018
46019         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
46020
46021         * nss/getent.c (netgroup_keys): Remove unused variable.
46022         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46023
46024 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
46025
46026         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
46027         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
46028         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
46029         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
46030         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
46031         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
46032         * math/Makefile (libm-calls): Add s_isinf_ns.
46033         * math/divtc3.c: Use __isinf_nsl instead of isinf.
46034         * math/multc3.c: Likewise.
46035         * math/s_casin.c: Likewise.
46036         * math/s_casinf.c: Likewise.
46037         * math/s_casinl.c: Likewise.
46038         * math/s_ccos.c: Likewise.
46039         * math/s_ccosf.c: Likewise.
46040         * math/s_ccosl.c: Likewise.
46041         * math/s_ctan.c: Likewise.
46042         * math/s_ctanf.c: Likewise.
46043         * math/s_ctanh.c: Likewise.
46044         * math/s_ctanhf.c: Likewise.
46045         * math/s_ctanhl.c: Likewise.
46046         * math/s_ctanl.c: Likewise.
46047         * math/w_fmod.c: Likewise.
46048         * math/w_fmodf.c: Likewise.
46049         * math/w_fmodl.c: Likewise.
46050         * math/w_remainder.c: Likewise.
46051         * math/w_remainderf.c: Likewise.
46052         * math/w_remainderl.c: Likewise.
46053         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
46054         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
46055         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
46056         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
46057         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
46058         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
46059         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
46060         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
46061
46062         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
46063         of the number.
46064         * stdio-common/printf_fphex.c: Likewise.
46065         * stdio-common/printf_size.c: Likewise.
46066
46067         * math/e_exp10.c: Include math_private.h using <...> not "...".
46068         * math/e_exp10f.c: Likewise.
46069         * math/e_exp10l.c: Likewise.
46070         * math/e_exp2l.c: Likewise.
46071         * math/e_j0l.c: Likewise.
46072         * math/e_j1l.c: Likewise.
46073         * math/e_jnl.c: Likewise.
46074         * math/e_lgammal_r.c: Likewise.
46075         * math/e_rem_pio2l.c: Likewise.
46076         * math/e_scalb.c: Likewise.
46077         * math/e_scalbf.c: Likewise.
46078         * math/e_scalbl.c: Likewise.
46079         * math/k_cosl.c: Likewise.
46080         * math/k_sinl.c: Likewise.
46081         * math/k_tanl.c: Likewise.
46082         * math/s_cacoshf.c: Likewise.
46083         * math/s_catan.c: Likewise.
46084         * math/s_catanf.c: Likewise.
46085         * math/s_catanh.c: Likewise.
46086         * math/s_catanhf.c: Likewise.
46087         * math/s_catanhl.c: Likewise.
46088         * math/s_catanl.c: Likewise.
46089         * math/s_ccosh.c: Likewise.
46090         * math/s_ccoshf.c: Likewise.
46091         * math/s_ccoshl.c: Likewise.
46092         * math/s_cexp.c: Likewise.
46093         * math/s_cexpf.c: Likewise.
46094         * math/s_cexpl.c: Likewise.
46095         * math/s_clog.c: Likewise.
46096         * math/s_clog10.c: Likewise.
46097         * math/s_clog10f.c: Likewise.
46098         * math/s_clog10l.c: Likewise.
46099         * math/s_clogf.c: Likewise.
46100         * math/s_clogl.c: Likewise.
46101         * math/s_csin.c: Likewise.
46102         * math/s_csinf.c: Likewise.
46103         * math/s_csinh.c: Likewise.
46104         * math/s_csinhf.c: Likewise.
46105         * math/s_csinhl.c: Likewise.
46106         * math/s_csinl.c: Likewise.
46107         * math/s_csqrt.c: Likewise.
46108         * math/s_csqrtf.c: Likewise.
46109         * math/s_csqrtl.c: Likewise.
46110         * math/s_ctan.c: Likewise.
46111         * math/s_ctanf.c: Likewise.
46112         * math/s_ctanh.c: Likewise.
46113         * math/s_ctanhf.c: Likewise.
46114         * math/s_ctanhl.c: Likewise.
46115         * math/s_ctanl.c: Likewise.
46116         * math/s_ldexp.c: Likewise.
46117         * math/s_ldexpf.c: Likewise.
46118         * math/s_ldexpl.c: Likewise.
46119         * math/s_significand.c: Likewise.
46120         * math/s_significandf.c: Likewise.
46121         * math/s_significandl.c: Likewise.
46122         * math/w_acos.c: Likewise.
46123         * math/w_acosf.c: Likewise.
46124         * math/w_acosh.c: Likewise.
46125         * math/w_acoshf.c: Likewise.
46126         * math/w_acoshl.c: Likewise.
46127         * math/w_acosl.c: Likewise.
46128         * math/w_asin.c: Likewise.
46129         * math/w_asinf.c: Likewise.
46130         * math/w_asinl.c: Likewise.
46131         * math/w_atan2.c: Likewise.
46132         * math/w_atan2f.c: Likewise.
46133         * math/w_atan2l.c: Likewise.
46134         * math/w_atanh.c: Likewise.
46135         * math/w_atanhf.c: Likewise.
46136         * math/w_atanhl.c: Likewise.
46137         * math/w_cosh.c: Likewise.
46138         * math/w_coshf.c: Likewise.
46139         * math/w_coshl.c: Likewise.
46140         * math/w_dremf.c: Likewise.
46141         * math/w_exp10.c: Likewise.
46142         * math/w_exp10f.c: Likewise.
46143         * math/w_exp10l.c: Likewise.
46144         * math/w_exp2.c: Likewise.
46145         * math/w_exp2f.c: Likewise.
46146         * math/w_fmod.c: Likewise.
46147         * math/w_fmodf.c: Likewise.
46148         * math/w_fmodl.c: Likewise.
46149         * math/w_hypot.c: Likewise.
46150         * math/w_hypotf.c: Likewise.
46151         * math/w_hypotl.c: Likewise.
46152         * math/w_j0.c: Likewise.
46153         * math/w_j0f.c: Likewise.
46154         * math/w_j0l.c: Likewise.
46155         * math/w_j1.c: Likewise.
46156         * math/w_j1f.c: Likewise.
46157         * math/w_j1l.c: Likewise.
46158         * math/w_jn.c: Likewise.
46159         * math/w_jnf.c: Likewise.
46160         * math/w_jnl.c: Likewise.
46161         * math/w_lgamma.c: Likewise.
46162         * math/w_lgamma_r.c: Likewise.
46163         * math/w_lgammaf.c: Likewise.
46164         * math/w_lgammaf_r.c: Likewise.
46165         * math/w_lgammal.c: Likewise.
46166         * math/w_lgammal_r.c: Likewise.
46167         * math/w_log.c: Likewise.
46168         * math/w_log10.c: Likewise.
46169         * math/w_log10f.c: Likewise.
46170         * math/w_log10l.c: Likewise.
46171         * math/w_log2.c: Likewise.
46172         * math/w_log2f.c: Likewise.
46173         * math/w_log2l.c: Likewise.
46174         * math/w_logf.c: Likewise.
46175         * math/w_logl.c: Likewise.
46176         * math/w_pow.c: Likewise.
46177         * math/w_powf.c: Likewise.
46178         * math/w_powl.c: Likewise.
46179         * math/w_remainder.c: Likewise.
46180         * math/w_remainderf.c: Likewise.
46181         * math/w_remainderl.c: Likewise.
46182         * math/w_scalb.c: Likewise.
46183         * math/w_scalbf.c: Likewise.
46184         * math/w_scalbl.c: Likewise.
46185         * math/w_sinh.c: Likewise.
46186         * math/w_sinhf.c: Likewise.
46187         * math/w_sinhl.c: Likewise.
46188         * math/w_sqrt.c: Likewise.
46189         * math/w_sqrtf.c: Likewise.
46190         * math/w_sqrtl.c: Likewise.
46191         * math/w_tgamma.c: Likewise.
46192         * math/w_tgammaf.c: Likewise.
46193         * math/w_tgammal.c: Likewise.
46194
46195         * po/ja.po: Update from translation team.
46196
46197 2011-09-29  Andreas Jaeger  <aj@suse.de>
46198
46199         [BZ #13179]
46200         * sunrpc/netname.c (netname2host): Fix logic.
46201
46202         [BZ #6779]
46203         [BZ #6783]
46204         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
46205         correctly.
46206         * math/w_remainder.c (__remainder): Likewise.
46207         * math/w_remainderf.c (__remainderf): Likewise.
46208         * math/libm-test.inc (remainder_test): Add test cases.
46209
46210 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46211
46212         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
46213         sdiv_qrnnd.
46214
46215 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46216
46217         * string/test-memcmp.c: Avoid unncessary #defines.
46218         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
46219
46220 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46221
46222         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
46223         Use new sse2 version for core i3 - i7 as it's faster
46224         than sse42 version.
46225         (bit_Prefer_PMINUB_for_stringop): New.
46226         * sysdeps/x86_64/rawmemchr.S: Update.
46227         Replace with faster SSE2 version.
46228         * sysdeps/x86_64/memrchr.S: New file.
46229         * sysdeps/x86_64/memchr.S: Update.
46230         Replace with faster SSE2 version.
46231
46232 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
46233
46234         * elf/dl-load.c (lose): Add cast to avoid warning.
46235
46236 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46237
46238         * po/ca.po: Update from translation team.
46239
46240         * inet/getnetgrent_r.c: Hook up nscd.
46241         * nscd/Makefile (routines): Add nscd_netgroup.
46242         (nscd-modules): Add netgroupcache.
46243         (CFLAGS-netgroupcache.c): Define.
46244         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
46245         (cache_search): Add const to second parameter.
46246         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
46247         INNETGR.
46248         (dbs): Add netgrdb entry.
46249         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
46250         (verify_persistent_db): Handle netgrdb.
46251         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
46252         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
46253         GETFDNETGR.
46254         (netgroup_response_header): Define.
46255         (innetgroup_response_header): Define.
46256         (datahead): Add netgroup_response_header and innetgroup_response_header
46257         elements.
46258         * nscd/nscd.conf: Add entries for netgroup cache.
46259         * nscd/nscd.h (dbtype): Add netgrdb.
46260         (_PATH_NSCD_NETGROUP_DB): Define.
46261         (netgroup_iov_disabled): Declare.
46262         (xmalloc, xcalloc, xrealloc): Move declarations here.
46263         (cache_search): Adjust prototype.
46264         Add netgroup-related prototypes.
46265         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
46266         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
46267         (__nscd_innetgr): Declare.
46268         * nscd/selinux.c (perms): Use access_vector_t as element type and
46269         add netgroup-related initializers.
46270         * nscd/netgroupcache.c: New file.
46271         * nscd/nscd_netgroup.c: New file.
46272         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
46273         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
46274         For four parameters use innetgr.
46275         * nss/nss_files/files-init.c: Add definition and callback for netgr.
46276         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
46277         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
46278         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
46279
46280         * nscd/connections.c (register_traced_file): Don't register file
46281         for disabled databases.
46282
46283 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
46284
46285         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
46286
46287         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
46288         from tree and freeing node.
46289
46290 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
46291
46292         * nss/nsswitch.c (__nss_database_lookup): Handle
46293         nss_parse_service_list out of memory case.
46294
46295 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
46296
46297         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
46298         out of memory case.
46299
46300 2011-10-04  Andreas Schwab  <schwab@redhat.com>
46301
46302         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
46303         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
46304         pass it down.
46305         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
46306         elf_machine_rela, elf_machine_lazy_rel.
46307         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
46308         (ELF_DYNAMIC_DO_REL): Likewise.
46309         (ELF_DYNAMIC_DO_RELA): Likewise.
46310         (ELF_DYNAMIC_RELOCATE): Likewise.
46311         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
46312         to ELF_DYNAMIC_DO_REL.
46313         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
46314         (dl_main): In trace mode always set __RTLD_NOIFUNC.
46315         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
46316         elf_machine_rela.
46317         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
46318         skip_ifunc, don't call ifunc function if non-zero.
46319         (elf_machine_rela): Likewise.
46320         (elf_machine_lazy_rel): Likewise.
46321         (elf_machine_lazy_rela): Likewise.
46322         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
46323         (elf_machine_lazy_rel): Likewise.
46324         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
46325         Likewise.
46326         (elf_machine_lazy_rel): Likewise.
46327         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46328         Likewise.
46329         (elf_machine_lazy_rel): Likewise.
46330         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
46331         (elf_machine_lazy_rel): Likewise.
46332         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
46333         (elf_machine_lazy_rel): Likewise.
46334         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
46335         (elf_machine_lazy_rel): Likewise.
46336         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
46337         (elf_machine_lazy_rel): Likewise.
46338         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
46339         (elf_machine_lazy_rel): Likewise.
46340         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
46341         (elf_machine_lazy_rel): Likewise.
46342
46343 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
46344
46345         * nss/nss_files/files-init.c (_nss_files_init): Use static
46346         initialization for all the *_traced_file variables.
46347
46348 2011-09-28  Andreas Schwab  <schwab@redhat.com>
46349
46350         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46351
46352 2011-09-27  Roland McGrath  <roland@hack.frob.com>
46353
46354         [BZ #13226]
46355         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
46356
46357 2011-09-27  Andreas Schwab  <schwab@redhat.com>
46358
46359         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
46360         Reread the line before reparsing it.
46361
46362 2011-09-26  Andreas Schwab  <schwab@redhat.com>
46363
46364         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
46365
46366 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
46367             Maxim Kuvyrkov  <maxim@codesourcery.com>
46368             Joseph Myers  <joseph@codesourcery.com>
46369
46370         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
46371         if needed for __stack_chk_guard.
46372
46373 2011-09-19  Roland McGrath  <roland@hack.frob.com>
46374
46375         * sysdeps/posix/spawni.c (script_execute): Always define it.
46376         It will be optimized away if unused.
46377         (maybe_script_execute): New function.
46378         (__spawni): Call it.
46379
46380         * Makerules: Don't include tls.make.
46381         (config-tls): Always set to thread.
46382         * tls.make.c: File removed.
46383
46384 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
46385
46386         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
46387         * config.make.in (CPPFLAGS-config): New substituted variable.
46388
46389 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46390
46391         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
46392
46393         [BZ #13192]
46394         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
46395         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
46396
46397 2011-09-15  Roland McGrath  <roland@hack.frob.com>
46398
46399         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
46400         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
46401         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
46402         (CALL_FAIL): Likewise.
46403         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
46404         (CALL_FAIL): Macro removed.
46405         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
46406
46407 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46408
46409         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
46410         for __FINITE_MATH_ONLY__ == 1.
46411
46412 2011-09-15  Andreas Schwab  <schwab@redhat.com>
46413
46414         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
46415         __ieee754_sqrt instead of sqrt.
46416         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
46417         __ieee754_sqrtf instead of sqrtf.
46418         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
46419         __floorf instead of floorf.
46420         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
46421         __floorf, __truncf instead of floorf, truncf.
46422
46423 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
46424
46425         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
46426
46427         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
46428         __extern_always_inline.
46429         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
46430         32-bit.
46431
46432 2011-09-14  Andreas Schwab  <schwab@redhat.com>
46433
46434         * elf/rtld.c (dl_main): Also relocate in dependency order when
46435         doing symbol dependency testing.
46436
46437 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
46438
46439         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46440         Always define `refsym'.
46441
46442 2011-09-13  Andreas Schwab  <schwab@redhat.com>
46443
46444         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
46445         (__FD_ELT): Renamed from __FDELT.
46446         * misc/bits/select2.h (__FD_ELT): Likewise.
46447         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
46448         __FD_MASK instead of __FDELT, __FDMASK.
46449         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46450         Likewise.
46451         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46452         Likewise.
46453
46454         * elf/Makefile (gen-ldd): Fix pattern.
46455
46456         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
46457         (init_tls): Likewise.
46458
46459 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
46460
46461         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
46462
46463 2011-09-12  Andreas Schwab  <schwab@redhat.com>
46464
46465         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
46466         `struct cmsghdr *' instead of `void *'.
46467         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
46468         Likewise.
46469
46470 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
46471
46472         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
46473         if non-absolute.
46474         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
46475         ldd_rewrite_script.
46476
46477 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
46478
46479         * configure.in: Remove --with-tls option.
46480         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
46481         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
46482         out in case it is missing.
46483         * sysdeps/ia64/elf/configure.in: Likewise.
46484         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
46485         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
46486         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
46487         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
46488         * sysdeps/sh/elf/configure.in: Likewise.
46489         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
46490         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46491         * sysdeps/x86_64/elf/configure.in: Likewise.
46492         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
46493         * sysdeps/mach/hurd/tls.h: Likewise.
46494
46495         [BZ #13067]
46496         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
46497
46498         [BZ #13090]
46499         * configure.in: Fix use of AC_INIT.
46500
46501         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
46502
46503 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
46504
46505         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
46506         __set_errno.
46507         * malloc/hooks.c: Likewise.
46508
46509         [BZ #11929]
46510         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
46511         variables statically.
46512         (narenas): Initialize.
46513         (list_lock): Initialize.
46514         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
46515         initializtion of main_arena and list_lock.  Small cleanups.
46516         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
46517         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
46518         Add initializers to main_arena and mp_.
46519         (malloc_state): Remove pagesize member.  Change all users to use
46520         GLRO(dl_pagesize).
46521
46522         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
46523         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
46524         is always initialized.
46525
46526         * malloc/malloc.c: Removed unused configurations and dead code.
46527         * malloc/arena.c: Likewise.
46528         * malloc/hooks.c: Likewise.
46529         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
46530
46531         * include/tls.h: Removed.  USE___THREAD must always be defined.
46532         * bits/libc-tsd.h: Don't handle !USE___THREAD.
46533         * elf/dl-libc.c: Likewise.
46534         * elf/dl-tsd.c: Likewise.
46535         * include/errno.h: Likewise.
46536         * include/netdb.h: Likewise.
46537         * include/resolv.h: Likewise.
46538         * inet/herrno-loc.c: Likewise.
46539         * inet/herrno.c: Likewise.
46540         * malloc/arena.c: Likewise.
46541         * malloc/hooks.c: Likewise.
46542         * malloc/malloc.c: Likewise.
46543         * resolv/res-state.c: Likewise.
46544         * resolv/res_libc.c: Likewise.
46545         * sysdeps/i386/dl-machine.h: Likewise.
46546         * sysdeps/ia64/dl-machine.h: Likewise.
46547         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
46548         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
46549         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
46550         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
46551         * sysdeps/sh/dl-machine.h: Likewise.
46552         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46553         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46554         * sysdeps/unix/i386/sysdep.S: Likewise.
46555         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
46556         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
46557         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
46558         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
46559         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
46560         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
46561         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
46562         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46563         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46564         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
46565         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46566         * sysdeps/x86_64/dl-machine.h: Likewise.
46567         * tls.make.c: Likewise.
46568
46569         * configure.in: Remove --with-__thread option.  Make tests for
46570         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
46571         tls_model attribute fail if no support is available.  Remove
46572         USE_IN_LIBIO.
46573         * Makeconfig: Adjust for dropped configure option.  All features are
46574         now mandatory.
46575         * Makerules: Likewise.
46576         * Versions.def: Likewise.
46577         * argp/argp-fmtstream.c: Likewise.
46578         * argp/argp-fmtstream.h: Likewise.
46579         * argp/argp-help.c: Likewise.
46580         * assert/assert.c: Likewise.
46581         * config.h.in: Likewise.
46582         * config.make.in: Likewise.
46583         * configure: Likewise.
46584         * configure.in: Likewise.
46585         * csu/Versions: Likewise.
46586         * csu/init.c: Likewise.
46587         * elf/tst-audit2.c: Likewise.
46588         * elf/tst-tls10.c: Likewise.
46589         * elf/tst-tls10.h: Likewise.
46590         * elf/tst-tls11.c: Likewise.
46591         * elf/tst-tls12.c: Likewise.
46592         * elf/tst-tls14.c: Likewise.
46593         * elf/tst-tlsmod11.c: Likewise.
46594         * elf/tst-tlsmod12.c: Likewise.
46595         * elf/tst-tlsmod13.c: Likewise.
46596         * elf/tst-tlsmod13a.c: Likewise.
46597         * elf/tst-tlsmod14a.c: Likewise.
46598         * elf/tst-tlsmod15b.c: Likewise.
46599         * elf/tst-tlsmod16a.c: Likewise.
46600         * elf/tst-tlsmod16b.c: Likewise.
46601         * elf/tst-tlsmod7.c: Likewise.
46602         * elf/tst-tlsmod8.c: Likewise.
46603         * elf/tst-tlsmod9.c: Likewise.
46604         * gmon/gmon.c: Likewise.
46605         * grp/fgetgrent_r.c: Likewise.
46606         * grp/putgrent.c: Likewise.
46607         * hurd/fopenport.c: Likewise.
46608         * include/libc-symbols.h: Likewise.
46609         * include/tls.h: Likewise.
46610         * intl/gettextP.h: Likewise.
46611         * intl/loadinfo.h: Likewise.
46612         * locale/global-locale.c: Likewise.
46613         * locale/localeinfo.h: Likewise.
46614         * mach/devstream.c: Likewise.
46615         * malloc/arena.c: Likewise.
46616         * malloc/set-freeres.c: Likewise.
46617         * misc/err.c: Likewise.
46618         * misc/getttyent.c: Likewise.
46619         * misc/mntent_r.c: Likewise.
46620         * posix/getopt.c: Likewise.
46621         * posix/wordexp.c: Likewise.
46622         * pwd/fgetpwent_r.c: Likewise.
46623         * resolv/Versions: Likewise.
46624         * resolv/res_hconf.c: Likewise.
46625         * shadow/fgetspent_r.c: Likewise.
46626         * shadow/putspent.c: Likewise.
46627         * stdio-common/printf_fphex.c: Likewise.
46628         * stdio-common/tmpfile.c: Likewise.
46629         * stdlib/abort.c: Likewise.
46630         * stdlib/fmtmsg.c: Likewise.
46631         * sunrpc/auth_unix.c: Likewise.
46632         * sunrpc/clnt_perr.c: Likewise.
46633         * sunrpc/clnt_tcp.c: Likewise.
46634         * sunrpc/clnt_udp.c: Likewise.
46635         * sunrpc/clnt_unix.c: Likewise.
46636         * sunrpc/openchild.c: Likewise.
46637         * sunrpc/svc_simple.c: Likewise.
46638         * sunrpc/svc_tcp.c: Likewise.
46639         * sunrpc/svc_udp.c: Likewise.
46640         * sunrpc/svc_unix.c: Likewise.
46641         * sunrpc/xdr.c: Likewise.
46642         * sunrpc/xdr_array.c: Likewise.
46643         * sunrpc/xdr_rec.c: Likewise.
46644         * sunrpc/xdr_ref.c: Likewise.
46645         * sunrpc/xdr_stdio.c: Likewise.
46646
46647 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46648
46649         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46650
46651 2011-07-03  Andreas Jaeger  <aj@suse.de>
46652
46653         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
46654         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
46655         regenerate with gen-libm-tests.pl.
46656
46657 2010-05-12  Petr Baudis  <pasky@suse.cz>
46658
46659         [BZ #11589]
46660         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
46661         around j0() zero points by switching to j1().
46662         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46663         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46664         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46665         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46666
46667 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46668
46669         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
46670         instead of 0.
46671         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
46672         instead of 0.
46673         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46674         Patch in part by Pavel Roskin <proski@gnu.org>.
46675
46676         [BZ #13138]
46677         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
46678         realloc.
46679         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
46680         Free memory block if necessary.
46681
46682         [BZ #12847]
46683         * libio/genops.c (INTDEF): For string streams the _lock pointer can
46684         be NULL.  Don't lock in this case.
46685
46686 2011-09-09  Roland McGrath  <roland@hack.frob.com>
46687
46688         * elf/elf.h (ELFOSABI_GNU): New macro.
46689         (ELFOSABI_LINUX): Define to that.
46690
46691 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
46692
46693         * string/strncat.c (strncat): Undef the symbol in case it has been
46694         defined in bits/string.h.
46695
46696 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46697
46698         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
46699
46700         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
46701         link map.
46702
46703 2011-08-17  Andreas Jaeger  <aj@suse.de>
46704
46705         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
46706
46707 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
46708             Ian Lance Taylor  <iant@google.com>
46709
46710         * math/libm-test.inc (lround_test): New testcase.
46711         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
46712
46713 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
46714
46715         * Makefile: Remove support for automatic cvs check-ins.
46716         * Makerules: Likewise.
46717         * config.make.in: Likewise.
46718         * configure.in: Likewise.
46719         * intl/Makefile: Likewise.
46720         * locale/Makefile: Likewise.
46721         * po/Makefile: Likewise.
46722         * posix/Makefile: Likewise.
46723         * sysdeps/gnu/Makefile: Likewise.
46724         * sysdeps/mach/hurd/Makefile: Likewise.
46725         * sysdeps/sparc/sparc32/Makefile: Likewise.
46726
46727         [BZ #13118]
46728         * posix/Makefile (bug-regex32-ENV): Define.
46729         Patch by John Stanley <jpsinthemix@verizon.net>.
46730
46731         * misc/Makefile (headers): Add bits/select2.h.
46732         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
46733         * misc/bits/select2.h: New file.
46734         * include/bits/select2.h: New file.
46735         * debug/Makefile (routines): Add fdelt_chk.
46736         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
46737         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
46738         FD_ISSET.
46739         * debug/fdelt_chk.c: New file.
46740
46741         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
46742         * wcsmbs/test-wmemcmp.c: Likewise.
46743         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
46744         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
46745
46746 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46747
46748         * string/Makefile (strop-tests): Add memcmp.
46749         * string/test-wmemcmp.c: New file.
46750         * string/test-memcmp.c: Add wmemcmp support.
46751
46752 2011-09-08  Roland McGrath  <roland@hack.frob.com>
46753
46754         [BZ #13153]
46755         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46756         2011-07-19 change.
46757
46758         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46759         garbage value in a __mach_port_mod_refs call in the cases of the
46760         task-self and thread-self ports.
46761
46762 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46763
46764         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46765
46766 2011-09-08  Andreas Schwab  <schwab@redhat.com>
46767
46768         * elf/dl-load.c (lose): Check for non-null L.
46769
46770 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46771
46772         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46773
46774         * elf/dl-libc.c (dlerror_run): Pass back error code from
46775         dl_catch_error.
46776
46777         [BZ #13123]
46778         * elf/dl-load.c (lose): Free l_origin if it is valid.
46779
46780         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46781         names.
46782         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46783         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46784         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46785         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46786         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46787         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46788
46789 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46790
46791         * sysdeps/powerpc/fpu/e_hypot.c: New file.
46792         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46793         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46794         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46795         * sysdeps/powerpc/fpu/k_cosf.c: New file.
46796         * sysdeps/powerpc/fpu/k_sinf.c: New file.
46797         * sysdeps/powerpc/fpu/s_cosf.c: New file.
46798         * sysdeps/powerpc/fpu/s_sinf.c: New file.
46799         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46800         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46801
46802 2011-08-15  Alan Modra  <amodra@gmail.com>
46803
46804         [BZ #13092]
46805         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46806         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46807         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
46808         ppc_mcount to static-only-routines.
46809         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46810         __mcount_internal.
46811         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46812         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
46813
46814 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
46815
46816         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46817         for finite and infinity parameters.
46818
46819 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46820
46821         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46822         and add nop instructions for throughput optimization.
46823         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46824
46825 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
46826
46827         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46828         aligned copy for power7 with vector-scalar instructions.
46829         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46830
46831 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
46832
46833         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46834         AVX check.
46835
46836 2011-09-07  Andreas Schwab  <schwab@redhat.com>
46837
46838         [BZ #13144]
46839         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46840         last change.
46841
46842 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46843
46844         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46845         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46846         syscall wrapper around clock_gettime in __vdso_clock_gettime.
46847         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46848         clock_gettime.
46849
46850 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46851
46852         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46853         Forgot to demangle the pointer.
46854
46855         * sysdeps/i386/sysdep.h: Define atom_text_section.
46856         * sysdeps/x86_64/sysdep.h: Likewise.
46857         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46858         section with atom_text_section.
46859         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46860         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46861         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46862         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46863         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46864
46865         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46866         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46867         already be defined.  Change to take two parameters and don't assign
46868         result to variable.  Adjust all users.
46869         Define INTERNAL_GETTIME if not already defined.
46870         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46871         call.
46872         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46873         HAVE_CLOCK_GETTIME_VSYSCALL.
46874         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46875
46876         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46877         gettimeofday vsyscall, just use time.
46878
46879 2011-09-06  Andreas Schwab  <schwab@redhat.com>
46880
46881         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46882         <errno.h>.
46883
46884 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46885
46886         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
46887         syscall on x86-64.
46888         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
46889         syscall.
46890         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
46891         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
46892         syscall if possible.
46893
46894 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46895
46896         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
46897         e_ident.  Don't pass to find_mapsXX.
46898         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
46899
46900 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46901
46902         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46903         strchr-sse2-no-bsf strrchr-sse2-no-bsf
46904         * sysdeps/x86_64/multiarch/strchr.S: Update.
46905         Check bit_slow_BSF bit.
46906         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
46907         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
46908         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
46909
46910 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46911
46912         [BZ #13134]
46913         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
46914         before glibc 2.15.
46915         (tryshell): Define.
46916         (__spawni): Change last parameter to be flag.  Test
46917         SPAWN_XFLAGS_USE_PATH flag to use path or not.
46918         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
46919         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
46920         * posix/spawni.c: Likewise.
46921         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
46922         * posix/spawnp.c: Likewise.  Change normal version to use
46923         SPAWN_XFLAGS_USE_PATH.
46924         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
46925         SPAWN_XFLAGS_TRY_SHELL.
46926
46927         [BZ #13150]
46928         * posix/glob.h: Remove gcc 1.x support.
46929
46930         [BZ #13068]
46931         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
46932
46933 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46934
46935         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46936         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
46937         strrchr-sse2-bsf
46938         * sysdeps/i386/i686/multiarch/strchr.S: New file.
46939         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
46940         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
46941         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
46942         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
46943         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
46944
46945 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46946
46947         * sysdeps/x86_64/wcscmp.S: New file.
46948
46949         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
46950         wcscmp-c wcscmp-sse2
46951         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
46952         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
46953         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
46954         * wcsmbs/wcscmp.c: Allow renaming.
46955
46956 2011-09-05  David S. Miller  <davem@davemloft.net>
46957
46958         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
46959         stack slot, rather than the struct return pointer slot.
46960         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
46961         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
46962         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
46963         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
46964
46965 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46966
46967         * po/ja.po: Update from translation team.
46968
46969         [BZ #13144]
46970         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
46971         kernel in 64-bit binaries.
46972
46973 2011-09-01  David S. Miller  <davem@davemloft.net>
46974
46975         * elf/elf.h (HWCAP_SPARC_*): Move to..
46976         * sysdeps/sparc/sysdep.h: this new file and add new values.
46977         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
46978         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
46979         _DL_HWCAP_COUNT to 24.
46980         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
46981         entries.
46982         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
46983         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
46984         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
46985         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
46986         instead of magic constants.
46987         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46988
46989 2011-08-31  David S. Miller  <davem@davemloft.net>
46990
46991         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
46992         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
46993         Reimplement to do errno handling inline.
46994         (SYSCALL_ERROR_HANDLER): New macro.
46995         (__SYSCALL_STRING): Do not do errno handling in asm.
46996         (__CLONE_SYSCALL_STRING): Delete.
46997         (__INTERNAL_SYSCALL_STRING): Delete.
46998         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
46999         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
47000         (PSEUDO): Reimplement to do errno handling inline.
47001         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
47002         (SYSCALL_ERROR_HANDLER): New macro.
47003         (__SYSCALL_STRING): Do not do errno handling in asm.
47004         (__CLONE_SYSCALL_STRING): Delete.
47005         (__INTERNAL_SYSCALL_STRING): Delete.
47006         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
47007         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
47008         i386.
47009         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
47010         (inline_syscall*): Add 'err' argument.
47011         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
47012         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
47013         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
47014         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
47015
47016         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
47017         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
47018
47019 2011-08-30  Andreas Schwab  <schwab@redhat.com>
47020
47021         * elf/rtld.c (dl_main): Relocate objects in dependency order.
47022
47023 2011-08-29  Jiri Olsa <jolsa@redhat.com>
47024
47025         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
47026         directive.
47027
47028 2011-08-24  David S. Miller  <davem@davemloft.net>
47029
47030         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
47031
47032 2011-08-24  Andreas Schwab  <schwab@redhat.com>
47033
47034         * elf/Makefile: Add rules to build and run unload8 test.
47035         * elf/unload8.c: New file.
47036         * elf/unload8mod1.c: New file.
47037         * elf/unload8mod1x.c: New file.
47038         * elf/unload8mod2.c: New file.
47039         * elf/unload8mod3.c: New file.
47040
47041         * elf/dl-close.c (_dl_close_worker): Reset private search list if
47042         it wasn't used.
47043
47044 2011-08-23  David S. Miller  <davem@davemloft.net>
47045
47046         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
47047         subtract stack bias.
47048         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
47049         %sp not %fp in calculations.
47050         (_JMPBUF_UNWINDS_ADJ): Likewise.
47051
47052         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
47053         (aio_suspend): Call it to force an exception region around the
47054         AIO_MISC_WAIT() invocation.
47055
47056 2011-08-23  Andreas Schwab  <schwab@redhat.com>
47057
47058         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
47059         backslash.
47060
47061 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
47062
47063         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
47064         protection macro.
47065         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
47066         and <dl-machine.h>.
47067         (Elf64_FuncDesc): Remove.
47068
47069 2011-08-22  David S. Miller  <davem@davemloft.net>
47070
47071         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
47072         sigaltstack check, add missing cfi directives.
47073         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
47074         missing cfi directives, and sigaltstack handling.
47075
47076 2011-08-16  Andreas Schwab  <schwab@redhat.com>
47077
47078         [BZ #11724]
47079         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
47080         object is seen twice.
47081         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47082
47083         * elf/Makefile (distribute): Add tst-initorder2.c.
47084         (tests): Add tst-initorder2.
47085         (modules-names): Add tst-initorder2a tst-initorder2b
47086         tst-initorder2c tst-initorder2d.  Add rules to build them.
47087         ($(objpfx)tst-initorder2.out): New rule.
47088         * elf/tst-initorder2.c: New file.
47089         * elf/tst-initorder2.exp: New file.
47090
47091 2011-08-22  Andreas Schwab  <schwab@redhat.com>
47092
47093         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
47094
47095         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
47096         dependencies back to end of function.
47097
47098         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
47099         $(elfobjdir)/ld.so.
47100
47101 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
47102
47103         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
47104         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
47105         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
47106         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
47107         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
47108         of __vdso_gettimeofday.
47109         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
47110         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
47111         attribute_hidden.
47112         (_libc_vdso_platform_setup): Remove initialization of
47113         __vdso_gettimeofday and __vdso_time.
47114
47115 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47116
47117         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
47118         and fgetc_unlocked.
47119         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
47120         getc_unlocked.
47121
47122         * elf/dl-open.c (add_to_global): Report additions to the global scope
47123         for LD_DEBUG=scopes.
47124         (dl_open_worker): Also print scope of newly loaded dependencies.
47125         (_dl_show_scope): Indicate if there is no scope.
47126
47127         [BZ #13114]
47128         * stdio-common/Makefile (tests): Add bug24.
47129         * stdio-common/bug24.c: New file.
47130
47131 2011-08-19  Andreas Jaeger  <aj@suse.de>
47132
47133         [BZ #13114]
47134         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
47135         non-existant file when using close-on-exec mode.
47136
47137 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47138
47139         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
47140         the very first instruction.
47141
47142         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
47143         the CFI state in the end.
47144         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
47145         inclusion of dl-trampoline.h.
47146         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
47147
47148 2011-08-19  Andreas Schwab  <schwab@redhat.com>
47149
47150         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
47151         expectations for long double.
47152
47153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
47154         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
47155
47156 2011-08-14  David S. Miller  <davem@davemloft.net>
47157
47158         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
47159         artificual limit depends upon the system page size.
47160
47161 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47162
47163         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
47164         * resolv/Makefile: Define CFLAGS-libresolv.
47165
47166 2011-08-17  Andreas Schwab  <schwab@redhat.com>
47167
47168         * nss/makedb.c (compute_tables): Make variables used in nested
47169         function static.
47170
47171 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47172
47173         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
47174         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
47175         if buffer was too small.
47176
47177         * elf/pldd.c (main): Attach to all threads in the process.
47178         Rewrite /proc handling to use *at functions.
47179
47180 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
47181
47182         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
47183         specifies first scope to show.
47184         (dl_open_worker): Update callers.  Move printing scope of new
47185         object to before the relocation.
47186         * elf/rtld.c (dl_main): Update _dl_show_scope call.
47187         * sysdeps/generic/ldsodefs.h: Update declaration.
47188
47189         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
47190         string for the scope number.
47191
47192 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
47193
47194         * nscd/servicescache.c (cache_addserv): Make sure written is always
47195         initialized.
47196
47197 2011-08-14  Roland McGrath  <roland@hack.frob.com>
47198
47199         * sysdeps/i386/i486/bits/atomic.h
47200         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
47201         statement expression, so as to suppress "set but not used" warning.
47202         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
47203
47204         * string/strncat.c (STRNCAT): Use prototype definition.
47205
47206         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
47207         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
47208         -Iprograms here.
47209         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
47210         (localedef-modules): Add localedef.
47211         (locale-modules): Add locale.
47212
47213         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
47214         * elf/rtld.c (dl_main): Invert order of assignment in last change,
47215         to avoid a warning.
47216
47217 2011-08-14  David S. Miller  <davem@davemloft.net>
47218
47219         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
47220         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
47221
47222 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
47223
47224         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
47225         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
47226         * elf/rtld.c (dl_main): Set l_name of vDSO.
47227         Call _dl_show_scope when DL_DEBUG_SCOPES.
47228         (process_dl_debug): Recognize scopes flag and also set it for all.
47229         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
47230         Declare _dl_show_scope.
47231
47232         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
47233         (do_dlopen): Pass caller_dlopen to dl_open.
47234         (__libc_dlopen_mode): Initialize caller_dlopen.
47235
47236         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
47237         of libc.  Make tolower call locale-independent.  Optimize a bit by
47238         using isdigit instead of isalnum.
47239         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
47240
47241 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
47242
47243         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
47244         was a dependency or dynamically loaded.
47245
47246 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
47247
47248         * intl/l10nflist.c: Allow architecture-specific pop function.
47249         * sysdeps/x86_64/l10nflist.c: New file.
47250
47251         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
47252         classification.
47253
47254 2011-08-10  Andreas Schwab  <schwab@redhat.com>
47255
47256         * include/dirent.h: Add libc_hidden_proto for scandirat and
47257         scandirat64.  Don't declare __scandirat64.
47258         * dirent/scandirat.c: Add libc_hidden_def.
47259         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
47260         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
47261
47262 2011-08-10  David S. Miller  <davem@davemloft.net>
47263
47264         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
47265         enum.
47266         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47267         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47268         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47269
47270 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
47271
47272         * Versions.def [libc]: Add GLIBC_2.15.
47273         * dirent/Makefile (routines): Add scandirat and scandirat64.
47274         * dirent/Versions [libc]: Export scandirat and scandirat64 for
47275         GLIBC_2.15.
47276         * dirent/dirent.h: Declare scandirat and scandirat64.
47277         * dirent/scandirat.c: New file.
47278         * dirent/scandirat64.c: New file.
47279         * sysdeps/wordsize-64/scandirat.c: New file.
47280         * sysdeps/wordsize-64/scandirat64.c: New file.
47281         * dirent/opendir.c: Define opendirat.
47282         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
47283         using scandirat.
47284         * dirent/scandir64.c: Adjust for scandir.c change.
47285         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
47286         __scandirat64, and __scandir_cancel_handler.
47287         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
47288         additional parameter and use openat instead of open (outside of ld.so).
47289         Add new __opendir as wrapper around __opendirat.
47290         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
47291         here without requiring old scandirat implementation.
47292
47293 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
47294
47295         * dirent/scandir.c (cancel_handler): Renamed to
47296         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
47297         defined.  Adjust users.
47298         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
47299         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
47300
47301 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
47302
47303         * string/test-string.h (IMPL): Use __STRING to expand name and then
47304         stringify it.
47305
47306         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
47307         of cleanups.
47308
47309 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47310
47311         * string/Makefile: Update.
47312         (strop-tests): Append strncat.
47313         * string/test-wcscmp.c: New file.
47314         New comprehensive test for wcscmp.
47315         * string/test-strcmp.c: Update.
47316         (WIDE): New define.
47317
47318 2011-07-22  Andreas Schwab  <schwab@redhat.com>
47319
47320         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
47321         line.
47322
47323 2011-07-26  Andreas Schwab  <schwab@redhat.com>
47324
47325         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47326         encoding to ACE if AI_IDN.
47327
47328 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
47329
47330         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
47331         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
47332
47333 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47334
47335         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
47336         Fix overflow bug in strncat.
47337         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
47338
47339         * string/test-strncat.c: Update.
47340         Add new tests for checking overflow bugs.
47341
47342 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47343
47344         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47345         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
47346         * sysdeps/i386/i686/multiarch/strcat.S: New file.
47347         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
47348         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
47349         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
47350         * sysdeps/i386/i686/multiarch/strncat.S: New file.
47351         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
47352         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
47353
47354         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
47355         (USE_AS_STRCAT): Define.
47356         Add strcat and strncat support.
47357         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47358
47359 2011-07-25  Andreas Schwab  <schwab@redhat.com>
47360
47361         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
47362         __n bigger than INT_MAX+1.
47363         (__strncmp_g): Likewise.
47364
47365 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
47366
47367         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
47368         * libio/stido.h: Likewise.
47369
47370         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
47371         (AF_NFC): Define.
47372         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
47373         (AF_NFC): Define.
47374
47375         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
47376         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47377         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47378         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
47379         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47380
47381         [BZ #13021]
47382         * scripts/test-installation.pl: Don't expect libnss_test1 to be
47383         installed.
47384
47385         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
47386         typo.
47387         (_dl_x86_64_save_sse): Likewise.
47388
47389 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
47390
47391         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
47392         OSXSAVE.
47393         (_dl_x86_64_save_sse): Likewise.
47394
47395         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
47396
47397         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
47398
47399 2011-07-21  Andreas Schwab  <schwab@redhat.com>
47400
47401         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
47402         change.
47403         (_dl_x86_64_save_sse): Use correct AVX check.
47404
47405 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47406
47407         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
47408         bug in strncpy/strncat.
47409         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
47410
47411 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
47412
47413         * string/tester.c (test_strcat): Add tests for different alignments
47414         of source and destination.
47415         (test_strncat): Likewise.
47416
47417 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47418
47419         [BZ #12852]
47420         * posix/glob.c (glob): Check passed in values before using them in
47421         expressions to avoid some overflows.
47422         (glob_in_dir): Likewise.
47423
47424         [BZ #13007]
47425         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
47426         check for AVX enablement so that we don't crash with old kernels and
47427         new hardware.
47428         * elf/tst-audit4.c: Add same checks here.
47429         * elf/tst-audit6.c: Likewise.
47430
47431         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
47432
47433 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
47434
47435         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
47436
47437 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47438
47439         * po/cs.po: Update from translation team.
47440         * po/bg.po: Likewise.
47441
47442 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
47443
47444         * misc/sys/cdefs.h: Add support for const attribute.
47445         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
47446         to gnu_dev_{major,minor,makedev} functions.
47447
47448 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
47449
47450         * intl/dcigettext.c (get_output_charset): Add missing bracket.
47451
47452 2011-07-20  Andreas Schwab  <schwab@redhat.com>
47453
47454         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
47455         strlen results.
47456
47457 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47458
47459         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
47460         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
47461         register in order to avoid conflicts with the soft frame pointer
47462         being held in r11 when necessary.
47463         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
47464         (INTERNAL_VSYSCALL_NCS): Likewise.
47465
47466 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
47467
47468         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
47469         * elf/dl-fini.c (_dl_fini): Adjust caller.
47470         * elf/dl-close.c (_dl_close_worker): Likewise.
47471         * sysdeps/generic/ldsodefs.h: Adjust declaration.
47472
47473 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47474
47475         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
47476         "aux_cache->nlibs < 0".
47477
47478         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
47479         in the reload-count case.
47480
47481 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47482
47483         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47484         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
47485         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
47486         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
47487         * sysdeps/x86_64/multiarch/strcat.S: New file.
47488         * sysdeps/x86_64/multiarch/strncat.S: New file.
47489         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
47490         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
47491         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
47492         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
47493         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
47494         (USE_AS_STRCAT): Define.
47495         Add strcat and strncat support.
47496         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47497         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
47498         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
47499         * string/strncat.c: Update.
47500         (USE_AS_STRNCAT): Define.
47501         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47502         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
47503         and i7.
47504         * sysdeps/x86_64/multiarch/init-arch.h
47505         (bit_Prefer_PMINUB_for_stringop): New.
47506         (index_Prefer_PMINUB_for_stringop): Likewise.
47507         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
47508         bit_Prefer_PMINUB_for_stringop.
47509
47510 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47511
47512         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
47513         buffer64.
47514         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
47515         of casting of buffer.
47516         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
47517         buffer32 and buffer64.
47518         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
47519         writes instead of casting of buffer.
47520         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
47521         buffer32.
47522         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
47523         casting of buffer.
47524
47525 2011-07-19  Andreas Schwab  <schwab@redhat.com>
47526
47527         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
47528
47529 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47530
47531         * nscd/nscd.c (termination_handler): Don't do anything for a database
47532         if it has not yet been initialized.
47533
47534 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47535
47536         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47537
47538 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47539
47540         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47541
47542 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47543
47544         * po/nl.po: Update from translation team.
47545         * po/sv.po: Likewise.
47546
47547 2011-07-16  Roland McGrath  <roland@hack.frob.com>
47548
47549         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
47550         now disallowed by GCC.
47551
47552         * configure.in (use-default-link): Default to yes if a test -shared
47553         link meets our qualifications.
47554         * configure: Regenerated.
47555
47556         * config.make.in (output-format): New variable.
47557         * configure.in: Check for ld --print-output-format support.
47558         * configure: Regenerated.
47559         * Makerules ($(common-objpfx)format.lds)
47560         [$(output-format) != unknown]: Just use $(output-format),
47561         instead of the linker-script munging.
47562
47563 2011-07-14  Roland McGrath  <roland@hack.frob.com>
47564
47565         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
47566         of $(common-objpfx)shlib.lds.
47567         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
47568
47569         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
47570         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
47571
47572         * configure.in (-z relro check): Adjust test code to add a large
47573         writable data section after it.
47574         * configure: Regenerated.
47575
47576 2011-07-11  Roland McGrath  <roland@hack.frob.com>
47577
47578         * configure.in (-z relro check): Fix test code to make the variable
47579         truly const.
47580         * configure: Regenerated.
47581
47582 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
47583
47584         * nscd/nscd.h (struct traced_file): Define.
47585         (struct database_dyn): Remove inotify_descr, reset_res, and filename
47586         elements.  Add traced_files.
47587         (inotify_fd): Declare.
47588         (register_traced_file): Declare.
47589         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
47590         (inotify_fd): Export.
47591         (resolv_conf_descr): Remove.
47592         (nscd_init): Move inotify descriptor creation to main.
47593         Don't register files for notification here.
47594         (register_traced_file): New function.
47595         (invalidate_cache): Don't use reset_res to determine whether to call
47596         res_init, go through the list of registered files.
47597         (main_loop_poll): The inotify descriptors are now stored in the
47598         structures for the traced files.
47599         (main_loop_epoll): Likewise
47600         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
47601         to __nss_disable_nscd.
47602         * nscd/cache.c (prune_cache): There is no single inotify descriptor
47603         for a database anymore.  Check the records for all the registered
47604         files instead.
47605         * nss/Makefile (libnss_files-routines): Add files-init.
47606         (libnss_db-routines): Add db-init.
47607         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
47608         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
47609         * nss/nss_db/db-init.c: New file.
47610         * nss/nss_files/files-init.c: New file.
47611         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
47612         __nss_lookup_function.
47613         (__nss_lookup_function): Call nss_load_library.
47614         (nss_load_all_libraries): New function.
47615         (__nss_disable_nscd): Take parameter with callback function for files
47616         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
47617         used for the cached services.
47618         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
47619         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
47620         options for features to all the files in nscd.
47621
47622         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
47623
47624 2011-07-10  Roland McGrath  <roland@hack.frob.com>
47625
47626         * csu/elf-init.c (__libc_csu_init): Comment typo.
47627
47628 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
47629
47630         * po/pl.po: Update from translation team.
47631         * po/ja.po: Likewise.
47632         * po/ru.po: Likewise.
47633         * po/ko.po: Likewise.
47634         * po/fr.po: Likewise.
47635
47636 2011-07-09  Roland McGrath  <roland@hack.frob.com>
47637
47638         * configure.in (.ctors/.dtors header and trailer check):
47639         Use an empirical test on a built program.
47640         * configure: Regenerated.
47641
47642         * configure.in (-z relro check): Use an empirical test on a built DSO.
47643         Detect, but do not require, on ia64.
47644         * configure: Regenerated.
47645
47646         * configure.in (READELF): Find it with AC_CHECK_TOOL.
47647         Update tests that use readelf to use $READELF instead.
47648         * configure: Regenerated.
47649
47650 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
47651
47652         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
47653         if the result is not used.
47654
47655 2011-07-05  Andreas Jaeger  <aj@suse.de>
47656
47657         [BZ#9696]
47658         * stdlib/tst-strtod.c: Add testcase.
47659
47660 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
47661
47662         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
47663         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
47664         The latter has a higher limit.  Take additional parameter to pass to
47665         the new function.
47666         (__pathconf): Pass file to __statfs_link_max.
47667         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
47668         __statfs_link_max.
47669         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
47670         __statfs_link_max.
47671
47672         [BZ #12868]
47673         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
47674         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
47675         Handle Lustre.
47676         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
47677         (__statfs_filesize_max): Likewise.
47678         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
47679
47680 2011-07-05  Andreas Jaeger  <aj@suse.de>
47681
47682         * resolv/res_comp.c (dn_skipname): Remove unused variable.
47683
47684 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
47685
47686         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
47687         `status' variable.
47688         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
47689         Likewise.
47690
47691 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
47692
47693         * Makefile (strop-tests): Add strncat.
47694         * string/test-strncat.c: New file.
47695
47696 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
47697
47698         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
47699
47700 2011-06-21  Andreas Jaeger  <aj@suse.de>
47701
47702         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
47703         Copy rule from iconvdata/Makefile.
47704
47705 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47706
47707         [BZ #12922]
47708         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
47709         but no long options are defined, just return 'W'.
47710
47711 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
47712
47713         [BZ #9696]
47714         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
47715
47716 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47717
47718         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
47719         netgroups to read.
47720         (innetgr): Likewise.
47721
47722 2011-07-05  Roland McGrath  <roland@hack.frob.com>
47723
47724         * config.make.in (install_root): Default to $(DESTDIR).
47725
47726 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
47727
47728         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
47729
47730 2011-07-02  Roland McGrath  <roland@hack.frob.com>
47731
47732         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
47733
47734         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
47735         containing directory rather than embedding absolute directory names.
47736
47737         * scripts/check-local-headers.sh: Rewritten using awk.
47738         Match by word, not by line.  Print error messages for matches.
47739         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
47740
47741         * Makerules [shlib-lds-flags empty]:
47742         ($(common-objpfx)libc_pic.opts): New target.
47743         ($(common-objpfx)libc_pic.os.clean): New target.
47744         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
47745
47746         * config.make.in (OBJCOPY): New variable.
47747         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47748         * configure: Regenerated.
47749
47750         * config.make.in (use-default-link): New variable.
47751         * configure.in (use_default_link): Grok --with-default-link to set it.
47752         * configure: Regenerated.
47753         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47754         (shlib-lds, shlib-lds-flags): Define to empty.
47755
47756         * Makerules (shlib-lds): New variable.
47757         (shlib-lds-flags): New variable.
47758         (build-shlib, build-moduile, build-module-asneeded): Use it.
47759         ($(common-objpfx)libc.so): Use $(shlib-lds).
47760         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47761         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47762
47763         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47764         DT_FLAGS/DT_FLAGS_1 with zero flags.
47765
47766         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47767         linker script munging.
47768
47769 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
47770
47771         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47772         as 128-bit value.
47773         * crypt/sha512.c (sha512_process_block): Perform total addition using
47774         128-bit if possible.
47775         (__sha512_finish_ctx): Likewise.
47776         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47777         as 64-bit value.
47778         * crypt/sha256.c (SWAP64): Define.
47779         (sha256_process_block): Perform total addition using 64-bit if
47780         possible.
47781         (__sha256_finish_ctx): Likewise.
47782
47783 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
47784
47785         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
47786         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47787         * nscd/hstcache.c (cache_addhst): Likewise.
47788         * nscd/grpcache.c (cache_addgr): Likewise.
47789         * nscd/aicache.c (addhstaiX): Likewise
47790         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47791
47792 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
47793
47794         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47795         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47796         * nscd/hstcache.c (cache_addhst): Likewise.
47797         * nscd/grpcache.c (cache_addgr): Likewise.
47798         * nscd/aicache.c (addhstaiX): Likewise
47799
47800 2011-07-01  Andreas Schwab  <schwab@redhat.com>
47801
47802         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47803         domain only when needed.
47804
47805 2011-06-30  Andreas Schwab  <schwab@redhat.com>
47806
47807         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47808         is always restored.
47809
47810 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
47811
47812         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47813         are re-adding the entry.
47814         * nscd/servicescache.c (cache_addserv): Likewise.
47815
47816 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
47817
47818         * sysdeps/generic/dl-irel.h: fix protection against multiple
47819         inclusions.
47820         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47821
47822 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
47823
47824         [BZ #12935]
47825         * malloc/memusage.sh: Fix quoting in message.
47826         * debug/xtrace.sh: Likewise.
47827
47828         * configure.in: Remove support for --experimental-malloc option, make
47829         it the default.
47830         * config.make.in: Likewise.
47831         * malloc/Makefile: Likewise.
47832
47833 2011-06-27  Andreas Schwab  <schwab@redhat.com>
47834
47835         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47836         two-byte characters.
47837
47838 2011-06-27  Roland McGrath  <roland@hack.frob.com>
47839
47840         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47841         AC_CACHE_CHECK invocation.
47842         * configure: Regenerated.
47843
47844         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47845
47846 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
47847
47848         [BZ #12350]
47849         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
47850         bit from old_res_options.
47851
47852         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47853
47854         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47855         value type for setfct.
47856
47857 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
47858
47859         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47860         __gettimeofday instead of gettimeofday.
47861
47862 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
47863
47864         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47865
47866 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
47867
47868         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47869
47870         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47871         info.
47872
47873 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47874
47875         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47876         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47877         strcpy-sse2-unaligned strncpy-sse2-unaligned
47878         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47879         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47880         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47881         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47882         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47883         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47884         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47885         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47886         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
47887         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
47888         (STRCPY): Support SSE2 and SSSE3 versions.
47889
47890 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
47891
47892         [BZ #12874]
47893         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
47894         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
47895         kernels which artificially limit size of requests.
47896
47897 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47898
47899         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47900         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47901         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
47902         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
47903         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
47904         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
47905         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
47906         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
47907         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
47908         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
47909         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
47910         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
47911         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
47912         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
47913         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
47914         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47915         Enable unaligned load optimization for Intel Core i3, i5 and i7
47916         processors.
47917         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
47918         Define.
47919         (index_Fast_Unaligned_Load): Define.
47920         (HAS_FAST_UNALIGNED_LOAD): Define.
47921
47922 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
47923
47924         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
47925
47926 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47927
47928         [BZ #12907]
47929         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
47930         until it is clear that the information is realy needed.
47931         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
47932
47933 2011-06-22  Andreas Schwab  <schwab@redhat.com>
47934
47935         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
47936
47937 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47938
47939         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47940         /sys/devices/system/cpu/online if it is usable.
47941
47942         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
47943         reading the information from the /proc filesystem to once a second.
47944
47945 2011-06-21  Andreas Jaeger  <aj@suse.de>
47946
47947         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
47948         NULL after inclusion of kernel headers.
47949
47950 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
47951
47952         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
47953         calls to internal_setent.
47954
47955         [BZ #12885]
47956         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
47957         addresses using gethostbyname4_r ignore IPv4 addresses.
47958
47959         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
47960         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
47961
47962         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
47963
47964 2011-06-20  David S. Miller  <davem@davemloft.net>
47965
47966         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
47967         inclusions.
47968         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
47969
47970         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
47971         (elf_irel): Use it.
47972         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
47973         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
47974         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
47975         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
47976         * sysdeps/x86_64/dl-irel.h: Likewise.
47977
47978         * elf/dl-runtime.c: Use elf_ifunc_invoke.
47979         * elf/dl-sym.c: Likewise.
47980
47981 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47982
47983         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
47984         need to dereference resplen2.
47985
47986 2011-06-14  Andreas Schwab  <schwab@redhat.com>
47987
47988         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
47989
47990 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47991
47992         * Makeconfig: Define vardbdir and inst_vardbdir.
47993         * nss/Makefile: Add rules to install db-Makefile.
47994
47995         * nss/nss_db/db-XXX.c: Cleanup.
47996
47997         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
47998         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
47999         GLIBC_PRIVATE.
48000         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
48001         * nss/makedb.c: Implement -g option to specify that value strings
48002         are generated and should not be added to table iterated over for
48003         get*ent calls.
48004         * nss/nss_db/db-initgroups.c: New file.
48005
48006         * nss/getent.c: Add support for initgroups lookups through getgrouplist
48007         interface.
48008
48009         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
48010         (internal_getgrouplist): Adjust to name change.
48011         Update use_initgroups_entry if this is not the first call.
48012         * nss/databases.def: Add initgroups entry.
48013
48014         * nss/makedb.c (compute_tables): Check result of multiple hash table
48015         sizes to minimize maximum chain length.
48016
48017 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
48018
48019         * Versions.def: Add entry for libnss_db.
48020         * shlib-versions: Likewise.
48021         * nss/Makefile: Add rules to build libnss_db.
48022         * nss/Versions: Add libnss_db information.  Organize libnss_files
48023         entries better.
48024         * nss/db-Makefile: Add gshadow support.  Change rules for the new
48025         makedb progra.  Some minor improvements to generate smaller files.
48026         * nss/nss_db/nss_db.h: Move NSS database header data structures to
48027         here from...
48028         * nss/makedb.c: ...here.
48029         Improve database format to be smaller and require less memory at
48030         runtime.
48031         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
48032         db anymore.
48033         * nss/nss_db/db-netgrp.c: Likewise.
48034         * nss/nss_db/db-open.c: Likewise.
48035         * nss/nss_files/flies-XXX.x: Adjust comments.
48036         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
48037         * nss/nss_files/files-grp.c: Likewise.
48038         * nss/nss_files/files-hosts.c: Likewise.
48039         * nss/nss_files/files-network.c: Likewise.
48040         * nss/nss_files/files-proto.c: Likewise.
48041         * nss/nss_files/files-pwd.c: Likewise.
48042         * nss/nss_files/files-rpc.c: Likewise.
48043         * nss/nss_files/files-service.c: Likewise.
48044         * nss/nss_files/files-sgrp.c: Likewise.
48045         * nss/nss_files/files-spwd.c: Likewise.
48046         * nss/nss_db/db-alias.c: Removed.
48047         * nss/nss_db/dummy-db.h: Removed.
48048
48049 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
48050
48051         * nss/makedb.c: Rewritten to not use database library.
48052         * nss/Makefile: Update to build new makedb program.
48053
48054 2011-06-14  Andreas Jaeger  <aj@suse.de>
48055
48056         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
48057         memset declaration.
48058
48059 2011-06-10  Andreas Schwab  <schwab@redhat.com>
48060
48061         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
48062         tmpbuf.
48063
48064 2011-06-10  Roland McGrath  <roland@hack.frob.com>
48065
48066         * Makerules (shlib.lds): Fail if the linker script comes out empty.
48067         * elf/Makefile ($(objpfx)ld.so): Likewise.
48068
48069         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
48070         Don't list ld.so twice in dependencies.
48071
48072         * posix/bug-regex31.c: Include <stdlib.h>.
48073
48074         * nscd/hstcache.c (cache_addhst): Remove unused variable.
48075
48076         * nis/nss_compat/compat-spwd.c
48077         (getspent_next_nss_netgr): Remove unused variable.
48078         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
48079
48080         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
48081         nonmembers" output to use the right array.
48082
48083         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
48084
48085         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
48086
48087         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
48088         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
48089         * catgets/gencat.c (read_input_file): Likewise.
48090         * locale/programs/locarchive.c (enlarge_archive): Likewise.
48091
48092         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
48093         variable definition inside #if's controlling its use.
48094
48095         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
48096
48097         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
48098
48099         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
48100
48101         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
48102         unreachable code.
48103
48104         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
48105
48106         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
48107         * configure: Regenerated.
48108
48109         * Makerules: Revert last change.
48110         * elf/Makefile: Likewise.
48111
48112 2011-06-09  Roland McGrath  <roland@hack.frob.com>
48113
48114         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
48115         * elf/Makefile ($(objpfx)librtld.os): Likewise.
48116         (reloc-link): Likewise.
48117
48118 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
48119
48120         * elf/Makefile: Add rules to build pldd.
48121         * elf/pldd.c: New file.
48122         * elf/pldd-xx.c: New file.
48123
48124 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
48125
48126         * version.h: Update for 2.15 development version.
48127
48128 2011-06-07  David S. Miller  <davem@davemloft.net>
48129
48130         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
48131         ifuncs.
48132         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
48133         elf_machine_lazy_rel): Likewise.
48134         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
48135         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
48136         elf_machine_lazy_rel): Likewise.
48137         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
48138         dl_hwcap via passed in argument.
48139         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
48140         Likewise.
48141
48142 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48143
48144         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
48145
48146 2011-06-06  Roland McGrath  <roland@hack.frob.com>
48147
48148         [BZ #12849]
48149         * manual/fdl-1.1.texi: New file, verbatim from:
48150         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
48151         * manual/lgpl-2.1.texi: New file, verbatim from:
48152         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
48153         * manual/Makefile (licenses): New variable, list those new file names.
48154         (texis): Use it.
48155         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
48156
48157         * manual/fdl.texi: File removed.
48158         * manual/lesser.texi: File removed.
48159         * manual/libc.texinfo (Copying, Documentation License):
48160         Use new @include file names, put @appendix directive before @include.
48161
48162 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
48163
48164         [BZ #12841]
48165         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
48166         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
48167         (mq_open): Add __NTH.
48168
48169 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
48170
48171         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48172         Assume Intel Core i3/i5/i7 processor if AVX is available.
48173
48174 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48175
48176         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48177         typo.
48178
48179 2011-05-31  Andreas Schwab  <schwab@redhat.com>
48180
48181         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
48182         memory.  Use alloca_account.  Fix memory leak when retrying.
48183
48184 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48185
48186         * version.h (RELEASE): Bump for 2.14 release.
48187         * include/features.h (__GLIBC_MINOR__): Bump to 14.
48188
48189         * config.make.in (RANLIB): Remove entry.
48190
48191 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
48192
48193         * po/Makefile (po-sed-cmd): Add ksh to extensions.
48194         (libc.pot): Work around missing support for .ksh extension in xgettext.
48195
48196         [BZ #12684]
48197         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
48198         if both request failed.
48199         (send_dg): In case of server errors clear resplen or *resplen2.
48200
48201         [BZ #12454]
48202         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
48203         when there are multiple maps.
48204         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
48205         (_dl_fini): Remove test here.
48206
48207         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
48208
48209 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
48210
48211         [BZ #12350]
48212         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
48213         bit from old_res_options.
48214         (gaih_inet): Likewise.
48215
48216         [BZ #11099]
48217         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
48218         as signed.
48219
48220         * resolv/res_init.c (res_setoptions): Make the code more compact.
48221
48222         [BZ #11558]
48223         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
48224         set RES_USEVC.
48225
48226         [BZ #11634]
48227         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
48228
48229         * malloc/malloc.h: Mark malloc hook variables as deprecated.
48230
48231         [BZ #11781]
48232         * malloc/malloc.h: Declare malloc hook variables as volatile.
48233
48234         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
48235         in last patch.
48236
48237         [BZ #11799]
48238         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
48239         raise in the comment.
48240         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48241         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48242         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
48243
48244 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
48245
48246         [BZ #12811]
48247         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
48248         grow the buffers more if it already has to be sufficient.
48249         (build_wcs_upper_buffer): Likewise.
48250         * posix/regexec.c (check_matching): Likewise.
48251         (clean_state_log_if_needed): Likewise.
48252         (extend_buffers): Don't enlarge buffers beyond size of the input
48253         buffer.
48254         Patches mostly by Emil Wojak <emil@wojak.eu>.
48255         * posix/bug-regex32.c: New file.
48256         * posix/Makefile (tests): Add bug-regex32.
48257
48258         * locale/findlocale.c (_nl_find_locale): Return right away if
48259         _nl_explode_name failed.
48260         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
48261
48262         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
48263
48264         * debug/xtrace.sh: Unify messages.
48265         * malloc/memusage.sh: Likewise.
48266
48267         [BZ #12813]
48268         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
48269         time symbol from vDSO.  Substitute with vsyscall if not available.
48270         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
48271         __vdso_time.
48272
48273         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
48274         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
48275         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
48276         Add sendmmsg and internal_sendmmsg.
48277         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
48278         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
48279         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
48280
48281         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
48282         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
48283         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
48284
48285 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
48286
48287         [BZ #12813]
48288         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
48289         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
48290         available.
48291         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
48292         __vdso_getcpu.
48293
48294         [BZ #12814]
48295         * iconvdata/Makefile (tests): Add bug-iconv9.
48296         * iconvdata/bug-iconv9.c: New file.
48297
48298 2011-05-27  Andreas Schwab  <schwab@redhat.com>
48299
48300         [BZ #12814]
48301         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
48302
48303 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
48304
48305         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48306         (struct user_regs_struct): Change intcs field back to cs.
48307
48308 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
48309
48310         * po/ja.po: Update from translation team.
48311
48312 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
48313
48314         [BZ #12795]
48315         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
48316         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
48317
48318 2011-05-20  Andreas Schwab  <schwab@redhat.com>
48319
48320         * stdlib/longlong.h: Update from GCC.
48321
48322 2011-05-23  Andreas Schwab  <schwab@redhat.com>
48323
48324         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
48325         parameter name.
48326         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
48327         Add parameter name.
48328         (__sysconf): Pass it down.
48329
48330 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
48331
48332         [BZ #12671]
48333         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
48334         some situations.
48335         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
48336         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
48337         add in in __libc_use_alloca calls.  Adjust callers.
48338         (glob): Use malloc in some situations.
48339
48340         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
48341         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
48342         pltexit.
48343
48344 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
48345
48346         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
48347         and CLOCK_BOOTTIME_ALARM.
48348
48349         [BZ #12782]
48350         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
48351         is returned.
48352
48353         * string/_strerror.c (__strerror_r): Print negative errors as signed
48354         numbers.
48355
48356         [BZ #12777]
48357         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
48358         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
48359         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
48360
48361         * configure.in: Fix typo in redirection and correct removal of test
48362         files in two cases.
48363
48364         [BZ #12788]
48365         * locale/setlocale.c (new_composite_name): Fix test to check for
48366         identical name of all categories.
48367
48368         [BZ #12792]
48369         * libio/filedoalloc.c (local_isatty): New function.
48370         (_IO_file_doallocate): Use local_isatty.
48371         * stdio-common/perror.c (perror): In case a new stream is used
48372         forward the stream error.
48373         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
48374         error flag.
48375
48376 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
48377
48378         [BZ #11869]
48379         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
48380         alloca.
48381         * include/alloca.h (extend_alloca_account): Define.
48382
48383         [BZ #11857]
48384         * posix/regex.h: Fix comments with documentation of user-accessible
48385         fields after compilation and describe correct free'ing of pattern
48386         after re_compile_pattern.
48387         Patch by Reuben Thomas <rrt@sc3d.org>.
48388
48389 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
48390
48391         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
48392         and -mno-altivec to prevent the compiler from using Altivec and/or
48393         VSX instructions when the corresponding registers are not available.
48394
48395 2011-05-19  Andreas Schwab  <schwab@redhat.com>
48396
48397         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
48398
48399 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
48400
48401         * libio/freopen.c (freopen): Use __dup2, not dup2.
48402         * libio/freopen64.c (freopen64): Likewise.
48403
48404 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
48405
48406         [BZ #12775]
48407         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
48408         * math/Makefile (tests): Add test-powl.
48409         (CFLAGS-test-powl.c): Define.
48410         * math/test-powl.c: New file.
48411
48412 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
48413
48414         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
48415
48416 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
48417
48418         [BZ #11837]
48419         * iconvdata/gb18030.c: Update to GB18020-2005.
48420
48421 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
48422
48423         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
48424         RE_SYNTAX_POSIX_AWK): Update to match recent development.
48425         Patch by Aharon Robbins <arnold@skeeve.com>.
48426
48427         [BZ #11892]
48428         * stdlib/putenv.c (putenv): Don't always create copy of the variable
48429         on the stack.
48430
48431         [BZ #11895]
48432         * misc/pselect.c (__pselect): Handle timeout value errors hidden
48433         through underflows.
48434
48435         [BZ #12766]
48436         * misc/error.c (error_at_line): Ensure file_name and old_file_name
48437         point to strings before performing equality test for error_one_per_line
48438         mode.
48439
48440         [BZ #11697]
48441         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
48442
48443         [BZ #11820]
48444         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48445         (struct user_fpregs_struct): Avoid __uint*_t types.
48446
48447         [BZ #6420]
48448         * malloc/mtrace.c (tr_where): Add additional parameter to point to
48449         symbol info.  Use it instead of calling _dl_addr locally.
48450         (lock_and_info): New function.
48451         (tr_freehook): Call lock_and_info and pass symbol info as additional
48452         parameter to tr_where.
48453         (tr_mallochook): Likewise.
48454         (tr_reallochook): Likewise.
48455         (tr_memalignhook): Likewise.
48456
48457         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
48458         used and couldn't be at all thread-safe.
48459
48460 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
48461
48462         * libio/freopen.c (freopen): Don't close old file descriptor
48463         before the new one is opened.  Instead dup the new file descriptor
48464         to the old one after the new stream is created.
48465         * libio/freopen64.c (freopen64): Likewise.
48466         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
48467         * libio/fileops.c (_IO_new_file_close_it): Handle new
48468         _IO_FLAGS2_NOCLOSE flag.
48469         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
48470         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
48471         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
48472         _IO_FLAGS2_NOCLOSE flag.
48473         * include/unistd.h: Add hidden_proto for dup3.
48474         Define __have_dup3.
48475         * io/dup3.c: Define hidden symbol.
48476         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
48477
48478         [BZ #7101]
48479         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
48480         when an incomplete long option is used.
48481         * posix/tst-getopt_long1.c: New file.
48482         * posix/Makefile (tests): Add tst-getopt_long1.
48483
48484         [BZ #10138]
48485         * scripts/config.guess: Update from autoconf-2.68.
48486         * scripts/config.sub: Likewise.
48487
48488         [BZ #10157]
48489         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
48490         tests into ...
48491         (has_cpuclock): ...this.  New function.
48492         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
48493         macro here based on has_cpuclock code.
48494
48495         [BZ #10149]
48496         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48497         First byte (not low byte) is now always NUL.
48498         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
48499
48500         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48501         Use non-cancelable interfaces.
48502
48503         [BZ #9809]
48504         * locale/iso-639.def: Add entry for Sorani.
48505
48506         [BZ #11901]
48507         * include/stdlib.h: Move include protection to the right place.
48508         Define abort_msg_s.  Declare __abort_msg with it.
48509         * stdlib/abort.c (__abort_msg): Adjust type.
48510         * assert/assert.c (__assert_fail_base): New function.  Majority
48511         of code from __assert_fail.  Allocate memory for __abort_msg with
48512         mmap.
48513         (__assert_fail): Now call __assert_fail_base.
48514         * assert/assert-perr.c: Remove bulk of implementation.  Use
48515         __assert_fail_base.
48516         * include/assert.hL Declare __assert_fail_base.
48517         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
48518         mmap.
48519         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
48520
48521 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
48522
48523         [BZ #11952]
48524         [BZ #12453]
48525         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
48526         until all modules are registered in the DTV.
48527         * elf/Makefile: Add rules to build and run tst-tls19.
48528         * elf/tst-tls19.c: New file.
48529         * elf/tst-tls19mod1.c: New file.
48530         * elf/tst-tls19mod2.c: New file.
48531         * elf/tst-tls19mod3.c: New file.
48532         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
48533
48534         [BZ #12083]
48535         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
48536         correctly.
48537
48538         [BZ #12601]
48539         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
48540         two-byte sequence errors.
48541         * iconvdata/Makefile (tests): Add bug-iconv8.
48542         * iconvdata/bug-iconv8.c: New file.
48543
48544         [BZ #12626]
48545         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
48546         buf2 definition.
48547
48548         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
48549
48550         [BZ #12432]
48551         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
48552         (dummy_getcfa): New function.
48553         (init): Get _Unwind_GetCFA address, use dummy if not found.
48554         (backtrace_helper): In recursion check, also check whether CFA changes.
48555         (__backtrace): Completely initialize arg.
48556
48557         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
48558         storing incomplete byte sequence in state object.  Avoid testing for
48559         guaranteed too small input if we know there is enough data available.
48560
48561 2011-05-11  Andreas Schwab  <schwab@redhat.com>
48562
48563         * Makeconfig (+link-pie): Indent.
48564         * Rules (binaries-pie): Define if $(have-fpie) and
48565         $(build-shared).
48566         (binaries-shared): Also filter out $(binaries-pie).
48567         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
48568         * nscd/Makefile (others-pie): Add nscd.
48569         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
48570         ($(objpfx)nscd): Remove command override.
48571         * login/Makefile (others-pie): Add pt_chown.
48572         ($(objpfx)pt_chown): Remove command override.
48573         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
48574         remove command overrides.
48575
48576 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
48577
48578         * libio/tst_putwc.c: Fix error messages.
48579
48580         [BZ #12724]
48581         * libio/fileops.c (_IO_new_file_close_it): Always flush when
48582         currently writing and seek to current position when not.
48583         * libio/Makefile (tests): Add bug-fclose1.
48584         * libio/bug-fclose1.c: New file.
48585
48586 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
48587
48588         [BZ #12511]
48589         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
48590         don't set DF_1_NODELETE here.
48591         (do_lookup_x): When entering new entry test for copy relocation
48592         and if necessary set DF_1_NODELETE flag.
48593         * elf/tst-unique4.cc: New file.
48594         * elf/tst-unique4.h: New file.
48595         * elf/tst-unique4lib.cc: New file.
48596         * elf/Makefile: Add rules to build and run tst-unique4.
48597         Patch by Piotr Bury <pbury@goahead.com>.
48598
48599 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
48600
48601         [BZ #12052]
48602         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
48603
48604         [BZ #12625]
48605         * misc/mntent_r.c (addmntent): Flush the stream after the output
48606
48607         [BZ #12393]
48608         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
48609         (is_trusted_path_normalize): Skip initial colon.  Append slash
48610         to empty buffer.  Duplicate is_trusted_path code but allow
48611         constructed patch to be prefix.
48612         (is_dst): Allow $ORIGIN followed by /.
48613         (_dl_dst_substitute): Correct clearing of check_for_trusted.
48614         Correct testing of result of is_trusted_path_normalize
48615         (decompose_rpath): Fix warning.
48616
48617 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
48618
48619         [BZ #11257]
48620         * grp/initgroups.c (internal_getgrouplist): When we found the service
48621         list through the initgroups entry in nsswitch.conf do not always
48622         continue on a successful lookup.  Don't always use the
48623         __nss_group_database value if it is set.
48624         * nss/nsswitch.conf (initgroups): Change action for successful db
48625         lookup to continue for compatibility.
48626
48627 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
48628
48629         [BZ #11532]
48630         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
48631         and CP774 modules.
48632         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
48633         and CP774 modules.
48634         * iconvdata/tst-tables.sh: Likewise.
48635         * iconvdata/cp770.c: New file.
48636         * iconvdata/cp771.c: New file.
48637         * iconvdata/cp772.c: New file.
48638         * iconvdata/cp773.c: New file.
48639         * iconvdata/cp774.c: New file.
48640         * iconvdata/testdata/CP770: New file.
48641         * iconvdata/testdata/CP770..UTF8: New file.
48642         * iconvdata/testdata/CP771: New file.
48643         * iconvdata/testdata/CP771..UTF8: New file.
48644         * iconvdata/testdata/CP772: New file.
48645         * iconvdata/testdata/CP772..UTF8: New file.
48646         * iconvdata/testdata/CP773: New file.
48647         * iconvdata/testdata/CP773..UTF8: New file.
48648         * iconvdata/testdata/CP774: New file.
48649         * iconvdata/testdata/CP774..UTF8: New file.
48650
48651         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
48652         END CHARMAP line.
48653         * iconvdata/gen-8bit-gap.sh: Likewise.
48654         * iconvdata/gen-8bit.sh: Likewise.
48655
48656         * locale/iso-639.def: Add ary entry.
48657
48658         [BZ #11258]
48659         * locale/C-translit.h.in: Add U20A1 transliteration.
48660
48661         [BZ #12178]
48662         * locale/iso-639.def: Add wae entry.
48663         Patch by Kevin Bortis <bortis@translate-wae.ch>.
48664
48665         [BZ #12545]
48666         * locale/programs/localedef.c (construct_output_path): Use ssize_t
48667         for n.
48668
48669         [BZ #12711]
48670         * locale/C-translit.h.in: Add entry for U20B9.
48671         Patch by pravin.d.s@gmail.com.
48672
48673 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
48674
48675         [BZ #12713]
48676         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
48677         ENAMETOOLONG use generic getcwd.
48678         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
48679         in rtld.  Use *stat64.
48680         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
48681         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
48682         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
48683         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
48684         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
48685         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
48686         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
48687         __fstatat64 macros.
48688         * include/dirent.h: Add libc_hidden_proto for rewinddir.
48689         * dirent/rewinddir.c: Add libc_hidden_def.
48690         * sysdeps/mach/hurd/rewinddir.c: Likewise.
48691         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
48692
48693         * include/dirent.h (__alloc_dir): Add flags parameter.
48694         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
48695         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
48696         __alloc_dir.
48697         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
48698         from fdopendir if O_CLOEXEC is already set.
48699
48700 2011-03-15  Alan Modra  <amodra@gmail.com>
48701
48702         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
48703         l_tls_firstbyte_offset non-zero.  Save padding offset in
48704         l_tls_firstbyte_offset for later use.
48705         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
48706         freeing static tls block.
48707
48708 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
48709
48710         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
48711         where #ifdef was intended.  The intent is to prevent ARG_MAX from
48712         being defined by the kernel headers.
48713
48714 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
48715
48716         [BZ #12734]
48717         * resolv/resolv.h: Define RES_NOTLDQUERY.
48718         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
48719         no-tld-query and set RES_NOTLDQUERY.
48720         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
48721         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
48722         modern BIND to search name as TLD unless forbidden.
48723
48724 2011-05-07  Petr Baudis  <pasky@suse.cz>
48725             Ulrich Drepper  <drepper@gmail.com>
48726
48727         [BZ #12393]
48728         * elf/dl-load.c (fillin_rpath): Move trusted path check...
48729         (is_trusted_path): ...to here.
48730         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
48731         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
48732         using is_trusted_path_normalize() in setuid scripts.
48733
48734 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
48735
48736         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
48737         __BEGIN/__END_DECLS.
48738
48739 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
48740
48741         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
48742         NSS_STATUS_NOTFOUND if no record was found.
48743
48744 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48745
48746         * sunrpc/Makefile (headers): Add rpc/netdb.h.
48747         (headers-not-in-tirpc): Remove rpc/netdb.h
48748         * resolv/netdb.h: Revert last change.
48749
48750 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48751
48752         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48753         circular dependency between libgcc.a and libc.a.
48754
48755 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48756
48757         * resolv/netdb.h: Don't include <rpc/netdb.h>.
48758         * nis/Makefile: Don't install rpcsvc/*.
48759         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48760         instead of <rpc/types.h>.
48761         (MAXHOSTNAMELEN): Define.
48762
48763 2011-05-03  Andreas Schwab  <schwab@redhat.com>
48764
48765         * elf/ldconfig.c (add_dir): Don't crash on empty path.
48766
48767 2011-04-28  Maciej Babinski  <mbabinski@google.com>
48768
48769         [BZ #12714]
48770         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48771         gethostbyname4_r when IPv6 results are possible.
48772
48773 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
48774
48775         [BZ #12723]
48776         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48777         _PC_PIPE_BUF handling.
48778
48779 2011-04-30  Bruno Haible  <bruno@clisp.org>
48780
48781         [BZ #12717]
48782         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48783         * resolv/netdb.h (getnameinfo): Change type of flags parameter
48784         to 'int'.
48785         * inet/getnameinfo.c (getnameinfo): Likewise.
48786
48787 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
48788
48789         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48790         to groups setting in database lookup.
48791         * nss/nsswitch.conf: Add initgroups entry.
48792
48793 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
48794
48795         [BZ #12685]
48796         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48797         mode string.
48798         Patch by Eric Blake <eblake@redhat.com>.
48799
48800 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
48801
48802         * sunrpc/Makefile (need-export-routines): Add svc_run.
48803         (routines): Remove svc_run.
48804         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48805         * sunrpc/clnt_perr.c (clnt_perrno): Export.
48806         * sunrpc/svc_run.c (svc_run): Likewise.
48807         * sunrpc/svc_udp.c (svcudp_create): Likewise.
48808
48809 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
48810
48811         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48812         problem in reallocation in last patch.
48813
48814 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
48815
48816         * sunrpc/Makefile: Move inclusion of Rules.
48817
48818 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48819
48820         * nss/nss_files/files-initgroups.c: New file.
48821         * nss/Makefile (libnss_files-routines): Add files-initgroups.
48822         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48823         _nss_files_initgroups_dyn.
48824
48825 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
48826
48827         * elf/elf.h (R_ARM_IRELATIVE): Define.
48828
48829 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48830
48831         * po/ru.po: Update from translation team.
48832
48833 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48834
48835         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48836         dependencies.
48837
48838 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
48839
48840         [BZ #12653]
48841         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48842         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48843         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48844         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48845         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48846
48847 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
48848
48849         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48850         differing bytes.
48851         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48852         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48853         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48854
48855 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48856
48857         [BZ #12420]
48858         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48859         storing it.
48860         * stdlib/bug-getcontext.c: New file.
48861         * stdlib/Makefile: Add rules to build and run bug-getcontext.
48862
48863 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48864
48865         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48866         instructions into .machine "z9-109".
48867         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48868         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48869
48870 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48871
48872         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48873         between environment variables and auxiliary vector.
48874
48875 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
48876
48877         * Makefile: Add rules to build linkobj/libc.so.
48878         * include/libc-symbols.h: Define libc_hidden_nolink.
48879         * include/rpc/auth.h: Mark functions which are to be hidden.
48880         * include/rpc/auth_des.h: Likewise.
48881         * include/rpc/auth_unix.h: Likewise.
48882         * include/rpc/clnt.h: Likewise.
48883         * include/rpc/des_crypt.h: Likewise.
48884         * include/rpc/key_prot.h: Likewise.
48885         * include/rpc/pmap_clnt.h: Likewise.
48886         * include/rpc/pmap_prot.h: Likewise.
48887         * include/rpc/pmap_rmt.h: Likewise.
48888         * include/rpc/rpc_msg.h: Likewise.
48889         * include/rpc/svc.h: Likewise.
48890         * include/rpc/svc_auth.h: Likewise.
48891         * include/rpc/xdr.h: Likewise.
48892         * nis/Makefile: Link all DSOs against linkobj/libc.so.
48893         * nss/Makefile: Likewise.
48894         * sunrpc/Makefile: Don't install headers.  Build library with normal
48895         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
48896         * sunrpc/auth_des.c: Hide exported symbols by default, export some
48897         for the compat linking library.  Remove use of INTDEF/INTUSE.
48898         * sunrpc/auth_none.c: Likewise.
48899         * sunrpc/auth_unix.c: Likewise.
48900         * sunrpc/authdes_prot.c: Likewise.
48901         * sunrpc/authuxprot.c: Likewise.
48902         * sunrpc/clnt_gen.c: Likewise.
48903         * sunrpc/clnt_perr.c: Likewise.
48904         * sunrpc/clnt_raw.c: Likewise.
48905         * sunrpc/clnt_simp.c: Likewise.
48906         * sunrpc/clnt_tcp.c: Likewise.
48907         * sunrpc/clnt_udp.c: Likewise.
48908         * sunrpc/clnt_unix.c: Likewise.
48909         * sunrpc/des_crypt.c: Likewise.
48910         * sunrpc/des_soft.c: Likewise.
48911         * sunrpc/get_myaddr.c: Likewise.
48912         * sunrpc/key_call.c: Likewise.
48913         * sunrpc/key_prot.c: Likewise.
48914         * sunrpc/netname.c: Likewise.
48915         * sunrpc/pm_getmaps.c: Likewise.
48916         * sunrpc/pm_getport.c: Likewise.
48917         * sunrpc/pmap_clnt.c: Likewise.
48918         * sunrpc/pmap_prot.c: Likewise.
48919         * sunrpc/pmap_prot2.c: Likewise.
48920         * sunrpc/pmap_rmt.c: Likewise.
48921         * sunrpc/publickey.c: Likewise.
48922         * sunrpc/rpc_cmsg.c: Likewise.
48923         * sunrpc/rpc_common.c: Likewise.
48924         * sunrpc/rpc_dtable.c: Likewise.
48925         * sunrpc/rpc_prot.c: Likewise.
48926         * sunrpc/rpc_thread.c: Likewise.
48927         * sunrpc/rtime.c: Likewise.
48928         * sunrpc/svc.c: Likewise.
48929         * sunrpc/svc_auth.c: Likewise.
48930         * sunrpc/svc_authux.c: Likewise.
48931         * sunrpc/svc_raw.c: Likewise.
48932         * sunrpc/svc_run.c: Likewise.
48933         * sunrpc/svc_simple.c: Likewise.
48934         * sunrpc/svc_tcp.c: Likewise.
48935         * sunrpc/svc_udp.c: Likewise.
48936         * sunrpc/svc_unix.c: Likewise.
48937         * sunrpc/svcauth_des.c: Likewise.
48938         * sunrpc/xcrypt.c: Likewise.
48939         * sunrpc/xdr.c: Likewise.
48940         * sunrpc/xdr_array.c: Likewise.
48941         * sunrpc/xdr_float.c: Likewise.
48942         * sunrpc/xdr_intXX_t.c: Likewise.
48943         * sunrpc/xdr_mem.c: Likewise.
48944         * sunrpc/xdr_rec.c: Likewise.
48945         * sunrpc/xdr_ref.c: Likewise.
48946         * sunrpc/xdr_sizeof.c: Likewise.
48947         * sunrpc/xdr_stdio.c: Likewise.
48948
48949 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
48950
48951         [BZ #12650]
48952         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
48953         * sysdeps/ia64/dl-tls.h: Likewise.
48954         * sysdeps/powerpc/dl-tls.h: Likewise.
48955         * sysdeps/s390/dl-tls.h: Likewise.
48956         * sysdeps/sh/dl-tls.h: Likewise.
48957         * sysdeps/sparc/dl-tls.h: Likewise.
48958         * sysdeps/x86_64/dl-tls.h: Likewise.
48959         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
48960
48961 2011-03-14  Andreas Schwab  <schwab@redhat.com>
48962
48963         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
48964         rpath element also skip the following colon.
48965         (expand_dynamic_string_token): Add is_path parameter and pass
48966         down to DL_DST_REQUIRED and _dl_dst_substitute.
48967         (decompose_rpath): Call expand_dynamic_string_token with
48968         non-zero is_path.  Ignore empty rpaths.
48969         (_dl_map_object_from_fd): Call expand_dynamic_string_token
48970         with zero is_path.
48971
48972 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
48973
48974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
48975         Make cancelable.
48976
48977 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
48978
48979         [BZ #12655]
48980         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
48981         Patch by Filipe David Manana <fdmanana@apache.org>.
48982
48983 2011-04-07  Andreas Schwab  <schwab@redhat.com>
48984
48985         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
48986         Maintain aligned stack.
48987         (CHECK_RSP): Remove unused macro.
48988
48989 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
48990
48991         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
48992         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
48993
48994 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
48995
48996         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
48997
48998         * include/features.h: Mention __USE_XOPEN2K8 in comment.
48999
49000 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
49001
49002         [BZ #12518]
49003         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
49004         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
49005         * sysdeps/x86_64/memmove.c: New file.
49006         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
49007         (memcpy): Renamed to ...
49008         (__new_memcpy): This.
49009         (memcpy): Provide GLIBC_2_14 memcpy.
49010         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
49011         (memcpy): Provide GLIBC_2_2_5 memcpy.
49012
49013 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49014
49015         [BZ #12631]
49016         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
49017
49018 2011-03-30  Andreas Schwab  <schwab@redhat.com>
49019
49020         * misc/syncfs.c: New file.
49021         * misc/Makefile (routines): Add syncfs.
49022         * posix/unistd.h: Declare syncfs.
49023         * sysdeps/unix/syscalls.list: Add syncfs.
49024
49025 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49026
49027         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
49028         open_by_handle_at.
49029         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49030         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49031         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49032         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49033         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49034         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
49035         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49036
49037 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49038
49039         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
49040         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49041         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
49042         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49043         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49044         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49045         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49046
49047         * io/Makefile: Compile fallocate.c, fallocate64.c, and
49048         sync_file_range.c with -fexceptions.
49049         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
49050         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
49051         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
49052         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
49053         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
49054         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
49055         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
49056         sync_file_range as cancellation point
49057         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
49058         now a wrapper around __call_sync_file_range with cancellation handling.
49059         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
49060         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
49061         function name to __call_sync_file_range.
49062         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
49063         Add call_sync_file_range.
49064
49065 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49066
49067         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49068         bits/timex.h.
49069
49070 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49071
49072         * iconv/iconv.h: Fix typo in comment.
49073         * io/fcntl.h: Likewise.
49074         * libio/stdio.h: Likewise.
49075         * posix/spawn.h: Likewise.
49076         * posix/unistd.h: Likewise.
49077         * stdlib/stdlib.h: Likewise.
49078         * time/time.h: Likewise.
49079         * wcsmbs/wchar.h: Likewise.
49080
49081         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
49082         open_by_handle): Add.
49083         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
49084         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
49085         Augment a few comments.
49086         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49087         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49088         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49089         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49090         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49091         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
49092         open_by_handle.
49093
49094         * io/fcntl.h (AT_EMPTY_PATH): Define.
49095
49096 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
49097
49098         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
49099         * sysdeps/unix/sysv/linux/bits/time.h: New file.
49100         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
49101         to...
49102         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
49103         * Versions.def: Add GLIBC_2.14.
49104         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
49105         Export.
49106
49107 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
49108
49109         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
49110         round counter.
49111         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49112
49113 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
49114
49115         [BZ #12597]
49116         * string/test-strncmp.c (do_page_test): New function.
49117         (check2): Likewise.
49118         (test_main): Call check2.
49119         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
49120
49121 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
49122
49123         [BZ #12587]
49124         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
49125         Handle cache information in CPU leaf 4.
49126         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49127
49128 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
49129
49130         [BZ #12583]
49131         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
49132         character representation.
49133         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
49134
49135 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
49136
49137         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
49138         END(__isnan) to END(__isnanf) to match function entry point/label
49139         EALIGN(__isnanf,...).
49140
49141 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
49142
49143         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
49144
49145 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
49146
49147         [BZ #12510]
49148         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
49149         copy from the symbol referenced in the relocation to initialize the
49150         used variable.
49151         Patch by Piotr Bury <pbury@goahead.com>.
49152         * elf/Makefile: Add rules to build and tst-unique3.
49153         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
49154         * elf/tst-unique3.cc: New file.
49155         * elf/tst-unique3.h: New file.
49156         * elf/tst-unique3lib.cc: New file.
49157         * elf/tst-unique3lib2.cc: New file.
49158
49159         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
49160
49161 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
49162
49163         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
49164         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
49165         to _start.
49166
49167 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
49168
49169         * elf/dl-load.c (_dl_map_object): If we are looking for the first
49170         to-be-loaded object along a path to loader is ld.so.
49171
49172 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49173             Ulrich Drepper  <drepper@gmail.com>
49174
49175         * sysdeps/x86_64/memset.S: After aligning destination, code
49176         branches to different locations depending on the value of
49177         misalignment, when multiarch is enabled. Fix this.
49178
49179 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49180
49181         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
49182         Set _x86_64_preferred_memory_instruction for AMD processsors.
49183         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49184         Set bit_Prefer_SSE_for_memop for AMD processors.
49185
49186 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
49187
49188         * libio/fmemopen.c (fmemopen): Optimize a bit.
49189
49190 2011-03-03  Andreas Schwab  <schwab@redhat.com>
49191
49192         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
49193
49194 2011-03-03  Roland McGrath  <roland@redhat.com>
49195
49196         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
49197
49198 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
49199
49200         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
49201         __bzero_ultra1 instead of __memset_ultra1.
49202
49203 2011-02-23  Andreas Schwab  <schwab@redhat.com>
49204             Ulrich Drepper  <drepper@gmail.com>
49205
49206         [BZ #12509]
49207         * include/link.h (struct link_map): Add l_orig_initfini.
49208         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
49209         returning unsuccessfully.
49210         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
49211         close of a file loaded at startup, restore the original l_initfini
49212         list.
49213         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
49214         list, store the pointer.
49215         * elf/Makefile ($(objpfx)noload-mem): New rule.
49216         (noload-ENV): Define.
49217         (tests): Add $(objpfx)noload-mem.
49218         * elf/noload.c: Include <memcheck.h>.
49219         (main): Call mtrace.  Close all opened handles.
49220
49221 2011-02-17  Andreas Schwab  <schwab@redhat.com>
49222
49223         [BZ #12454]
49224         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
49225         dependencies are missing.
49226
49227 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49228
49229         Fix __if_freereq crash: Unlike the generic version which uses free,
49230         Hurd needs munmap.
49231         * sysdeps/mach/hurd/ifreq.h: New file.
49232
49233 2011-01-27  Petr Baudis  <pasky@suse.cz>
49234             Ulrich Drepper  <drepper@gmail.com>
49235
49236         [BZ 12445]#
49237         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
49238         to extend_alloca().
49239         * stdio-common/bug23.c: New file.
49240         * stdio-common/Makefile (tests): Add bug23.
49241
49242 2010-09-28  Andreas Schwab  <schwab@redhat.com>
49243             Ulrich Drepper  <drepper@gmail.com>
49244
49245         [BZ #12489]
49246         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
49247         before performing relro protection.  At old place add assertion
49248         to make sure nothing changed.
49249
49250 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
49251             Glauber de Oliveira Costa  <glommer@gmail.com>
49252
49253         * elf/elf.h: Add new ARM TLS relocs.
49254
49255 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
49256
49257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
49258         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
49259         cast from r3.
49260         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
49261         'tests' variable.
49262         * sysdeps/wordsize-64/tst-writev.c: New file.
49263
49264 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
49265
49266         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
49267         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
49268         insns in _dl_start to prevent a TOC reference before relocs are
49269         resolved.
49270
49271 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
49272
49273         [BZ #12469]
49274         * Makeconfig: Remove RANLIB definition.
49275         * Makerules: Don't use RANLIB.
49276         * aclocal.m4: Remove ranlib test.
49277         * configure.in: No need to check for ranlib.
49278         * elf/rtld-Rules: Don't use RANLIB.
49279
49280 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49281
49282         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
49283         protection macro.
49284         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
49285         inclusion protection macro.
49286
49287         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
49288         SIGRTMIN and SIGRTMAX and print information in that case only when
49289         SIGRTMIN is defined.
49290
49291 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
49292
49293         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
49294         arginfo fn returning -1.
49295
49296         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
49297         and thousands string is zero terminated.
49298
49299 2011-02-03  Andreas Schwab  <schwab@redhat.com>
49300
49301         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
49302         sysdeps/unix/sysv/linux/bits/socket.h.
49303
49304 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49305
49306         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
49307         (__CPU_COUNT): Remove old macros.
49308         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
49309         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
49310         (__CPU_ALLOC, __CPU_FREE): Add macros.
49311         (__sched_cpualloc, __sched_cpufree): Add declarations.
49312
49313 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
49314
49315         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
49316         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
49317         * nscd/aicache.c (addhstaiX): Return timeout of added value.
49318         (readdhstai): Return value of addhstaiX call.
49319         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
49320         (addgrbyX): Return value returned by cache_addgr.
49321         (readdgrbyname): Return value returned by addgrbyX.
49322         (readdgrbygid): Likewise.
49323         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
49324         (addpwbyX): Return value returned by cache_addpw.
49325         (readdpwbyname): Return value returned by addhstbyX.
49326         (readdpwbyuid): Likewise.
49327         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
49328         (addservbyX): Return value returned by cache_addserv.
49329         (readdservbyname): Return value returned by addservbyX:
49330         (readdservbyport): Likewise.
49331         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
49332         (addhstbyX): Return value returned by cache_addhst.
49333         (readdhstbyname): Return value returned by addhstbyX.
49334         (readdhstbyaddr): Likewise.
49335         (readdhstbynamev6): Likewise.
49336         (readdhstbyaddrv6): Likewise.
49337         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
49338         (readdinitgroups): Return value returned by addinitgroupsX.
49339         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
49340         (prune_cache): Keep track of timeout value of re-added entries.
49341         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
49342         * nscd/nscd.h: Adjust prototypes of readd* functions.
49343
49344 2011-02-04  Roland McGrath  <roland@redhat.com>
49345
49346         * nis/nis_server.c (nis_servstate): Use the right name for 0.
49347         (nis_stats): Likewise.
49348         * nis/nis_modify.c (nis_modify): Likewise.
49349         * nis/nis_remove.c (nis_remove): Likewise.
49350         * nis/nis_add.c (nis_add): Likewise.
49351
49352         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
49353
49354         * posix/fnmatch_loop.c: Add some consts.
49355
49356         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
49357
49358 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
49359
49360         [BZ #12460]
49361         * config.make.in (config-cflags-novzeroupper): Define.
49362         * configure.in: Substitute libc_cv_cc_novzeroupper.
49363         * elf/Makefile (AVX-CFLAGS): Define.
49364         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
49365         (CFLAGS-tst-auditmod4a.c): Likewise.
49366         (CFLAGS-tst-auditmod4b.c): Likewise.
49367         (CFLAGS-tst-auditmod6b.c): Likewise.
49368         (CFLAGS-tst-auditmod6c.c): Likewise.
49369         (CFLAGS-tst-auditmod7b.c): Likewise.
49370         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
49371
49372 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
49373
49374         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
49375         function to the callback.
49376         Patch partly by Jiri Olsa <jolsa@redhat.com>.
49377
49378 2011-02-02  Andreas Schwab  <schwab@redhat.com>
49379
49380         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
49381         of errno.
49382
49383 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
49384
49385         [BZ #11724]
49386         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
49387         of constructors.
49388         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
49389         of destructors.
49390         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
49391
49392         [BZ #11724]
49393         * elf/Makefile: Add rules to build and run new test.
49394         * elf/tst-initorder.c: New file.
49395         * elf/tst-initorder.exp: New file.
49396         * elf/tst-initordera1.c: New file.
49397         * elf/tst-initordera2.c: New file.
49398         * elf/tst-initordera3.c: New file.
49399         * elf/tst-initordera4.c: New file.
49400         * elf/tst-initorderb1.c: New file.
49401         * elf/tst-initorderb2.c: New file.
49402         * elf/tst-order-a1.c: New file.
49403         * elf/tst-order-a2.c: New file.
49404         * elf/tst-order-a3.c: New file.
49405         * elf/tst-order-a4.c: New file.
49406         * elf/tst-order-b1.c: New file.
49407         * elf/tst-order-b2.c: New file.
49408         * elf/tst-order-main.c: New file.
49409         New test case by George Gensure <werkt0@gmail.com>.
49410
49411 2010-10-01  Andreas Schwab  <schwab@redhat.com>
49412
49413         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49414         decoding ACE if AI_CANONIDN.
49415
49416 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
49417
49418         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
49419
49420 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
49421
49422         * version.h (RELEASE): Bump for 2.13 release.
49423         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
49424
49425         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
49426
49427         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
49428         MADV_NOHUGEPAGE.
49429         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
49430         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
49431         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
49432         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
49433         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
49434         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49435
49436         * posix/getconf.c: Update copyright year.
49437         * catgets/gencat.c: Likewise.
49438         * csu/version.c: Likewise.
49439         * debug/catchsegv.sh: Likewise.
49440         * debug/xtrace.sh: Likewise.
49441         * elf/ldconfig.c: Likewise.
49442         * elf/ldd.bash.in: Likewise.
49443         * elf/sprof.c (print_version): Likewise.
49444         * iconv/iconv_prog.c: Likewise.
49445         * iconv/iconvconfig.c: Likewise.
49446         * locale/programs/locale.c: Likewise.
49447         * locale/programs/localedef.c: Likewise.
49448         * malloc/memusage.sh: Likewise.
49449         * malloc/mtrace.pl: Likewise.
49450         * nscd/nscd.c (print_version): Likewise.
49451         * nss/getent.c: Likewise.
49452
49453         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
49454         PF_CAIF, and PF_ALG.
49455         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49456
49457 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
49458
49459         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
49460         (modules-names): Use them.
49461         (ifunc-test-modules, ifunc-pie-tests): Define.
49462         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
49463         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
49464         (test-extras): Likewise.
49465         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
49466         $(compile-command.c).
49467         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
49468         (all-built-dso): Define.
49469         (check-textrel.out, check-execstack.out): Depend on it.
49470
49471         * configure.in: Don't override --enable-multi-arch.
49472
49473 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
49474
49475         [BZ #6812]
49476         * nscd/hstcache.c (tryagain): Define.
49477         (cache_addhst): Return tryagain not notfound for temporary errors.
49478         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
49479         failed.
49480
49481 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
49482
49483         [BZ #10563]
49484         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
49485         to make the syscall.
49486         * sysdeps/unix/sysv/linux/setgroups.c: New file.
49487
49488         [BZ #12378]
49489         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
49490         and fall back to matching as normal character if the string ends before
49491         the matching ']' is found.  This is what POSIX requires.
49492         * posix/testfnm.c: Adjust test result.
49493         * posix/globtest.sh: Adjust test result.  Add new test.
49494         * posix/tst-fnmatch.input: Likewise.
49495         * posix/tst-fnmatch2.c: Add new test.
49496
49497 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
49498
49499         * elf/Makefile (check-execstack): Revert last change.  Depend on
49500         check-execstack.h.
49501         (check-execstack.h): New target.
49502         (generated): Add check-execstack.h.
49503         * elf/check-execstack.c: Include "check-execstack.h".
49504         (main): Revert last change.
49505         (handle_file): Return zero if GNU_STACK is absent and
49506         DEFAULT_STACK_PERMS doesn't include PF_X.
49507
49508 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
49509
49510         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
49511         in child fails because the descriptor is already closed.
49512         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
49513         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
49514         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
49515
49516         [BZ #12397]
49517         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
49518         syscall.
49519
49520         [BZ #10484]
49521         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
49522         temporary buffer used to handle multi lookups locally.
49523         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
49524
49525 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49526
49527         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
49528         loader is ld.so.
49529
49530 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
49531
49532         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
49533         alignment for SSE2.
49534
49535 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49536
49537         [BZ #12394]
49538         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
49539         characters.  When rounding increased number of integer digits recompute
49540         number of groups.
49541         * stdio-common/tst-grouping.c: New file.
49542         * stdio-common/Makefile: Add rules to build and run tst-grouping.
49543
49544 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
49545
49546         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
49547         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
49548
49549         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
49550         void.
49551         * bits/select.h: Likewise.
49552
49553 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
49554
49555         * po/ja.po: Update from translation team.
49556
49557 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
49558
49559         [BZ #11155]
49560         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
49561         implementation just like for lxstat, fxstatat, et al.
49562
49563 2010-12-27  Jim Meyering  <meyering@redhat.com>
49564
49565         [BZ #12348]
49566         * posix/regexec.c (build_trtable): Return failure indication upon
49567         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
49568
49569 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
49570
49571         [BZ #12201]
49572         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
49573         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
49574         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
49575         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
49576
49577         [BZ #12207]
49578         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
49579
49580         [BZ #12204]
49581         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
49582         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
49583
49584 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
49585
49586         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
49587         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
49588         script has SORT_BY_INIT_PRIORITY.
49589         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
49590         NO_CTORS_DTORS_SECTIONS is defined.
49591         * elf/soinit.c: Likewise.
49592         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
49593         NO_CTORS_DTORS_SECTIONS is defined.
49594         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
49595         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
49596         * sysdeps/sh/init-first.c: Likewise.
49597         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
49598
49599 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
49600
49601         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
49602         always use the slow path.
49603
49604 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
49605
49606         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
49607         similar rule which adds the sysdep directories to the header search in
49608         order to pick up the correct platform stackinfo.h.
49609         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
49610         perform test if it is, otherwise return successfully without testing.
49611         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
49612         DEFAULT_STACK_PERMS define in stackinfo.h.
49613         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
49614         defined in stackinfo.h.
49615         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
49616         DEFAULT_STACK_PERMS defined in stackinfo.h.
49617         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
49618         * sysdeps/ia64/stackinfo.h: Likewise.
49619         * sysdeps/s390/stackinfo.h: Likewise.
49620         * sysdeps/sh/stackinfo.h: Likewise.
49621         * sysdeps/sparc/stackinfo.h: Likewise.
49622         * sysdeps/x86_64/stackinfo.h: Likewise.
49623         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
49624         PF_X for powerpc64.  Retain PF_X for powerpc32.
49625
49626 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
49627
49628         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
49629         accurately.
49630         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
49631         GETDENTS_64BIT_ALIGNED.
49632
49633 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
49634
49635         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
49636
49637 2010-12-10  Andreas Schwab  <schwab@redhat.com>
49638
49639         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
49640         _GNU_SOURCE.
49641
49642         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
49643         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
49644         Remove __restrict.
49645         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
49646         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
49647
49648 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
49649
49650         [BZ #11655]
49651         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
49652         are initialized.
49653
49654 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
49655
49656         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
49657
49658 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
49659
49660         * po/it.po: Update from translation team.
49661
49662 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
49663
49664         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
49665         unused codes.
49666
49667 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
49668
49669         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
49670
49671 2010-11-24  Andreas Schwab  <schwab@redhat.com>
49672
49673         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
49674         specially.
49675         (gaih_getanswer_slice): Likewise.
49676
49677 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
49678
49679         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
49680
49681 2010-05-31  Petr Baudis  <pasky@suse.cz>
49682
49683         [BZ #11149]
49684         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
49685         silently even in the chroot mode.
49686
49687 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
49688
49689         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
49690         last patch a bit.  Pretty printing
49691
49692 2010-05-31  Petr Baudis <pasky@suse.cz>
49693
49694         [BZ #10085]
49695         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
49696         initialization of skip_initgroups_dyn.
49697
49698 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
49699
49700         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
49701         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49702
49703 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
49704
49705         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
49706
49707 2010-11-11  Andreas Schwab  <schwab@redhat.com>
49708
49709         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
49710         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
49711         (tst-fnmatch-ENV): Set MALLOC_TRACE.
49712         ($(objpfx)tst-fnmatch-mem): New rule.
49713         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
49714         * posix/tst-fnmatch.c (main): Call mtrace.
49715
49716 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
49717
49718         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49719         Support Intel processor model 6 and model 0x2c.
49720
49721 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
49722
49723         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
49724           signed comparison.
49725
49726 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
49727
49728         [BZ #12205]
49729         * string/test-strncasecmp.c (check_result): New function.
49730         (do_one_test): Use it.
49731         (check1): New function.
49732         (test_main): Use it.
49733         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
49734         Support strcasecmp and strncasecmp.
49735
49736 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
49737
49738         [BZ #12194]
49739         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
49740         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49741
49742 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
49743
49744         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
49745         IFUNC support.
49746         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49747         memset-x86-64.
49748         * sysdeps/x86_64/multiarch/bzero.S: New file.
49749         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49750         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49751         * sysdeps/x86_64/multiarch/memset.S: New file.
49752         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49753         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49754         Set bit_Prefer_SSE_for_memop for Intel processors.
49755         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49756         Define.
49757         (index_Prefer_SSE_for_memop): Define.
49758         (HAS_PREFER_SSE_FOR_MEMOP): Define.
49759
49760 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
49761
49762         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49763         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49764
49765 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
49766
49767         [BZ #12191]
49768         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49769         (__x86_64_raw_data_cache_size_half): Likewise.
49770         (__x86_64_raw_shared_cache_size): Likewise.
49771         (__x86_64_raw_shared_cache_size_half): Likewise.
49772
49773         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49774         (__x86_64_raw_data_cache_size_half): Likewise.
49775         (__x86_64_raw_shared_cache_size): Likewise.
49776         (__x86_64_raw_shared_cache_size_half): Likewise.
49777         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49778         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49779         and __x86_64_raw_shared_cache_size_half.  Round
49780         __x86_64_data_cache_size_half, __x86_64_data_cache_size
49781         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49782         to multiple of 256 bytes.
49783
49784 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
49785
49786         [BZ #12167]
49787         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49788         of inacessible symlinks.  Verify result of symlink before returning it.
49789         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49790         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49791
49792 2010-10-28  Erich Ritz  <erichritz@gmail.com>
49793
49794         * math/math.h (isinf): Fix typo in comment.
49795
49796 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
49797
49798         * po/da.po: Update from translation team.
49799
49800 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
49801
49802         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49803         is added to the list.
49804
49805 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49806             Ulrich Drepper  <drepper@gmail.com>
49807
49808         * elf/dl-object.c (_dl_new_object): Don't append the new object to
49809         the global list here.  Move code to...
49810         (_dl_add_to_namespace_list): ...here.  New function.
49811         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49812         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49813         * elf/dl-load.c (lose): Don't remove the element from the list.
49814         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49815         (_dl_map_object): Likewise.
49816
49817 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
49818
49819         [BZ #12159]
49820         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49821         into all bytes of SSE register.
49822         Patch by Richard Li <richardpku@gmail.com>.
49823
49824 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
49825
49826         [BZ #12140]
49827         * malloc/malloc.c (_int_free): Fill correct number of bytes when
49828         perturbing.
49829
49830 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
49831
49832         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49833         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49834         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49835         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49837         submachine.
49838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49839
49840 2010-10-22  Andreas Schwab  <schwab@redhat.com>
49841
49842         * include/dlfcn.h (__RTLD_SECURE): Define.
49843         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
49844         mode & __RTLD_SECURE instead.
49845         (open_path): Rename preloaded parameter to secure.
49846         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49847         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49848         * elf/dl-deps.c (openaux): Likewise.
49849         * elf/rtld.c (struct map_args): Remove is_preloaded.
49850         (map_doit): Don't use it.
49851         (dl_main): Likewise.
49852         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49853         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49854
49855 2010-09-09  Andreas Schwab  <schwab@redhat.com>
49856
49857         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49858         (sysd-rules-targets): Remove duplicates.
49859         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49860         rtld-%.$o dependency.
49861
49862 2010-10-18  Andreas Schwab  <schwab@redhat.com>
49863
49864         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49865         _dl_map_object do it.
49866
49867 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
49868
49869         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49870         fast fma builtins, define the macros in the C99 standard.
49871         (FP_FAST_FMAF): Likewise.
49872         (FP_FAST_FMAL): Likewise.
49873         * sysdeps/x86_64/bits/mathdef.h: Likewise.
49874
49875         * bits/mathdef.h: Update copyright year.
49876         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49877
49878 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
49879
49880         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49881         builtins, define the macros in the C99 standard.
49882         (FP_FAST_FMAF): Likewise.
49883         (FP_FAST_FMAL): Likewise.
49884         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49885         multiply/add.
49886         (FP_FAST_FMAF): Likewise.
49887
49888 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
49889
49890         [BZ #3268]
49891         * math/libm-test.inc (fma_test): Some new testcases.
49892         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
49893         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
49894         y and infinite z.  Do multiplication by C already in long double.
49895         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
49896         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
49897         y and infinite z.  Do bitwise or of inexact bit into u.d.
49898         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
49899         * sysdeps/i386/fpu/s_fmaf.S: Removed.
49900         * sysdeps/i386/fpu/s_fma.S: Removed.
49901         * sysdeps/i386/fpu/s_fmal.S: Removed.
49902
49903 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
49904
49905         [BZ #3268]
49906         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
49907         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
49908         computation is not scheduled after fetestexcept.  Fix value
49909         of minimum denormal long double.
49910
49911 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
49912
49913         [BZ #3268]
49914         * math/libm-test.inc (fma_test): Add some more tests.
49915         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
49916         correctly.
49917
49918 2010-10-15  Andreas Schwab  <schwab@redhat.com>
49919
49920         * scripts/data/localplt-s390-linux-gnu.data: New file.
49921         * scripts/data/localplt-s390x-linux-gnu.data: New file.
49922
49923 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
49924
49925         [BZ #3268]
49926         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
49927         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
49928         instead of dbl-64.
49929         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
49930         inlines.
49931         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
49932         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
49933         if one of x and y is very large and the other is subnormal.
49934         * sysdeps/s390/fpu/s_fmaf.c: New file.
49935         * sysdeps/s390/fpu/s_fma.c: New file.
49936         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
49937         * sysdeps/powerpc/fpu/s_fma.S: New file.
49938         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
49939         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
49940         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
49941
49942 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
49943
49944         [BZ #3268]
49945         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
49946         fma tests.
49947         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
49948         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
49949         * sysdeps/i386/i686/multiarch/s_fma.c: Include
49950         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
49951         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
49952         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
49953         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
49954
49955 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
49956
49957         [BZ #12078]
49958         * posix/regcomp.c (parse_branch): One more memory leak plugged.
49959         * posix/bug-regex31.input: Add test case.
49960
49961 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49962
49963         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
49964         * posix/bug-regex31.input: New file.
49965
49966         [BZ #12078]
49967         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
49968         (parse_sub_exp): Fix last change, use postorder.
49969
49970         * posix/bug-regex31.c: New file.
49971         * posix/Makefile: Add rules to build and run bug-regex31.
49972
49973         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
49974
49975         [BZ #12078]
49976         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
49977
49978         [BZ #12108]
49979         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
49980         to have entries in sys_siglist.
49981
49982         [BZ #12093]
49983         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
49984         be NULL.
49985
49986 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
49987
49988         [BZ #3268]
49989         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
49990         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
49991         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
49992         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
49993         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49994         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
49995         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
49996         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
49997         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
49998         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
49999         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
50000         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
50001         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
50002         * math/ftestexcept.c (fetestexcept): Likewise.
50003         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
50004         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
50005         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
50006         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
50007         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
50008         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
50009         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
50010
50011 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50012
50013         [BZ #12107]
50014         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
50015         newline.
50016
50017 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
50018
50019         * string/bug-strstr1.c: New file.
50020         * string/Makefile: Add rules to build and run bug-strstr1.
50021
50022 2010-10-05  Eric Blake  <eblake@redhat.com>
50023
50024         [BZ #12092]
50025         * string/str-two-way.h (two_way_long_needle): Always clear memory
50026         when skipping input due to the shift table.
50027
50028 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
50029
50030         [BZ #12005]
50031         * malloc/mcheck.c: Handle large requests.
50032
50033         [BZ #12077]
50034         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
50035         for strncmp and strncasecmp.
50036         * string/stratcliff.c: Add tests for strcmp and strncmp.
50037         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
50038
50039 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50040
50041         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
50042         __set_fpscr.
50043
50044 2010-09-30  Andreas Jaeger  <aj@suse.de>
50045
50046         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
50047         (CGROUP_SUPER_MAGIC): Define.
50048         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50049         Handle btrfs and cgroup file systems.
50050         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
50051         Likewise.
50052
50053 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
50054
50055         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
50056         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
50057
50058 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50059
50060         [BZ #12067]
50061         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
50062         trying to locate the ELF header.
50063
50064 2010-09-27  Andreas Schwab  <schwab@redhat.com>
50065
50066         [BZ #11611]
50067         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
50068         Mask out sign-bit copies when constructing f_fsid.
50069
50070 2010-09-24  Petr Baudis <pasky@suse.cz>
50071
50072         * debug/stack_chk_fail_local.c: Add missing licence exception.
50073         * debug/warning-nop.c: Likewise.
50074
50075 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
50076
50077         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
50078         implementing getdents64 using getdents syscall, set d_type if
50079         __ASSUME_GETDENTS32_D_TYPE.
50080
50081 2010-09-16  Andreas Schwab  <schwab@redhat.com>
50082
50083         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
50084         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
50085
50086 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
50087
50088         [BZ #12037]
50089         * posix/unistd.h: Undo change of feature selection for ftruncate from
50090         2010-01-11.
50091
50092 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
50093
50094         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
50095         detection.
50096
50097 2010-09-20  Andreas Schwab  <schwab@redhat.com>
50098
50099         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
50100         fanotify_mark.
50101         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50102
50103 2010-09-14  Andreas Schwab  <schwab@redhat.com>
50104
50105         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
50106         variables after CHECK_SP call.
50107         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
50108
50109 2010-09-13  Andreas Schwab  <schwab@redhat.com>
50110             Ulrich Drepper  <drepper@redhat.com>
50111
50112         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
50113         re-relocationg ld.so.
50114         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
50115         _dl_init_paths call.
50116         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
50117         here anymore.
50118
50119 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
50120
50121         * resolv/res_init.c (__res_vinit): Count the default server we added.
50122
50123 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
50124             Ulrich Drepper  <drepper@redhat.com>
50125
50126         [BZ #11968]
50127         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50128         (____longjmp_chk): Use %ebx for saving value across system call.
50129         Add unwind info.
50130
50131 2010-09-06  Andreas Schwab  <schwab@redhat.com>
50132
50133         * manual/Makefile: Don't mix pattern rules with normal rules.
50134
50135 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
50136
50137         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
50138         operation.
50139         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
50140         * libio/iofopncook.c (_IO_cookie_init): Likewise.
50141         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
50142         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
50143         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50144         Likewise.
50145
50146 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
50147
50148         [BZ #11979]
50149         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
50150         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
50151
50152 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
50153
50154         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
50155         * sysdeps/x86_64/addmul_1.S: Likewise.
50156         * sysdeps/x86_64/lshift.S: Likewise.
50157         * sysdeps/x86_64/mul_1.S: Likewise.
50158         * sysdeps/x86_64/rshift.S: Likewise.
50159         * sysdeps/x86_64/sub_n.S: Likewise.
50160         * sysdeps/x86_64/submul_1.S: Likewise.
50161
50162 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50163
50164         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
50165         Define __sched_param instead of SCHED_* and sched_param when
50166         <bits/sched.h> is included with __need_schedparam defined.
50167         * bits/sched.h [__need_schedparam]
50168         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
50169         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
50170         (__defined_schedparam): Define to 1.
50171         (__sched_param): New structure, identical to sched_param.
50172         (__need_schedparam): Undefine.
50173
50174 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
50175
50176         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
50177         (epoll_create1): Declare.
50178
50179         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
50180
50181 2010-08-31  Andreas Schwab  <schwab@redhat.com>
50182
50183         [BZ #7066]
50184         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
50185         shifting retval into place.
50186
50187 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
50188
50189         * nis/rpcsvc/nis.h: Update copyright notice.
50190         * nis/rpcsvc/nis.x: Likewise.
50191         * nis/rpcsvc/nis_callback.h: Likewise.
50192         * nis/rpcsvc/nis_callback.x: Likewise.
50193         * nis/rpcsvc/nis_object.x: Likewise.
50194         * nis/rpcsvc/nis_tags.h: Likewise.
50195         * nis/rpcsvc/yp.h: Likewise.
50196         * nis/rpcsvc/yp.x: Likewise.
50197         * nis/rpcsvc/ypupd.h: Likewise.
50198         * nis/yp_xdr.c: Likewise.
50199         * nis/ypupdate_xdr.c: Likewise.
50200
50201         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
50202         mainly the body of pmap_getport.  Add parameters to specify timeouts.
50203         (pmap_getport): Use __libc_rpc_getport.
50204         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
50205         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
50206         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
50207
50208 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
50209
50210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
50211         fanotify_mark.
50212
50213 2010-08-27  Roland McGrath  <roland@redhat.com>
50214
50215         * sysdeps/i386/i686/multiarch/Makefile
50216         (CFLAGS-varshift.c): New variable.
50217
50218 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
50219
50220         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
50221         * sysdeps/i386/i686/multiarch/varshift.c: New file.
50222
50223         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
50224
50225         * sysdeps/x86_64/strlen.S: Minimal code improvement.
50226
50227 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
50228
50229         * sysdeps/x86_64/strlen.S: Unroll the loop.
50230         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50231         strlen-sse2 strlen-sse2-bsf.
50232         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
50233         __strlen_no_bsf if bit_Slow_BSF is set.
50234         (__strlen_sse42): Removed.
50235         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
50236         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
50237
50238 2010-08-25  Roland McGrath  <roland@redhat.com>
50239
50240         * sysdeps/x86_64/multiarch/varshift.S: File removed.
50241         * sysdeps/x86_64/multiarch/varshift.c: New file.
50242         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
50243         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
50244         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
50245         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
50246
50247 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
50248
50249         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50250         strlen-sse2 strlen-sse2-bsf.
50251         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
50252         __strlen_sse2_bsf if bit_Slow_BSF is unset.
50253         (__strlen_sse2): Removed.
50254         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
50255         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
50256         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
50257         bit_Slow_BSF for Atom.
50258         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
50259         (index_Slow_BSF): Define.
50260         (HAS_SLOW_BSF): Define.
50261
50262 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
50263
50264         [BZ #10851]
50265         * resolv/res_init.c (__res_vinit): When no server address at all
50266         is given default to loopback.
50267
50268 2010-08-24  Roland McGrath  <roland@redhat.com>
50269
50270         * configure.in: Remove config-name.h generation.
50271         * configure: Regenerated.
50272         * config-name.in: File removed.
50273         * scripts/config-uname.sh: New file.
50274         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
50275         ($(objdir)config-name.h): New target.
50276
50277         * sunrpc/rpc_parse.h: Avoid nested comment.
50278
50279 2010-08-24  Richard Henderson  <rth@redhat.com>
50280             Ulrich Drepper  <drepper@redhat.com>
50281             H.J. Lu  <hongjiu.lu@intel.com>
50282
50283         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
50284         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
50285         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
50286         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
50287         _mm_alignr_epi8 with _mm_loadu_si128.
50288         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
50289         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
50290         (__m128i_shift_right): Removed.
50291         * sysdeps/i386/i686/multiarch/varshift.h: New file.
50292         * sysdeps/i386/i686/multiarch/varshift.S: New file.
50293         * sysdeps/x86_64/multiarch/varshift.h: New file.
50294         * sysdeps/x86_64/multiarch/varshift.S: New file.
50295
50296 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
50297
50298         * configure.in: Move assembler checks to before sysdep dir checking.
50299
50300 2010-08-20  Petr Baudis  <pasky@suse.cz>
50301
50302         * LICENSES: Sync the sunrpc license.
50303
50304 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
50305
50306         * sunrpc/auth_des.c: Update copyright notice once again.
50307         * sunrpc/auth_none.c: Likewise.
50308         * sunrpc/auth_unix.c: Likewise.
50309         * sunrpc/authdes_prot.c: Likewise.
50310         * sunrpc/authuxprot.c: Likewise.
50311         * sunrpc/bindrsvprt.c: Likewise.
50312         * sunrpc/clnt_gen.c: Likewise.
50313         * sunrpc/clnt_perr.c: Likewise.
50314         * sunrpc/clnt_raw.c: Likewise.
50315         * sunrpc/clnt_simp.c: Likewise.
50316         * sunrpc/clnt_tcp.c: Likewise.
50317         * sunrpc/clnt_udp.c: Likewise.
50318         * sunrpc/clnt_unix.c: Likewise.
50319         * sunrpc/des_crypt.c: Likewise.
50320         * sunrpc/des_soft.c: Likewise.
50321         * sunrpc/get_myaddr.c: Likewise.
50322         * sunrpc/getrpcport.c: Likewise.
50323         * sunrpc/key_call.c: Likewise.
50324         * sunrpc/key_prot.c: Likewise.
50325         * sunrpc/openchild.c: Likewise.
50326         * sunrpc/pm_getmaps.c: Likewise.
50327         * sunrpc/pm_getport.c: Likewise.
50328         * sunrpc/pmap_clnt.c: Likewise.
50329         * sunrpc/pmap_prot.c: Likewise.
50330         * sunrpc/pmap_prot2.c: Likewise.
50331         * sunrpc/pmap_rmt.c: Likewise.
50332         * sunrpc/rpc/auth.h: Likewise.
50333         * sunrpc/rpc/auth_unix.h: Likewise.
50334         * sunrpc/rpc/clnt.h: Likewise.
50335         * sunrpc/rpc/des_crypt.h: Likewise.
50336         * sunrpc/rpc/key_prot.h: Likewise.
50337         * sunrpc/rpc/netdb.h: Likewise.
50338         * sunrpc/rpc/pmap_clnt.h: Likewise.
50339         * sunrpc/rpc/pmap_prot.h: Likewise.
50340         * sunrpc/rpc/pmap_rmt.h: Likewise.
50341         * sunrpc/rpc/rpc.h: Likewise.
50342         * sunrpc/rpc/rpc_des.h: Likewise.
50343         * sunrpc/rpc/rpc_msg.h: Likewise.
50344         * sunrpc/rpc/svc.h: Likewise.
50345         * sunrpc/rpc/svc_auth.h: Likewise.
50346         * sunrpc/rpc/types.h: Likewise.
50347         * sunrpc/rpc/xdr.h: Likewise.
50348         * sunrpc/rpc_clntout.c: Likewise.
50349         * sunrpc/rpc_cmsg.c: Likewise.
50350         * sunrpc/rpc_common.c: Likewise.
50351         * sunrpc/rpc_cout.c: Likewise.
50352         * sunrpc/rpc_dtable.c: Likewise.
50353         * sunrpc/rpc_hout.c: Likewise.
50354         * sunrpc/rpc_main.c: Likewise.
50355         * sunrpc/rpc_parse.c: Likewise.
50356         * sunrpc/rpc_parse.h: Likewise.
50357         * sunrpc/rpc_prot.c: Likewise.
50358         * sunrpc/rpc_sample.c: Likewise.
50359         * sunrpc/rpc_scan.c: Likewise.
50360         * sunrpc/rpc_scan.h: Likewise.
50361         * sunrpc/rpc_svcout.c: Likewise.
50362         * sunrpc/rpc_tblout.c: Likewise.
50363         * sunrpc/rpc_util.c: Likewise.
50364         * sunrpc/rpc_util.h: Likewise.
50365         * sunrpc/rpcinfo.c: Likewise.
50366         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
50367         * sunrpc/rpcsvc/key_prot.x: Likewise.
50368         * sunrpc/rpcsvc/klm_prot.x: Likewise.
50369         * sunrpc/rpcsvc/mount.x: Likewise.
50370         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
50371         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
50372         * sunrpc/rpcsvc/rex.x: Likewise.
50373         * sunrpc/rpcsvc/rstat.x: Likewise.
50374         * sunrpc/rpcsvc/rusers.x: Likewise.
50375         * sunrpc/rpcsvc/sm_inter.x: Likewise.
50376         * sunrpc/rpcsvc/spray.x: Likewise.
50377         * sunrpc/rpcsvc/yppasswd.x: Likewise.
50378         * sunrpc/rtime.c: Likewise.
50379         * sunrpc/svc.c: Likewise.
50380         * sunrpc/svc_auth.c: Likewise.
50381         * sunrpc/svc_authux.c: Likewise.
50382         * sunrpc/svc_raw.c: Likewise.
50383         * sunrpc/svc_run.c: Likewise.
50384         * sunrpc/svc_simple.c: Likewise.
50385         * sunrpc/svc_tcp.c: Likewise.
50386         * sunrpc/svc_udp.c: Likewise.
50387         * sunrpc/svc_unix.c: Likewise.
50388         * sunrpc/svcauth_des.c: Likewise.
50389         * sunrpc/xcrypt.c: Likewise.
50390         * sunrpc/xdr.c: Likewise.
50391         * sunrpc/xdr_array.c: Likewise.
50392         * sunrpc/xdr_float.c: Likewise.
50393         * sunrpc/xdr_mem.c: Likewise.
50394         * sunrpc/xdr_rec.c: Likewise.
50395         * sunrpc/xdr_ref.c: Likewise.
50396         * sunrpc/xdr_sizeof.c: Likewise.
50397         * sunrpc/xdr_stdio.c: Likewise.
50398
50399         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
50400         handling.
50401
50402 2010-08-19  Andreas Schwab  <schwab@redhat.com>
50403
50404         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
50405
50406 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
50407
50408         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
50409         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
50410         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
50411         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
50412         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
50413         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
50414         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
50415         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
50416         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
50417         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
50418         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
50419         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
50420         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
50421         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
50422
50423 2010-07-26  Anton Blanchard  <anton@samba.org>
50424
50425         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
50426         * malloc/arena.c (heap_trim): Likewise.
50427
50428 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
50429
50430         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
50431         here.  Not...
50432         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
50433         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
50434
50435 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
50436
50437         * sysdeps/i386/elf/Makefile: New file.
50438
50439 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50440
50441         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
50442         from fanotify_init.
50443         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
50444         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50445
50446 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
50447
50448         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
50449         of strncasecmp_l.
50450         * sysdeps/multiarch/strcmp.S: Likewise.
50451
50452 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
50453
50454         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50455         strncase_l-nonascii.
50456         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50457         Add strncase_l-ssse3.
50458         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
50459         * sysdeps/x86_64/strcmp.S: Likewise.
50460         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
50461         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
50462         * sysdeps/x86_64/strncase.S: New file.
50463         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
50464         * sysdeps/x86_64/strncase_l.S: New file.
50465         * string/Makefile (strop-tests): Add strncasecmp.
50466         * string/test-strncasecmp.c: New file.
50467
50468         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
50469         warning.
50470
50471         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
50472         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
50473
50474 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50475
50476         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
50477
50478 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
50479
50480         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
50481         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
50482         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
50483
50484 2010-05-01  Alan Modra  <amodra@gmail.com>
50485
50486         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
50487         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
50488         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
50489         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
50490         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
50491         tidying.  Don't tail-call __sigjmp_save for static lib.
50492         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
50493         save location.
50494         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
50495         (CALL_MCOUNT): Add eh info, and nop after bl.
50496         (TAIL_CALL_SYSCALL_ERROR): New macro.
50497         (PSEUDO_RET): Use it.
50498         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
50499         Correct save location of integer regs and cr.
50500         (_dl_profile_resolve): Correct cr save location.  Delete nops
50501         after bl when SHARED.  Reduce cfi size a little by better
50502         placement of cfi directives.
50503         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
50504         make a stack frame.  Instead use parm save area as a temp.
50505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
50506         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
50507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
50508         Don't make a stack frame for parent, use parm save area.
50509         Increase child stack frame to 112 bytes.  Don't save unused reg,
50510         and adjust reg usage.  Set up cfi on error recovery and
50511         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
50512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
50513         (__makecontext): Add dummy nop after jump to exit.
50514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
50515         Use correct parm save area and cr save, reduce stack frame.
50516         Correct cfi for possible PSEUDO_RET frame setup.
50517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
50518         Branch to local label emitted by PSEUDO_RET rather than
50519         __syscall_error.
50520
50521 2010-08-12  Andreas Schwab  <schwab@redhat.com>
50522
50523         [BZ #11904]
50524         * locale/programs/locale.c (print_assignment): New function.
50525         (show_locale_vars): Use it.
50526
50527 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
50528
50529         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
50530         field.
50531         (struct statfs64): Likewise.
50532         (_STATFS_F_FLAGS): Define.
50533         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
50534         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50535         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
50536         (ST_VALID): Define locally.
50537         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
50538         __statvfs_getflags, use the provided value.
50539         * sysdeps/unix/sysv/linux/kernel-features.h: Define
50540         __ASSUME_STATFS_F_FLAGS.
50541
50542         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
50543
50544         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
50545         Add sys/fanotify.h.
50546         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
50547         fanotify_mask for GLIBC_2.13.
50548         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
50549         fanotify_init and fanotify_mark.
50550         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50551         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
50552
50553         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
50554         Add prlimit.
50555         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
50556         prlimit64 for GLIBC_2.13.
50557         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
50558         prlimit64.
50559         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
50560         syscall.
50561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
50562         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50563         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
50564         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
50565         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
50566         add prlimit alias.
50567         * sysdeps/unix/sysv/linux/prlimit.c: New file.
50568
50569         [BZ #11903]
50570         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
50571         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
50572
50573         * nss/Makefile: Add rules to build and run tst-nss-test1.
50574         * shlib-versions: Add entry for libnss_test1.
50575         * nss/nss_test1.c: New file.
50576         * nss/tst-nss-test1.c: New file.
50577
50578         * nss/nsswitch.c (__nss_database_custom): Define new variable.
50579         (__nss_configure_lookup): Set appropriate entry in
50580         __nss_configure_lookup to true.
50581         * nss/nsswitch.h: Define enum with indeces of databases in
50582         databases and __nss_database_custom arrays.  Declare
50583         __nss_database_custom.
50584         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
50585         to avoid using nscd when custom rules are installed.
50586         * nss/getXXbyYY_r.c: Likewise.
50587         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
50588
50589         * nss/nss_files/files-parse.c: Whitespace fixes.
50590
50591 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
50592
50593         [BZ #11883]
50594         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
50595         * posix/fnmatch_loop.c: Likewise.
50596
50597 2010-07-17  Andi Kleen  <ak@linux.intel.com>
50598
50599         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
50600         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
50601         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
50602         * Versions.def [GLIBC_2.13]: Add.
50603
50604 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
50605
50606         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50607         Also fail if tpwd after pwuid call is NULL.
50608
50609 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50610
50611         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
50612         when converting to ms.
50613
50614 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50615
50616         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
50617         EOPNOTSUPP errors with ENOTTY.
50618         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
50619         EOPNOTSUPP errors with ENOTTY.
50620
50621 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
50622
50623         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50624         Add strcasecmp_l-ssse3.
50625         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
50626         strcasecmp.
50627         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
50628         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
50629         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
50630
50631 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
50632
50633         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
50634
50635         * string/Makefile (strop-tests): Add strcasecmp.
50636         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50637         strcasecmp_l-nonascii.
50638         (gen-as-const-headers): Add locale-defines.sym.
50639         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
50640         * sysdeps/x86_64/strcasecmp.S: New file.
50641         * sysdeps/x86_64/strcasecmp_l.S: New file.
50642         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
50643         * sysdeps/x86_64/locale-defines.sym: New file.
50644         * string/test-strcasecmp.c: New file.
50645
50646         * string/test-strcasestr.c: Test both ends of the range of characters.
50647         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
50648
50649 2010-07-29  Roland McGrath  <roland@redhat.com>
50650
50651         [BZ #11856]
50652         * manual/locale.texi (Yes-or-No Questions): Fix example code.
50653
50654 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
50655
50656         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
50657         for ld.so.
50658
50659 2010-07-27  Andreas Schwab  <schwab@redhat.com>
50660
50661         * manual/memory.texi (Malloc Tunable Parameters): Document
50662         M_PERTURB.
50663
50664 2010-07-26  Roland McGrath  <roland@redhat.com>
50665
50666         [BZ #11840]
50667         * configure.in (-fgnu89-inline check): Set and substitute
50668         gnu89_inline, not libc_cv_gnu89_inline.
50669         * configure: Regenerated.
50670         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
50671
50672 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
50673
50674         * string/test-strnlen.c: New file.
50675         * string/Makefile (strop-tests): Add strnlen.
50676         * string/tester.c (test_strnlen): Add a few more test cases.
50677         * string/tst-strlen.c: Better error reporting.
50678
50679         * sysdeps/x86_64/strnlen.S: New file.
50680
50681 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
50682
50683         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
50684         lower-latency instructions.
50685
50686 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
50687
50688         * string/test-strcasestr.c: New file.
50689         * string/test-strstr.c: New file.
50690         * string/Makefile (strop-tests): Add strstr and strcasestr.
50691         * string/str-two-way.h: Don't undefine MAX.
50692         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
50693
50694 2010-07-21  Andreas Schwab  <schwab@redhat.com>
50695
50696         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50697         strcasestr-nonascii.
50698         (CFLAGS-strcasestr-nonascii.c): Define.
50699         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
50700         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
50701         Remove unused attribute.
50702
50703 2010-07-20  Roland McGrath  <roland@redhat.com>
50704
50705         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
50706         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
50707         ld.so.cache was broken.  With it, there is no way to disable dsocaps
50708         like LD_HWCAP_MASK can disable hwcaps.
50709
50710 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50711
50712         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
50713
50714 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
50715
50716         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
50717         call in strcasestr.
50718         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
50719         __strcasestr_sse42_nonascii.
50720         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
50721         strcasestr-nonascii.c.
50722         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
50723
50724 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
50725
50726         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
50727         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
50728         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
50729         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
50730
50731 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
50732
50733         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
50734         fcntl.
50735
50736 2010-07-06  Andreas Schwab  <schwab@redhat.com>
50737
50738         [BZ #11577]
50739         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
50740         dl_signal_cerror.
50741
50742 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
50743
50744         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
50745         _PC_PIPE_BUF using F_GETPIPE_SZ.
50746
50747 2010-07-05  Roland McGrath  <roland@redhat.com>
50748
50749         * manual/arith.texi (Rounding Functions): Fix rint description
50750         implicit in round description.
50751
50752 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
50753
50754         * elf/Makefile: Fix linking for a few tests to make recent linker
50755         happy.
50756
50757 2010-06-30  Andreas Schwab  <schwab@redhat.com>
50758
50759         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50760         $(common-objpfx)libc_nonshared.a.
50761
50762 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
50763
50764         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50765         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50766         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50767         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50768         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50769         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50770         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50771         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50786         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50787         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50788         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50789         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50790         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50791         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50792         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50793         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50794         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50795         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50796         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50797         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50812
50813 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
50814
50815         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50816         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
50817         * string/memmove.c (memmove): Renamed to ...
50818         (MEMMOVE): ...this.  Default to memmove.
50819         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50820         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50821         (END_CHK): Define.
50822         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50823         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50824         mempcpy-ssse3-back memmove-ssse3-back.
50825         * sysdeps/x86_64/multiarch/bcopy.S: New file .
50826         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50827         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50828         * sysdeps/x86_64/multiarch/memcpy.S: New file.
50829         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50830         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50831         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50832         * sysdeps/x86_64/multiarch/memmove.c: New file.
50833         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50834         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50835         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50836         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50837         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50838         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50839         Define.
50840         (index_Fast_Copy_Backward): Define.
50841         (HAS_ARCH_FEATURE): Define.
50842         (HAS_FAST_REP_STRING): Define.
50843         (HAS_FAST_COPY_BACKWARD): Define.
50844
50845 2010-06-21  Andreas Schwab  <schwab@redhat.com>
50846
50847         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50848         Restore proper fallback handling.
50849
50850 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
50851
50852         [BZ #11701]
50853         * posix/group_member.c (__group_member): Correct checking loop.
50854
50855         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50856         OOM in getpwuid_r correctly.  Return error number when the caller
50857         should return, otherwise -1.
50858         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50859         call returning > 0 value.
50860         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50861
50862 2010-06-07  Andreas Schwab  <schwab@redhat.com>
50863
50864         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50865         libc_nonshared.a from targets in modules-names.
50866
50867 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
50868
50869         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50870         requires it.
50871
50872 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
50873
50874         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50875         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50876         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50877         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50878
50879 2010-06-02  Andreas Schwab  <schwab@redhat.com>
50880
50881         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50882
50883 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
50884
50885         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50886         and F_GETPIPE_SZ.
50887         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50888         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50889         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50890         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50891         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50892         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
50893
50894 2010-06-14  Roland McGrath  <roland@redhat.com>
50895
50896         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
50897
50898 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
50899
50900         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
50901         __REDIRECT followed by __THROW.
50902         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
50903         * posix/getopt.h (getopt): Likewise.
50904
50905 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50906
50907         * hurd/lookup-at.c (__file_name_lookup_at): Accept
50908         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
50909         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
50910         in AT_FLAGS.
50911         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
50912         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
50913
50914 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
50915
50916         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
50917
50918 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
50919
50920         [BZ #11640]
50921         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50922         Properly check family and model.
50923
50924 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
50925
50926         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
50927
50928 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
50929
50930         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
50931
50932 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
50933
50934         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
50935         symbol reference.
50936
50937 2010-05-19  Andreas Schwab  <schwab@redhat.com>
50938
50939         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
50940         symbol reference.
50941
50942 2010-05-21  Andreas Schwab  <schwab@redhat.com>
50943
50944         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
50945         and internal_recvmmsg.
50946         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
50947         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
50948         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
50949         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
50950
50951         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
50952         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
50953         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
50954
50955 2010-05-20  Andreas Schwab  <schwab@redhat.com>
50956
50957         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
50958
50959 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
50960
50961         POWER7 optimizations.
50962         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
50963         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
50964
50965 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
50966
50967         * version.h: Update for 2.13 development version.
50968
50969 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
50970
50971         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
50972         exceptions.  Return 0.
50973
50974 2010-05-07  Roland McGrath  <roland@redhat.com>
50975
50976         * elf/ldconfig.c (main): Add a const.
50977
50978 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
50979
50980         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
50981         (args_options): Add no-idn option.
50982         (ahosts_keys_int): Add idn_flags to ai_flags.
50983         (parse_option): Handle 'i' option to clear idn_flags.
50984
50985         * malloc/malloc.c (_int_free): Possible race in the most recently
50986         added check.  Only act on the data if no current modification
50987         happened.
50988
50989 See ChangeLog.17 for earlier changes.