Fix infinite loop in check_pf (BZ #12926)
[platform/upstream/glibc.git] / ChangeLog
1 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2
3         [BZ #12926]
4         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
5         infinite loop when __recvmsg returns 0.
6
7 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
8
9         * CANCEL-FCT-WAIVE: Remove file.
10         * CANCEL-FILE-WAIVE: Likewise.
11
12         [BZ #14132]
13         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
14         instead of INTVARDEF.
15         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
16         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
17         rtld_hidden_data_def instead of INTVARDEF.
18         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
19         * elf/dl-deps.c (expand_dst): Likewise.
20         * elf/dl-load.c (_dl_dst_count): Likewise.
21         (_dl_dst_substitute): Likewise.
22         (decompose_rpath): Likewise.
23         (_dl_init_paths): Likewise.
24         (open_path): Likewise.
25         (_dl_map_object): Likewise.
26         * elf/rtld.c (dl_main): Likewise.
27         (process_dl_audit): Likewise.
28         (process_envvars): Likewise.
29         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
30         Remove declaration.
31         (__libc_enable_secure): Use rtld_hidden_proto.
32
33 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
34
35         * elf/dl-load.c
36         (add_path): New function broken out of _dl_rtld_di_serinfo.
37         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
38
39 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
40
41         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
42         parentheses around macro arguments.
43         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
44         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
45         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
46         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
47         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
48         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
49         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
50         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
51         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
52         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
53         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
54         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
55         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
56         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
57         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
58         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
59         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
60         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
61         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
62         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
63         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
64         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
65         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
66         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
67         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
68         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
69         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
70         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
71         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
72         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
73         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
74         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
75         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
76         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
77         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
78         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
79         Likewise.
80         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
81         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
82         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
83         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
84         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
85         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
86         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
87         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
88         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
89         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
90         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
91         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
92         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
93         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
94         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
95         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
96         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
97         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
98         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
99         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
100         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
101         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
102         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
103         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
104         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
105         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
106         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
107         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
108         (_FP_FRAC_SRS_1): Likewise.
109         (_FP_FRAC_CLZ_1): Likewise.
110         (_FP_MUL_MEAT_1_imm): Likewise.
111         (_FP_MUL_MEAT_1_wide): Likewise.
112         (_FP_MUL_MEAT_1_hard): Likewise.
113         (_FP_SQRT_MEAT_1): Likewise.
114         (_FP_FRAC_ASSEMBLE_1): Likewise.
115         (_FP_FRAC_DISASSEMBLE_1): Likewise.
116         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
117         (__FP_CLZ_2): Likewise.
118         (_FP_MUL_MEAT_2_wide): Likewise.
119         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
120         (_FP_MUL_MEAT_2_gmp): Likewise.
121         (_FP_MUL_MEAT_2_120_240_double): Likewise.
122         (_FP_SQRT_MEAT_2): Likewise.
123         (_FP_FRAC_ASSEMBLE_2): Likewise.
124         (_FP_FRAC_DISASSEMBLE_2): Likewise.
125         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
126         (_FP_FRAC_CLZ_4): Likewise.
127         (_FP_MUL_MEAT_4_wide): Likewise.
128         (_FP_MUL_MEAT_4_gmp): Likewise.
129         (_FP_SQRT_MEAT_4): Likewise.
130         (_FP_FRAC_ASSEMBLE_4): Likewise.
131         (_FP_FRAC_DISASSEMBLE_4): Likewise.
132         * soft-fp/op-common.h (_FP_CMP): Likewise.
133         (_FP_CMP_EQ): Likewise.
134         (_FP_CMP_UNORD): Likewise.
135         (_FP_TO_INT): Likewise.
136         (_FP_FROM_INT): Likewise.
137         [!__FP_CLZ] (__FP_CLZ): Likewise.
138         (_FP_DIV_HELP_imm): Likewise.
139         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
140         Likewise.
141         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
142         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
143         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
144         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
145         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
146         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
147         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
148         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
149         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
150         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
151         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
152         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
153         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
154         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
155         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
156         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
157         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
158         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
159         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
160         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
161         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
162         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
163         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
164         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
165         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
166         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
167         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
168         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
169         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
170         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
171         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
172         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
173         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
174         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
175         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
176         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
177         (FP_UNPACK_RAW_SP): Likewise.
178         (FP_PACK_RAW_S): Likewise.
179         (FP_PACK_RAW_SP): Likewise.
180         (FP_UNPACK_S): Likewise.
181         (FP_UNPACK_SP): Likewise.
182         (FP_UNPACK_SEMIRAW_S): Likewise.
183         (FP_UNPACK_SEMIRAW_SP): Likewise.
184         (FP_PACK_S): Likewise.
185         (FP_PACK_SP): Likewise.
186         (FP_PACK_SEMIRAW_S): Likewise.
187         (FP_PACK_SEMIRAW_SP): Likewise.
188         (_FP_SQRT_MEAT_S): Likewise.
189         (FP_CMP_S): Likewise.
190         (FP_CMP_EQ_S): Likewise.
191         (FP_CMP_UNORD_S): Likewise.
192         (FP_TO_INT_S): Likewise.
193         (FP_FROM_INT_S): Likewise.
194
195         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
196
197         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
198         (FP_EX_INVALID_IMZ): Likewise.
199         (FP_EX_INVALID_IMZ_FMA): Likewise.
200         (FP_EX_INVALID_ISI): Likewise.
201         (FP_EX_INVALID_ZDZ): Likewise.
202         (FP_EX_INVALID_IDI): Likewise.
203         (FP_EX_INVALID_SQRT): Likewise.
204         (FP_EX_INVALID_CVI): Likewise.
205         (FP_EX_INVALID_VC): Likewise.
206         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
207         "invalid" exceptions.
208         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
209         (_FP_ADD_INTERNAL): Likewise.
210         (_FP_MUL): Likewise.
211         (_FP_FMA): Likewise.
212         (_FP_DIV): Likewise.
213         (_FP_CMP_CHECK_NAN): Likewise.
214         (_FP_SQRT): Likewise.
215         (_FP_TO_INT): Likewise.
216         (FP_EXTEND): Likewise.
217
218 2014-10-09  Allan McRae  <allan@archlinux.org>
219
220         * po/fr.po: Update French translation from translation project.
221
222 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
223
224         [BZ #14132]
225         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
226         of INTDEF.
227         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
228         (__cxa_atexit): Use libc_hidden_proto.
229         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
230
231         [BZ #14132]
232         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
233         declaration.
234         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
235         [!_ISOMAC] (__iswspace_l_internal): Likewise.
236         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
237         [!_ISOMAC] (__iswctype_internal): Likewise.
238         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
239         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
240         alias.
241         (fcntl): Remove __fcntl_internal alias.
242         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
243         __connect_internal alias.
244         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
245         Likewise.
246
247         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
248         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
249         FP_DENORM_ZERO.
250         (_FP_CHECK_FLUSH_ZERO): New macro.
251         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
252         (_FP_CMP): Likewise.
253         (_FP_CMP_EQ): Likewise.
254         (_FP_TO_INT): Do not set inexact for subnormal arguments if
255         FP_DENORM_ZERO.
256         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
257         (FP_TRUNC): Likewise.
258
259         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
260         treated as invalid conversion, not as normal exponent.
261
262         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
263         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
264         (_FP_CMP_EQ): Likewise.
265         (_FP_CMP_UNORD): Likewise.
266         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
267         (FP_CMP_EQ_D): Likewise.
268         (FP_CMP_UNORD_D): Likewise.
269         * soft-fp/extended.h (FP_CMP_E): Likewise.
270         (FP_CMP_EQ_E): Likewise.
271         (FP_CMP_UNORD_E): Likewise.
272         * soft-fp/quad.h (FP_CMP_Q): Likewise.
273         (FP_CMP_EQ_Q): Likewise.
274         (FP_CMP_UNORD_Q): Likewise.
275         * soft-fp/single.h (FP_CMP_S): Likewise.
276         (FP_CMP_EQ_S): Likewise.
277         (FP_CMP_UNORD_S): Likewise.
278         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
279         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
280         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
281         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
282         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
283         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
284         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
285         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
286         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
287         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
288         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
289         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
290         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
291         to FP_CMP_Q.
292         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
293         FP_CMP_Q.
294         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
295         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
296         FP_CMP_EQ_Q.
297         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
298         FP_CMP_Q.
299         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
300         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
301         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
302         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
303         FP_CMP_EQ_Q.
304         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
305         FP_CMP_Q.
306         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
307         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
308         FP_CMP_EQ_Q.
309         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
310         FP_CMP_Q.
311         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
312         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
313         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
314         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
315         FP_CMP_EQ_Q.
316
317         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
318         a subnormal result, set the underflow exception if trapping on
319         underflow is enabled.
320         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
321         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
322         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
323         redefine to 0.
324         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
325         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
326         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
327         * soft-fp/extendxftf2.c (__extendxftf2): Use
328         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
329
330         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
331         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
332         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
333         FP_HANDLE_EXCEPTIONS.
334         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
335         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
336         FP_HANDLE_EXCEPTIONS.
337         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
338         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
339         FP_HANDLE_EXCEPTIONS.
340         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
341         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
342         FP_HANDLE_EXCEPTIONS.
343
344 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
345
346         [BZ #14132]
347         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
348         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
349         use INTUSE.
350         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
351         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
352         Remove alias.
353         (__adjtimex): Define using libc_hidden_ver.
354         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
355         Remove declaration.
356         (ntp_gettime): Call __adjtimex directly.
357         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
358         Remove declaration.
359         (ntp_gettimex): Call __adjtimex directly.
360         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
361         __adjtimex_internal alias.
362
363 2014-10-08  Roland McGrath  <roland@hack.frob.com>
364
365         [BZ #17460]
366         * nscd/nscd.c (more_help): Rewrite list of tables collection
367         using xstrdup and asprintf.
368
369         * nscd/nscd_conf.c: Remove local xstrdup declaration.
370
371 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
372             Roland McGrath  <roland@hack.frob.com>
373
374         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
375         (do_lookup_unique): ... local function 'enter' here; update callers.
376
377 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
378
379         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
380         compat_symbol calls on [SHARED].
381         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
382         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
383         Remove.
384         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
385         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
386         (oldsetrlimit): Remove.
387         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
389         (lchown): New syscall entry.
390         (oldsetrlimit): Remove.
391         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
392         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
393         (oldsetrlimit): Remove.
394         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
395
396         [BZ #14138]
397         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
398         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
399         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
400         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
401         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
402         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
403         (fchown): Likewise.
404         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
405         (fchown): Likewise.
406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
407         Likewise.
408
409 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
410
411         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
412         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
413         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
414         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
415         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
416         Likewise.
417         (__old_sem_post): Likewise.
418
419 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
420
421         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
422         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
423         HAVE_CLOCK_GETTIME_VSYSCALL macros.
424         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
425         Use INLINE_VSYSCALL macro.
426         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
427         __vdso_clock_gettime.
428         * sysdeps/unix/sysv/linux/tile/init-first.c
429         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
430         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
431         __vdso_clock_gettime.
432
433         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
434         to set up frame more cleanly.
435
436         * sysdeps/tile/memcmp.c: New file.
437
438         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
439
440         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
441         * sysdeps/tile/tilegx/strcasestr.c: New file.
442         * sysdeps/tile/tilegx/strnlen.c: New file.
443         * sysdeps/tile/tilegx/strstr.c: New file.
444
445         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
446
447 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
448
449         * nptl/tst-setuid3.c: Write errors to stdout.
450
451 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
452
453         * elf/dl-deps.c
454         (preload): New functions broken out of _dl_map_object_deps.
455         (_dl_map_object_deps):  Remove a nested function. Update call sites.
456
457 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
458
459         [BZ #14138]
460         * sysdeps/unix/sysv/linux/execve.c: Remove file.
461         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
462
463 2014-10-01  Steve Ellcey  <sellcey@mips.com>
464
465         * sysdeps/mips/strcmp.S: New.
466
467 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
468
469         [BZ #14138]
470         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
471         (linkat): Likewise.
472         (mkdirat): Likewise.
473         (readlinkat): Likewise.
474         (renameat): Likewise.
475         (symlinkat): Likewise.
476         (unlinkat): Likewise.
477         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
478         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
479         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
480         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
481         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
482         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
483         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
484
485 2014-09-30  Will Newton  <will.newton@linaro.org>
486
487         * math/math.h: Define long double math functions if
488         _LIBC_TEST is defined.
489         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
490
491         * localedata/Makefile: Move assignment to tests-special
492         into an ifdef testing run-built-tests.
493         * timezone/Makefile: Likewise.
494
495 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
496
497         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
498         with $(BASH) not $(SHELL).
499
500 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
501             Matthew LeGendre  <legendre1@llnl.gov>
502
503         [BZ #17411]
504         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
505         l_reloc_result.
506
507 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
508
509         * stdio-common/printf_fp.c
510         (hack_digit): New function, broken out of ...
511         (__printf_fp): ... local function here.  Update call sites.
512         hack_digit now takes an additional parameter that is a pointer
513         to a struct of the referenced locals.  Those locals moved inside
514         the struct and references updated.
515
516 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
517
518         * aclocal.m4: Require autoconf 2.69.
519         * configure: Regenerated.
520         * sysdeps/aarch64/configure: Likewise.
521         * sysdeps/alpha/configure: Likewise.
522         * sysdeps/arm/armv7/configure: Likewise.
523         * sysdeps/arm/configure: Likewise.
524         * sysdeps/ia64/configure: Likewise.
525         * sysdeps/mach/configure: Likewise.
526         * sysdeps/mips/configure: Likewise.
527         * sysdeps/s390/configure: Likewise.
528         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
530
531         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
532         file.
533         * sysdeps/ia64/configure.ac: Likewise.
534
535 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
536
537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
538         specify symbol version for ld.so.  Do not include entry for
539         libpthread.
540         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
541         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
542         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
543
544         [BZ #14171]
545         * Makeconfig [$(build-shared) = yes]
546         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
547         makefiles.
548         [$(build-shared) = yes && $(soversions.mk-done) = t]
549         ($(common-objpfx)gnu/lib-names.h): Remove rule.
550         [$(build-shared) = yes && $(soversions.mk-done) = t]
551         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
552         to Makerules.
553         [$(build-shared) = yes && $(soversions.mk-done) = t]
554         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
555         here.
556         [$(build-shared) = yes && $(soversions.mk-done) = t]
557         (common-generated): Don't append gnu/lib-names.h and
558         gnu/lib-names.stmp here.
559         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
560         (lib-names-h-abi): New variable.
561         [$(build-shared) = yes && $(soversions.mk-done) = t]
562         (lib-names-stmp-abi): Likewise.
563         [$(build-shared) = yes && $(soversions.mk-done) = t &&
564         abi-variants] (before-compile): Append
565         $(common-objpfx)$(lib-names-h-abi).
566         [$(build-shared) = yes && $(soversions.mk-done) = t &&
567         abi-variants] (common-generated): Append gnu/lib-names.h.
568         [$(build-shared) = yes && $(soversions.mk-done) = t &&
569         abi-variants] (install-others-nosubdir): Depend on
570         $(inst_includedir)/$(lib-names-h-abi).
571         [$(build-shared) = yes && $(soversions.mk-done) = t &&
572         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
573         [$(build-shared) = yes && $(soversions.mk-done) = t]
574         ($(common-objpfx)$(lib-names-h-abi)): New rule.
575         [$(build-shared) = yes && $(soversions.mk-done) = t]
576         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
577         [$(build-shared) = yes && $(soversions.mk-done) = t]
578         (common-generated): Append $(lib-names-h-abi) and
579         $(lib-names-stmp-abi).
580         * scripts/lib-names.awk: Do not handle multi being set.
581         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
582         Remove variable.
583         (abi-lp64_be-ld-soname): Likewise.
584         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
585         Likewise.
586         (abi-hard-ld-soname): Likewise.
587         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
588         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
589         Remove variable.
590         (abi-o32_hard-ld-soname): Likewise.
591         (abi-o32_soft_2008-ld-soname): Likewise.
592         (abi-o32_hard_2008-ld-soname): Likewise.
593         (abi-n32_soft-ld-soname): Likewise.
594         (abi-n32_hard-ld-soname): Likewise.
595         (abi-n32_soft_2008-ld-soname): Likewise.
596         (abi-n32_hard_2008-ld-soname): Likewise.
597         (abi-n64_soft-ld-soname): Likewise.
598         (abi-n64_hard-ld-soname): Likewise.
599         (abi-n64_soft_2008-ld-soname): Likewise.
600         (abi-n64_hard_2008-ld-soname): Likewise.
601         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
602         Likewise.
603         (abi-64-v2-ld-soname): Likewise.
604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
605         ld.so entries.
606         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
607         variable.
608         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
609         entry.
610         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
611         variable.
612         (abi-64-ld-soname): Likewise.
613         (abi-x32-ld-soname): Likewise.
614         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
615         entry.
616         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
617
618 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
619
620         [BZ #14138]
621         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
622         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
623         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
624         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
625         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
626         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
627         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
628         syscall entry for GLIBC_2.2 symbol version.
629         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
630         Likewise.
631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
632         (setrlimit): Likewise.
633         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
634         Likewise.
635
636 2014-09-23  Will Newton  <will.newton@linaro.org>
637
638         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
639         _LINUX_ARM_SYSDEP_H include guard too.
640         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
641         define.
642
643 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
644
645         * sysdeps/unix/sysv/linux/eventfd.c:
646         Make first argument unsigned.
647         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
648         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
649
650 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
651
652         * socket/recvmmsg.c (recvmmsg): Drop const argument.
653         * socket/sys/socket.h: Likewise
654         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
655
656 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
657
658         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
659
660 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
661
662         * time/tst-ftime.c: New test.
663         * time/Makefile (tests): Add tst-ftime.
664
665 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
666
667         * soft-fp/extended.h: Fix comment formatting.
668         * soft-fp/op-1.h: Likewise.
669         * soft-fp/op-2.h: Likewise.
670         * soft-fp/op-4.h: Likewise.
671         * soft-fp/op-8.h: Likewise.
672         * soft-fp/op-common.h: Likewise.
673         * soft-fp/soft-fp.h: Likewise.
674
675         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
676
677 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
678
679         [BZ #6652]
680         * Makeconfig (soversions-default-setname): Remove variable.
681         ($(common-objpfx)soversions.i): Don't pass default_setname to
682         soversions.awk.
683         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
684         oldest_abi to abi-versions.awk.
685         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
686         * config.make.in (oldest-abi): Remove variable.
687         * configure.ac (--enable-oldest-abi): Remove configure option.
688         * configure: Regenerated.
689         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
690         text.
691         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
692         * scripts/soversions.awk: Do not handle default_setname variable.
693         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
694         variable.
695         * sysdeps/mach/hurd/configure: Regenerated.
696         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
697         variable.
698         * sysdeps/unix/sysv/linux/configure: Regenerated.
699
700 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
701
702         * elf/Makefile (CFLAGS-interp.c): Remove.
703         ($(elf-objpfx)runtime-linker.h): Generate header with linker
704         path string.
705         * elf/interp.c: Include generated runtime-linker.h
706
707         * Makerules (lib%.so): Don't include $(+interp) in
708         prerequisites.
709         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
710         * dlfcn/eval.c: Remove file.
711
712         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
713         macros.
714
715         [BZ #17266]
716         * misc/sys/cdefs.h: Define __extern_always_inline for clang
717         4.2 and newer.
718
719         [BZ #17370]
720         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
721
722 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
723             Jakub Jelinek  <jakub@redhat.com>
724
725         [BZ #17266]
726         * libio/stdio.h: Check definition of __fortify_function
727         instead of __extern_always_inline to include bits/stdio2.h.
728         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
729         check if __extern_always_inline is defined.
730         [__USE_MISC || __USE_XOPEN]: Likewise.
731         [__USE_ISOC99] Likewise.
732         * misc/sys/cdefs.h (__fortify_function): Define only if
733         __extern_always_inline is defined.
734         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
735         __extern_always_inline and __extern_inline only for g++-4.3
736         and newer or a compatible gcc.
737
738 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
739
740         [BZ #17371]
741         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
742         last change to handle zero prefix length.
743
744 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
745
746         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
747         _SC_REGEX_VERSION.
748
749         * posix/getconf.c (vars): Add _POSIX_IPV6 and
750         _POSIX_RAW_SOCKETS.
751
752 2014-09-13  Allan McRae  <allan@archlinux.org>
753
754         * po/ru.po: Update Russian translation from translation project.
755
756 2014-09-12  Roland McGrath  <roland@hack.frob.com>
757
758         * locale/programs/locale.c (show_locale_vars): Inline local function
759         into its sole call site.  Clean up some style nits.
760         (print_item): New function, broken out of ...
761         (show_info): ... local function here.  Clean up style nits.
762
763         * locale/programs/ld-ctype.c (set_one_default): New function, broken
764         out of ...
765         (set_class_defaults): ... local function set_default here.
766         Define set_default as a macro locally to pass constant parameters.
767         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
768         rather than a shared local.
769
770         * stdlib/rpmatch.c (try): New function, broken out of ...
771         (rpmatch): ... local function here.  Also, prototypify definition.
772
773 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
774
775         * scripts/soversions.awk: Do not handle configuration names.
776         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
777         vendor and os variables to soversions.awk.
778         * configure.ac: Do not modify gnu-* host_os.
779         * configure: Regenerated
780         * shlib-versions: Remove first column with configuration names.
781         * nptl/shlib-versions: Likewise.
782         * nptl_db/shlib-versions: Likewise.
783         * sysdeps/hppa/shlib-versions: Likewise.
784         * sysdeps/m68k/shlib-versions: Likewise.
785         * sysdeps/mach/hurd/shlib-versions: Likewise.
786         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
787         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
788         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
789         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
790         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
791         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
792         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
793         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
795         Likewise.
796         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
797         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
798         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
799         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
800         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
801         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
802         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
803         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
804
805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
806         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
808         Regenerated.
809         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
811         Condition symbol version definitions on [HAVE_ELFV2_ABI].
812
813         * shlib-versions: Remove OS-specific entries.  Moved to files in
814         sysdeps.
815         * sysdeps/mach/hurd/shlib-versions: New file.
816         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
817
818         * nptl/shlib-versions: Remove architecture-specific entries.
819         Moved to files in sysdeps.
820         * shlib-versions: Likewise.
821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
822         file.
823         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
824         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
825         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
826         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
827
828         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
829         (UDP_NO_CHECK6_RX): Likewise.
830
831 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
832
833         * sysdeps/posix/sysconf.c (__sysconf): Spell
834         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
835
836 2014-08-12  Florian Weimer  <fweimer@redhat.com>
837
838         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
839         loading.
840         * iconv/Versions (__gconv_transliterate): Export for use from
841         gconv modules.
842         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
843         (struct __gconv_trans_data, __gconv_trans_fct,
844         __gconv_trans_context_fct, __gconv_trans_query_fct,
845         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
846         definitions.
847         (struct __gconv_step_data): Remove __trans member.
848         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
849         longer hidden.  Remove unused trans_data argument.
850         * iconv/gconv_int.h (struct trans_struct): Remove definition.
851         (__gconv_translit_find): Remove declaration.
852         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
853         prototype.
854         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
855         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
856         trans_data argument.  Add hidden definition.
857         (__gconv_translit_find): Remove.
858         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
859         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
860         * iconv/skeleton.c: Remove transliteration initialization.
861         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
862         __gconv_step_data initialization.
863         * libio/iofwide.c (__libio_translit_): Remove.
864         (_IO_fwide): Adjust struct __gconv_step_data initialization.
865         * wcsmbs/btowc.c (__btowc): Likewise.
866         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
867         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
868         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
869         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
870         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
871         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
872         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
873         * wcsmbs/wctob.c (wctob): Likewise.
874
875 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
876
877         [BZ #16194]
878         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
879         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
880         register usage.
881         * sysdeps/x86/Makefile: Adjust.
882
883 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
884             Roland McGrath  <roland@hack.frob.com>
885
886         * locale/weight.h: Add include guard.
887         (findidx): Make static rather than auto; take new parameters
888         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
889         * locale/weightwc.h: Likewise.
890         * posix/fnmatch_loop.c
891         (FCT): Change type of EXTRA from int32_t to wint_t.
892         Don't include either header inside the function.
893         Call FINDIDX rather than findidx, and pass new arguments.
894         #undef FINDIDX at the end of the file.
895         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
896         FINDIDX before including fnmatch_loop.c for the non-wide version.
897         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
898         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
899         for the wide version.
900         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
901         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
902         Pass new arguments to findidx.
903         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
904         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
905         Don't #include it inside the function.  Pass new arguments to findidx.
906         * posix/regex_internal.h
907         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
908         (re_string_elem_size_at): Don't #include it inside the function.
909         Pass new arguments to findidx.
910         * string/strcoll_l.c: #include WEIGHT_H at top level.
911         (get_next_seq): Don't #include it inside the function.
912         Pass new arguments to findidx.
913         (get_next_seq_nocache): Likewise.
914         * string/strxfrm_l.c: #include WEIGHT_H at top level.
915         (STRXFRM): Don't #include it inside the function.
916         Pass new arguments to findidx.
917
918 2014-09-11  Florian Weimer  <fweimer@redhat.com>
919
920         [BZ #17344]
921         * malloc/malloc.c (unlink): Turn asserts into a call to
922         malloc_printerr.
923
924 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
925
926         [BZ #17370]
927         * libio/wfileops (do_ftell_wide): Free OUT.
928
929 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
930
931         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
932
933 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
934
935         [BZ #17363]
936         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
937         group if the current group is empty.
938
939 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
940
941         * benchtests/bench-memset.c (test_main): Add more test from size
942         from 32 to 512 bytes.
943         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
944         Add POWER8 memset object.
945         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
946         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
947         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
948         implementation.
949         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
950         Likewise.
951         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
952         multiarch POWER8 memset optimization.
953         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
954         POWER8 memset optimization.
955
956         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
957         Remove bzero multiarch objects.
958         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
959         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
960         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
961         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
962         Remove define.
963         [__bzero]: Redefine to specific name.
964         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
965         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
966         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
967         define.
968         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
969         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
970
971 2014-09-10  Florian Weimer  <fweimer@redhat.com>
972
973         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
974         warnings into errors.
975
976         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
977         __cxa_thread_atexit_impl prototype.
978
979 2014-09-09  Steve Ellcey  <sellcey@mips.com>
980
981         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
982         Fix capitalization of error message.
983
984 2014-09-09  Steve Ellcey  <sellcey@mips.com>
985
986         * sysdeps/mips/preconfigure: Modify ABI tests.
987
988 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
989
990         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
991
992 2014-09-07  Roland McGrath  <roland@hack.frob.com>
993             Carlos O'Donell  <carlos@systemhalted.org>
994
995         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
996         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
997         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
998         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
999         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
1000         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
1001         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
1002         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
1003         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
1004         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
1005         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
1006         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
1007         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
1008         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
1009         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
1010         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
1011         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
1012         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
1013         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
1014         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
1015         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
1016         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
1017         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
1018         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
1019         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
1020         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
1021         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
1022         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
1023         Deconditionalize the code that was previously under [RESET_PID].
1024         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
1025         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
1026         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
1027         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
1028         include sysdep.h.
1029
1030 2014-09-08  Allan McRae  <allan@archlinux.org>
1031
1032         * version.h (RELEASE): Set to "development".
1033         (VERSION): Set to "2.20.90"
1034
1035 2014-09-07  Allan McRae  <allan@archlinux.org
1036
1037         * version.h (RELEASE): Set to "stable".
1038         (VERSION): Set to "2.20"
1039         * include/features.h (__GLIBC_MINOR__): Set to 20.
1040
1041         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
1042         Liebler.
1043
1044         * po/ko.po: Update Korean translation from translation project.
1045
1046 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
1047
1048         [BZ #17354]
1049         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
1050         macro for handling signed relocations.
1051
1052 2014-09-03  Florian Weimer  <fweimer@redhat.com>
1053
1054         [BZ #17325]
1055         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
1056         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
1057         assert.
1058         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
1059         * iconvdata/ibm935.c (BODY): Likewise.
1060         * iconvdata/ibm937.c (BODY): Likewise.
1061         * iconvdata/ibm939.c (BODY): Likewise.
1062         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
1063         assert.
1064         * iconvdata/Makefile (iconv-test.out): Pass module list to test
1065         script.
1066         * iconvdata/run-iconv-test.sh: New test loop for checking for
1067         decoder crashers.
1068
1069 2014-09-02  Khem Raj  <raj.khem@gmail.com>
1070
1071         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
1072         libm_hidden_ver.
1073
1074 2014-09-01  Allan McRae  <allan@archlinux.org>
1075
1076         * po/eo.po: Update Esperanto translation from translation project.
1077
1078         * po/ca.po: Update Catalan translation from translation project.
1079
1080 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1081
1082         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
1083         __proc_dostop call.
1084
1085 2014-08-27  Mark Wielaard  <mjw@redhat.com>
1086
1087         [BZ #17319]
1088         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
1089         to call set_thread_area instead of hand written asm.
1090         (__NR_set_thread_area): Removed define.
1091         (TLS_FLAG_WRITABLE): Likewise.
1092         (__ASSUME_SET_THREAD_AREA): Remove check.
1093         (TLS_EBX_ARG): Remove define.
1094         (TLS_LOAD_EBX): Likewise.
1095
1096 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1097
1098         Simplify atomicity of socket creation in bind.
1099
1100         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
1101         looking up the name after linking the file.
1102
1103 2014-08-27  Allan McRae  <allan@archlinux.org>
1104
1105         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1106
1107 2014-08-26  Florian Weimer  <fweimer@redhat.com>
1108
1109         [BZ #17187]
1110         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
1111         trans_compare, open_translit, __gconv_translit_find):
1112         Remove module loading code.
1113
1114 2014-08-26  Allan McRae  <allan@archlinux.org>
1115
1116         * po/vi.po: Update Vietnamese translation from translation project.
1117
1118         * po/uk.po: Update Ukrainian translation from translation project.
1119
1120         * po/fr.po: Update French translation from translation project.
1121
1122         * po/ru.po: Update Russian translation from translation project.
1123
1124         * po/pl.po: Update Polish translation from translation project.
1125
1126         * po/cs.po: Update Czech translation from translation project.
1127
1128         * po/de.po: Update German translation from translation project.
1129
1130         * po/bg.po: Update Bulgarian translation from translation project.
1131
1132         * po/sv.po: Update Sweedish translation from translation project.
1133
1134         * po/nl.po: Update Dutch translation from translation project.
1135
1136         * po/es.po: Update Spanish translation from translation project.
1137
1138 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1139
1140         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
1141
1142         * catgets/Makefile (CPPFLAGS-gencat): Remove.
1143         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
1144         (CPPFLAGS-iconvconfig): Likewise.
1145         * timezone/Makefile (CPPFLAGS-zic): Likewise.
1146
1147         * include/libc-symbols.h: Remove unnecessary check for
1148         NOT_IN_libc.
1149         * nptl/pthreadP.h: Likewise.
1150         * sysdeps/aarch64/setjmp.S: Likewise.
1151         * sysdeps/alpha/setjmp.S: Likewise.
1152         * sysdeps/arm/sysdep.h: Likewise.
1153         * sysdeps/i386/setjmp.S: Likewise.
1154         * sysdeps/m68k/setjmp.c: Likewise.
1155         * sysdeps/posix/getcwd.c: Likewise.
1156         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1157         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1158         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1159         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1160         * sysdeps/sh/sh3/setjmp.S: Likewise.
1161         * sysdeps/sh/sh4/setjmp.S: Likewise.
1162         * sysdeps/unix/alpha/sysdep.h: Likewise.
1163         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1164         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1165         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1166         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1169         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1170         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1171         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1172         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1173         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1174         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1175         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1176         * sysdeps/x86_64/setjmp.S: Likewise.
1177
1178 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
1179
1180         [BZ #17263]
1181         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
1182         <stdint.h>.
1183         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
1184         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
1185
1186 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
1187
1188         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
1189
1190         [BZ #17262]
1191         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
1192         and __x86_64__ when disabling x87 inline functions.
1193
1194 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
1195
1196         [BZ #17259]
1197         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
1198         asm statement with __cpuid_count.
1199
1200 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
1201
1202         * configure.ac: Change __ehdr_start code to dereference the struct.
1203         Run readelf on the output to look for relocations.
1204         * configure: Regenerated.
1205
1206 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
1207
1208         [BZ #17261]
1209         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
1210         value to 0.
1211         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
1212
1213 2014-08-12  Roland McGrath  <roland@hack.frob.com>
1214
1215         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
1216
1217 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
1218
1219         [BZ #16892]
1220         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
1221         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
1222
1223 2014-08-12  Sean Anderson  <seanga2@gmail.com>
1224
1225         * malloc/malloc.c: Fix typo in comment.
1226
1227 2014-08-09  Allan McRae  <allan@archlinux.org>
1228
1229         * Regenerate libc.po.
1230
1231 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
1232
1233         * intl/tst-gettext2.sh: Check every lang file for creation.
1234
1235 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1236
1237         * sysdeps/aarch64/fpu/math_private.h
1238         (libc_feholdsetround_noex_aarch64_ctx): New function.
1239
1240 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1241
1242         * sysdeps/arm/armv6/strcpy.S (strcpy):
1243         Fix performance issue in misaligned cases.
1244
1245 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1246
1247         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
1248         Move definition from termios.h.
1249         (struct termio): Likewise.
1250         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1251         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1252         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1253         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1254         Likewise.
1255         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
1256         Move definition to ioctl-types.h
1257         (struct termio): Likewise.
1258         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1259         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1260         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1261         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1262         Likewise.
1263
1264 2014-08-05  Richard Henderson  <rth@redhat.com>
1265
1266         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
1267         exceptions.
1268         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
1269         Add fraiseexcpt.
1270         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
1271         Use __feraiseexcept.
1272         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
1273         Protect libm symbols with IS_IN_libm.
1274
1275         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
1276
1277 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
1278
1279         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
1280
1281 2014-08-04  Will Newton  <will.newton@linaro.org>
1282
1283         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
1284         file.
1285
1286 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
1287
1288         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
1289         variants for each function.
1290
1291 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1292
1293         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
1294         appended ...
1295         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
1296         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
1297         appended ...
1298         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
1299         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
1300         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
1301         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
1302         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
1303         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
1304         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
1305         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
1306         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
1307         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
1308         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
1309         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
1310         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
1311         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
1312         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
1313         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
1314         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
1315         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
1316         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
1317         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
1318         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
1319         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
1320         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
1321         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
1322         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
1323         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
1324         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
1325         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
1326         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
1327         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
1328         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
1329         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
1330         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
1331         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
1332         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
1333         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
1334         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
1335         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
1336         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
1337         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
1338         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
1339         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
1340         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
1341         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
1342         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
1343         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
1344         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
1345         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
1346         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
1347         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
1348         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
1349         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
1350         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
1351         Update #include.
1352         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
1353         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
1354
1355 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1356
1357         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
1358         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
1359         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
1360         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
1361         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
1362         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
1363
1364 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1365
1366         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
1367         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
1368         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1369         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
1370
1371 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1372
1373         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
1374         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
1375         (__libc_vfork): Define function under this name.
1376         (__vfork): Define as an alias.
1377         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
1378         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
1379
1380 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1381
1382         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
1383         that was previously under [RESET_PID].
1384         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
1385
1386 2014-08-04  Andreas Schwab  <schwab@suse.de>
1387
1388         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
1389
1390 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
1391
1392         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
1393         (main): Likewise.
1394
1395 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1396
1397         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
1398
1399 2014-08-01  Richard Henderon  <rth@redhat.com>
1400
1401         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
1402         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
1403         typo in exact zero test.
1404         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
1405         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1406         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
1407
1408 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1409
1410         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
1411         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
1412         * sysdeps/arm/sysdep.h: ... here.
1413         [!__ASSEMBLER__]: Include <stdint.h>.
1414
1415 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1416
1417         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
1418         (HAVE_WCTYPE_H): Likewise.
1419         (HAVE_ISWCTYPE): Likewise.
1420         (ENABLE_NLS): Likewise.
1421         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
1422         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
1423
1424         * posix/regex_internal.c: Check if DEBUG is defined and is
1425         set.
1426
1427         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
1428         (HAVE_MBSRTOWCS): Likewise.
1429         * posix/fnmatch.c: Include string.h unconditionally.
1430
1431 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1432
1433         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
1434         reversal.
1435
1436 2014-07-31  Roland McGrath  <roland@hack.frob.com>
1437
1438         * sysdeps/generic/safe-fatal.h: New file.
1439         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
1440         * nptl/forward.c: Include it.
1441         (__pthread_unwind): Use __safe_fatal as default action, rather
1442         than a bogus use of INTERNAL_SYSCALL that could never work.
1443
1444         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
1445         * configure.ac (libc_cv_builtin_trap): New test.
1446         * configure: Regenerated.
1447         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
1448         (ABORT_INSTRUCTION): Define using __builtin_trap.
1449
1450         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
1451         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
1452         * sysdeps/nptl/nptl-signals.h: New file.
1453         * nptl/pthreadP.h: Include <nptl-signals.h>.
1454
1455 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1456
1457         * sysdeps/s390/s390-64/utf16-utf32-z9.c
1458         (ONE_DIRECTION): Define.
1459         * sysdeps/s390/s390-64/utf8-utf16-z9.c
1460         (ONE_DIRECTION): Define.
1461         * sysdeps/s390/s390-64/utf8-utf32-z9.c
1462         (ONE_DIRECTION): Define.
1463
1464 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1465
1466         * sysdeps/s390/Makefile: Delete file.
1467         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
1468         * sysdeps/s390/__longjmp.c: Delete file.
1469         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
1470         Remove fields __flags and __reserved.
1471         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
1472         and add versioning.
1473         * sysdeps/s390/rtld-__longjmp.c: Delete file.
1474         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
1475         * sysdeps/s390/rtld-setjmp.S: Likewise.
1476         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
1477         * sysdeps/s390/s390-32/__longjmp.c: ... here.
1478         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
1479         * sysdeps/s390/s390-32/setjmp.S: ... here.
1480         Add versioning.
1481         (__sigsetjmp): Remove setting __flags field.
1482         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
1483         * sysdeps/s390/s390-64/__longjmp.c: ... here.
1484         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
1485         * sysdeps/s390/s390-64/setjmp.S: ... here.
1486         Add versioning.
1487         (__sigsetjmp): Remove setting __flags field.
1488         * sysdeps/s390/setjmp.S: Delete file.
1489         * sysdeps/s390/sigjmp.c: Likewise.
1490         * sysdeps/s390/v1-longjmp.c: Likewise.
1491         * sysdeps/s390/v1-setjmp.h: Likewise.
1492         * sysdeps/s390/v1-sigjmp.c: Likewise.
1493         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
1494         Remove v1-longjmp_chk.
1495         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
1496         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
1497         Include debug/longjmp_chk.c and add versioning.
1498         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
1499         Include nptl/pt-longjmp.c and add versioning.
1500         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
1501         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
1502         Include __longjmp.c.
1503         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
1504         Move to ...
1505         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
1506         (__getcontext): Remove setting __flags field.
1507         Add versioning.
1508         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
1509         Don't restore upper high grps.
1510         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
1511         Likewise.
1512         (__swapcontext): Remove setting uc_flags field.
1513         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
1514         Delete file.
1515         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
1516         Include __longjmp.c.
1517         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
1518         Move to ...
1519         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
1520         (__getcontext): Remove setting __flags field.
1521         Add versioning.
1522         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
1523         (__swapcontext): Remove setting uc_flags field.
1524         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
1525         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
1526         Remove fields uc_high_gprs and __reserved.
1527         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
1528         New file with reverted content.
1529         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
1530         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
1531         Regenerated.
1532         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
1533         Regenerated.
1534
1535 2014-07-31  Andreas Schwab  <schwab@suse.de>
1536
1537         * config.h.in (HAVE_IFUNC): Define to 0.
1538         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
1539         definedness.
1540
1541 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
1542
1543         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1544         memmove-avx-unaligned, memcpy-avx-unaligned and
1545         mempcpy-avx-unaligned.
1546         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1547         Add tests for AVX memcpy functions.
1548         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
1549         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
1550         memcpy_chk.
1551         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
1552         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
1553         memmove_chk.
1554         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
1555         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
1556         mempcpy_chk.
1557         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
1558         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
1559         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
1560
1561 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1562
1563         [BZ #17213]
1564         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
1565         powerpc64le.
1566
1567 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
1568
1569         [BZ #16839]
1570         * manual/llio.texi: Add section about open file description locks.
1571         * manual/examples/ofdlocks.c: Example of open file description
1572         lock usage.
1573         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
1574         F_OFD_SETLK, and F_OFD_SETLKW.
1575
1576 2014-07-23  Allan McRae  <allan@archlinux.org>
1577
1578         * po/es.po: Update Spanish translation from translation project.
1579
1580 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
1581
1582         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
1583
1584 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
1585
1586         [BZ #17078]
1587         * sysdeps/arm/dl-machine.h (elf_machine_rela)
1588         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
1589         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
1590
1591 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
1592
1593         [BZ #17088]
1594         * math/fesetenv.c (__fesetenv)
1595         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
1596         * math/feupdateenv.c (__feupdateenv)
1597         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
1598
1599         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
1600         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
1601         (__ASSUME_SOCKETCALL): Do not define.
1602
1603         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
1604         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
1605         (__ASSUME_SOCKETCALL): Do not define.
1606         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
1607         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1608         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1609         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1610         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1611         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
1612         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1613         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1614
1615         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
1616         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
1617         (__ASSUME_SOCKETCALL): Do not define.
1618         (__ASSUME_IPC64): Define unconditionally.
1619         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1620         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1621         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1622         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1623         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
1624         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1625         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
1626         Likewise.
1627
1628         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
1629         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
1630         (__ASSUME_SOCKETCALL): Do not define.
1631         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
1632         (__ASSUME_FUTEX_LOCK_PI): Likewise.
1633         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1634         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
1635         (__ASSUME_REQUEUE_PI): Define unconditionally.
1636         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
1637         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
1638         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1639         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
1640         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1641         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1642
1643         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
1644         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
1645         (__ASSUME_SOCKETCALL): Do not define.
1646         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
1647         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1648         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1649         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
1650         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1651         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1652
1653         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
1654         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
1655         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1656         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
1657         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1658         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
1659         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1660         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
1661         (__ASSUME_GETCPU_SYSCALL): Likewise.
1662
1663         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
1664         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
1665         cases for individual architectures.
1666         * sysdeps/gnu/configure: Regenerated.
1667         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
1668         LIBC_SLIBDIR_RTLDDIR.
1669         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
1670         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
1671         LIBC_SLIBDIR_RTLDDIR.
1672         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
1674         LIBC_SLIBDIR_RTLDDIR.
1675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1676         Regenerated.
1677         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
1678         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
1679         file.
1680         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
1681         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
1682         file.
1683         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
1684         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
1685         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
1686         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
1687
1688         * sysdeps/aarch64/shlib-versions: Move to ...
1689         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
1690         * sysdeps/alpha/shlib-versions: Move to ...
1691         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
1692         * sysdeps/arm/shlib-versions: Move to ...
1693         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
1694         * sysdeps/hppa/shlib-versions: Move all contents except for
1695         libgcc_s entry to ...
1696         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
1697         entry from ...
1698         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
1699         * sysdeps/ia64/shlib-versions: Move to ...
1700         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
1701         entry from ...
1702         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
1703         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
1704         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
1705         * sysdeps/microblaze/shlib-versions: Move to ...
1706         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
1707         * sysdeps/mips/shlib-versions: Move to ...
1708         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
1709         entry from ...
1710         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
1711         * sysdeps/tile/shlib-versions: Move to ...
1712         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
1713         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
1714         from ...
1715         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
1716         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1717         entry from ...
1718         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
1719
1720 2014-07-17  Will Newton  <will.newton@linaro.org>
1721
1722         * sysdeps/arm/bits/atomic.h
1723         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1724         (__arch_compare_and_exchange_bool_16_int): Likewise.
1725         (__arch_compare_and_exchange_bool_64_int): Likewise.
1726
1727         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1728         into an #else block.
1729
1730 2014-07-16  Roland McGrath  <roland@hack.frob.com>
1731
1732         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1733         just Linux configurations.  Test empirically that the compiler sets
1734         __ARM_EABI__, rather than using the tuple to decide.
1735         * sysdeps/arm/preconfigure: Regenerated.
1736         * sysdeps/unix/sysv/linux/arm/configure: File removed.
1737         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1738         contents appended ...
1739         * sysdeps/arm/configure.ac: ... here.
1740         * sysdeps/arm/configure: Regenerated.
1741
1742 2014-07-15  Roland McGrath  <roland@hack.frob.com>
1743
1744         * nptl/pthread_kill.c: New file.
1745         * nptl/pthread_sigmask.c: New file.
1746         * nptl/pthread_sigqueue.c: New file.
1747
1748         * sysdeps/nptl/lowlevellock.h: New file.
1749         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1750         * sysdeps/nptl/lowlevellock-futex.h: New file.
1751
1752         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1753         Remove dead declarations.
1754
1755 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1756
1757         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1758         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1759         config-cflags-avx2.
1760         * sysdeps/x86_64/configure.ac: Likewise.
1761         * sysdeps/i386/configure: Regenerated.
1762         * sysdeps/x86_64/configure: Likewise.
1763         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1764         memset-avx2 only if config-cflags-avx2 is yes.
1765         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1766         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1767         defined.
1768         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1769         only if HAVE_AVX2_SUPPORT is defined.
1770         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1771
1772 2014-07-14  Alan Modra  <amodra@gmail.com>
1773
1774         [BZ #17153]
1775         * elf/elf.h (DT_PPC64_NUM): Correct value.
1776         * NEWS: Add to fixed bug list.
1777
1778 2014-07-13  Jim Meyering  <meyering@fb.com>
1779
1780         [BZ 17150]
1781         regex: don't deref NULL upon heap allocation failure
1782         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1783         failure in one more place.
1784         To trigger the segfault, configure grep -with-included-regex,
1785         build it, and run these commands:
1786         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1787
1788 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
1789
1790         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1791
1792 2014-07-11  Richard Henderson  <rth@redhat.com>
1793
1794         * sysdeps/aarch64/libm-test-ulps: Update.
1795
1796 2014-07-10  Florian Weimer  <fweimer@redhat.com>
1797
1798         [BZ #17135]
1799         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1800         * nptl/allocatestack.c (__nptl_setxid_error): New function.
1801         (__nptl_setxid): Initialize error member.  Call
1802         __nptl_setxid_error.
1803         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1804         * nptl/descr.h (struct xid_command): Add error member.
1805         * nptl/tst-setuid3.c: New file.
1806         * nptl/Makefile (tests): Add it.
1807
1808 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1809
1810         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1811         New define.
1812         (__lll_trylock): Use __lll_base_trylock.
1813         (__lll_cond_trylock): Likewise.
1814
1815 2014-07-10  Roland McGrath  <roland@hack.frob.com>
1816
1817         * nptl/pthread_create.c (start_thread): Use atomic_or and
1818         lll_futex_wake directly rather than lll_robust_dead.
1819         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1820         (lll_robust_dead): Macro removed.
1821         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
1822         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1823         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1824         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1825         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1826         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1827         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1828         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1829         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1830         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1831         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1832         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1833         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1834         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1835         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1836
1837         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1838         Use atomic_compare_and_exchange_val_acq directly rather than
1839         lll_robust_trylock.
1840         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1841         (__lll_robust_trylock, lll_robust_trylock): Removed.
1842         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1843         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1844         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1845         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1846         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1847         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1848         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1849         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1850         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1851         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1852         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1853         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1854         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1855         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1856
1857 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1858
1859         * manual/locale.texi (Locale Names): New section documenting
1860         locale name syntax.  Adjust menu and node chaining accordingly.
1861         (Choosing Locale): Reference Locale Names, Locale Categories.
1862         Mention setting LC_ALL=C.  Reflect that name syntax is now
1863         documented.
1864         (Locale Categories): New section title.  Reference Locale Names.
1865         LC_ALL is an environment variable, but not a category.
1866         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
1867         description, now in Locale Name.  Reference that section.  Locale
1868         name syntax is now documented.
1869
1870 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1871
1872         [BZ #17137]
1873         * locale/findlocale.c (name_present, valid_locale_name): New
1874         functions.
1875         (_nl_find_locale): Use the loc_name variable to store name
1876         candidates.  Call name_present and valid_locale_name to check and
1877         validate locale names.  Return an error if the locale is invalid.
1878
1879 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1880
1881         * locale/setlocale.c (setlocale): Use strdup for allocating
1882         composite name copy.
1883
1884 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1885
1886         Sync up with gnulib.
1887         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
1888         [!_LIBC && ENABLE_NLS]: Include gettext.h.
1889         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
1890         and _GL_ARG_NONNULL.
1891         [USE_UNLOCKED_IO]: Include unlocked-io.h.
1892         [!_LIBC]: Include code for Windows and Cygwin.
1893         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
1894         Include prototype for int strerror_r.
1895         [!_LIBC] (is_open): New function.
1896         (flush_stdout): New function.
1897         (print_errno_message): Use it.
1898         (error): Likewise.
1899         (error_at_line): Likewise.
1900         (error_tail) Add function attribute macros.  Use
1901         __builtin_expect.
1902
1903         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
1904
1905         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
1906
1907         * io/ftw.c: Include sys/param.h unconditionally.
1908
1909         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
1910
1911         [BZ #17125]
1912         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
1913         libc_freeres_ptr.
1914         (freecache): New function to free CACHE on exit.
1915
1916         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
1917         initialization.
1918
1919 2014-07-09  David S. Miller  <davem@davemloft.net>
1920
1921         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1922
1923         * sysdeps/sparc/nptl/internaltypes.h: Delete.
1924         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
1925         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
1926         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
1927         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
1928         * sysdeps/sparc/nptl/sem_init.c: Likewise.
1929         * sysdeps/sparc/nptl/sem_post.c: Likewise.
1930         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
1931         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
1932         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
1933         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
1934         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
1935         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
1936
1937 2014-07-09  Andreas Schwab  <schwab@suse.de>
1938
1939         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
1940         output.
1941         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
1942         (do_test): Likewise.
1943
1944         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1945
1946 2014-07-09  Will Newton  <will.newton@linaro.org>
1947
1948         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
1949         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
1950         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
1951         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
1952         * sysdeps/hppa/start.S (_start): Likewise.
1953
1954 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
1955
1956         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
1957
1958         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
1959         defined.
1960
1961 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1962
1963         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
1964         after checking that it is non-NULL.
1965
1966         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
1967
1968 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1969
1970         * sysdeps/powerpc/memmove.c: Remove file.
1971         * sysdeps/powerpc/powerpc32/power4/memcopy.h
1972         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
1973         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1974         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
1975         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
1976         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
1977         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
1978         string memmove instead of removed powerpc one.
1979
1980         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
1981         [weak_alias]: Fix compiler warning due trailing data.
1982         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
1983         [weak_alias]: Likewise.
1984         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
1985         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
1986
1987         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
1988         (__libc_ifunc_impl_list): Add memmove functions.
1989
1990 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1991
1992         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
1993         Remove code.
1994         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
1995         Likewise
1996         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
1997         Likewise
1998         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
1999         Likewise
2000         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
2001         Likewise
2002         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
2003         Likewise
2004         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
2005         Likewise
2006         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
2007         Likewise
2008         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
2009         Likewise
2010         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
2011         Likewise
2012         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
2013         Likewise
2014         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
2015         Likewise
2016         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
2017         Likewise
2018         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
2019         Likewise
2020         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
2021         Likewise
2022         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
2023         Likewise
2024         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
2025         Likewise
2026
2027 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2028
2029         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
2030         to avoid alignment traps in non-cacheable memory.
2031         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
2032
2033         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
2034         multiarch objects.
2035         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
2036         file: multiarch power7 memmove.
2037         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
2038         multiarch default memmove.
2039         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
2040         multiarch memove for powerpc32/power4.
2041
2042         * string/bcopy.c: Use full path to include memmove.c.
2043         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
2044         multiarch objects.
2045         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
2046         bcopy for powerpc64.
2047         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
2048         bcopy for powerpc64.
2049         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
2050         and memmove implementations.
2051         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
2052         optimized multiarch memmove for POWER7/powerpc64.
2053         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
2054         default multiarch memmove for powerpc64.
2055         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
2056         multiarch for powerpc64.
2057         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
2058         for POWER7/powerpc64.
2059         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
2060         memmove for POWER7/powerpc64.
2061
2062         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
2063         glibc default one.
2064
2065         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
2066         __ELF_NATIVE_CLASS equal to 64.
2067
2068 2014-07-07  Roland McGrath  <roland@hack.frob.com>
2069
2070         * sysdeps/nptl/lowlevellock.h: File removed.
2071
2072         * NEWS: NPTL is no longer an add-on!
2073         * nptl/internaltypes.h: Moved ...
2074         * sysdeps/nptl/internaltypes.h: ... here.
2075         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
2076         * sysdeps/nptl/fork.c: Likewise.
2077         * sysdeps/nptl/gai_misc.h: Likewise.
2078         * sysdeps/nptl/librt-cancellation.c: Likewise.
2079         * sysdeps/nptl/jmp-unwind.c: Likewise.
2080         * sysdeps/nptl/setxid.h: Likewise.
2081         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
2082         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
2083         * sysdeps/unix/sysv/linux/arm/Implies: New file.
2084         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
2085         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
2086         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
2087         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
2088         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
2089         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
2090         * sysdeps/unix/sysv/linux/mips/Implies: New file.
2091         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
2092         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
2093         * sysdeps/unix/sysv/linux/sh/Implies: New file.
2094         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
2095         * sysdeps/unix/sysv/linux/tile/Implies: New file.
2096         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
2097         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
2098         * nptl/Makeconfig: Moved ...
2099         * sysdeps/nptl/Makeconfig: ... here.
2100         * nptl/configure: File removed.
2101         * nptl/ANNOUNCE: File removed.
2102         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
2103         * sysdeps/unix/sysv/linux/configure: Regenerated.
2104
2105         * nptl/Makefile (routines): Add libc_pthread_init,
2106         libc_multiple_threads, register-atfork and unregister-atfork.
2107         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
2108         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
2109         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
2110         pthread-pi-defines.sym, structsem.sym.
2111         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
2112         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
2113         [$(subdir) = nptl] (tests): Add tst-setgetname.
2114         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
2115         * sysdeps/unix/sysv/linux/sigaction.c: Just include
2116         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
2117         [!LIBC_SIGACTION]: Remove aliases.
2118         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2119         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2120         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2121         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
2122         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2123         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
2124         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
2125         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
2126         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2127         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
2128         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
2129         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
2130         __libc_allocate_rtsig_private.
2131         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
2132         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
2133         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
2134         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2135         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2136         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
2137         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
2138         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
2139         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
2140         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
2141         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
2142         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
2143         * nptl/internaltypes.h: ... here.
2144         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
2145         * sysdeps/nptl/jmp-unwind.c: ... here.
2146         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
2147         * nptl/libc-lowlevellock.c: ... here.
2148         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
2149         * nptl/libc_multiple_threads.c: ... here.
2150         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
2151         * nptl/libc_pthread_init.c: ... here.
2152         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
2153         * nptl/lowlevelbarrier.sym: ... here.
2154         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
2155         * nptl/lowlevelcond.sym: ... here.
2156         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
2157         * nptl/lowlevellock.c: ... here.
2158         * nptl/lowlevellock.h: Moved ...
2159         * sysdeps/nptl/lowlevellock.h: ... here.
2160         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
2161         * nptl/lowlevelrobustlock.c: ... here.
2162         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
2163         * nptl/lowlevelrobustlock.sym: ... here.
2164         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
2165         * nptl/lowlevelrwlock.sym: ... here.
2166         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
2167         * nptl/pt-fork.c: ... here.
2168         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
2169         * nptl/pthread-pi-defines.sym: ... here.
2170         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
2171         * nptl/pthread_attr_getaffinity.c: ... here.
2172         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
2173         * nptl/pthread_attr_setaffinity.c: ... here.
2174         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
2175         * nptl/pthread_mutex_cond_lock.c: ... here.
2176         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
2177         Update #include.
2178         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
2179         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
2180         * nptl/pthread_once.c: ... here, replacing old file.
2181         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
2182         * nptl/pthread_yield.c: ... here.
2183         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
2184         * nptl/register-atfork.c: ... here.
2185         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
2186         * nptl/sem_post.c: ... here.
2187         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
2188         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
2189         * nptl/sem_timedwait.c: ... here.
2190         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
2191         * nptl/sem_trywait.c: ... here.
2192         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
2193         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
2194         * nptl/sem_wait.c: ... here.
2195         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
2196         * nptl/structsem.sym: ... here.
2197         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
2198         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
2199         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
2200         * nptl/unregister-atfork.c: ... here.
2201         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
2202         * nptl/unwindbuf.sym: ... here.
2203         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
2204         * sysdeps/nptl/fork.c: ... here.
2205         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
2206         * sysdeps/nptl/fork.h: ... here.
2207         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
2208         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
2209         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
2210         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
2211         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
2212         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
2213         * sysdeps/unix/sysv/linux/getpid.c: ... here.
2214         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
2215         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
2216         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
2217         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
2218         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
2219         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
2220         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
2221         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
2222         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
2223         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
2224         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
2225         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
2226         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
2227         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
2228         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
2229         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
2230         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
2231         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
2232         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
2233         * sysdeps/unix/sysv/linux/raise.c: ... here.
2234         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
2235         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
2236         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
2237         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
2238         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
2239         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
2240         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
2241         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
2242         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
2243         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
2244         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
2245         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
2246         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
2247         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
2248         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
2249
2250 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2251
2252         * sysdeps/generic/memcopy.h: Add comment for
2253         MEMCPY_OK_FOR_FWD_MEMMOVE.
2254
2255 2014-07-04  Will Newton  <will.newton@linaro.org>
2256
2257         * string/memchr.c: Merge from gnulib.
2258         [_LIBC]: Remove conditionals.
2259         (__ptr_t): Remove define.
2260         (LONG_MAX_32_BITS): Likewise.
2261         (LONG_MAX): Likewise.
2262         (MEMCHR): Use ANSI prototype and optimize algorithm.
2263
2264         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
2265
2266 2014-07-03  Roland McGrath  <roland@hack.frob.com>
2267
2268         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
2269         (lll_futex_timed_wait_bitset): Fix syscall argument count.
2270
2271         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
2272         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
2273         in a bare environment with no <stdlib.h> installed.
2274         * sysdeps/nptl/configure: Regenerated.
2275
2276         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
2277
2278         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
2279         AC_EGREP_CPP for kernel header checks, so they only succeed if
2280         including <linux/version.h> actually works right.
2281         * sysdeps/unix/sysv/linux/configure: Regenerated.
2282
2283         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
2284         value so it's not diagnosed as unused.
2285
2286         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
2287         thing) with "ifeq ($(subdir),rt)".
2288
2289 2014-07-03  Richard Henderson  <rth@redhat.com>
2290
2291         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
2292         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
2293         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
2294
2295         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
2296         (math_force_eval): New.
2297
2298         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
2299         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
2300
2301         * sysdeps/alpha/fpu/s_round.c: Remove file.
2302         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
2303
2304         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
2305         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
2306         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
2307         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
2308         (_dl_start, print_statistics): Likewise.
2309         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
2310         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
2311
2312         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2313         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2314         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2315         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2316         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2317         (HP_SMALL_TIMING_AVAIL): Define.
2318         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2319         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2320         (HP_SMALL_TIMING_AVAIL): Define.
2321         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2322         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2323
2324         * sysdeps/aarch64/hp-timing.h: New file.
2325
2326         * sysdeps/generic/hp-timing.h: Remove dead comment.
2327         * sysdeps/generic/hp-timing-common.h: New file.
2328         * sysdeps/alpha/hp-timing.h: Include it.
2329         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
2330         * sysdeps/i386/i686/hp-timing.h: Likewise.
2331         * sysdeps/ia64/hp-timing.h: Likewise.
2332         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
2333         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
2334         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
2335         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2336         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
2337         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
2338         (hp_timing_t): New.
2339
2340         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
2341         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
2342         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
2343         * elf/rtld.c (_dl_start_final): Likewise.
2344         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
2345         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2346         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2347         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2348         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2349         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2350         (HP_TIMING_DIFF_INIT): Remove.
2351         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2352         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2353         (HP_TIMING_DIFF_INIT): Remove.
2354         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2355         * sysdeps/i386/i686/hp-timing.c: Remove file.
2356         * sysdeps/x86_64/hp-timing.c: Remove file.
2357         * sysdeps/ia64/hp-timing.c: Remove file.
2358         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
2359         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
2360         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
2361         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
2362
2363         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
2364         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
2365         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
2366         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2367         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2368         (HP_TIMING_ACCUM): Remove.
2369         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2370         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
2371         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2372
2373         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
2374         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
2375         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
2376         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
2377         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
2378         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2379         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
2380         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2381
2382         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
2383
2384 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
2385
2386         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
2387
2388 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2389
2390         Sync up with gettext.
2391         * intl/loadmsgcat.c: Define O_BINARY if not defined.
2392         [_MSC_VER]: Include malloc.h
2393         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
2394         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
2395         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
2396         TEMP_FAILURE_RETRY.  Cast return of alloca.
2397         [!_LIBC] Call gl_rwlock_init.
2398         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
2399
2400 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2401
2402         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
2403         before checking its value.
2404
2405 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2406
2407         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
2408
2409         * debug/memcpy_chk.c: Don't include pagecopy.h.
2410         * debug/mempcpy_chk.c: Likewise.
2411         * string/memcpy.c: Likewise.
2412         * string/memmove.c: Likewise.
2413         * sysdeps/powerpc/memmove.c: Likewise.
2414         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
2415         definition of PAGE_COPY_FWD_MAYBE here...
2416         * sysdeps/generic/pagecopy.h: ... from here.
2417         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
2418
2419 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
2420             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2421
2422         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
2423         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
2424         optimizations.
2425         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
2426         (__libc_ifunc_impl_list): Likewise.
2427         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
2428         multiarch strcat for PPC64.
2429         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
2430         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
2431
2432 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2433
2434         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
2435
2436 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2437
2438         * intl/loadmsgcat.c: Remove declaration of
2439         get_sysdep_segment_value.
2440         (get_sysdep_segment_value): Use ISO C style.
2441         (_nl_load_domain): Use ISO C style.  Get rid of redundant
2442         semicolon.  Fix typo and formatting in comment.
2443         (_nl_unload_domain): Use ISO C style.
2444
2445         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
2446
2447 2014-07-02  Will Newton  <will.newton@linaro.org>
2448
2449         * malloc/obstack.c: Merge from gnulib master.
2450         [HAVE_CONFIG_H]: Remove conditional code.
2451         [!_LIBC]: Include config.h.
2452         [!ELIDE_CODE]: Don't include inttypes.h, include
2453         stdint.h unconditionally.
2454         (print_and_abort): Mark as _Noreturn.
2455         (_obstack_allocated_p): Mark as __attribute_pure__.
2456         (obstack_free): Rename to __obstack_free.
2457         [!__attribute__]: Remove conditional code.
2458         * malloc/obstack.h: Merge from gnulib master.
2459         [__cplusplus]: Move conditional down.
2460         [!__attribute_pure__]: Define __attribute_pure__ here
2461         if it is not already defined.
2462         (_obstack_memory_used): Mark as __attribute_pure__.
2463         [!__obstack_free]: Define as obstack_free.
2464         [__GNUC__]: Remove check for ancient NeXT gcc.
2465
2466 2014-07-02  Will Newton  <will.newton@linaro.org>
2467             Paul Eggert  <eggert@cs.ucla.edu>
2468
2469         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
2470
2471 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2472
2473         * resolv/gethnamaddr.c: Add comment warning that the file is
2474         not maintained.
2475
2476 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
2477
2478         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
2479         entries.
2480
2481         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
2482         entry for aio_cancel and aio_cancel64.
2483         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
2484         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
2485         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
2486         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
2487         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
2488         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
2489         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
2490         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
2491         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
2492         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
2493         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
2494         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
2495         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
2496
2497 2014-07-01  Roland McGrath  <roland@hack.frob.com>
2498
2499         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
2500         * nptl/pthread_mutex_lock.c: Likewise.
2501         * nptl/pthread_mutex_timedlock.c: Likewise.
2502         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
2503
2504 2014-07-01  Richard henderson  <rth@redhat.com>
2505
2506         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
2507         (__isnan, __isnanl): Remove.
2508         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
2509
2510         * sysdeps/alpha/fpu/libm-test-ulps: Update.
2511
2512 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
2513
2514         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2515
2516 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
2517
2518         * resolv/nss_dns/dns-host.c (getanswer_r)
2519         [MULTI_PTRS_ARE_ALIASES]: Remove code.
2520
2521 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
2522
2523         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2524         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
2525         undefine.
2526         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
2527         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
2528
2529 2014-07-01  Roland McGrath <roland@hack.frob.com>
2530
2531         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
2532         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
2533
2534         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
2535         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
2536
2537         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
2538         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
2539         ... here.
2540         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
2541         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
2542
2543         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
2544         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
2545         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
2546         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
2547
2548         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
2549         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
2550         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
2551         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
2552         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
2553         Moved ...
2554         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
2555         ... here.
2556         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
2557         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
2558         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
2559         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
2560         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
2561         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
2562         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
2563         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
2564         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
2565         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
2566         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
2567         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
2568         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
2569         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
2570         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
2571         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
2572         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
2573         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
2574         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
2575         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
2576         ... here.
2577         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
2578         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
2579         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
2580         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
2581         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
2582         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
2583         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
2584         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
2585
2586 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
2587
2588         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
2589         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
2590         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
2591         Add sysdep.
2592
2593 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2594
2595         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2596
2597 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2598
2599         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
2600         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2601
2602         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
2603
2604         * sysdeps/arm/libm-test-ulps: Regenerated.
2605
2606 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2607             Roland McGrath <roland@hack.frob.com>
2608
2609         * test-skeleton.c (signal_handler): Kill the whole process group
2610         before killing the child individually.
2611         (main): Report any failure on `setpgid'.
2612
2613 2014-06-30  Roland McGrath  <roland@hack.frob.com>
2614
2615         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
2616         from _TLS_H to _ARM_NPTL_TLS_H.
2617         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
2618         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
2619
2620 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2621
2622         [BZ #16539]
2623         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
2624         (__expm1l): Return argument unchanged when small but not
2625         subnormal.
2626
2627         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
2628         include macro name.
2629         (_FP_UNPACK_RAW_1_P): Likewise.
2630         (_FP_PACK_RAW_1): Likewise.
2631         (_FP_PACK_RAW_1_P): Likewise.
2632         (_FP_MUL_MEAT_1_wide): Likewise.
2633         (_FP_MUL_MEAT_DW_1_hard): Likewise.
2634         (_FP_MUL_MEAT_1_hard): Likewise.
2635         (_FP_DIV_MEAT_1_imm): Likewise.
2636         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
2637         (_FP_DIV_MEAT_1_udiv): Likewise.
2638         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
2639         (_FP_UNPACK_RAW_2): Likewise.
2640         (_FP_UNPACK_RAW_2_P): Likewise.
2641         (_FP_PACK_RAW_2): Likewise.
2642         (_FP_PACK_RAW_2_P): Likewise.
2643         (_FP_MUL_MEAT_DW_2_wide): Likewise.
2644         (_FP_MUL_MEAT_2_wide): Likewise.
2645         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
2646         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2647         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
2648         (_FP_MUL_MEAT_2_gmp): Likewise.
2649         (_FP_DIV_MEAT_2_udiv): Likewise.
2650         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
2651         (_FP_FRAC_SRL_4): Likewise.
2652         (_FP_FRAC_SRST_4): Likewise.
2653         (_FP_FRAC_SRS_4): Likewise.
2654         (_FP_UNPACK_RAW_4): Likewise.
2655         (_FP_UNPACK_RAW_4_P): Likewise.
2656         (_FP_PACK_RAW_4): Likewise.
2657         (_FP_PACK_RAW_4_P): Likewise.
2658         (_FP_MUL_MEAT_DW_4_wide): Likewise.
2659         (_FP_MUL_MEAT_4_wide): Likewise.
2660         (_FP_MUL_MEAT_4_gmp): Likewise.
2661         (umul_ppppmnnn): Likewise.
2662         (_FP_DIV_MEAT_4_udiv): Likewise.
2663         (__FP_FRAC_ADD_4): Likewise.
2664         (__FP_FRAC_SUB_3): Likewise.
2665         (__FP_FRAC_SUB_4): Likewise.
2666         (__FP_FRAC_DEC_3): Likewise.
2667         (__FP_FRAC_DEC_4): Likewise.
2668         (__FP_FRAC_ADDI_4): Likewise.
2669         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
2670         (_FP_FRAC_SRL_8): Likewise.
2671         (_FP_FRAC_SRS_8): Likewise.
2672
2673         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
2674         include macro name.
2675         (FP_UNPACK_RAW_EP): Likewise.
2676         (FP_PACK_RAW_E): Likewise.
2677         (FP_PACK_RAW_EP): Likewise.
2678         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
2679         (_FP_ISSIGNAN): Likewise.
2680         (_FP_ADD_INTERNAL): Likewise.
2681         (_FP_FMA): Likewise.
2682         (_FP_CMP): Likewise.
2683         (_FP_SQRT): Likewise.
2684         (_FP_TO_INT): Likewise.
2685         (_FP_FROM_INT): Likewise.
2686         (FP_EXTEND): Likewise.
2687         (_FP_DIV_MEAT_N_loop): Likewise.
2688
2689 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2690
2691         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
2692         throughout.
2693
2694 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
2695
2696         [BZ #17097]
2697         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
2698         result with correct sign in case of exponents that produce
2699         overflow except for X very close to 1.
2700
2701 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
2702
2703         mktime: merge #if/#ifdef usage from glibc
2704         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
2705         as that works with both Glibc's and Gnulib's style.
2706         See thread starting at Siddhesh Poyarekar's bug report at:
2707         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
2708
2709 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2710
2711         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
2712         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
2713         * sysdeps/tile/tilegx/memmove.c: Remove file.
2714
2715 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2716
2717         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2718         abi-name definition.
2719         * scripts/soversions.awk: Do not handle or generate ABI lines.
2720         * shlib-versions: Remove ABI entries.
2721         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2722         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2723
2724 2014-06-27  Roland McGrath  <roland@hack.frob.com>
2725
2726         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2727         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2728         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2729         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2730         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2731         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2732         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2733         Moved ...
2734         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2735         ... here.
2736         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2737         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2738         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2739         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2740         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2741         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2742         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2743         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2744         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2745         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2746         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2747         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2748         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2749         Moved ...
2750         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2751         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2752         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2753         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2754         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2755         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2756         Moved ...
2757         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2758         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2759         Moved ...
2760         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2761         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2762         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2763         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2764         Moved ...
2765         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2766         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2767         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2768         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2769         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2770         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2771         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2772         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2773         Moved ...
2774         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2775         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2776         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2777         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2778         Moved ...
2779         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2780         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2781         Moved ...
2782         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2783         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2784         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2785         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2786         Moved ...
2787         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2788         ... here.
2789         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2790         Identical file removed.
2791         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2792         Moved ...
2793         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2794         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2795         Identical file removed.
2796         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2797         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2798         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2799         Moved ...
2800         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2801         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2802         Identical file removed.
2803         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2804         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2805         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2806         Identical file removed.
2807         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2808         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2809         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2810         Identical file removed.
2811         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2812         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2813         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2814         Identical file removed.
2815         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2816         Moved ...
2817         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2818         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2819         Identical file removed.
2820         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2821         Moved ...
2822         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2823         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2824         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2825         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2826         Identical file removed.
2827         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2828         Moved ...
2829         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2830         ... here.
2831         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2832         Identical file removed.
2833         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2834         Moved ...
2835         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2836         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2837         Identical file removed.
2838         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2839         Moved ...
2840         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2841         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2842         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2843         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2844         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2845         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2846         Moved ...
2847         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2848         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2849         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2850
2851         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2852         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2853         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2854         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
2855         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
2856
2857 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
2858
2859         [BZ #17092]
2860         * nscd/nscd.c (monitor_child): Return exit status of child
2861         instead of return value from wait syscall.
2862
2863 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2864
2865         * configure.ac (libc_commonpagesize): Remove variable.
2866         (libc_relro_required): Likewise.
2867         (libc_cv_z_relro): Remove configure test.
2868         * configure: Regenerated.
2869         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
2870         variable.
2871         (libc_relro_required): Likewise.
2872         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
2873         (libc_relro_required): Likewise.
2874         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
2875         (libc_relro_required): Likewise.
2876         * sysdeps/arm/preconfigure: Regenerated.
2877         * sysdeps/ia64/preconfigure: Remove file.
2878         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
2879         variable.
2880         (libc_relro_required): Likewise.
2881
2882         [BZ #16561]
2883         [BZ #16562]
2884         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
2885         (__ieee754_yn): Set FE_TONEAREST mode internally and then
2886         recompute overflowing results in original rounding mode.
2887         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
2888         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
2889         recompute overflowing results in original rounding mode.
2890         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
2891         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2892         recompute overflowing results in original rounding mode.
2893         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
2894         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2895         recompute overflowing results in original rounding mode.
2896         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
2897         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2898         recompute overflowing results in original rounding mode.
2899         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
2900         (libc_feholdsetround_ctx): New macro.
2901         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
2902         * sysdeps/i386/fpu/libm-test-ulps: Update.
2903         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
2904
2905 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2906
2907         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
2908         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
2909         corresponding .cpsetup call.
2910
2911 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2912
2913         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
2914         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
2915         * sysdeps/arm/Makefile [$(subdir) = csu]
2916         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
2917         (static-only-routines): Add aeabi_read_tp here.
2918         (shared-only-routines): Add libc-aeabi_read_tp here.
2919         (CFLAGS-libc-start.c): Add -fexceptions here.
2920         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
2921         (sysdep_routines, static-only-routines, shared-only-routines):
2922         Don't add to these here.
2923         (CFLAGS-libc-start.c): Likewise.
2924
2925         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
2926         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
2927         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
2928         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
2929         * sysdeps/arm/Makefile [$(subdir) = rt]
2930         (librt-sysdep_routines, librt-shared-only-routines):
2931         Append rt-aeabi_unwind_cpp_pr1 here.
2932         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
2933         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
2934         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
2935         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2936         Append nptl-aeabi_unwind_cpp_pr1 here.
2937         (tests): Filter out tst-cleanupx4 here.
2938         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
2939         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
2940         Don't do those here.
2941
2942 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2943
2944         * scripts/list-sources.sh: Do not handle ports specially.
2945
2946 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2947
2948         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
2949         * sysdeps/arm/feupdateenv.c: Likewise.
2950
2951         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
2952
2953 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2954
2955         * manual/texinfo.tex: Update to version 2014-05-05.10 with
2956         trailing whitespace removed.
2957         * scripts/config.guess: Update to version 2014-03-23.
2958         * scripts/config.sub: Update to version 2014-05-01
2959         * scripts/install-sh: Update to version 2013-12-25.23.
2960         * scripts/move-if-change: Update from gnulib.
2961
2962 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2963
2964         * debug/memmove_chk.c: Remove pagecopy.h include.
2965
2966 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
2967
2968         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
2969         identical to gnulib mktime.
2970
2971 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2972
2973         * configure.ac: Do not test for machine being rs6000.  Do not test
2974         for powerpc*-*soft.
2975         * configure: Regenerated.
2976
2977         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
2978         test.
2979         * configure: Regenerated.
2980         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
2981         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
2982         Remove configure test.
2983         * sysdeps/arm/configure: Regenerated.
2984         * sysdeps/nptl/configure.ac: Do not check
2985         libc_cv_asm_cfi_directives.
2986         * sysdeps/nptl/configure: Regenerated.
2987         * sysdeps/x86_64/nptl/configure.ac: Remove file.
2988         * sysdeps/x86_64/nptl/configure: Remove generated file.
2989         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
2990         unconditional.
2991         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
2992
2993 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2994
2995         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
2996         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
2997         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
2998         it is defined.
2999
3000         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
3001         instead of whether it is defined.
3002         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
3003         * sysdeps/hppa/dl-machine.h: Likewise.
3004         * sysdeps/ia64/dl-machine.h: Likewise.
3005         * sysdeps/m68k/dl-machine.h: Likewise.
3006         * sysdeps/microblaze/dl-machine.h: Likewise.
3007         * sysdeps/mips/dl-machine.: Likewise.
3008         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3009         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3010         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3011         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3012         * sysdeps/sh/dl-machine.h: Likewise.
3013         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3014         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3015         * sysdeps/tile/dl-machine.h: Likewise.
3016         * sysdeps/x86_64/dl-machine.h: Likewise.
3017
3018         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
3019         code.
3020         (verify_persistent_db): Likewise.
3021
3022 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3023
3024         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
3025         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
3026         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
3027         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
3028         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
3029         Moved ...
3030         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
3031         ... here.
3032         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
3033         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
3034         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
3035         Identical file removed.
3036         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
3037         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
3038         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
3039         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
3040         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
3041         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
3042         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
3043         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
3044         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
3045         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
3046         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3047         Moved ...
3048         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
3049         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
3050         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
3051         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
3052         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
3053         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
3054         Moved ...
3055         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
3056         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
3057         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
3058         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
3059         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
3060         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3061         Identical file removed.
3062         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
3063         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
3064         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
3065         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
3066         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
3067         Moved ...
3068         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
3069         ... here.
3070         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
3071         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
3072         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
3073         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
3074         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
3075         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
3076         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
3077         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
3078         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
3079         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
3080         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3081         Moved ...
3082         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
3083         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
3084         Moved ...
3085         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
3086         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
3087         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
3088         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
3089         Moved ...
3090         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
3091         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
3092         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
3093
3094         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
3095         folded into ...
3096         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
3097         * sysdeps/unix/sysv/linux/s390/Versions
3098         (libpthread: GLIBC_2.19): New version set.
3099         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
3100         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
3101         (librt: GLIBC_2.3.3): New version set.
3102         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
3103         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
3104         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
3105         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
3106         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
3107         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
3108         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
3109         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
3110         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
3111         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
3112         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
3113         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
3114         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
3115         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
3116         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
3117         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
3118         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
3119         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
3120         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
3121         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
3122         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
3123         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
3124         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
3125         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
3126         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
3127         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
3128         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
3129         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
3130         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
3131         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
3132         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
3133         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
3134         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
3135         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
3136         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
3137         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
3138         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
3139         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
3140         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
3141         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
3142         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
3143         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
3144         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
3145         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
3146         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
3147
3148         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
3149         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
3150         (__libc_vfork): Define the function under this name.
3151         [!NOT_IN_libc] (__vfork): Make this an alias.
3152         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3153         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
3154         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
3155         (__libc_vfork): Define the function under this name.
3156         [!NOT_IN_libc] (__vfork): Make this an alias.
3157         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3158         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
3159         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
3160         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
3161         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
3162         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3163
3164         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
3165         code that was previously under [RESET_PID].
3166         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3167         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
3168         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
3169
3170         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
3171         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
3172         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
3173         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
3174         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
3175         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
3176         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
3177         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
3178         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
3179         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
3180         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
3181         Moved ...
3182         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
3183         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
3184         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
3185         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
3186         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
3187         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
3188         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
3189         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
3190         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
3191         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
3192         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
3193         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
3194         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
3195         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
3196         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
3197         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
3198         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
3199         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
3200         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
3201         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
3202         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
3203         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
3204         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
3205         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
3206         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
3207         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
3208         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
3209         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
3210         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
3211
3212 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3213
3214         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
3215         that was previously under [RESET_PID].
3216         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
3217
3218 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3219
3220         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
3221         not undefine and redefine.
3222         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
3223         [O_CLOEXEC]: Make code unconditional.
3224         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
3225         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
3226         <kernel-features.h>.
3227         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
3228         conditional variable definition.
3229         (shm_open) [O_CLOEXEC]: Make code unconditional.
3230         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
3231         code.
3232
3233         * configure.ac (USE_REGPARMS): Don't define here.
3234         * configure: Regenerated.
3235         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
3236         * sysdeps/i386/configure: Regenerated.
3237
3238         * nptl/createthread.c: Don't include kernel-features.h.
3239         * nptl/pthread_cancel.c: Likewise.
3240         * nptl/pthread_condattr_setclock.c: Likewise.
3241         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
3242         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
3243         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
3244         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
3245         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
3246         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
3247         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3248         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
3249         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3250         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
3251         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
3252         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
3253         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
3254         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
3255         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
3256         * nscd/gai.c: Likewise.
3257         * nss/nss_db/db-open.c: Likewise.
3258         * sysdeps/generic/ldsodefs.h: Likewise.
3259         * sysdeps/sh/nptl/tls.h: Likewise.
3260         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
3261         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
3262         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
3263         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
3264         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
3265         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
3266         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
3267         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3268         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
3269         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3270         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3271         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
3272         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
3273         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
3274         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3275         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
3276         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
3277         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
3278         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
3279         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3280         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
3281         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
3282         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
3283         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
3284         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
3285         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
3286         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
3287         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
3288         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3289         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
3290         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
3291         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
3292         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
3293         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3294         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3295         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3296         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3297         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
3298         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
3299         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3300         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3301         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
3302         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
3303         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3304         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3305         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
3306         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
3307         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
3308         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
3309         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3310         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3311         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3312         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3313         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
3314         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
3315         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
3316         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3317         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
3318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
3319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
3320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
3323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
3324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
3325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
3326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
3329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
3330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
3340         * sysdeps/unix/sysv/linux/pread.c: Likewise.
3341         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3342         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
3343         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3344         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3345         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
3346         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
3347         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
3348         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
3349         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
3350         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
3351         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
3352         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3353         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3354         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3355         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3356         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3357         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
3358         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
3359         * sysdeps/unix/sysv/linux/system.c: Likewise.
3360         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
3361         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3362         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3363         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3364         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3365         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3366         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
3367
3368         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
3369         * configure: Regenerated.
3370         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
3371
3372         * configure.ac (base_machine): Do not set specially for particular
3373         machines here.
3374         * configure: Regenerated.
3375         * sysdeps/powerpc/preconfigure: Move machine and base_machine
3376         settings from configure.ac.
3377         * sysdeps/i386/preconfigure: New file.
3378         * sysdeps/s390/preconfigure: Likewise.
3379         * sysdeps/sh/preconfigure: Likewise.
3380         * sysdeps/sparc/preconfigure: Likewise.
3381
3382 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3383
3384         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
3385         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
3386         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
3387         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
3388         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
3389         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
3390         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
3391         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
3392         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
3393         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
3394         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
3395         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
3396         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
3397         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
3398         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
3399         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
3400         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
3401         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
3402         * sysdeps/sparc/sparc64/Makefile: ... appended here.
3403
3404         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
3405         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
3406         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
3407         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
3408         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
3409         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
3410         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
3411         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
3412         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
3413         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
3414         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
3415         * sysdeps/sparc/sparc32/sem_post.c: ... here.
3416         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
3417         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
3418         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
3419         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
3420         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
3421         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
3422         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
3423         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
3424         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
3425         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
3426         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
3427         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
3428         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
3429         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
3430         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
3431         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
3432         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
3433         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
3434         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
3435         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
3436         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
3437         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
3438         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
3439         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
3440         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
3441         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
3442
3443         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
3444         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
3445         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
3446         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
3447         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
3448         Moved ...
3449         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
3450         ... here.
3451         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
3452         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
3453         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
3454         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
3455         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
3456         Moved ...
3457         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
3458         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
3459         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
3460         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
3461         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
3462         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
3463         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
3464         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
3465         Moved ...
3466         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
3467         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
3468         Moved ...
3469         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
3470         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
3471         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
3472         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
3473         Moved ...
3474         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
3475         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
3476         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
3477         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
3478         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
3479         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
3480         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
3481         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
3482         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
3483         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
3484         Moved ...
3485         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
3486         ... here.
3487         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
3488         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
3489         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
3490         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
3491         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
3492         Moved ...
3493         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
3494         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
3495         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
3496         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
3497         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
3498         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
3499         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
3500         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
3501         Moved ...
3502         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
3503         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
3504         Moved ...
3505         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
3506         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
3507         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
3508         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
3509         Moved ...
3510         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
3511         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
3512         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
3513         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
3514         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
3515
3516 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3517
3518         * timezone/checktab.awk: Update from tzcode 2014e.
3519         * timezone/private.h: Likewise.
3520         * timezone/tzfile.h: Likewise.
3521         * timezone/zdump.c: Likewise.
3522         * timezone/zic.c: Likewise.
3523
3524         * sysdeps/unix/sysv/linux/kernel-features.h
3525         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
3526         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
3527         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
3528         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
3529         Remove conditional code.
3530
3531 2014-06-25  Will Newton  <will.newton@linaro.org>
3532
3533         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
3534         (_dl_arm_cap_flags): Add HWCAP2 values.
3535         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
3536         (_DL_HWCAP_COUNT): Increase to 37.
3537         (_DL_HWCAP_LAST): New define.
3538         (_DL_HWCAP2_LAST): New define.
3539         (_dl_procinfo): Add support for printing
3540         AT_HWCAP2 entries.
3541         (_dl_string_hwcap): Use _dl_hwcap_string.
3542
3543 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3544
3545         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3546
3547 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3548
3549         * README: Do not mention ports directory.
3550
3551         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
3552         Remove macro.
3553         * sysdeps/unix/sysv/linux/futimes.c: Do not include
3554         <kernel-features.h>.
3555         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
3556         conditional variable definition.
3557         (__futimes): Update comment.
3558         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
3559         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
3560
3561         [BZ #16560]
3562         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
3563         arguments close to 0.
3564         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
3565         Likewise.
3566         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
3567         Likewise.
3568         * math/auto-libm-test-in: Add more tests of exp10.
3569         * math/auto-libm-test-out: Regenerated.
3570         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3571
3572         * sysdeps/unix/sysv/linux/kernel-features.h
3573         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
3574         * sysdeps/unix/sysv/linux/readv.c: Do not include
3575         <kernel-features.h>.
3576         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3577         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3578         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3579         unconditional.
3580         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3581         conditional code.
3582         * sysdeps/unix/sysv/linux/writev.c: Do not include
3583         <kernel-features.h>.
3584         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3585         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3586         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3587         unconditional.
3588         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3589         conditional code.
3590
3591 2014-06-25  Will Newton  <will.newton@linaro.org>
3592
3593         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
3594         comment changes throughout the file.  Remove checks
3595         for HAVE_*_H definitions that are not required.
3596         (__gen_tempname): Call abort if an unknown kind value is
3597         passed.
3598
3599 2014-06-25  Andreas Schwab  <schwab@suse.de>
3600
3601         [BZ #17086]
3602         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
3603         scalbln, scalblnf, scalblnl in libc.
3604
3605 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
3606
3607         [BZ #17086]
3608         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
3609         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3610         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3611
3612 2014-06-24  Roland McGrath  <roland@hack.frob.com>
3613
3614         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
3615         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
3616         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
3617         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
3618         Update #include.
3619         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
3620         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
3621         Update #include.
3622         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
3623         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
3624         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
3625         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
3626         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
3627         * sysdeps/x86/bits/pthreadtypes.h: ... here.
3628         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
3629         * sysdeps/x86/bits/semaphore.h: ... here.
3630         * sysdeps/x86/nptl/elide.h: Moved ...
3631         * sysdeps/x86/elide.h: ... here.
3632         * sysdeps/x86_64/nptl/Implies: File removed.
3633         * sysdeps/i386/nptl/Implies: File removed.
3634
3635 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
3636
3637         [BZ #16539]
3638         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
3639         return the argument for normal arguments with exponent below -64.
3640         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
3641         Likewise.
3642         * math/auto-libm-test-in: Add another test of expm1.
3643         * math/auto-libm-test-out: Regenerated.
3644
3645         [BZ #16287]
3646         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
3647         calling __erfcl for arguments at least 16.
3648         * math/auto-libm-test-in: Add more tests of erf.
3649         * math/auto-libm-test-out: Regenerated.
3650
3651         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
3652         individual architectures.
3653         * sysdeps/unix/sysv/linux/configure: Regenerated.
3654         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
3655         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
3656         * sysdeps/unix/sysv/linux/powerpc/configure.ac
3657         (ldd_rewrite_script): Define variable.
3658         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
3659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
3660         file.
3661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
3662         generated file.
3663         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
3664         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
3665         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
3666         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
3667         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
3668         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
3669         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
3670         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
3671
3672 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3673
3674         [BZ #17084]
3675         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
3676         Rename member __data.d to __data.__elision_data.
3677
3678 2014-06-24  Wilco  <wdijkstr@arm.com>
3679
3680         * NEWS: Add 16918 to fixed bug list.
3681
3682 2014-06-24  Wilco  <wdijkstr@arm.com>
3683
3684         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
3685
3686 2014-06-24  Wilco  <wdijkstr@arm.com>
3687
3688         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
3689         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
3690         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
3691         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
3692         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
3693         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
3694         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
3695         Use _FPU_MASK_RM.
3696
3697 2014-06-24  Wilco  <wdijkstr@arm.com>
3698
3699         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
3700
3701 2014-06-24  Wilco  <wdijkstr@arm.com>
3702
3703         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
3704         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
3705         * sysdeps/arm/fesetround.c (fesetround): Remove space.
3706         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
3707
3708 2014-06-24  Wilco  <wdijkstr@arm.com>
3709
3710         [BZ #16918]
3711         * sysdeps/arm/feupdateenv.c (feupdateenv):
3712         Rewrite to reduce FPSCR accesses and fix return value.
3713
3714 2014-06-24  Wilco  <wdijkstr@arm.com>
3715
3716         * sysdeps/arm/fclrexcpt.c (feclearexcept):
3717         Optimize to avoid unnecessary FPSCR writes.
3718         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3719         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3720         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3721         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3722
3723 2014-06-24  Wilco  <wdijkstr@arm.com>
3724
3725         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3726         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3727         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3728         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3729         Call libc_fetestexcept_vfp.
3730         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3731         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3732         __SOFTFP__ ifdef so that they can be built for softfp.
3733
3734 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3735
3736         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3737         argument type signed char.
3738
3739         * Makerules (check-abi): Dump diff of symlist if the test
3740         fails.
3741
3742 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3743
3744         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3745         using abort.
3746
3747         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3748         Remove unused variable ST.
3749
3750 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3751
3752         [BZ #16354]
3753         [BZ #17061]
3754         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3755         small arguments before calling __expm1.
3756         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3757         small arguments before calling __expm1f.
3758         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3759         small arguments before calling __expm1l.
3760         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3761         Likewise.
3762         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3763         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
3764         spurious underflow for some cosh tests.
3765         * math/auto-libm-test-out: Regenerated.
3766         * sysdeps/i386/fpu/libm-test-ulps: Update.
3767
3768         [BZ #17050]
3769         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3770         (__ieee754_y1): Set errno if return value overflows.
3771         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3772         (__ieee754_y1f): Set errno if return value overflows.
3773         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3774         (__ieee754_y1l): Set errno if return value overflows.
3775         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3776         (__ieee754_y1l): Set errno if return value overflows.
3777         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3778         * math/auto-libm-test-out: Regenerated.
3779
3780         * math/gen-auto-libm-tests.c: Document use of
3781         ignore-zero-inf-sign.
3782         (input_flag_type): Add value flag_ignore_zero_inf_sign.
3783         (input_flags): Add ignore-zero-inf-sign.
3784         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3785         * math/gen-libm-test.pl (generate_testfile): Handle
3786         ignore-zero-inf-sign.
3787         * math/auto-libm-test-in: Mark some cpow tests with
3788         ignore-zero-inf-sign and some with xfail-rounding.
3789         * math/auto-libm-test-out: Regenerated.
3790         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3791         * sysdeps/i386/fpu/libm-test-ulps: Update.
3792         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3793
3794         [BZ #16315]
3795         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3796         overflowing or underflowing operations take place with sign of
3797         result.
3798         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3799         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3800         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3801         (__ieee754_pow): Recompute overflowing and underflowing results in
3802         original rounding mode.
3803         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3804         (__powl_helper): Allow negative argument X and scale negated value
3805         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
3806         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3807         overflowing or underflowing operations take place with sign of
3808         result.
3809         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3810         Include <math.h>.
3811         * math/auto-libm-test-in: Add more tests of pow.
3812         * math/auto-libm-test-out: Regenerated.
3813         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3814         (pow_tonearest_test_data): Remove.
3815         (pow_test_tonearest): Likewise.
3816         (pow_towardzero_test_data): Likewise.
3817         (pow_test_towardzero): Likewise.
3818         (pow_downward_test_data): Likewise.
3819         (pow_test_downward): Likewise.
3820         (pow_upward_test_data): Likewise.
3821         (pow_test_upward): Likewise.
3822         (main): Don't call removed functions.
3823         * sysdeps/i386/fpu/libm-test-ulps: Update.
3824         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3825
3826 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3827
3828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3829         Moved ...
3830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3832         Moved ...
3833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3835         Moved ...
3836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3838         Moved ...
3839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3841         File removed.
3842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3843         File removed.
3844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3845         File removed.
3846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3847         File removed.
3848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3849         File removed.
3850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3851         File removed.
3852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3853         File removed.
3854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3855         File removed.
3856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
3857         File removed.
3858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
3859         File removed.
3860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
3861         File removed.
3862         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
3863         File removed.
3864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
3865         Moved ...
3866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
3867         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
3868         Moved ...
3869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
3870         ... here.
3871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
3872         Moved ...
3873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
3874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
3875         Moved ...
3876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
3877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
3878         Moved ...
3879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
3880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
3881         Moved ...
3882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
3883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
3884         Moved ...
3885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
3886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
3887         Moved ...
3888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
3889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
3890         Moved ...
3891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
3892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
3893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
3894         ... here.
3895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
3896         Moved ...
3897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
3898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
3899         Moved ...
3900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
3901         ... here.
3902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
3903         Moved ...
3904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
3905         ... here.
3906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
3907         Moved ...
3908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
3909         ... here.
3910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
3911         Moved ...
3912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
3913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
3914         Moved ...
3915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
3916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
3917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
3918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
3919         Moved ...
3920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
3921         ... here.
3922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
3923         Moved ...
3924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
3925         ... here.
3926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
3927         Moved ...
3928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
3929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
3930         Moved ...
3931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
3932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
3933         Moved ...
3934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
3935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
3936         Moved ...
3937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
3938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
3939         Moved ...
3940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
3941         ... here.
3942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
3943         Moved ...
3944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
3945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
3946         Moved ...
3947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
3948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
3949         Moved ...
3950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
3951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
3952         Moved ...
3953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
3954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
3955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
3956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
3957         Moved ...
3958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
3959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
3960         Moved ...
3961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
3962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
3963         Moved ...
3964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
3965         ... here.
3966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
3967         Moved ...
3968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
3969         ... here.
3970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
3971         Moved ...
3972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
3973         ... here.
3974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
3975         Moved ...
3976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
3977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
3978         Moved ...
3979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
3980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
3981         Moved ...
3982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
3983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
3984         Moved ...
3985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
3986         ... here.
3987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
3988         Moved ...
3989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
3990         ... here.
3991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
3992         Moved ...
3993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
3994         ... here.
3995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
3996         Moved ...
3997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
3998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
3999         Moved ...
4000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
4001
4002 2014-06-23  Will Newton  <will.newton@linaro.org>
4003             Wilco  <wdijkstr@arm.com>
4004
4005         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
4006         implementation.  Include get-rounding-mode.h.
4007         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
4008         [!libc_feholdsetround_noex_ctx]: Define
4009         libc_feholdsetround_noex_ctx.
4010         [!libc_feholdsetround_noexf_ctx]: Define
4011         libc_feholdsetround_noexf_ctx.
4012         [!libc_feholdsetround_noexl_ctx]: Define
4013         libc_feholdsetround_noexl_ctx.
4014         (libc_feholdsetround_ctx): New function.
4015         (libc_feresetround_ctx): New function.
4016         (libc_feholdsetround_noex_ctx): New function.
4017         (libc_feresetround_noex_ctx): New function.
4018
4019 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4020
4021         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
4022         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
4023         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
4024         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
4025         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
4026         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
4027
4028         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
4029         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
4030         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
4031         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
4032         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
4033         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
4034         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
4035         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
4036         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
4037         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
4038         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
4039         Moved ...
4040         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
4041         ... here.
4042         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
4043         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
4044         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
4045         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
4046         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
4047         Moved ...
4048         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
4049         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
4050         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
4051         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
4052         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
4053         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
4054         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
4055         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
4056         Moved ...
4057         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
4058         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
4059         Moved ...
4060         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
4061         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
4062         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
4063         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
4064         Moved ...
4065         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
4066         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
4067         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
4068         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
4069         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
4070         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
4071         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
4072         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
4073         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
4074         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
4075         Moved ...
4076         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
4077         ... here.
4078         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
4079         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
4080         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
4081         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
4082         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
4083         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
4084         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
4085         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
4086         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
4087         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
4088         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
4089         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
4090         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
4091         Moved ...
4092         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
4093         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
4094         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
4095         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
4096         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
4097         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
4098         Moved ...
4099         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
4100         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
4101         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
4102         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
4103         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
4104
4105         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
4106         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
4107         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
4108         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
4109         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
4110         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
4111         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
4112         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
4113         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
4114         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
4115         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
4116         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
4117         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
4118         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
4119         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
4120         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
4121         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
4122         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
4123         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
4124         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
4125         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
4126         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
4127         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
4128         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
4129         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
4130         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
4131         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
4132         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
4133
4134 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
4135
4136         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
4137         (FALLOC_FL_COLLAPSE_RANGE): New macro.
4138         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
4139         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
4140         (IPV6_PMTUDISC_INTERFACE): Likewise.
4141         (IPV6_PMTUDISC_OMIT): Likewise.
4142
4143 2014-06-23  Andreas Schwab  <schwab@suse.de>
4144
4145         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
4146         Remove unused errout label.
4147
4148 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4149
4150         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
4151         macro: hardware supports Vector Crypto instructions.
4152
4153 2014-06-23  Will Newton  <will.newton@linaro.org>
4154
4155         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
4156         rather than __builtin_expect.
4157
4158         * elf/dl-lookup.c (undefined_msg): Remove variable.
4159         (_dl_lookup_symbol_x): Replace undefined_msg with string
4160         literal.
4161
4162         * elf/dl-lookup.c (do_lookup_unique): New function.
4163         (do_lookup_x): Move STB_GNU_UNIQUE handling code
4164         to a separate function.
4165
4166 2014-06-23  Andreas Schwab  <schwab@suse.de>
4167
4168         [BZ #17079]
4169         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
4170         before reading the next line.
4171
4172 2014-06-23  Will Newton  <will.newton@linaro.org>
4173
4174         * test-skeleton.c (signal_handler): Use printf and %m
4175         rather than perror.  Use printf rather than fprintf to
4176         stderr.  Use puts rather than fputs to stderr.
4177         (main): Likewise.
4178
4179 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
4180
4181         * nscd/nscd.c (thread_info_t): Remove typedef.
4182         (thread_info): Remove variable.
4183
4184 2014-06-21  Allan McRae  <allan@archlinux.org>
4185
4186         * NEWS: Mention CVE-2014-4043.
4187
4188 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4189
4190         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
4191         * nptl/smp.h: ... here.
4192
4193         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
4194
4195         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
4196         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
4197         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
4198         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
4199
4200         * nptl/allocatestack.c: Include <stack-aliasing.h>.
4201         * nptl/stack-aliasing.h: New file.
4202         * sysdeps/i386/i686/stack-aliasing.h: New file.
4203         * sysdeps/i386/i686/nptl/Makefile: File removed.
4204         * sysdeps/x86_64/stack-aliasing.h: New file.
4205         * sysdeps/x86_64/nptl/Makefile
4206         (CFLAGS-pthread_create.c): Variable removed.
4207
4208         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
4209         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
4210         old file.
4211         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
4212         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
4213         old file.
4214
4215 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
4216
4217         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4218         (__ASSUME_SIGFRAME_V2): Remove macro.
4219         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
4220         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
4221         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
4222         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
4223         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
4224         Declare as function.  Remove conditional macro definitions.
4225         (__default_rt_sa_restorer): Likewise.
4226         (__default_sa_restorer_v1): Remove declaration.
4227         (__default_sa_restorer_v2): Likewise.
4228         (__default_rt_sa_restorer_v1): Likewise.
4229         (__default_rt_sa_restorer_v2): Likewise.
4230         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
4231         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
4232         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
4233
4234 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4235
4236         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
4237         (libpthread-routines): Add sysdep.
4238         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
4239         * sysdeps/unix/sysv/linux/sparc/Versions
4240         (libpthread: GLIBC_2.3.3): New version set.
4241         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
4242         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
4243         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
4244         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
4245         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
4246         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
4247         Moved ...
4248         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
4249         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
4250         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
4251         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
4252         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
4253         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
4254         * sysdeps/sparc/nptl/sem_init.c: ... here.
4255         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
4256         * sysdeps/sparc/nptl/sem_post.c: ... here.
4257         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
4258         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
4259         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
4260         * sysdeps/sparc/nptl/sem_wait.c: ... here.
4261         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
4262         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
4263         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
4264         (libpthread-routines): Add cpu_relax.
4265         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
4266         File removed.
4267         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
4268         (librt: GLIBC_2.3.3): New version set.
4269         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
4270         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
4271         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
4272         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
4273         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
4274         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
4275         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
4276         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
4277         Moved ...
4278         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
4279         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
4280         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
4281         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
4282         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
4283         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
4284         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
4285         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
4286         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
4287         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
4288         Moved ...
4289         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
4290         Update #include.
4291         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
4292         Moved ...
4293         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
4294         Update #include.
4295         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
4296         Moved ...
4297         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
4298         Update #include.
4299         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
4300         Moved ...
4301         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
4302         Update #include.
4303         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
4304         Moved ...
4305         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
4306         Update #include.
4307         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
4308         Moved ...
4309         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
4310         Update #include.
4311         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
4312         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
4313         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
4314         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
4315         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
4316         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
4317         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
4318         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
4319         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
4320         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
4321         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4322         Moved ...
4323         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
4324         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
4325         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
4326         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
4327         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
4328
4329 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4330
4331         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
4332         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
4333         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4334         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
4335         * nscd/nscd.c: Likewise.
4336         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
4337         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
4338         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
4339         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
4340
4341         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
4342         <kernel-features.h>.
4343         (init_mq_netlink): Remove conditional have_sock_cloexec
4344         definitions.  Remove code conditional on have_sock_cloexec < 0.
4345         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
4346         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
4347         * sysdeps/unix/sysv/linux/opensock.c: Do not include
4348         <kernel-features.h>.
4349         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
4350         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
4351
4352 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4353
4354         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4355         Add tests for memset_chk and memset.
4356
4357         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
4358         with AVX2_Usable.
4359
4360 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4361
4362         [BZ #16046]
4363         * elf/tst-dl-iter-static.c: New file.
4364         * elf/Makefile (tests-static): Add tst-dl-iter-static.
4365
4366         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
4367         error.
4368
4369 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4370
4371         * sysdeps/unix/sysv/linux/kernel-features.h
4372         (__ASSUME_F_GETOWN_EX): Remove macro.
4373         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
4374         <kernel-features.h>.
4375         (miss_F_GETOWN_EX): Remove variable or macro.
4376         (do_fcntl): Do not check miss_F_GETOWN_EX.
4377         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
4378
4379         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
4380         Remove macro.
4381         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
4382         [!__ASSUME_AT_RANDOM]: Remove conditional code.
4383         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
4384
4385         * sysdeps/unix/sysv/linux/kernel-features.h
4386         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
4387         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
4388         [ADJ_OFFSET_SS_READ]: Make code unconditional.
4389         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
4390
4391 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4392
4393         [BZ #17075]
4394         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
4395         Fix calculation of the symbol's value.
4396         * sysdeps/arm/tst-armtlsdescloc.c: New file.
4397         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
4398         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
4399         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
4400         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
4401         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
4402         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
4403         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
4404         (modules-names): Add `tst-armtlsdescmod',
4405         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
4406         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
4407         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4408         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
4409         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
4410         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4411         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
4412         ($(objpfx)tst-armtlsdescloc): New dependency.
4413         ($(objpfx)tst-armtlsdescextnow): Likewise.
4414         ($(objpfx)tst-armtlsdescextlazy): Likewise.
4415         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
4416         TLS scheme support.
4417         * sysdeps/arm/configure: Regenerate.
4418
4419 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4420
4421         * include/fcntl.h (__atfct_seterrno): Remove prototype.
4422         (__atfct_seterrno_2): Likewise.
4423         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
4424         <kernel-features.h>.
4425         (__ASSUME_ATFCTS): Do not undefine and redefine.
4426         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
4427         (__have_atfcts): Remove conditional definition.
4428         (__fxstatat([__NR_fstatat64]: Make code unconditional.
4429         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
4430         unreachable if [__ASSUME_ATFCTS].
4431         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
4432         not undefine and redefine.
4433         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
4434         <kernel-features.h>.
4435         (faccessat) [__NR_faccessat]: Make code unconditional.
4436         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
4437         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
4438         <kernel-features.h>.
4439         (fchmodat) [__NR_fchmodat]: Make code unconditional.
4440         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4441         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
4442         <kernel-features.h>.
4443         (fchownat) [__NR_fchownat]: Make code unconditional.
4444         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
4445         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
4446         <kernel-features.h>.
4447         (futimesat) [__NR_futimesat]: Make code unconditional.
4448         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
4449         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
4450         <kernel-features.h>.
4451         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4452         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4453         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
4454         <kernel-features.h>.
4455         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
4456         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4457         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
4458         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
4459         <kernel-features.h>.
4460         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
4461         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4462         * sysdeps/unix/sysv/linux/linkat.c: Do not include
4463         <kernel-features.h>.
4464         (linkat) [__NR_linkat]: Make code unconditional.
4465         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4466         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
4467         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
4468         <kernel-features.h>.
4469         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
4470         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4471         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
4472         <kernel-features.h>.
4473         (mkdirat) [__NR_mkdirat]: Make code unconditional.
4474         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
4475         * sysdeps/unix/sysv/linux/openat.c: Do not include
4476         <kernel-features.h>.
4477         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
4478         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
4479         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
4480         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
4481         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
4482         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
4483         <kernel-features.h>.
4484         (readlinkat) [__NR_readlinkat]: Make code unconditional.
4485         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
4486         result of INLINE_SYSCALL directly, not via int variable.
4487         * sysdeps/unix/sysv/linux/renameat.c: Do not include
4488         <kernel-features.h>.
4489         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
4490         (renameat) [__NR_renameat]: Make code unconditional.
4491         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
4492         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
4493         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
4494         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
4495         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
4496         (__ASSUME_ATFCTS): Do not undefine and redefine.
4497         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
4498         <kernel-features.h>.
4499         (symlinkat) [__NR_symlinkat]: Make code unconditional.
4500         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4501         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
4502         <kernel-features.h>.
4503         (unlinkat) [__NR_unlinkat]: Make code unconditional.
4504         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4505         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
4506         (__ASSUME_ATFCTS): Do not undefine and redefine.
4507         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
4508         <kernel-features.h>.
4509         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4510         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4511         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
4512         <kernel-features.h>.
4513         (__xmknodat) [__NR_mknodat]: Make code unconditional.
4514         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4515
4516 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4517
4518         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
4519
4520 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
4521
4522         [BZ #17069]
4523         * posix/regcomp.c (parse_reg_exp): Deallocate partially
4524         constructed tree before returning error.
4525         * posix/bug-regexp36.c: Expand test case.
4526
4527 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
4528
4529         [BZ #6803]
4530         * math/libm-test.inc (scalbln_test_date):
4531         Add errno expectations.
4532         * math/w_scalblnf.c: New File.
4533         Add wrapper which checks for setting errno to ERANGE.
4534         Add weak_alias for corresponding scalbln function.
4535         * math/w_scalbln.c: Likewise.
4536         * math/w_scalblnl.c: Likewise.
4537         * math/Makefile (libm-calls): Add w_scalbln.
4538         * sysdeps/ieee754/flt-32/s_scalblnf.c:
4539         Remove weak_alias for corresponding scalbln function.
4540         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
4541         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
4542         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
4543         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4544         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
4545         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4546         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
4547         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4548         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
4549         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
4550         Remove long_double_symbol for scalblnl function in libm, libc.
4551         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
4552         Add wrapper which checks for setting errno to ERANGE.
4553         Add long_double_symbol for scalblnl function in libm, libc.
4554         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
4555         Remove long_double_symbol for scalblnl in libm.
4556         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
4557         Add wrapper which checks for setting errno to ERANGE.
4558         Add long_double_symbol for scalblnl function in libm.
4559         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
4560         Do not use wrapper because of own implementation.
4561
4562 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
4563
4564         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
4565         3 bytes for __pad1 for x32.
4566         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
4567
4568 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
4569             H.J. Lu  <hongjiu.lu@intel.com>
4570
4571         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
4572         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
4573         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4574         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4575         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
4576
4577 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
4578
4579         [BZ #17069]
4580         * posix/regcomp.c (parse_expression): Deallocate partially
4581         constructed tree before returning error.
4582         * posix/Makefile.c (tests): Add bug-regex36.
4583         (generated): Add bug-regex36.mtrace.
4584         (tests-special): Add $(objpfx)bug-regex36-mem.out
4585         (bug-regex36-ENV): New variable.
4586         ($(objpfx)bug-regex36-mem.out): New rule.
4587         * posix/bug-regex36.c: New file.
4588
4589 2014-06-19  Will Newton  <will.newton@linaro.org>
4590
4591         * malloc/malloc.c (systrim): If extra is zero then return
4592         early.
4593
4594 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4595
4596         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
4597
4598 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
4599
4600         * sysdeps/aarch64/strchr.S: New file.
4601
4602 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4603
4604         [BZ #17022]
4605         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
4606         from arguments -2 or below.
4607         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
4608         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4609
4610 2014-06-18  Andreas Schwab  <schwab@suse.de>
4611
4612         [BZ #17062]
4613         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
4614         of a bracket expr not to run off the end of the string.
4615         * posix/Makefile (tests): Add tst-fnmatch3.
4616         * posix/tst-fnmatch3.c: New file.
4617
4618 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4619
4620         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
4621         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4622         [$(cross-compiling) = no]: Likewise.
4623         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4624         [$(cross-compiling) = no]: Likewise.
4625
4626 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4627
4628         [BZ #17031]
4629         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
4630         double, adjusted for any remainder from the high double.
4631         * math/libm-test.inc (nearbyint): Add tests.
4632         (rint): Likewise.
4633
4634 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4635
4636         * nptl/sysdeps/powerpc/Makefile: Moved ...
4637         * sysdeps/powerpc/nptl/Makefile: ... here.
4638         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
4639         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
4640         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
4641         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
4642         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
4643         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
4644         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
4645         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
4646         * nptl/sysdeps/powerpc/tls.h: Moved ...
4647         * sysdeps/powerpc/nptl/tls.h: ... here.
4648
4649 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
4650
4651         [BZ #16681]
4652         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
4653         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
4654         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
4655         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
4656         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
4657         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
4658         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
4659         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
4660         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
4661
4662 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
4663
4664         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4665
4666 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
4667
4668         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
4669         defined operator.
4670
4671         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
4672         $TIMEOUTFACTOR.
4673
4674 2014-06-16  Florian Weimer  <fweimer@redhat.com>
4675
4676         [BZ #17058]
4677         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
4678         non-executed part of the test.
4679
4680 2014-06-16  Andreas Schwab  <schwab@suse.de>
4681
4682         * string/bits/string2.h (strdup, strndup): Update feature guard.
4683
4684 2014-06-14  David S. Miller  <davem@davemloft.net>
4685
4686         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4687
4688 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
4689
4690         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
4691         that was previously under [RESET_PID].
4692         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
4693
4694         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
4695         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
4696         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
4697         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4698         (__libc_vfork): New strong alias.
4699         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
4700
4701 2014-06-14 Andi Kleen  <ak@linux.intel.com>
4702
4703         * sysdeps/generic/elide.h: New file.
4704
4705 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4706
4707         * Makefile (installed-headers): Adjust path of pthread.h header.
4708
4709 2014-06-13  Roland McGrath  <roland@hack.frob.com>
4710
4711         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
4712         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
4713         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
4714         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
4715
4716         * nptl/sysdeps/s390/Makefile: Moved ...
4717         * sysdeps/s390/nptl/Makefile: ... here.
4718         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4719         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4720         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4721         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4722         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4723         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4724         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4725         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4726         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4727         * sysdeps/s390/nptl/pthreaddef.h: ... here.
4728         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4729         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4730         * nptl/sysdeps/s390/tls.h: Moved ...
4731         * sysdeps/s390/nptl/tls.h: ... here.
4732
4733         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4734         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4735
4736 2014-06-13  David S. Miller  <davem@davemloft.net>
4737
4738         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4739         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4740         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4741         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4742         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4743         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4744         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4745         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4746         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4747         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4748         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4749         Remove RESET_PID cpp guards.
4750         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4751         Remove RESET_PID cpp guards.
4752         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4753
4754 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
4755
4756         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4757         __sp to uintptr_t.
4758
4759 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4760
4761         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4762         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4763         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4764         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4765         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4766         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4767         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4768         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4769         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4770         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4771         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4772         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4773         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4774         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4775         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4776         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4777         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4778         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4779         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4780         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
4781
4782         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4783         (pthread_rwlock_rdlock): Add elision.
4784         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4785         (pthread_rwlock_wrlock): Add elision.
4786         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4787         (pthread_rwlock_trywrlock): Add elision.
4788         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4789         (pthread_rwlock_tryrdlock): Add elision.
4790         * nptl/pthread_rwlock_unlock.c: Include elide.h.
4791         (pthread_rwlock_tryrdlock): Add elision unlock.
4792         * nptl/sysdeps/pthread/pthread.h:
4793         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4794         (PTHREAD_RWLOCK_INITIALIZER,
4795         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4796         Handle new elision field.
4797         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4798         * sysdeps/arm/nptl/bits/pthreadtypes.h
4799         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4800         * sysdeps/sh/nptl/bits/pthreadtypes.h
4801         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4802         * sysdeps/tile/nptl/bits/pthreadtypes.h
4803         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4804         * sysdeps/a/nptl/bits/pthreadtypes.h
4805         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4806         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4807         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4808         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4809         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4810         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4811         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4812         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4813         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4814         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4815         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4816         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4817         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4818         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4819         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4820         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4821         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4822         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4823         (elision_init): Set try_xbegin to zero when no RTM.
4824         * sysdeps/x86/nptl/bits/pthreadtypes.h
4825         (pthread_rwlock_t): Change __pad1 to __rwelision.
4826         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4827
4828 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4829
4830         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4831         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4832         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4833         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4834
4835 2014-06-13  Meador Inge  <meadori@codesourcery.com>
4836
4837         [BZ #16996]
4838         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
4839         that the cached result has been set before returning it.
4840
4841 2014-06-12  Roland McGrath  <roland@hack.frob.com>
4842
4843         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4844         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4845         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4846         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4847         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4848         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4849
4850         * nptl/sysdeps/sparc/Makefile: Moved ...
4851         * sysdeps/sparc/nptl/Makefile: ... here.
4852         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4853         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4854         * nptl/sysdeps/sparc/tls.h: Moved ...
4855         * sysdeps/sparc/nptl/tls.h: ... here.
4856         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
4857         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
4858         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
4859         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
4860         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
4861         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
4862         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
4863         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
4864         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
4865         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
4866         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
4867         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
4868         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
4869         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
4870         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
4871         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
4872         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
4873         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
4874         Update #include.
4875         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
4876         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
4877         Update #include.
4878         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
4879         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
4880         Update #include.
4881         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
4882         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
4883         Update #include.
4884
4885         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4886
4887         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
4888         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
4889
4890         * sysdeps/pthread/posix-timer.h: Include <list.h>.
4891         (struct list_links): Type removed.
4892         (struct thread_node, struct timer_node): Replace struct list_links
4893         with struct list_head.
4894         (list_unlink_ip): Likewise.
4895         * sysdeps/pthread/timer_routines.c
4896         (timer_free_list, thread_free_list, thread_active_list): Likewise.
4897         (list_append, list_insbefore): Likewise.
4898         (list_init): Function removed.
4899         (thread_init, init_module): Use INIT_LIST_HEAD instead.
4900         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
4901         * sysdeps/pthread/Makefile: ... here, new file.
4902
4903         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
4904         * sysdeps/nptl/Implies: ... here.
4905         * sysdeps/unix/sysv/linux/Implies: Add nptl.
4906         * nptl/sysdeps/pthread/list.h: Moved ...
4907         * include/list.h: ... here.
4908         * nptl/sysdeps/pthread/createthread.c: Moved ...
4909         * nptl/createthread.c: ... here.
4910         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
4911         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
4912         * nptl/pt-longjmp.c: ... here.
4913         * nptl/sysdeps/pthread/Makefile: Moved ...
4914         * sysdeps/nptl/Makefile: ... here.
4915         * nptl/sysdeps/pthread/Subdirs: Moved ...
4916         * sysdeps/nptl/Subdirs: ... here.
4917         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
4918         * sysdeps/nptl/aio_misc.h: ... here.
4919         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
4920         * sysdeps/nptl/bits/libc-lock.h: ... here.
4921         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
4922         * sysdeps/nptl/bits/libc-lockP.h: ... here.
4923         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
4924         * sysdeps/nptl/bits/stdio-lock.h: ... here.
4925         * nptl/sysdeps/pthread/configure: Moved ...
4926         * sysdeps/nptl/configure: ... here.
4927         * nptl/sysdeps/pthread/configure.ac: Moved ...
4928         * sysdeps/nptl/configure.ac: ... here.
4929         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
4930         * sysdeps/nptl/gai_misc.h: ... here.
4931         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
4932         * sysdeps/nptl/librt-cancellation.c: ... here.
4933         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
4934         * sysdeps/nptl/malloc-machine.h: ... here.
4935         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
4936         * sysdeps/nptl/pthread-functions.h: ... here.
4937         * nptl/sysdeps/pthread/pthread.h: Moved ...
4938         * sysdeps/nptl/pthread.h: ... here.
4939         * nptl/sysdeps/pthread/setxid.h: Moved ...
4940         * sysdeps/nptl/setxid.h: ... here.
4941         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
4942         * sysdeps/nptl/sigfillset.c: ... here.
4943         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
4944         * sysdeps/nptl/tcb-offsets.h: ... here.
4945         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
4946         * sysdeps/nptl/tst-mqueue8x.c: ... here.
4947         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
4948         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
4949         * nptl/sysdeps/pthread/allocalim.h: Moved ...
4950         * sysdeps/pthread/allocalim.h: ... here.
4951         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
4952         * sysdeps/pthread/bits/sigthread.h: ... here.
4953         * nptl/sysdeps/pthread/flockfile.c: Moved ...
4954         * sysdeps/pthread/flockfile.c: ... here.
4955         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
4956         * sysdeps/pthread/ftrylockfile.c: ... here.
4957         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
4958         * sysdeps/pthread/funlockfile.c: ... here.
4959         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
4960         * sysdeps/pthread/posix-timer.h: ... here.
4961         * nptl/sysdeps/pthread/timer_create.c: Moved ...
4962         * sysdeps/pthread/timer_create.c: ... here.
4963         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
4964         * sysdeps/pthread/timer_delete.c: ... here.
4965         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
4966         * sysdeps/pthread/timer_getoverr.c: ... here.
4967         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
4968         * sysdeps/pthread/timer_gettime.c: ... here.
4969         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
4970         * sysdeps/pthread/timer_routines.c: ... here.
4971         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
4972         * sysdeps/pthread/timer_settime.c: ... here.
4973         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
4974         * sysdeps/pthread/tst-timer.c: ... here.
4975         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
4976         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
4977
4978         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
4979         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
4980
4981         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
4982         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
4983         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
4984         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
4985         Update #include target.
4986         * nptl/sysdeps/i386/i686/Makefile: Moved ...
4987         * sysdeps/i386/i686/nptl/Makefile: ... here.
4988         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
4989         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
4990         Update #include target.
4991         * nptl/sysdeps/i386/i686/tls.h: Moved ...
4992         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
4993         * nptl/sysdeps/i386/Makefile: Moved ...
4994         * sysdeps/i386/nptl/Makefile: ... here.
4995         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
4996         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
4997         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
4998         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
4999         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
5000         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
5001         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
5002         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
5003         * sysdeps/i386/nptl/pthreaddef.h: ... here.
5004         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
5005         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
5006         * nptl/sysdeps/i386/tls.h: Moved ...
5007         * sysdeps/i386/nptl/tls.h: ... here.
5008
5009         * sysdeps/sh/Makefile [$(subdir) = csu]
5010         (gen-as-const-headers): Add tcb-offsets.sym.
5011         * nptl/sysdeps/sh/Makefile: File removed.
5012         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
5013         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
5014         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
5015         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
5016         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
5017         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
5018         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
5019         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
5020         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
5021         * sysdeps/sh/nptl/pthreaddef.h: ... here.
5022         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
5023         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
5024         * nptl/sysdeps/sh/tls.h: Moved ...
5025         * sysdeps/sh/nptl/tls.h: ... here.
5026         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
5027         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
5028         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
5029         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
5030         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
5031         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
5032         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
5033         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
5034         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
5035         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
5036         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
5037         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
5038         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
5039         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
5040         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
5041         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
5042         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
5043         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
5044         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
5045         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
5046         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
5047         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
5048         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
5049         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
5050         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
5051         Moved ...
5052         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
5053         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
5054         Moved ...
5055         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
5056         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
5057         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
5058         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
5059         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
5060         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
5061         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
5062         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
5063         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
5064         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
5065         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
5066         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
5067         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
5068         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
5069         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
5070         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
5071         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
5072         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
5073         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
5074
5075 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5076
5077         * posix/spawn_faction_addopen.c: Include string.h.
5078
5079 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5080
5081         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
5082         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
5083         * nptl/sysdeps/x86_64/Makefile: Moved ...
5084         * sysdeps/x86_64/nptl/Makefile: ... here.
5085         * nptl/sysdeps/x86_64/configure: Moved ...
5086         * sysdeps/x86_64/nptl/configure: ... here.
5087         * nptl/sysdeps/x86_64/configure.ac: Moved ...
5088         * sysdeps/x86_64/nptl/configure.ac: ... here.
5089         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
5090         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
5091         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
5092         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
5093         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
5094         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
5095         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
5096         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
5097         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
5098         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
5099         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
5100         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
5101         * nptl/sysdeps/x86_64/tls.h: Moved ...
5102         * sysdeps/x86_64/nptl/tls.h: ... here.
5103         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
5104         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
5105         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
5106         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
5107
5108         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
5109
5110 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5111
5112         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5113
5114 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
5115
5116         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
5117         type.
5118         [POSIX] (off_t): Likewise.
5119         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
5120         [POSIX] (S_ISBLK): Require macro.
5121         [POSIX] (S_ISCHR): Likewise.
5122         [POSIX] (S_ISDIR): Likewise.
5123         [POSIX] (S_ISFIFO): Likewise.
5124         [POSIX] (S_ISREG): Likewise.
5125         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
5126         optional-macro.
5127         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
5128         type.
5129         [POSIX] (time_t): Likewise.
5130         [POSIX] (timer_t): Likewise.
5131
5132 2014-06-11  Florian Weimer  <fweimer@redhat.com>
5133
5134         [BZ #17048]
5135         * posix/spawn_int.h (struct __spawn_action): Make the path string
5136         non-const to support deallocation.
5137         * posix/spawn_faction_addopen.c
5138         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
5139         * posix/spawn_faction_destroy.c
5140         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
5141         path in all spawn_do_open actions.
5142         * posix/tst-spawn.c (do_test): Exercise the copy operation in
5143         posix_spawn_file_actions_addopen.
5144
5145 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
5146
5147         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
5148         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
5149         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
5150         conditional code always true.
5151         (__libc_vfork): New alias.
5152
5153 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5154
5155         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5156         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
5157
5158         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
5159
5160         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5161         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
5162
5163         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5164         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
5165
5166         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5167         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
5168
5169 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5170
5171         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
5172         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
5173         multiarch strcmp for PPC64.
5174         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
5175         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
5176         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
5177         multiarch optimizations.
5178         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5179         (__libc_ifunc_impl_list): Likewise.
5180
5181 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
5182
5183         * benchtests/scripts/validate_benchout.py: New script.
5184         * benchtests/Makefile (bench-func): Call it.
5185         * benchtests/scripts/benchout.schema.json: New file.
5186
5187 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
5188
5189         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
5190         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
5191         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
5192         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
5193         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
5194         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
5195         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
5196         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
5197         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
5198         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
5199         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
5200         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
5201         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
5202         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
5203         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
5204         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
5205         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
5206         Moved ...
5207         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
5208         ... here.
5209         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
5210         Moved ...
5211         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
5212         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
5213         Moved ...
5214         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
5215         ... here.
5216         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
5217         Moved ...
5218         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
5219         ... here.
5220         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
5221         Moved ...
5222         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
5223         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
5224         Moved ...
5225         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
5226         ... here.
5227         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
5228         Moved ...
5229         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
5230         ... here.
5231         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
5232         Moved ...
5233         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
5234         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
5235         Moved ...
5236         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
5237         ... here.
5238         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
5239         Moved ...
5240         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
5241         ... here.
5242         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
5243         Moved ...
5244         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
5245         ... here.
5246         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
5247         Moved ...
5248         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
5249         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
5250         Moved ...
5251         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
5252         ... here.
5253         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
5254         Moved ...
5255         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
5256         ... here.
5257         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
5258         Moved ...
5259         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
5260         ... here.
5261         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
5262         Moved ...
5263         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
5264         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
5265         Moved ...
5266         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
5267         ... here.
5268         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
5269         Moved ...
5270         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
5271         ... here.
5272         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
5273         Moved ...
5274         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
5275         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
5276         Moved ...
5277         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
5278         ... here.
5279         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
5280         Moved ...
5281         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
5282         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
5283         Moved ...
5284         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
5285         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
5286         Moved ...
5287         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
5288         ... here.
5289         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
5290         Moved ...
5291         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
5292         ... here.
5293         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
5294         Moved ...
5295         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
5296         ... here.
5297         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
5298         Moved ...
5299         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
5300         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
5301         Moved ...
5302         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
5303         ... here.
5304         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
5305         Moved ...
5306         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
5307         ... here.
5308         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
5309         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
5310         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
5311         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
5312         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
5313         Moved ...
5314         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
5315         ... here.
5316         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
5317         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
5318         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
5319         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
5320         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
5321         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
5322         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
5323         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
5324         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
5325         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
5326         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
5327         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
5328         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
5329         Moved ...
5330         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
5331         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
5332         Moved ...
5333         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
5334         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
5335         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
5336         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
5337         Moved ...
5338         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
5339         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
5340         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
5341         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
5342         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
5343         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
5344         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
5345
5346 2014-06-10  Wilco  <wdijkstr@arm.com>
5347
5348         * math/test-fenv-return.c: New file.
5349         * math/Makefile: Add new test test-fenv-return.
5350
5351 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
5352
5353         [BZ #17042]
5354         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
5355         when x - 1 is zero.
5356         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
5357         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
5358         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
5359         0.0L for an argument of 1.0L.
5360         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
5361         Likewise.
5362         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
5363         value when x - 1 is zero.
5364         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
5365         * sysdeps/i386/fpu/libm-test-ulps: Update.
5366         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5367
5368 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
5369
5370         [BZ #15119]
5371         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
5372
5373 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5374
5375         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
5376         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
5377
5378 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5379
5380         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5381         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
5382
5383         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5384         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
5385
5386         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5387         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
5388
5389         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5390         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
5391
5392         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
5393         if not already defined.
5394         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
5395         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
5396         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
5397         (TLS_INIT_TP): Use it.
5398         (TLS_DEFINE_INIT_TP): New macro.
5399         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
5400
5401 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
5402
5403         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
5404         constant.
5405         [POSIX] (IXANY): Likewise.
5406         [POSIX] (OLCUC): Likewise.
5407         [POSIX || POSIX2008] (CBAUD): Do not allow.
5408         [POSIX || POSIX2008] (DEFECHO): Likewise.
5409         [POSIX || POSIX2008] (ECHOCTL): Likewise.
5410         [POSIX || POSIX2008] (ECHOKE): Likewise.
5411         [POSIX || POSIX2008] (ECHOPRT): Likewise.
5412         [POSIX || POSIX2008] (EXTA): Likewise.
5413         [POSIX || POSIX2008] (EXTB): Likewise.
5414         [POSIX || POSIX2008] (FLUSHO): Likewise.
5415         [POSIX || POSIX2008] (LOBLK): Likewise.
5416         [POSIX || POSIX2008] (PENDIN): Likewise.
5417         [POSIX || POSIX2008] (SWTCH): Likewise.
5418         [POSIX || POSIX2008] (VDISCARD): Likewise.
5419         [POSIX || POSIX2008] (VDSUSP): Likewise.
5420         [POSIX || POSIX2008] (VLNEXT): Likewise.
5421         [POSIX || POSIX2008] (VREPRINT): Likewise.
5422         [POSIX || POSIX2008] (VSTATUS): Likewise.
5423         [POSIX || POSIX2008] (VWERASE): Likewise.
5424         (B*): Change to B[0123456789]*.
5425         * conform/data/time.h-data [POSIX || UNIX98]
5426         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
5427         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
5428         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
5429         [POSIX] (tm_*): Do not allow.
5430
5431 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
5432
5433         * Makefile (install): Don't set LANGUAGE.
5434         * Makefile.in (install): Likewise.
5435         * assert/Makefile (test-assert-ENV): Remove variable.
5436         (test-assert-perr-ENV): Likewise.
5437         * elf/Makefile (neededtest4-ENV): Likewise.
5438         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5439         [$(cross-compiling) = no]: Don't set LANGUAGE.
5440         * io/ftwtest-sh (LANG): Remove variable.
5441         * libio/Makefile (tst-widetext-ENV): Likewise.
5442         * manual/install.texi (Running make install): Don't refer to
5443         environment settings for make install.
5444         * INSTALL: Regenerated.
5445         * nptl/tst-tls6.sh: Don't set LANG.
5446         * posix/globtest.sh (LANG): Remove variable.
5447         * string/Makefile (tester-ENV): Likewise.
5448         (inl-tester-ENV): Likewise.
5449         (noinl-tester-ENV): Likewise.
5450         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5451         [$(cross-compiling) = no]: Don't set LANGUAGE.
5452         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
5453         without explicit environment settings.
5454
5455 2014-06-06  Roland McGrath  <roland@hack.frob.com>
5456
5457         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
5458         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
5459         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
5460         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
5461
5462 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
5463
5464         * crypt/crypt-private.h [DOS]: Add some includes taken from the
5465         other files in the crypt directory.
5466         * crypt/crypt.c: Remove duplicate includes.
5467         * crypt/crypt-entry.c: Likewise.
5468         * crypt/crypt_util.c: Likewise.
5469
5470 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
5471
5472         * Makeconfig (run-program-env): New variable.
5473         (run-program-prefix-before-env): Likewise.
5474         (run-program-prefix-after-env): Likewise.
5475         (run-program-prefix): Define in terms of new variables.
5476         (built-program-cmd-before-env): New variable.
5477         (built-program-cmd-after-env): Likewise.
5478         (built-program-cmd): Define in terms of new variables.
5479         (test-program-prefix-before-env): New variable.
5480         (test-program-prefix-after-env): Likewise.
5481         (test-program-prefix): Define in terms of new variables.
5482         (test-program-cmd-before-env): New variable.
5483         (test-program-cmd-after-env): Likewise.
5484         (test-program-cmd): Define in terms of new variables.
5485         * Rules (make-test-out): Use $(run-program-env).
5486         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
5487         (help): Do not mention environment variables.  Mention
5488         --timeoutfactor option.
5489         (timeoutfactor): New variable.
5490         (blacklist_exports): Remove function.
5491         (exports): Remove variable.
5492         (command): Do not include ${exports}.
5493         * manual/install.texi (Configuring and compiling): Do not mention
5494         test wrappers preserving environment variables.  Mention that last
5495         assignment to a variable must take precedence.
5496         * INSTALL: Regenerated.
5497         * benchtests/Makefile (run-bench): Use $(run-program-env).
5498         * catgets/Makefile ($(objpfx)test1.cat): Use
5499         $(built-program-cmd-before-env), $(run-program-env) and
5500         $(built-program-cmd-after-env).
5501         ($(objpfx)test2.cat): Do not specify environment variables
5502         explicitly.
5503         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
5504         $(run-program-env) and $(built-program-cmd-after-env).
5505         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
5506         $(run-program-env) and $(test-program-cmd-after-env).
5507         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
5508         explicitly.
5509         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
5510         run_program_env and test_program_cmd_after_env arguments.
5511         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
5512         * elf/tst-pathopt.sh: Use run_program_env argument.
5513         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
5514         $(test-wrapper-env) and $(run-program-env).
5515         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
5516         run_program_env arguments.
5517         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
5518         * intl/Makefile ($(objpfx)tst-gettext.out): Use
5519         $(test-program-prefix-before-env), $(run-program-env) and
5520         $(test-program-prefix-after-env).
5521         ($(objpfx)tst-gettext2.out): Likewise.
5522         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
5523         run_program_env and test_program_prefix_after_env arguments.
5524         * intl/tst-gettext2.sh: Likewise.
5525         * intl/tst-gettext4.sh: Do not set environment variables
5526         explicitly.
5527         * intl/tst-gettext6.sh: Likewise.
5528         * intl/tst-translit.sh: Likewise.
5529         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
5530         $(test-program-prefix-before-env), $(run-program-env) and
5531         $(test-program-prefix-after-env).
5532         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
5533         run_program_env and test_program_prefix_after_env arguments.
5534         * math/Makefile (run-regen-ulps): Use $(run-program-env).
5535         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
5536         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
5537         explicitly with each use of ${test_wrapper_env}.
5538         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
5539         $(test-program-prefix-before-env), $(run-program-env) and
5540         $(test-program-prefix-after-env).
5541         * posix/tst-getconf.sh: Do not set environment variables
5542         explicitly.
5543         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
5544         run_program_env and test_program_prefix_after_env arguments.
5545         * stdio-common/tst-printf.sh: Do not set environment variables
5546         explicitly.
5547         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
5548         $(test-program-prefix-before-env), $(run-program-env) and
5549         $(test-program-prefix-after-env).
5550         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
5551         run_program_env and test_program_prefix_after_env arguments.
5552         Split $test calls into $test_pre and $test.
5553         * timezone/Makefile (build-testdata): Use
5554         $(built-program-cmd-before-env), $(run-program-env) and
5555         $(built-program-cmd-after-env).
5556
5557 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5558
5559         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
5560         strlen for non SHARED builds.
5561
5562 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5563
5564         * nptl/allocatestack.c (check_list): Inlined function...
5565         (__reclaim_stacks): ... here.
5566
5567 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5568
5569         [BZ #15698]
5570         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5571         memory overrun.
5572
5573 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
5574
5575         * Rules (make-test-out): Include
5576         LOCPATH=$(common-objpfx)localedata in default environment.
5577         * debug/Makefile (tst-chk1-ENV): Remove variable.
5578         (tst-chk2-ENV): Likewise.
5579         (tst-chk3-ENV): Likewise.
5580         (tst-chk4-ENV): Likewise.
5581         (tst-chk5-ENV): Likewise.
5582         (tst-chk6-ENV): Likewise.
5583         (tst-lfschk1-ENV): Likewise.
5584         (tst-lfschk2-ENV): Likewise.
5585         (tst-lfschk3-ENV): Likewise.
5586         (tst-lfschk4-ENV): Likewise.
5587         (tst-lfschk5-ENV): Likewise.
5588         (tst-lfschk6-ENV): Likewise.
5589         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
5590         (tst-iconv7-ENV): Likewise.
5591         * intl/Makefile (LOCPATH-ENV): Likewise.
5592         (tst-codeset-ENV): Likewise.
5593         (tst-gettext3-ENV): Likewise.
5594         (tst-gettext5-ENV): Likewise.
5595         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
5596         (tst-fopenloc-ENV): Likewise.
5597         (tst-fgetws-ENV): Remove variable.
5598         (tst-ungetwc1-ENV): Likewise.
5599         (tst-ungetwc2-ENV): Likewise.
5600         (bug-ungetwc2-ENV): Likewise.
5601         (tst-swscanf-ENV): Likewise.
5602         (bug-ftell-ENV): Likewise.
5603         (tst-fgetwc-ENV): Likewise.
5604         (tst-fseek-ENV): Likewise.
5605         (tst-ftell-partial-wide-ENV): Likewise.
5606         (tst-ftell-active-handler-ENV): Likewise.
5607         (tst-ftell-append-ENV): Likewise.
5608         * posix/Makefile (tst-fnmatch-ENV): Likewise.
5609         (tst-regexloc-ENV): Likewise.
5610         (bug-regex1-ENV): Likewise.
5611         (tst-regex-ENV): Likewise.
5612         (tst-regex2-ENV): Likewise.
5613         (bug-regex5-ENV): Likewise.
5614         (bug-regex6-ENV): Likewise.
5615         (bug-regex17-ENV): Likewise.
5616         (bug-regex18-ENV): Likewise.
5617         (bug-regex19-ENV): Likewise.
5618         (bug-regex20-ENV): Likewise.
5619         (bug-regex22-ENV): Likewise.
5620         (bug-regex23-ENV): Likewise.
5621         (bug-regex25-ENV): Likewise.
5622         (bug-regex26-ENV): Likewise.
5623         (bug-regex30-ENV): Likewise.
5624         (bug-regex32-ENV): Likewise.
5625         (bug-regex33-ENV): Likewise.
5626         (bug-regex34-ENV): Likewise.
5627         (bug-regex35-ENV): Likewise.
5628         (tst-rxspencer-ENV): Likewise.
5629         (tst-rxspencer-no-utf8-ENV): Likewise.
5630         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
5631         (tst-sscanf-ENV): Likewise.
5632         (tst-swprintf-ENV): Likewise.
5633         (tst-swscanf-ENV): Likewise.
5634         (test-vfprintf-ENV): Likewise.
5635         (scanf13-ENV): Likewise.
5636         (bug14-ENV): Likewise.
5637         (tst-grouping-ENV): Likewise.
5638         * stdlib/Makefile (tst-strtod-ENV): Likewise.
5639         (tst-strtod3-ENV): Likewise.
5640         (tst-strtod4-ENV): Likewise.
5641         (tst-strtod5-ENV): Likewise.
5642         (testmb2-ENV): Likewise./
5643         * string/Makefile (tst-strxfrm-ENV): Likewise.
5644         (tst-strxfrm2-ENV): Likewise.
5645         (bug-strcoll1-ENV): Likewise.
5646         (test-strcasecmp-ENV): Likewise.
5647         (test-strncasecmp-ENV): Likewise.
5648         * time/Makefile (tst-strptime-ENV): Likewise.
5649         (tst-ftime_l-ENV): Likewise.
5650         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
5651         (tst-mbrtowc-ENV): Likewise.
5652         (tst-wcrtomb-ENV): Likewise.
5653         (tst-mbrtowc2-ENV): Likewise.
5654         (tst-c16c32-1-ENV): Likewise.
5655         (tst-mbsnrtowcs-ENV): Likewise.
5656
5657 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5658
5659         * manual/resource.texi (How to get information about the memory
5660         subsystem?): Fix typo.
5661         Reported by Peon de la Parra Ivan <peon@keba.com>
5662
5663 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
5664
5665         [BZ #16882]
5666         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
5667         (pthread_spin_lock): Branch out of spin loop to proper location.
5668         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
5669         (pthread_spin_lock): Likewise.
5670
5671         * nptl/tst-spin4.c: New test.
5672         * nptl/Makefile (tests): Add tst-spin4.
5673
5674 2014-06-03  Andreas Schwab  <schwab@suse.de>
5675
5676         [BZ #15946]
5677         * resolv/res_send.c (send_dg): Reload file descriptor after
5678         calling reopen.
5679
5680 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
5681
5682         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5683
5684 2014-06-03  Richard Henderson  <rth@redhat.com>
5685
5686         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
5687         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
5688         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
5689         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
5690         in the SAVE_PID block.
5691         (__libc_vfork): New alias.
5692         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
5693
5694         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
5695         child in registers, not on the stack.  Remove RESET_PID conditionals.
5696         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
5697
5698 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5699
5700         * sysdeps/aarch64/libm-test-ulps: Regenerate.
5701
5702 2014-06-03  Wilco  <wdijkstr@arm.com>
5703
5704         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
5705         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
5706         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5707         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
5708         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
5709         Likewise.
5710
5711 2014-06-03  Wilco  <wdijkstr@arm.com>
5712
5713         * sysdeps/aarch64/fpu/math_private.h
5714         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
5715         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5716         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5717         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5718         Fix declarations.
5719
5720 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5721
5722         * crypt/crypt-private.h: Include ufc-crypt.h.
5723         (__b64_from_24bit): Declare extern.
5724         * crypt/crypt_util.c(__b64_from_24bit): New function.
5725         (b64t): New static const variable.
5726         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5727         (b64t): Remove variable.
5728         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5729         * crypt/sha256-crypt.c: Include crypt-private.h.
5730         (b64t): Remove variable.
5731         (__sha256_crypt_r): Remove b64_from_24bit and replace
5732         with __b64_from_24bit.
5733         * crypt/sha512-crypt.c: Likewise.
5734
5735 2014-06-02  Roland McGrath  <roland@hack.frob.com>
5736
5737         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5738         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5739         Label the code __libc_vfork rather than __vfork.
5740         [!NOT_IN_libc] (vfork): Define as weak alias.
5741         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5742         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5743         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5744
5745 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5746
5747         * malloc/malloc.c (malloc_info): Fix format specifier for
5748         n_mmaps.
5749
5750 2014-06-02  Wilco  <wdijkstr@arm.com>
5751
5752         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5753         FPCR write.
5754
5755 2014-06-02  Wilco  <wdijkstr@arm.com>
5756
5757         [BZ #17009]
5758         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5759         Rewrite to reduce FPCR/FPSR accesses.
5760
5761 2014-06-01  David S. Miller  <davem@davemloft.net>
5762
5763         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5764
5765 2014-05-31  David S. Miller  <davem@davemloft.net>
5766
5767         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5768         to occur in round to nearest mode when |x| >= 2.0
5769
5770 2014-05-30  Richard Henderson  <rth@twiddle.net>
5771
5772         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5773         (PSEUDO_RET_NOERRNO): Remove.
5774         (ret): Don't redefine.
5775         (ret_NOERRNO): Define in terms of ret.
5776         (ret_ERRVAL): Likewise.
5777
5778         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5779         use of PSEUDO_RET; perform the error check directly.
5780
5781 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
5782
5783         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5784         with __int128_t.
5785
5786 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5787
5788         * malloc/malloc (malloc_info): Fix formatting.
5789
5790 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5791             Roland McGrath  <roland@hack.frob.com>
5792
5793         * malloc/malloc (malloc_info): Also print mmapped statistics.
5794
5795 2014-05-30  Roland McGrath  <roland@hack.frob.com>
5796
5797         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5798         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5799
5800 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
5801
5802         * malloc/malloc.c (malloc_info): Inline mi_arena.
5803
5804 2014-05-29  Richard Henderson  <rth@twiddle.net>
5805
5806         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5807         Remove comma before expanding ASM_ARGS_##nr.
5808         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5809         Make _x0 a strict output; make _x8 a strict input; adjust expansion
5810         of ASM_ARGS_##nr.
5811         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5812         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5813         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5814         (ASM_ARGS_1): Add leading comma.
5815
5816         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5817         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5818         to __errno_location.
5819         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5820         Remove the expected plt for __errno_location.
5821
5822         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5823         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
5824         call to __read_tp.
5825
5826         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5827         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
5828         it and break it down.
5829         (DOCARGS_0, DOCARGS_1): Do nothing.
5830         (DOCARGS_2): Update to store into the new stack frame.
5831         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5832         (UNDOCARGS_1): Update to restore from the new stack frame.
5833         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5834         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5835
5836         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5837         (SINGLE_THREAD_P): New parameter for result regno.
5838         (PSEUDO): Update to match; use cbz instead of beq.
5839
5840         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5841         Use ENTRY to define the _nocancel entry point.  Share the syscall
5842         and syscall error check paths with the cancel path.
5843         (PSEUDO_END): New.
5844
5845         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5846         whitespace; tabs before and after asm mnemonics.
5847
5848 2014-05-29  Eric Wong  <normalperson@yhbt.net>
5849
5850         [BZ #15132]
5851         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5852         Call fstat64 or stat64 internally, depending on arguments passed.
5853         Replace stat buffer argument with file descriptor argument.
5854         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
5855         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
5856         Pass fd to __internal_statvfs instead of calling fstat64.
5857         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
5858         Pass fd to __internal_statvfs64 instead of calling fstat64.
5859         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
5860         Pass -1 to __internal_statvfs instead of calling stat64.
5861         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
5862         Pass -1 to __internal_statvfs64 instead of calling stat64.
5863
5864 2014-05-28  Roland McGrath  <roland@hack.frob.com>
5865
5866         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
5867         that was previously under [RESET_PID].
5868         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
5869
5870         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
5871         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
5872
5873 2014-05-27  Roland McGrath  <roland@hack.frob.com>
5874
5875         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
5876
5877         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
5878         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
5879
5880 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
5881
5882         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
5883
5884 2014-05-27  Andreas Schwab  <schwab@suse.de>
5885
5886         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
5887         TLS_INIT_TP macro.
5888         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5889         * elf/rtld.c (init_tls, dl_main): Likewise.
5890         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
5891         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
5892         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
5893         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
5894         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
5895         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
5896         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
5897         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
5898         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
5899         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
5900         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
5901         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
5902         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
5903         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
5904         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
5905         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
5906         * sysdeps/generic/tls.h: Update description.
5907
5908 2014-05-27  Will Newton  <will.newton@linaro.org>
5909
5910         [BZ #16990]
5911         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
5912         and restore r2 rather than just restoring.
5913
5914 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5915
5916         [BZ #16724]
5917         * libio/tst-ftell-append.c: New test case.
5918         * libio/Makefile (tests): Add test case.
5919         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
5920         append mode.
5921         * libio/wfileops.c (do_ftell_wide): Likewise.
5922
5923 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5924
5925         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5926
5927         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
5928         ...
5929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
5930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
5931         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
5932         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
5933         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
5934         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
5935         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
5936         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
5937         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5938         Moved ...
5939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
5940         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5941         Moved ...
5942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
5943         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
5944         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
5945         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
5946         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
5947         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
5948         ...
5949         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
5950         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
5951         Moved ...
5952         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
5953         here.
5954         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
5955         ...
5956         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
5957         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
5958         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
5959
5960         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
5961         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
5962         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
5963         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
5964
5965         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
5966         merge into ...
5967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
5968         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
5969         ...
5970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
5971         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
5972         ...
5973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
5974         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5975         Moved ...
5976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
5977         here.
5978         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5979         Moved ...
5980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
5981         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5982         Moved ...
5983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
5984
5985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
5986         conditional [RESET_PID].
5987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
5988         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
5989         removed.
5990         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
5991         removed.
5992
5993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
5994         <tcb-offsets.h>.
5995         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5996         (__libc_vfork): New strong alias.
5997         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
5998         removed.
5999         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
6000         Removed.
6001
6002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
6003         <tcb-offsets.h>.
6004         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
6005         (__libc_vfork): New strong alias.
6006         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
6007         removed.
6008         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
6009         removed.
6010
6011 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
6012
6013         * malloc/malloc.c (mi_arena): New function.
6014         (malloc_info): Remove nested function mi_arena. Call non-nosted
6015         function mi_arena.
6016
6017 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6018
6019         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
6020         by insrwi.
6021         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
6022         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
6023         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
6024         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
6025         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
6026         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
6027         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
6028
6029 2014-05-26  Andreas Schwab  <schwab@suse.de>
6030
6031         [BZ #16984]
6032         * locale/programs/repertoire.c (repertoire_read): Add slash
6033         between I18NPATH element and file name.
6034         * locale/programs/locfile.c (locfile_read): Likewise.
6035
6036 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6037
6038         * nptl/pthread_mutexattr_settype.c
6039         (__pthread_mutexattr_settype):
6040         Disable lock elision for PTHREAD_MUTEX_NORMAL.
6041
6042 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6043
6044         * nptl/tst-mutex5 (do_test):
6045         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
6046
6047 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6048
6049         * benchtests/README: Document 'init' directive.
6050         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
6051         BENCH_INIT.
6052         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
6053         (parse_file): Recognize 'init' directive.
6054
6055 2014-05-26  Kyle McMartin  <kyle@redhat.com>
6056
6057         [BZ #16796]
6058         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
6059         alignment of struct pthread.
6060
6061 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6062
6063         [BZ #16878]
6064         * nscd/netgroupcache.c (addgetnetgrentX): Look for
6065         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6066         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
6067         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6068
6069 2014-05-25  Richard Henderson  <rth@twiddle.net>
6070
6071         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6072         (SINGLE_THREAD_P_PIC): Remove.
6073         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
6074         (SINGLE_THREAD_P_PIC): Remove.
6075
6076         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
6077         branch to syscall error ...
6078         (PSEUDO): ... here.
6079         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
6080         from __local_syscall_error to .Lsyscall_error.
6081         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
6082         (SYSCALL_ERROR): Update label name.
6083
6084         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6085         Do not use DOARGS/UNDOARGS.
6086         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
6087         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
6088         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
6089         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
6090         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
6091
6092         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
6093         block comment.
6094
6095         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
6096         define if !NOT_IN_libc.
6097         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
6098         define with non-default symbol versions.
6099
6100 2014-05-23  Richard Henderson  <rth@twiddle.net>
6101
6102         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
6103         (vfork, __vfork): Define via compat_symbol.
6104
6105         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
6106         [!HAVE_IFUNC] (vfork_compat): Remove.
6107         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
6108
6109 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6110
6111         [BZ #16978]
6112         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
6113         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
6114         variable.
6115
6116 2014-05-23  Richard Henderson  <rth@twiddle.net>
6117
6118         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
6119         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
6120         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
6121         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
6122
6123         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
6124         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
6125         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
6126         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
6127         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
6128         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
6129         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
6130         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
6131         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
6132         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
6133         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
6134         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
6135         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
6136         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
6137         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
6138         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
6139         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
6140         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
6141         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
6142         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
6143         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
6144         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
6145         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
6146         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
6147         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
6148         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
6149         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
6150         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
6151         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
6152         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
6153         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
6154         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
6155         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
6156         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
6157         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
6158         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
6159         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
6160         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
6161         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
6162         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
6163         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
6164         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
6165         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
6166         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
6167         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
6168         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
6169         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
6170         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
6171         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
6172         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
6173         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
6174         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
6175         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
6176         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
6177         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
6178         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
6179
6180         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
6181         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
6182         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
6183         before exiting on error.
6184         (__libc_vfork): New strong alias.
6185         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
6186         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
6187
6188         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
6189         that was previously under [RESET_PID].
6190         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
6191
6192         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
6193
6194 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6195
6196         [BZ #16977]
6197         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
6198         value when x - 1 is zero.
6199         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
6200         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
6201         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
6202         0.0L for an argument of 1.0L.
6203         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
6204         Likewise.
6205         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
6206         value when x - 1 is zero.
6207         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
6208         * sysdeps/i386/fpu/libm-test-ulps: Update.
6209         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6210
6211 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6212
6213         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
6214         alphasort and versionsort.
6215
6216 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6217
6218         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
6219         macro.
6220         [copysignf]: Likewise.
6221
6222 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6223
6224         * crypt/md5-crypt.c: Fix formatting.
6225
6226 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6227
6228         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
6229         (b64_from_24bit): New function.
6230
6231 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6232
6233         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
6234         libc_hidden_builtin_def to ifunc.
6235         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6236         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
6237
6238 2014-05-21  Roland McGrath  <roland@hack.frob.com>
6239
6240         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
6241         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
6242
6243 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
6244
6245         * nscd/Depend (linuxthreads): Remove.
6246         (nptl): Add.
6247         * resolv/Depend (linuxthreads): Remove.
6248         * rt/Depend (linuxthreads): Remove.
6249
6250         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
6251         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
6252         $(common-objpfx)elf/.
6253         (link-libc-before-gnulib): Likewise.
6254         (elfobjdir): Remove variable.
6255         * Makefile (install): Use $(elf-objpfx) instead of
6256         $(common-objpfx)elf/.
6257         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
6258         $(elfobjdir)/.
6259         (link-libc-deps): Likewise.
6260         ($(common-objpfx)libc.so): Likewise.
6261         ($(common-objpfx)linkobj/libc.so): Likewise.
6262         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
6263         instead of $(common-objpfx)elf/.
6264         (symbolic-link-list): Likewise.
6265         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6266         [$(cross-compiling) = no]: Likewise.
6267         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
6268         $(elfobjdir)/.
6269         (static-gnulib-arch): Likewise.
6270         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6271         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
6272         $(common-objpfx)elf/.
6273
6274 2014-05-21  Richard Henderson  <rth@redhat.com>
6275
6276         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6277         (SINGLE_THREAD_P): Use the correct width load.  Fold
6278         into the ldr offset.
6279
6280         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
6281         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
6282
6283 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
6284
6285         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
6286         (libgcc_s_resume): Use __attribute_used__.
6287         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
6288         Likewise.
6289
6290 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6291
6292         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
6293         optimization when used with float constants.
6294
6295         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6296
6297 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
6298
6299         [BZ #16915]
6300         * locale/nl_langinfo_l.c: Make direct reference to every
6301         _nl_current_CATEGORY symbol.
6302         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
6303         (tests-static): Add tst-langinfo-static.
6304         (tests-special): Add tst-langinfo-static.out.
6305         ($(objpfx)tst-langinfo.out): Redirect output.
6306         ($(objpfx)tst-langinfo-static.out): New.
6307         * localedata/tst-langinfo.sh: Send output to stdout.
6308         * localedata/tst-langinfo-static.c: New file.
6309
6310         [BZ #16965]
6311         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
6312         when the shift amount is modulo the limb size.
6313
6314 2014-05-20  Richard Henderson  <rth@redhat.com>
6315
6316         [BZ #16967]
6317         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
6318         Change type of sa_flags from unsigned int to int.
6319
6320         [BZ #16966]
6321         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
6322
6323         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
6324
6325 2014-05-20  Will Newton  <will.newton@linaro.org>
6326
6327         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6328         Test the return value of the system call in the nocancel case.
6329
6330 2014-05-20  Will Newton  <will.newton@linaro.org>
6331             Yvan Roux  <yvan.roux@linaro.org>
6332
6333         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
6334         #include of asm/ptrace.h.
6335         (PTRACE_GET_THREAD_AREA): Remove #undef.
6336         (PTRACE_GETHBPREGS): Likewise.
6337         (PTRACE_SETHBPREGS): Likewise.
6338         (struct user_regs_struct): New structure.
6339         (struct user_fpsimd_struct): New structure.
6340         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
6341         #include of asm/ptrace.h and second #include of sys/user.h.
6342         (PTRACE_GET_THREAD_AREA): Remove #undef.
6343         (PTRACE_GETHBPREGS): Likewise.
6344         (PTRACE_SETHBPREGS): Likewise.
6345         (ELF_NGREG): Use new struct user_regs_struct.
6346         (elf_fpregset_t): Use new struct user_fpsimd_struct.
6347
6348 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6349
6350         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
6351         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
6352
6353 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
6354
6355         [BZ #16958]
6356         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
6357         membar to avoid block loads/stores to overlap previous stores.
6358
6359 2014-05-17  Richard Henderson  <rth@redhat.com>
6360
6361         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
6362         Create the __##syscall_name##_nocancel entry point.
6363         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
6364         Remove; let the sysdep-cancel.h code create it.
6365
6366 2014-05-17  David S. Miller  <davem@davemloft.net>
6367
6368         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
6369         Protect with __USE_GNU.
6370         (TIOCSET_TEMPT): Likewise.
6371         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6372         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
6373         these are already provided in bits/ioctl-types.h
6374
6375 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6376
6377         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
6378         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
6379
6380         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
6381         Use wait4 regardless of [__NR_waitpid].
6382
6383 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6384
6385         PR libgcc/60166
6386         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
6387         (_FP_NANSIGN_Q): Set the quiet bit.
6388
6389 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
6390
6391         * benchtests/Makefile
6392         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
6393         not $(common-objpfx)math/libm.so.
6394         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
6395         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
6396         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
6397         $(common-objpfx)dlfcn/libdl.so.
6398         ($(objpfx)tst-audit8): Depend on $(libm), not
6399         $(common-objpfx)math/libm.so.
6400         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
6401         not $(common-objpfx)dlfcn/libdl.so.
6402         * math/Makefile
6403         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
6404         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
6405         [$(build-shared) = yes].
6406         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
6407         $(common-objpfx)nptl/libpthread.so.
6408         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
6409         $(common-objpfx)math/libm.so$(libm.so-version) or
6410         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
6411         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
6412         $(common-objpfx)dlfcn/libdl.so.
6413         * setjmp/Makefile (link-libm): Remove variable.
6414         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
6415         * stdio-common/Makefile (link-libm): Remove variable.
6416         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
6417         * stdlib/Makefile (link-libm): Remove variable.
6418         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
6419         ($(objpfx)tst-strtod-round): Likewise.
6420         ($(objpfx)tst-tininess): Likewise.
6421         ($(objpfx)tst-strtod-underflow): Likewise.
6422         ($(objpfx)tst-strtod6): Likewise.
6423         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
6424         $(libdl), not $(common-objpfx)nptl/libpthread.so and
6425         $(common-objpfx)dlfcn/libdl.so.
6426
6427 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6428
6429         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
6430         BSD terminal modes definitions.
6431
6432 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6433
6434         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
6435         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
6436
6437         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
6438         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
6439         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
6440         Don't do #include_next.
6441         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
6442         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
6443         Don't do #include_next.
6444         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
6445         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
6446         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
6447         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
6448
6449 2014-05-16  Allan McRae  <allan@archlinux.org>
6450
6451         * po/sv.po: Update Swedish translation from translation project.
6452
6453         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
6454         in sed expression.
6455
6456 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
6457
6458         [BZ #16917]
6459         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
6460         errno if the TIOCGPTN ioctl fails with an error different than
6461         EINVAL.
6462         * login/tst-ptsname.c: New file.
6463         * login/Makefile (tests): Add tst-ptsname.
6464
6465         [BZ #16943]
6466         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
6467         and prlimit64.
6468
6469 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6470
6471         [BZ #16849]
6472         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
6473         herrno to return EAI_AGAIN.
6474
6475 2014-05-14  Roland McGrath  <roland@hack.frob.com>
6476
6477         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
6478         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
6479         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
6480         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
6481         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
6482         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
6483         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
6484         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
6485         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
6486         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
6487         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
6488         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
6489         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
6490         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
6491         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
6492         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
6493         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
6494         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
6495         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
6496         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
6497         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
6498         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
6499         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
6500         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
6501         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
6502         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
6503         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
6504         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
6505         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
6506         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
6507         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
6508         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
6509         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
6510         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
6511         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6512         Moved ...
6513         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
6514         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
6515         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
6516         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
6517         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
6518         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
6519         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
6520         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
6521         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
6522         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
6523         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
6524         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
6525         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
6526         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
6527         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
6528         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
6529         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
6530         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
6531         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
6532         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
6533         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
6534         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
6535         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
6536         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
6537         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
6538         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
6539         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
6540         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
6541         Moved ...
6542         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
6543         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
6544         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
6545         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
6546         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
6547         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
6548         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
6549         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
6550         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
6551         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
6552         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
6553         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
6554         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
6555         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
6556         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
6557         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
6558         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
6559         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
6560         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
6561         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
6562         Moved ...
6563         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
6564         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
6565         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
6566
6567         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
6568         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
6569         (libpthread-sysdep_routines): Add elision-related stuff here instead.
6570         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
6571         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
6572         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
6573         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
6574         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
6575         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
6576         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
6577         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
6578         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
6579         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
6580         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
6581         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
6582         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
6583         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
6584         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
6585         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
6586         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
6587         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
6588         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
6589         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
6590         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
6591         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
6592         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
6593         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
6594         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
6595         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
6596         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
6597         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
6598
6599         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
6600         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
6601
6602         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
6603         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
6604         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
6605         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
6606         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
6607         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
6608         Moved ...
6609         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
6610         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
6611         Moved ...
6612         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
6613         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
6614         Moved ...
6615         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
6616         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
6617         Moved ...
6618         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
6619         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
6620         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
6621         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
6622         Moved ...
6623         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
6624         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
6625         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
6626         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
6627         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
6628         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
6629         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
6630         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
6631         Moved ...
6632         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
6633         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6634         Moved ...
6635         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6636         ... here.
6637         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
6638         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
6639         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
6640         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
6641         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6642         Moved ...
6643         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6644         ... here.
6645         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
6646         Moved ...
6647         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
6648         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
6649         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
6650         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
6651         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
6652         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
6653         Moved ...
6654         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
6655         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
6656         Moved ...
6657         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
6658         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
6659         Moved ...
6660         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
6661         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
6662         Moved ...
6663         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
6664         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
6665         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
6666         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
6667         Moved ...
6668         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
6669         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
6670         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
6671         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
6672         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
6673         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
6674         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
6675         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
6676         Moved ...
6677         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
6678         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6679         Moved ...
6680         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6681         ... here.
6682         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
6683         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
6684         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
6685         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
6686         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6687         Moved ...
6688         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6689         ... here.
6690         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
6691         Moved ...
6692         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
6693         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
6694         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
6695         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
6696         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
6697         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
6698         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
6699         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
6700         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
6701         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
6702         Moved ...
6703         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
6704         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
6705         Moved ...
6706         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
6707         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
6708         Moved ...
6709         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
6710         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
6711         Moved ...
6712         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
6713         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
6714         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
6715         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6716         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6717         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6718         Moved ...
6719         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6720         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6721         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6722         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6723         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6724         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6725         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6726         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6727         Moved ...
6728         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6729         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6730         Moved ...
6731         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6732         ... here.
6733         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6734         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6735         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6736         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6737         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6738         Moved ...
6739         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6740         ... here.
6741         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6742         Moved ...
6743         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6744         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6745         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6746         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6747         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6748         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6749         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6750         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6751         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6752         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6753         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6754
6755         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6756         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6757
6758         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6759         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6760
6761         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6762         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6763         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6764         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6765         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6766         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6767         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6768         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6769         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6770         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6771         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6772         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6773         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6774         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6775         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6776         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6777         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6778         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6779         Moved ...
6780         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6781         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6782         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6783         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6784         Moved ...
6785         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6786         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6787         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6788         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6789         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6790         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6791         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6792         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6793         Moved ...
6794         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6795         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6796         Moved ...
6797         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6798         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6799         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6800         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6801         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6802         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6803         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6804         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6805         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6806         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6807         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6808         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6809         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6810         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6811         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6812         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6813         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6814
6815         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6816         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6817         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6818         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6819         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6820
6821         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6822         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6823         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6824         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6825         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6826         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6827         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6828         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6829         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6830         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6831
6832         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6833         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6834
6835         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6836         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
6837         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6838         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6839         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6840         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6841         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6842         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6843         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6844         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6845         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6846         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6847         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6848         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6849         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6850         Update #include.
6851         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6852         Likewise.
6853         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6854         Likewise.
6855         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6856         Likewise.
6857         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6858         Likewise.
6859         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
6860         Likewise.
6861         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
6862         Likewise.
6863         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6864         Likewise.
6865         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
6866         Likewise.
6867         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
6868         Likewise.
6869         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
6870         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
6871         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
6872         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
6873         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
6874         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
6875         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
6876         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
6877         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
6878         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
6879         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
6880         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
6881         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
6882         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
6883         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
6884
6885         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
6886         that was previously under [RESET_PID].
6887         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
6888         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
6889         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
6890
6891         * sysdeps/i386/nptl/Implies: New file.
6892         * sysdeps/x86_64/nptl/Implies: New file.
6893         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
6894         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
6895         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
6896         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
6897
6898         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
6899         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6900         (__libc_vfork): New strong alias.
6901         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
6902         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
6903
6904         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
6905         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6906         (__libc_vfork): New strong alias.
6907         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
6908         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
6909
6910         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
6911         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6912         (__libc_vfork): New strong alias.
6913         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
6914         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
6915         * nptl/pt-vfork.c: New file.
6916         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
6917         (libpthread: GLIBC_2.20): New version set (empty).
6918
6919 2014-05-14  Will Newton  <will.newton@linaro.org>
6920
6921         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
6922         rather than #if.
6923
6924 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6925
6926         [BZ #16564]
6927         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
6928         arguments with exponent 65 or above.
6929         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
6930         arguments 0x1p113L or above.
6931         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
6932         to arguments 0x1p107L or above.
6933         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
6934         positive arguments with exponent 65 or above.
6935         * math/auto-libm-test-in: Add more tests of log1p.
6936         * math/auto-libm-test-out: Regenerated.
6937
6938         [BZ #16928]
6939         * math/s_cacos.c (__cacos): Ensure zero real part of result from
6940         non-finite arguments is +0.
6941         * math/s_cacosf.c (__cacosf): Likewise.
6942         * math/s_cacosl.c (__cacosl): Likewise.
6943         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
6944         * sysdeps/i386/fpu/libm-test-ulps: Update.
6945         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6946
6947         [BZ #16927]
6948         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
6949         value.
6950         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
6951         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
6952         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
6953         for explicit high bit of mantissa when testing for argument equal
6954         to 1.
6955         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
6956         * sysdeps/i386/fpu/libm-test-ulps: Update.
6957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6958
6959         [BZ #16516]
6960         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
6961         (__erf): Scale by 16 instead of 8 in potentially underflowing
6962         case.  Ensure exception if result actually underflows.
6963         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
6964         (__erff): Scale by 16 instead of 8 in potentially underflowing
6965         case.  Ensure exception if result actually underflows.
6966         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
6967         (efx8): Remove variable.
6968         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6969         case.  Ensure exception if result actually underflows.
6970         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
6971         (efx8): Remove variable.
6972         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6973         case.  Ensure exception if result actually underflows.
6974         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
6975         (efx8): Remove variable.
6976         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6977         case.  Ensure exception if result actually underflows.
6978         * math/auto-libm-test-in: Add more tests of erf.
6979         * math/auto-libm-test-out: Regenerated.
6980
6981 2014-05-14  Andreas Schwab  <schwab@suse.de>
6982
6983         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
6984         Remove code conditionalized on USE___THREAD.
6985
6986         * config.h.in (HAVE_PT_CHOWN): Define as 0.
6987         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
6988         not definedness.
6989
6990 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6991
6992         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
6993         Define unconditionally.
6994         (__ASSUME_O_CLOEXEC): Likewise.
6995         (__ASSUME_SOCK_CLOEXEC): Likewise.
6996         (__ASSUME_IN_NONBLOCK): Likewise.
6997         (__ASSUME_PIPE2): Likewise.
6998         (__ASSUME_EVENTFD2): Likewise.
6999         (__ASSUME_SIGNALFD4): Likewise.
7000         (__ASSUME_DUP3): Likewise.
7001         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7002         (__ASSUME_DUP3): Do not define.
7003         (__ASSUME_EVENTFD2): Likewise.
7004         (__ASSUME_IN_NONBLOCK): Likewise.
7005         (__ASSUME_O_CLOEXEC): Likewise.
7006         (__ASSUME_PIPE2): Likewise.
7007         (__ASSUME_SIGNALFD4): Likewise.
7008         (__ASSUME_SOCK_CLOEXEC): Likewise.
7009         (__ASSUME_UTIMES): Undefine.
7010         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7011         (__ASSUME_UTIMES): Do not define.
7012         (__ASSUME_O_CLOEXEC): Likewise.
7013         (__ASSUME_SOCK_CLOEXEC): Likewise.
7014         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
7015         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
7016         0x020621].
7017         (__ASSUME_PIPE2): Likewise.
7018         (__ASSUME_EVENTFD2): Likewise.
7019         (__ASSUME_SIGNALFD4): Likewise.
7020         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
7021         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
7022         Do not define.
7023         (__ASSUME_EVENTFD2): Likewise.
7024         (__ASSUME_SIGNALFD4): Likewise.
7025         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7026         (__ASSUME_32BITUIDS): Likewise.
7027         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
7028         (__ASSUME_IPC64): Likewise.
7029         (__ASSUME_ST_INO_64_BIT): Likewise.
7030         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
7031         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
7032         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7033         (__ASSUME_UTIMES): Do not define.
7034         (__ASSUME_PSELECT): Likewise.
7035         (__ASSUME_PPOLL): Likewise.
7036         (__ASSUME_O_CLOEXEC): Likewise.
7037         (__ASSUME_SOCK_CLOEXEC): Likewise.
7038         (__ASSUME_IN_NONBLOCK): Likewise.
7039         (__ASSUME_PIPE2): Likewise.
7040         (__ASSUME_EVENTFD2): Likewise.
7041         (__ASSUME_SIGNALFD4): Likewise.
7042         (__ASSUME_DUP3): Likewise.
7043         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7044         (__ASSUME_UTIMES): Likewise.
7045         (__ASSUME_O_CLOEXEC): Likewise.
7046         (__ASSUME_SOCK_CLOEXEC): Likewise.
7047         (__ASSUME_IN_NONBLOCK): Likewise.
7048         (__ASSUME_PIPE2): Likewise.
7049         (__ASSUME_EVENTFD2): Likewise.
7050         (__ASSUME_SIGNALFD4): Likewise.
7051         (__ASSUME_DUP3): Likewise.
7052         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7053         (__ASSUME_UTIMES): Likewise.
7054         (__ASSUME_O_CLOEXEC): Likewise.
7055         (__ASSUME_SOCK_CLOEXEC): Likewise.
7056         (__ASSUME_IN_NONBLOCK): Likewise.
7057         (__ASSUME_PIPE2): Likewise.
7058         (__ASSUME_EVENTFD2): Likewise.
7059         (__ASSUME_SIGNALFD4): Likewise.
7060         (__ASSUME_DUP3): Likewise.
7061         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
7062         Likewise.
7063         (__ASSUME_UTIMES): Likewise.
7064         (__ASSUME_EVENTFD2): Likewise.
7065         (__ASSUME_SIGNALFD4): Likewise.
7066         * sysdeps/unix/sysv/linux/tile/kernel-features.h
7067         (__ASSUME_O_CLOEXEC): Likewise.
7068         (__ASSUME_SOCK_CLOEXEC): Likewise.
7069         (__ASSUME_IN_NONBLOCK): Likewise.
7070         (__ASSUME_PIPE2): Likewise.
7071         (__ASSUME_EVENTFD2): Likewise.
7072         (__ASSUME_SIGNALFD4): Likewise.
7073         (__ASSUME_DUP3): Likewise.
7074         (__ASSUME_UTIMES): Undefine.
7075
7076         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
7077         feclearexcept.  Remove symbol versioning code.
7078         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
7079         symbol versioning code.
7080         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
7081         symbol versioning code.
7082         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
7083         feupdateenv.  Remove symbol versioning code.
7084         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
7085         fegetexceptflag.  Remove symbol versioning code.
7086         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
7087         fesetexceptflag.  Remove symbol versioning code.
7088         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
7089         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
7090         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
7091         (__posix_fadvise64_l32): Remove prototype.
7092         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
7093         code.
7094
7095 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7096
7097         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
7098         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
7099         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
7100         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
7101
7102 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
7103
7104         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
7105         current working directory
7106
7107 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7108
7109         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
7110         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
7111         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
7112         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
7113         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
7114         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
7115         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
7116         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
7117         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
7118         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
7119         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
7120         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
7121         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
7122         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
7123         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
7124         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
7125         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
7126         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
7127         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
7128         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
7129         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
7130         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
7131         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
7132         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
7133         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
7134         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
7135         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
7136         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
7137         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
7138         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
7139         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
7140         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
7141         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
7142         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
7143         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
7144         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
7145         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
7146         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
7147         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
7148         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
7149         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
7150         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
7151
7152         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
7153         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
7154
7155         * sysdeps/unix/sysv/linux/arm/Makefile
7156         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
7157         Add rt-aeabi_unwind_cpp_pr1.
7158         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
7159         Add nptl-aeabi_unwind_cpp_pr1.
7160         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
7161         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
7162         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
7163         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7164         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
7165         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7166
7167         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
7168         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
7169         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
7170         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
7171
7172         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
7173         Deconditionalize the code that was previously under [RESET_PID].
7174         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
7175
7176         * sysdeps/generic/exit-thread.h: New file.
7177         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
7178         * include/unistd.h (__exit_thread): Remove declaration.
7179         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
7180         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
7181         * csu/libc-start.c: Include <exit-thread.h>.
7182         (LIBC_START_MAIN): Pass no argument to __exit_thread.
7183         * nptl/pthread_create.c: Include <exit-thread.h>.
7184         (start_thread): Call __exit_thread in place of __exit_thread_inline.
7185         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
7186         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
7187         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
7188         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
7189         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
7190         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
7191         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
7192         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
7193         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
7194         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
7195         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
7196         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
7197         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
7198         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
7199         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
7200         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
7201
7202 2014-05-13  Andreas Schwab  <schwab@suse.de>
7203
7204         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
7205
7206 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
7207
7208         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7209         (__ASSUME_UTIMES): Do not condition on kernel version.
7210         (__ASSUME_PSELECT): Define unconditionally.
7211         (__ASSUME_PPOLL): Likewise.
7212         (__ASSUME_ATFCTS): Likewise.
7213         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
7214         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
7215         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
7216         (__ASSUME_UTIMENSAT): Define unconditionally.
7217         (__ASSUME_PRIVATE_FUTEX): Likewise.
7218         (__ASSUME_FALLOCATE): Likewise.
7219         (__ASSUME_O_CLOEXEC): Likewise.
7220         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
7221         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
7222         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
7223         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
7224         (__ASSUME_IN_NONBLOCK): Likewise.
7225         (__ASSUME_PIPE2): Likewise.
7226         (__ASSUME_EVENTFD2): Likewise.
7227         (__ASSUME_SIGNALFD4): Likewise.
7228         (__ASSUME_DUP3): Likewise.
7229         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7230         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
7231         (__ASSUME_AT_RANDOM): Likewise.
7232         (__ASSUME_PREADV): Likewise.
7233         (__ASSUME_PWRITEV): Likewise.
7234         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
7235         (__ASSUME_F_GETOWN_EX): Define unconditionally.
7236         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
7237         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
7238         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
7239         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7240         (__ASSUME_O_CLOEXEC): Define unconditionally.
7241         (__ASSUME_PSELECT): Do not undefine conditionally.
7242         (__ASSUME_PPOLL): Likewise.
7243         (__ASSUME_ATFCTS): Likewise.
7244         (__ASSUME_SET_ROBUST_LIST): Likewise.
7245         (__ASSUME_UTIMENSAT): Likewise.
7246         (__ASSUME_FDATASYNC): Define unconditionally.
7247         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7248         (__ASSUME_SIGFRAME_V2): Likewise.
7249         )__ASSUME_EVENTFD2): Likewise.
7250         (__ASSUME_SIGNALFD4): Likewise.
7251         (__ASSUME_PSELECT): Do not undefine conditionally.
7252         (__ASSUME_PPOLL): Likewise.
7253         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7254         (__ASSUME_PSELECT): Define unconditionally.
7255         (__ASSUME_PPOLL): Likewise.
7256         (__ASSUME_O_CLOEXEC): Likewise.
7257         (__ASSUME_SOCK_CLOEXEC): Likewise.
7258         (__ASSUME_IN_NONBLOCK): Likewise.
7259         (__ASSUME_PIPE2): Likewise.
7260         (__ASSUME_EVENTFD2): Likewise.
7261         (__ASSUME_SIGNALFD4): Likewise.
7262         (__ASSUME_DUP3): Likewise.
7263         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7264         (__ASSUME_O_CLOEXEC): Likewise.
7265         (__ASSUME_SOCK_CLOEXEC): Likewise.
7266         (__ASSUME_IN_NONBLOCK): Likewise.
7267         (__ASSUME_PIPE2): Likewise.
7268         (__ASSUME_EVENTFD2): Likewise.
7269         (__ASSUME_SIGNALFD4): Likewise.
7270         (__ASSUME_DUP3): Likewise.
7271         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7272         (__ASSUME_EVENTFD2): Likewise.
7273         (__ASSUME_SIGNALFD4): Likewise.
7274         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7275
7276 2014-05-12  Andreas Schwab  <schwab@suse.de>
7277
7278         [BZ #16932]
7279         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
7280         (_nss_nis_gethostbyname4_r): Return error if item length is larger
7281         than maximum RPC packet size.
7282         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
7283         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
7284         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
7285         (_nss_nis_getservbyport_r): Likewise.
7286
7287 2014-05-12  Will Newton  <will.newton@linaro.org>
7288
7289         * malloc/Makefile (tests): Add tst-mallopt.
7290         * malloc/tst-mallopt.c: New file.
7291
7292 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7293
7294         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
7295         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
7296
7297 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7298
7299         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
7300         (tst-tlsmod6.so): Likewise.
7301
7302 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7303
7304         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
7305
7306 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
7307
7308         [BZ #16064]
7309         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
7310         and <dl-procinfo.h>.
7311         (__fegetenv): Save SSE state in envp->__eip if supported.
7312         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
7313         envp->__eip if supported.
7314         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
7315         and <dl-procinfo.h>.
7316         (__fesetenv): Always set __eip, __cs_selector, __opcode,
7317         __data_offset and __data_selector in environment to 0.  Set SSE
7318         state if supported.
7319         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
7320         test-fenv-sse.
7321         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
7322         -mfpmath=sse.
7323         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
7324
7325 2014-05-09  Will Newton  <will.newton@linaro.org>
7326
7327         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
7328         and libc_relro_required for ARM.
7329         * sysdeps/arm/preconfigure: Regenerate.
7330
7331 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7332             Stefan Liebler  <stli@linux.vnet.ibm.com>
7333
7334         * config.make.in (enable-lock-elision): New Makefile variable.
7335         * configure.ac: Likewise.
7336         * configure: Regenerate.
7337         * sysdeps/s390/configure.ac:
7338         Add check for gcc transactions support.
7339         * sysdeps/s390/configure: Regenerate.
7340         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
7341         Build elision files if enabled.
7342         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
7343         Add lock elision support for s390.
7344         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
7345         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
7346         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
7347         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
7348         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
7349         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
7350         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7351         Likewise.
7352         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
7353         Likewise.
7354         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
7355         Likewise.
7356         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
7357         Likewise.
7358         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
7359         (__lll_timedlock_elision, __lll_lock_elision)
7360         (__lll_unlock_elision, __lll_trylock_elision)
7361         (lll_timedlock_elision, lll_lock_elision)
7362         (lll_unlock_elision, lll_trylock_elision): Add.
7363         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7364         (pthread_mutex_t): Add lock elision support for s390.
7365
7366 2014-05-14  Wilco  <wdijkstr@arm.com>
7367
7368         * sysdeps/arm/fclrexcpt.c: Cleanup.
7369         * sysdeps/arm/fedisblxcpt.c: Cleanup.
7370         * sysdeps/arm/feenablxcpt.c: Cleanup.
7371         * sysdeps/arm/fegetenv.c: Cleanup.
7372         * sysdeps/arm/fegetexcept.c: Cleanup.
7373         * sysdeps/arm/fegetround.c: Cleanup.
7374         * sysdeps/arm/feholdexcpt.c: Cleanup.
7375         * sysdeps/arm/fesetenv.c: Cleanup.
7376         * sysdeps/arm/fesetround.c: Cleanup.
7377         * sysdeps/arm/feupdateenv.c: Cleanup.
7378         * sysdeps/arm/fgetexcptflg.c: Cleanup.
7379         * sysdeps/arm/fraiseexcpt.c: Cleanup.
7380         * sysdeps/arm/fsetexcptflg.c: Cleanup.
7381         * sysdeps/arm/ftestexcept.c: Cleanup.
7382         * sysdeps/arm/get-rounding-mode.h: Cleanup.
7383         * sysdeps/arm/setfpucw.c: Cleanup.
7384
7385 2014-05-09  Will Newton  <will.newton@linaro.org>
7386
7387         * sysdeps/arm/armv7/strcmp.S: New file.
7388         * NEWS: Mention addition of ARMv7 optimized strcmp.
7389
7390 2014-05-08  Roland McGrath  <roland@hack.frob.com>
7391
7392         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
7393         look for %.ac rather than %.in.
7394
7395         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
7396         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
7397         * sysdeps/mach/hurd/configure: Regenerated.
7398         * sysdeps/unix/sysv/linux/configure: Regenerated.
7399
7400         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
7401
7402 2014-05-07  Steve Ellcey  <sellcey@mips.com>
7403
7404         [BZ# 16922]
7405         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
7406         (LONG_SUB): Ditto.
7407         (PTR_SUB): Ditto.
7408
7409 2014-05-07  Andreas Schwab  <schwab@suse.de>
7410
7411         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
7412         when skipping over non-matching result from nscd.
7413
7414 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
7415
7416         [BZ #16876]
7417         * nptl/sockperf.c (client): Check socket return value.
7418
7419         [BZ #16877]
7420         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
7421         nscd security class.
7422
7423 2014-05-06  Roland McGrath  <roland@hack.frob.com>
7424
7425         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
7426         * sysdeps/arm/unwind.h: ... here.
7427
7428 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
7429
7430         [BZ# 16916]
7431         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
7432         Define.
7433
7434 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7435
7436         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
7437         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
7438         multiarch strncpy for PPC64.
7439         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
7440         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
7441         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
7442         multiarch optimizations.
7443         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7444         (__libc_ifunc_impl_list): Likewise.
7445         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
7446         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
7447         multiarch stpncpy for PPC64.
7448         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
7449         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
7450
7451 2014-05-06  Andreas Schwab  <schwab@suse.de>
7452
7453         [BZ #16912]
7454         * gmon/mcount.c (_MCOUNT_DECL): Use
7455         atomic_compare_and_exchange_bool_acq instead of
7456         catomic_compare_and_exchange_bool_acq.
7457
7458 2014-05-05  Roland McGrath  <roland@hack.frob.com>
7459
7460         * elf/Makefile (others, install-bin): Remove pldd.
7461         (pldd-modules): Variable removed.
7462         ($(objpfx)pldd): Target removed.
7463         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
7464         (others, install-bin): Append pldd here.
7465         ($(objpfx)pldd): New target.
7466
7467         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
7468         to 0, so the first #if test emitted later doesn't see it undefined.
7469         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
7470         * sysdeps/gnu/errlist.c: Regenerated.
7471
7472 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7473
7474         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
7475         [libc_hidden_builtin_def]: Define to empty value.
7476         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
7477         [libc_hidden_builtin_def]: Likewise.
7478         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
7479         [libc_hidden_builtin_def]: Likewise.
7480         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
7481         [libc_hidden_builtin_def]: Likewise.
7482         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
7483         __redirect_memcpy and define ifunc as default hidden symbol.
7484         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
7485         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
7486
7487 2014-05-04  Adam Conrad  <adconrad@0c3.net>
7488
7489         * locale/iso-4217.def: Reintroduce XDR currency.
7490
7491 2014-05-04  Allan McRae  <allan@archlinux.org>
7492
7493         * po/eo.po: Update Esperanto translation from translation project.
7494
7495 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
7496
7497         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
7498         and FEATURE_INDEX_MAX to 1.
7499         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
7500
7501 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7502
7503         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
7504         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
7505         * iconvdata/big5.c (ONE_DIRECTION): Define.
7506         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
7507         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
7508         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
7509         * iconvdata/cp932.c (ONE_DIRECTION): Define.
7510         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
7511         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
7512         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
7513         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
7514         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
7515         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
7516         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
7517         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
7518         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
7519         * iconvdata/gbk.c (ONE_DIRECTION): Define.
7520         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
7521         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
7522         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
7523         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
7524         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
7525         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
7526         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
7527         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
7528         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
7529         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
7530         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
7531         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
7532         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
7533         * iconvdata/iso646.c (ONE_DIRECTION): Define.
7534         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
7535         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
7536         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
7537         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
7538         * iconvdata/johab.c (ONE_DIRECTION): Define.
7539         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
7540         * iconvdata/sjis.c (ONE_DIRECTION): Define.
7541         * iconvdata/t.61.c (ONE_DIRECTION): Define.
7542         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
7543         * iconvdata/tscii.c (ONE_DIRECTION): Define.
7544         * iconvdata/uhc.c (ONE_DIRECTION): Define.
7545         * iconvdata/unicode.c (ONE_DIRECTION): Define.
7546         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
7547         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
7548         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
7549
7550 2014-05-01  Roland McGrath  <roland@hack.frob.com>
7551
7552         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
7553         (_IO_JUMPS_OFFSET): Define to 0.
7554
7555         * nptl/sysdeps/pthread/bits/libc-lock.h
7556         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7557         (__libc_lock_define_initialized_recursive): Always define using
7558         initializer.  Modern compilers treat uninitialized (implicit zero) and
7559         explicit zero initializers the same (i.e. put the datum in bss).
7560
7561 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7562
7563         * nscd/nscd-client.h: Include <string.h>.
7564
7565 2014-05-01  David S. Miller  <davem@davemloft.net>
7566
7567         [BZ #16885]
7568         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
7569         multiple zero bytes exist at the end of a string.
7570         Reported by Aurelien Jarno <aurelien@aurel32.net>
7571
7572         * string/test-strcmp.c (check): Add explicit test for situations where
7573         there are multiple zero bytes after the first.
7574
7575 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7576
7577         [BZ #16890]
7578         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
7579         when compiling wprintf.
7580         * stdio-common/tstdiomisc.c (t3): New function.
7581         (main): Call it.
7582
7583 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7584
7585         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
7586         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
7587         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
7588         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
7589
7590 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7591
7592         * stdlib/longlong.h: Updated from GCC.
7593
7594 2014-05-01  Will Newton  <will.newton@linaro.org>
7595             Bernard Ogden  <bernie.ogden@linaro.org>
7596
7597         * NEWS: Update fixed bug list.
7598
7599         [BZ #15119]
7600         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
7601
7602 2014-04-30  David S. Miller  <davem@davemloft.net>
7603
7604         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
7605         (libc_feholdexcept_setround_sparc_ctx): New function.
7606         (libc_fesetenv_sparc_ctx): Likewise.
7607         (libc_feupdateenv_sparc_ctx): Likewise.
7608         (libc_feholdsetround_sparc_ctx): Likewise.
7609         (libc_feholdexcept_setround_ctx): Define.
7610         (libc_feholdexcept_setroundf_ctx): Likewise.
7611         (libc_feholdexcept_setroundl_ctx): Likewise.
7612         (libc_fesetenv_ctx): Likewise.
7613         (libc_fesetenvf_ctx): Likewise.
7614         (libc_fesetenvl_ctx): Likewise.
7615         (libc_feupdateenv_ctx): Likewise.
7616         (libc_feupdateenvf_ctx): Likewise.
7617         (libc_feupdateenvl_ctx): Likewise.
7618         (libc_feresetround_ctx): Likewise.
7619         (libc_feresetroundf_ctx): Likewise.
7620         (libc_feresetroundl_ctx): Likewise.
7621         (libc_feholdsetround_ctx): Likewise.
7622         (libc_feholdsetroundf_ctx): Likewise.
7623         (libc_feholdsetroundl_ctx): Likewise.
7624
7625         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7626         with __USE_GNU instead of XOPEN cpp guards.
7627
7628         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
7629         0.
7630
7631         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7632         with XOPEN cpp guards.
7633
7634 2014-04-30  Julian Brown  <julian@codesourcery.com>
7635
7636         [BZ #16888]
7637         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
7638         handling.
7639
7640 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
7641
7642         [BZ #9894]
7643         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
7644         Change to 2.6.32.
7645         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
7646         * sysdeps/unix/sysv/linux/configure: Regenerated.
7647         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
7648         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
7649         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
7650         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
7651         * README: Update reference to required Linux kernel version.
7652         * manual/install.texi (Linux): Update reference to required Linux
7653         kernel headers version.
7654         * INSTALL: Regenerated.
7655
7656         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
7657         header inclusion.
7658         [POSIX] (limits.h): Likewise.
7659         [POSIX] (math.h): Likewise.
7660         [POSIX] (sys/wait.h): Likewise.
7661         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
7662         function.
7663         [POSIX] (stddef.h): Do not allow header inclusion.
7664
7665 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7666
7667         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
7668
7669 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
7670
7671         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
7672         Return immediately after lll_futex_wake.
7673
7674 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7675
7676         [BZ #16791]
7677         * nscd/nscd-client.h (datahead_init_common): Initialize entire
7678         structure.
7679         (datahead_init_pos): Call datahead_init_common early.
7680         (datahead_init_neg): Likewise.
7681
7682         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
7683         datahead_init_neg): New functions.
7684         * nscd/aicache.c (addhstaiX): Use them.
7685         * nscd/grpcache.c (cache_addgr): Likewise.
7686         * nscd/hstcache.c (cache_addhst): Likewise.
7687         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7688         * nscd/netgroupcache.c (do_notfound): Likewise.
7689         (addgetnetgrentX): Likewise.
7690         (addinnetgrX): Likewise.
7691         * nscd/pwdcache.c (cache_addpw): Likewise.
7692         * nscd/servicescache.c (cache_addserv): Likewise.
7693
7694 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7695             Atsushi Onoe  <atsushi@onoe.org>
7696
7697         [BZ #14308]
7698         [BZ #12994]
7699         [BZ #13651]
7700         * resolv/res_query.c (__libc_res_nsearch): Return if at least
7701         one response is valid.
7702         * resolv/res_send.c (send_dg): Check for validity of other
7703         response if the current response is a referral.
7704
7705 2014-04-29  Steve Ellcey  <sellcey@mips.com>
7706
7707         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
7708
7709 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
7710
7711         [BZ #16823]
7712         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
7713         Always divide by positive zero when computing -Inf result.
7714         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
7715         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7716
7717 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7718
7719         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7720         FPSCR if value do not change.
7721         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7722         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7723         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7724         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7725         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7726         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7727         function.
7728
7729 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
7730
7731         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7732         * sysdeps/unix/sysv/linux/hppa: Move directory from
7733         ports/systeps/unix/sysv/linux/hppa.
7734         * README: Update listing for hppa-*-linux-gnu.
7735
7736 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
7737
7738         [BZ #16754]
7739         * manual/stdio.texi (Hook functions): Fix types of stream hook
7740         functions.
7741         [BZ #16854]
7742         * socket/sys/socket.h: Fix typo in comment.
7743
7744 2014-04-28  Wilco  <wdijkstr@arm.com>
7745
7746         * sysdeps/arm/fenv_private.h: New file.
7747         * sysdeps/arm/math_private.h: New file.
7748         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7749
7750 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
7751
7752         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7753         with __int128_t.
7754         (La_x86_64_retval): Likewise.
7755
7756 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
7757
7758         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7759         fpsr if value didn't change.
7760         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7761         to fpcr if value didn't change.
7762         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7763         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7764         fpsr or fpcr if value didn't change.
7765         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7766         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7767         fpcr if value didn't change.
7768         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7769         to fpsr if value didn't change.
7770
7771 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
7772
7773         * nptl/tst-sem3.c: Use test-skeleton.c
7774         (main): Rename to do_test.  Use return instead of
7775         exit.
7776         * nptl/tst-sem4.c: Use test-skeleton.c
7777         (main): Rename to do_test.
7778
7779 2014-04-22  David S. Miller  <davem@davemloft.net>
7780
7781         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7782         (struct sigaction): New struct member __glibc_reserved0, change
7783         type of sa_flags to int.
7784
7785 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
7786
7787         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7788         (COUNT_LEADING_ZEROS_0): Define for AArch64.
7789
7790 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7791
7792         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7793         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7794
7795 2014-04-22  Will Newton  <will.newton@linaro.org>
7796             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
7797
7798         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7799         (__longjmp): Add longjmp and longjmp_target SystemTap
7800         probes.
7801         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7802         (__sigsetjmp): Add setjmp SystemTap probe.
7803
7804 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
7805
7806         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7807         match manual order.
7808
7809 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7810
7811         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7812
7813         * sysdeps/powerpc/fpu/fenv_private.h
7814         (libc_feholdexcept_setroundl_ctx): Define to
7815         libc_feholdexcept_setround_ppc_ctx.
7816         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7817         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7818         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7819         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7820
7821 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7822
7823         * sysdeps/aarch64/math-tests.h: New file.
7824
7825 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
7826
7827         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7828         New.
7829         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7830         Check and set bit_AVX2_Usable.
7831         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7832         macro.
7833         (bit_AVX2): Likewise.
7834         (index_AVX2_Usable): Likewise.
7835         (CPUID_AVX2): Likewise.
7836         (HAS_AVX2): Likewise.
7837
7838 2014-04-17  Will Newton  <will.newton@linaro.org>
7839
7840         * manual/setjmp.texi (System V contexts): Add note that
7841         calling setcontext on a context created by a call to a
7842         signal handler is undefined.  Update text to note that
7843         setcontext from a signal handler is possible but not
7844         recommended.
7845
7846         [BZ #16629]
7847         * stdlib/tst-setcontext.c: Include signal.h.
7848         (main): Check that the signal stack before and
7849         after swapcontext is the same.
7850
7851         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7852         Re-implement to restore registers in user code and avoid
7853         rt_sigreturn system call.
7854
7855 2014-04-17  Wilco  <wdijkstr@arm.com>
7856
7857         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
7858         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
7859         * math/test-fenv.c: Skip exception trap tests on targets which only
7860         support non-stop mode.
7861
7862 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7863             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7864
7865         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
7866         (libc_feholdsetround_aarch64_ctx)
7867         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
7868         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
7869         (libc_feresetround_ctx, libc_feresetroundf_ctx)
7870         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
7871         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
7872         (libc_feresetround_noexl_ctx): Define.
7873
7874 2014-04-16  Richard Henderson  <rth@redhat.com>
7875
7876         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
7877
7878         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
7879         unwind tables.
7880
7881         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
7882         const from the non-libc, non-ldso copy.
7883
7884         * sysdeps/alpha/libm-test-ulps: Regenerate.
7885
7886 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
7887             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7888
7889         * sysdeps/aarch64/fpu/math_private.h: New file.
7890
7891 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7892
7893         * sysdeps/aarch64/libm-test-ulps: Regenerate.
7894
7895 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
7896
7897         [BZ #16275]
7898         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
7899         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
7900         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
7901         Intel MPX bound registers before _dl_profile_fixup.
7902         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
7903         registers after _dl_profile_fixup.  Save and restore bound
7904         registers bnd0/bnd1 when calling _dl_call_pltexit.
7905         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
7906         (LR_BND_OFFSET): Likewise.
7907         (LRV_BND0_OFFSET): Likewise.
7908         (LRV_BND1_OFFSET): Likewise.
7909
7910 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7911
7912         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
7913         to...
7914         * sysdeps/mach/hurd/i386/tls.h: ... here.
7915         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
7916         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
7917         fields.
7918
7919 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7920
7921         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
7922
7923 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7924
7925         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7926
7927 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7928
7929         [BZ #14770]
7930         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
7931         * sysdeps/s390/configure: Regenerate.
7932
7933         [BZ #16824]
7934         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
7935         Set round-to-nearest internally to reduce error accumulation.
7936
7937 2014-04-16  Alan Modra  <amodra@gmail.com>
7938
7939         [BZ #16740]
7940         [BZ #16619]
7941         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
7942         * math/libm-test.inc (frexp_test_data): Add tests.
7943         * NEWS: Update fixed bug list.
7944
7945 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7946
7947         * benchtests/Makefile: Depend on libraries in build directory.
7948         (bench-math): Separate out math tests.
7949         (bench-pthread): Separate out pthread tests.
7950         (bench): Include math and pthread tests.
7951
7952 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
7953
7954         [BZ #16831]
7955         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
7956         _dl_debug_initialize.
7957
7958         * configure.ac: Remove SELinux header check.
7959         * configure: Regenerate.
7960         * nscd/selinux.c (perms): Array of const char* to permission names.
7961         (nscd_request_avc_has_perm): Call security_deny_unknown to find
7962         default policy. Call string_to_security_class and string_to_av_perm to
7963         translate strings. Enforce default policy and call avs_has_perm with
7964         results of translated strings.
7965
7966 2014-04-13  David S. Miller  <davem@davemloft.net>
7967
7968         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7969
7970 2014-04-12  Allan McRae  <allan@archlinux.org>
7971
7972         [BZ #16838]
7973         * manual/string.texi (Collation Functions): Fix qsort argument
7974         order in example.
7975         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
7976
7977 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
7978
7979         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
7980         Make the test a no-op if there are no exceptions defined.
7981
7982 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
7983
7984         * elf/Makefile (tests): make tst-dlopen-aout conditional on
7985         enable-hardcoded-path-in-tests
7986
7987 2014-04-11  Will Newton  <will.newton@linaro.org>
7988
7989         * benchtests/Makefile (extra-objs): Add json-lib.o.
7990         (bench-func): Tidy up JSON output.
7991         * benchtests/bench-skeleton.c: Include json-lib.h.
7992         (main): Use JSON library functions to do output of
7993         benchmark results.
7994         * benchtests/bench-timing-type.c (main): Output the
7995         timing type simply, leaving formatting to the user.
7996         * benchtests/json-lib.c: New file.
7997         * benchtests/json-lib.h: Likewise.
7998
7999 2014-04-11  Torvald Riegel  <triegel@redhat.com>
8000
8001         [BZ #15215]
8002         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
8003         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
8004         memory barriers.  Add comments.
8005         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
8006         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
8007         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
8008         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
8009         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
8010         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
8011
8012 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
8013
8014         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
8015         * sysdeps/s390/s390-64/configure.ac: ... this ...
8016         * sysdeps/s390/configure.ac: ... to here.
8017         * sysdeps/s390/s390-32/configure: Delete file.
8018         * sysdeps/s390/s390-64/configure: Delete file.
8019         * sysdeps/s390/configure: Regenerate.
8020
8021 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
8022
8023         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
8024
8025 2014-04-11  Will Newton  <will.newton@linaro.org>
8026
8027         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
8028         to zero if it is not defined elsewhere.  (mtrim): Test
8029         the value of MALLOC_DEBUG with #if rather than #ifdef.
8030
8031 2014-04-10 Torvald Riegel  <triegel@redhat.com>
8032
8033         * benchtests/pthread_once-inputs: New file.
8034         * benchtests/pthread_once-source.c: New file.
8035         * benchtests/README: Update documentation.
8036
8037 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
8038             H.J. Lu  <hongjiu.lu@intel.com>
8039
8040         [BZ #16275]
8041         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
8042         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
8043         * sysdeps/x86_64/configure: Regenerated.
8044         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
8045         macro.
8046         (REGISTER_SAVE_RAX): Likewise.
8047         (REGISTER_SAVE_RCX): Likewise.
8048         (REGISTER_SAVE_RDX): Likewise.
8049         (REGISTER_SAVE_RSI): Likewise.
8050         (REGISTER_SAVE_RDI): Likewise.
8051         (REGISTER_SAVE_R8): Likewise.
8052         (REGISTER_SAVE_R9): Likewise.
8053         (REGISTER_SAVE_BND0): Likewise.
8054         (REGISTER_SAVE_BND1): Likewise.
8055         (REGISTER_SAVE_BND2): Likewise.
8056         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
8057         bound registers when calling _dl_fixup.
8058
8059 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8060
8061         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
8062         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
8063         of its definition.
8064         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
8065         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
8066         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
8067         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
8068         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
8069         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
8070         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
8071
8072 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
8073
8074         [BZ #15514]
8075         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
8076         pathconf(_PC_NAME_MAX).
8077
8078 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8079
8080         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
8081         Remove macro usage.
8082         (__PTHREAD_SPINS): Move definition to ...
8083         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8084         (__PTHREAD_SPINS): ... here.
8085         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8086         (__PTHREAD_SPIN): Likewise.
8087         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
8088         (__PTHREAD_SPIN): Likewise.
8089         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
8090         (__PTHREAD_SPIN): Likewise.
8091         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
8092         (__PTHREAD_SPIN): Likewise.
8093         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8094         (__PTHREAD_SPIN): Likewise.
8095         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8096         (__PTHREAD_SPIN): Likewise.
8097         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
8098         (__PTHREAD_SPIN): Likewise.
8099         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8100         (__PTHREAD_SPIN): Likewise.
8101         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8102         (__PTHREAD_SPIN): Likewise.
8103         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8104         (__PTHREAD_SPIN): Likewise.
8105         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8106         (__PTHREAD_SPIN): Likewise.
8107         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
8108         (__PTHREAD_SPIN): Likewise.
8109
8110         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8111         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
8112         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
8113         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
8114         imply folder.
8115         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
8116         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
8117         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
8118         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
8119         correct imply path.
8120         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
8121         strlen symbol for non multi-arch builds.
8122         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
8123         missing hidden_def and weak_alias.
8124
8125 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
8126
8127         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
8128
8129 2014-04-07  Will Newton  <will.newton@linaro.org>
8130
8131         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
8132         and contents.  [!_LIBC] Remove #ifndef and contents.
8133         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
8134         * string/memccpy.c (__memccpy): Use ANSI prototype.
8135         * string/memfrob.c (memfrob): Likewise.
8136         * string/strcoll.c (STRCOLL): Likewise.
8137         * string/strlen.c (strlen): Likewise.
8138         * string/strtok.c (STRTOK): Likewise.
8139         * string/strcat.c: Remove unused #include of memcopy.h.
8140         (strcat): Use ANSI prototype.
8141         * string/strchr.c: Remove unused #include of memcopy.h.
8142         (strchr): Use ANSI prototype.
8143         * string/strcmp.c: Remove unused #include of memcopy.h.
8144         (strcmp): Use ANSI prototype.
8145         * string/strcpy.c: Remove unused #include of memcopy.h.
8146         (strcpy): Use ANSI prototype.
8147
8148 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8149
8150         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
8151         * config.make.in (config-extra-cppflags): Set it from
8152         libc_extra_cppflags.
8153         * configure.ac (libc_extra_cflags): Make it accumulate over
8154         configure fragments.
8155         (libc_extra_cppflags): New flag.
8156         * configure. Regenerate.
8157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8158         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
8159         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
8160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
8161
8162         [BZ #16815]
8163         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
8164         result for FE_DOWNWARD rounding mode.
8165         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
8166         Likewise.
8167         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8168
8169 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
8170
8171         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
8172         in function argument name.
8173
8174 2014-04-03  David Svoboda  <svoboda@cert.org>
8175
8176         [BZ #5666]
8177         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
8178         explicitly.
8179
8180 2014-04-03  Roland McGrath  <roland@hack.frob.com>
8181
8182         * elf/dl-unmap-segments.h: New file.
8183         * sysdeps/generic/ldsodefs.h
8184         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
8185         * elf/dl-close.c: Include <dl-unmap-segments.h>.
8186         * elf/dl-fptr.c: Likewise.
8187         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
8188         * sysdeps/aarch64/tlsdesc.c: Likewise.
8189         * sysdeps/arm/tlsdesc.c: Likewise.
8190         * sysdeps/i386/tlsdesc.c: Likewise.
8191         * sysdeps/tile/dl-runtime.c: Likewise.
8192         * sysdeps/x86_64/tlsdesc.c: Likewise.
8193         * elf/dl-load.h: New file.
8194         * elf/dl-load.c: Include it.
8195         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
8196         Macros moved to dl-load.h.
8197         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
8198         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
8199         Use _dl_unmap_segments in place of __munmap.
8200         Break out segment-mapping loop into ...
8201         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
8202
8203 2014-04-03  Will Newton  <will.newton@linaro.org>
8204
8205         * elf/dl-lookup.c (do_lookup_x): Remove comment
8206         referring to nested function and move variable
8207         declarations down to before first use.
8208
8209 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
8210
8211         [BZ #16799]
8212         [BZ #16800]
8213         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
8214         with 0 numerator.
8215         * math/s_catanf.c (__catanf): Likewise.
8216         * math/s_catanh.c (__catanh): Likewise.
8217         * math/s_catanhf.c (__catanhf): Likewise.
8218         * math/s_catanhl.c (__catanhl): Likewise.
8219         * math/s_catanl.c (__catanl): Likewise.
8220         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
8221         by positive zero when computing -Inf result.
8222         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
8223         (catanh_test): Likewise.
8224         * sysdeps/i386/fpu/libm-test-ulps: Update.
8225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8226
8227         [BZ #16789]
8228         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
8229         instead of using underflowing value in computing result.
8230         * math/s_clog10.c (__clog10): Likewise.
8231         * math/s_clog10f.c (__clog10f): Likewise.
8232         * math/s_clog10l.c (__clog10l): Likewise.
8233         * math/s_clogf.c (__clogf): Likewise.
8234         * math/s_clogl.c (__clogl): Likewise.
8235         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
8236         (clog10_test): Likewise.
8237         * sysdeps/i386/fpu/libm-test-ulps: Update.
8238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8239
8240 2014-04-02  Alan Modra  <amodra@gmail.com>
8241
8242         [BZ #16739]
8243         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
8244         output when value is near a power of two.  Use int64_t for lx and
8245         remove casts.  Use decimal rather than hex exponent constants.
8246         Don't use long double multiplication when double will suffice.
8247         * math/libm-test.inc (nextafter_test_data): Add tests.
8248         * NEWS: Add 16739 and 16786 to bug list.
8249
8250         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
8251
8252         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
8253
8254 2014-04-01  Will Newton  <will.newton@linaro.org>
8255
8256         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
8257         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
8258
8259 2014-04-01  Florian Weimer  <fweimer@redhat.com>
8260
8261         [BZ #13347]
8262         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
8263         * nptl/tst-setuid2.c: New file.
8264         * nptl/Makefile (xtests): Add tst-setuid2.
8265
8266 2014-04-01  Alan Modra  <amodra@gmail.com>
8267
8268         [BZ #16786]
8269         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
8270
8271 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8272
8273         [BZ #6803]
8274         [BZ #6804]
8275         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
8276         set errno as appropriate.
8277         * math/w_scalbf.c (__scalbf): Likewise.
8278         * math/w_scalbl.c (__scalbl): Likewise.
8279         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
8280         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
8281         * math/libm-test.inc (scalb_test_data): Add errno expectations.
8282         Add more NaN tests.
8283
8284         [BZ #16349]
8285         * math/w_atan2.c: Include <errno.h>.
8286         (__atan2): Set errno for result underflowing to zero.
8287         * math/w_atan2f.c: Include <errno.h>.
8288         (__atan2f): Set errno for result underflowing to zero.
8289         * math/w_atan2l.c: Include <errno.h>.
8290         (__atan2l): Set errno for result underflowing to zero.
8291         * math/auto-libm-test-in: Don't allow missing errno for some atan2
8292         tests.
8293         * math/auto-libm-test-out: Regenerated.
8294
8295 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8296
8297         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
8298         Encode instruction correctly in little endian.
8299         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
8300         Likewise.
8301         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
8302         Likewise.
8303         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
8304         Likewise.
8305         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
8306         Likewise.
8307
8308 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8309
8310         [BZ #9894]
8311         * sysdeps/unix/sysv/linux/kernel-features.h
8312         [__sparc__ && !__arch64__ && !__sparc_v9__]
8313         (__ASSUME_SET_ROBUST_LIST): Do not define.
8314         [__sparc__ && !__arch64__ && !__sparc_v9__]
8315         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8316         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
8317         Likewise.
8318         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8319         (__ASSUME_FUTEX_LOCK_PI): Undefine.
8320         (__ASSUME_REQUEUE_PI): Likewise.
8321         (__ASSUME_SET_ROBUST_LIST): Likewise.
8322         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8323         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
8324         Undefine.
8325         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8326         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
8327         Likewise.
8328         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
8329         Likewise.
8330         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
8331         Likewise.
8332         * sysdeps/unix/sysv/linux/mips/kernel-features.h
8333         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
8334         Undefine.
8335         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
8336         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
8337         Likewise.
8338
8339         [BZ #16648]
8340         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8341         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
8342         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
8343
8344 2014-03-31  Will Newton  <will.newton@linaro.org>
8345
8346         * benchtests/Makefile (bench): Add ffs and ffsll to list
8347         of tests.
8348         * benchtests/ffs-inputs: New file.
8349         * benchtests/ffsll-inputs: Likewise.
8350
8351 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
8352
8353         [BZ #16770]
8354         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
8355         too large before casting to int.
8356         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
8357         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
8358         * math/libm-test.inc (scalb_test_data): Add more tests.
8359
8360 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
8361
8362         * benchtests/Makefile (DETAILED_OPT): New make option.
8363         (bench-func): Run benchmark program with -d if DETAILED_OPT is
8364         set.
8365         * benchtests/bench-skeleton.c: Include stdbool.h.
8366         (main): Store and print timings per input.
8367         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
8368         member to each argument value.
8369         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
8370         (_print_arg_data): Initialize per-input timing to 0.
8371
8372         * benchtests/Makefile (timing-type): New binary.
8373         (bench-clean): Also remove bench-timing-type.
8374         (bench): New target for timing-type.
8375         (bench-func): Print output in JSON format.
8376         * benchtests/bench-skeleton.c (main): Print output in JSON
8377         format.
8378         * benchtests/bench-timing-type.c: New file.
8379         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
8380         (TIMING_PRINT_STATS): Remove.
8381         * benchtests/scripts/bench.py (_print_arg_data): Store variant
8382         name separately.
8383
8384         * benchtests/bench-modf.c: Remove.
8385         * benchtests/modf-inputs: New inputs file.
8386
8387 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
8388
8389         [BZ #16362]
8390         * math/s_clog10.c (M_PI_LOG10E): New macro.
8391         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
8392         imaginary parts are 0.
8393         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
8394         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
8395         imaginary parts are 0.
8396         * math/s_clog10l.c (M_PI_LOG10El): New macro.
8397         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
8398         imaginary parts are 0.
8399         * math/libm-test.inc (clog10_test_data): Update expected results
8400         for when real and imaginary parts are 0.
8401
8402 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
8403
8404         * elf/dl-load.c: Finish conversion of __builtin_expect into
8405         __glibc_{un}likely.
8406
8407 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
8408
8409         [BZ #16348]
8410         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
8411         1+x for argument with exponent below -67.
8412         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
8413         Likewise.
8414         * math/auto-libm-test-in: Add more tests of exp.
8415         * math/auto-libm-test-out: Regenerated.
8416
8417 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8418
8419         [BZ #16759]
8420         * inet/getnetgrent_r.c (get_nonempty_val): New function.
8421         (nscd_getnetgrent): Use it.
8422
8423         [BZ #16760]
8424         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
8425         of stpcpy.
8426
8427 2014-03-27  Andi Kleen  <ak@linux.intel.com>
8428
8429         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
8430         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8431         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8432         (lll_robust_unlock): Remove out of line section. Use cfi
8433         intrinsics.
8434         (LLL_STUB_UNWIND_INFO*): Remove.
8435         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
8436         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8437         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8438         (lll_robust_unlock): Remove out of line section. Use cfi
8439         intrinsics.
8440         (LLL_STUB_UNWIND_INFO*): Remove.
8441
8442 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8443
8444         [BZ #16758]
8445         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
8446         blank values.
8447
8448 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
8449
8450         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
8451
8452 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
8453
8454         [BZ #16198]
8455         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
8456         fnstenv.
8457         * math/test-fenv-preserve.c: New file.
8458         * math/Makefile (tests): Add test-fenv-preserve.
8459
8460 2014-03-26  Will Newton <will.newton@linaro.org>
8461
8462         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
8463
8464 2014-03-25  Roland McGrath  <roland@hack.frob.com>
8465
8466         * scripts/versionlist.awk: Partition the version sets and emit all
8467         GLIBC_* (sorted) before all others (sorted).
8468
8469 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8470
8471         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
8472         GLIBC_2.2.5 version.
8473
8474 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8475
8476         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
8477         calls.
8478
8479         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
8480         previous change.
8481
8482         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8483
8484 2014-03-25  Andreas Schwab  <schwab@suse.de>
8485
8486         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
8487         label to be used after in6ailist is initialized.
8488
8489 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8490
8491         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8492         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8493
8494 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8495
8496         [BZ #16357]
8497         [BZ #16599]
8498         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
8499         min_plus_half.
8500         (fp_formats): Update initializers.
8501         (init_fp_formats): Initialize new field.
8502         (output_for_one_input_case): Allow underflow for results up to
8503         min_plus_half.
8504         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
8505         * math/auto-libm-test-in: Don't mark some underflows from asin and
8506         atanh as spurious.
8507         * math/auto-libm-test-out: Regenerated.
8508         * sysdeps/i386/fpu/libm-test-ulps: Update.
8509         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8510
8511 2014-03-25  Andreas Schwab  <schwab@suse.de>
8512
8513         * libio/Makefile (tst-ftell-partial-wide-ENV)
8514         (tst-ftell-active-handler-ENV): Define.
8515
8516 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
8517
8518         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
8519
8520 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8521
8522         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
8523
8524 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8525
8526         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
8527         * sysdeps/x86_64/fpu/multiarch/e_exp.c
8528         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
8529
8530 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8531
8532         [BZ #16634]
8533         * elf/dl-load.c (open_verify): Add mode parameter.
8534         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
8535         (open_path): Change from boolean 'secure' to complete flag 'mode'
8536         (_dl_map_object): Adjust.
8537         * elf/Makefile (tests): Add tst-dlopen-aout.
8538         * elf/tst-dlopen-aout.c: New test.
8539
8540 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
8541
8542         [BZ #16714]
8543         * sysdeps/unix/sysv/linux/s390/bits/stat.h
8544         (struct stat): Rename member pad0 to __glibc_reserved0.
8545
8546         [BZ #16712]
8547         * sysdeps/s390/s390-32/bits/wordsize.h
8548         (__WORDSIZE32_SIZE_ULONG): New define.
8549         * sysdeps/s390/s390-64/bits/wordsize.h
8550         (__WORDSIZE32_SIZE_ULONG): Likewise.
8551         * sysdeps/generic/stdint.h (SIZE_MAX):
8552         Define as UL if __WORDSIZE32_SIZE_ULONG.
8553
8554         [BZ #16713]
8555         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
8556         (__glibc_reserved0): New variable.
8557         (sa_flags): Change type to int.
8558
8559         * posix/Makefile (before-compile): Use += before-compile instead
8560         of a :=.
8561
8562         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8563         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8564
8565 2014-03-20  Andreas Schwab  <schwab@suse.de>
8566
8567         [BZ #16743]
8568         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
8569         non-matching result from nscd.
8570
8571 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8572
8573         * scripts/bench.py: Moved to ...
8574         * benchtests/scripts/bench.py: ... here.
8575         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
8576
8577 2014-03-24  Andreas Schwab  <schwab@suse.de>
8578
8579         [BZ #16002]
8580         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
8581         alloca_account and account alloca use for struct in6ailist.
8582
8583 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8584
8585         [BZ #16284]
8586         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
8587         rounding mode to recompute results that overflow to infinity or
8588         underflow to zero.
8589         * math/auto-libm-test-in: Don't mark tests as expected to fail for
8590         bug 16284.
8591         * math/auto-libm-test-out: Regenerated.
8592         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
8593         (ccosh_test): Likewise.
8594         (csin_test_data): Use plus_oflow.
8595         (csin_test): Use ALL_RM_TEST.
8596         (csinh_test_data): Use plus_oflow.
8597         (csinh_test): Use ALL_RM_TEST.
8598         * sysdeps/i386/fpu/libm-test-ulps: Update.
8599         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8600
8601 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
8602
8603         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
8604         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
8605         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
8606
8607         [BZ #16731]
8608         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
8609         when x - 1 is zero.
8610         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8611         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8612         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8613         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
8614         argument is 1.
8615         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
8616         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
8617         zero.
8618         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
8619         * sysdeps/i386/fpu/libm-test-ulps: Update.
8620         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8621
8622 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8623
8624         * scripts/bench.pl: Remove file.
8625         * scripts/bench.py: New benchmark script.
8626         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
8627         * benchtests/README: Mention python dependency.
8628         * scripts/pylintrc: New file.
8629         * scripts/pylint: New file.
8630
8631         * bits/mathdef.h: Use #ifdef instead of #if.
8632         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
8633         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8634         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
8635         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8636         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
8637         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8638
8639 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8640             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8641
8642         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
8643         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
8644         and strpbrk-ppc64 objects.
8645         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8646         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
8647         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
8648         multiarch strpbrk for POWER7.
8649         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
8650         multiarch strpbrk for PPC64.
8651         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
8652         ifunc selector.
8653         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
8654         strpbrk for POWER7.
8655
8656 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8657
8658         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
8659         (atan_test): Likewise.
8660         (atanh_test_data): Use NO_TEST_INLINE for two tests.
8661         (atanh_test): Use ALL_RM_TEST.
8662         (atan2_test_data): Likewise.
8663         (cabs_test): Likewise.
8664         (cacosh_test): Likewise.
8665         (carg_test): Likewise.
8666         (casin_test): Likewise.
8667         (casinh_test): Likewise.
8668         (cbrt_test): Likewise.
8669         (csqrt_test): Likewise.
8670         (erf_test): Likewise.
8671         (erfc_test): Likewise.
8672         (pow10_test): Likewise.
8673         (exp2_test): Likewise.
8674         (hypot_test): Likewise.
8675         (j0_test): Likewise.
8676         (j1_test): Likewise.
8677         (lgamma_test): Likewise.
8678         (gamma_test): Likewise.
8679         (sincos_test): Likewise.
8680         (tanh_test): Likewise.
8681         (y0_test): Likewise.
8682         (y1_test): Likewise.
8683         * sysdeps/i386/fpu/libm-test-ulps: Update.
8684         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8685
8686 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8687
8688         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
8689         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
8690         and strcspn-ppc64 objects.
8691         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8692         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
8693         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
8694         multiarch strcspn for POWER7.
8695         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
8696         multiarch strcspn for PPC64.
8697         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
8698         ifunc selector.
8699         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
8700         strcspn for POWER7.
8701
8702 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8703
8704         * math/gen-libm-test.pl (generate_testfile): Expect only function
8705         name as argument to AUTO_TESTS_* and pass results for all rounding
8706         modes to parse_args.
8707         (parse_auto_input): Separate inputs of automatic tests from
8708         outputs before storing in %auto_tests.
8709         * math/libm-test.inc (acos_test_data): Update call to
8710         AUTO_TESTS_f_f.
8711         (acos_test): Use ALL_RM_TEST.
8712         (acos_tonearest_test_data): Remove.
8713         (acos_test_tonearest): Likewise.
8714         (acos_towardzero_test_data): Likewise.
8715         (acos_test_towardzero): Likewise.
8716         (acos_downward_test_data): Likewise.
8717         (acos_test_downward): Likewise.
8718         (acos_upward_test_data): Likewise.
8719         (acos_test_upward): Likewise.
8720         (acosh_test_data): Update call to AUTO_TESTS_f_f.
8721         (asin_test_data): Likewise.
8722         (asin_test): Use ALL_RM_TEST.
8723         (asin_tonearest_test_data): Remove.
8724         (asin_test_tonearest): Likewise.
8725         (asin_towardzero_test_data): Likewise.
8726         (asin_test_towardzero): Likewise.
8727         (asin_downward_test_data): Likewise.
8728         (asin_test_downward): Likewise.
8729         (asin_upward_test_data): Likewise.
8730         (asin_test_upward): Likewise.
8731         (asinh_test_data): Update call to AUTO_TESTS_f_f.
8732         (atan_test_data): Likewise.
8733         (atanh_test_data): Likewise.
8734         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8735         (cabs_test_data): Update call to AUTO_TESTS_c_f.
8736         (carg_test_data): Likewise.
8737         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8738         (ccos_test_data): Update call to AUTO_TESTS_c_c.
8739         (ccosh_test_data): Likewise.
8740         (cexp_test_data): Likewise.
8741         (clog_test_data): Likewise.
8742         (clog10_test_data): Likewise.
8743         (cos_test_data): Update call to AUTO_TESTS_f_f.
8744         (cos_test): Use ALL_RM_TEST.
8745         (cos_tonearest_test_data): Remove.
8746         (cos_test_tonearest): Likewise.
8747         (cos_towardzero_test_data): Likewise.
8748         (cos_test_towardzero): Likewise.
8749         (cos_downward_test_data): Likewise.
8750         (cos_test_downward): Likewise.
8751         (cos_upward_test_data): Likewise.
8752         (cos_test_upward): Likewise.
8753         (cosh_test_data): Update call to AUTO_TESTS_f_f.
8754         (cosh_test): Use ALL_RM_TEST.
8755         (cosh_tonearest_test_data): Remove.
8756         (cosh_test_tonearest): Likewise.
8757         (cosh_towardzero_test_data): Likewise.
8758         (cosh_test_towardzero): Likewise.
8759         (cosh_downward_test_data): Likewise.
8760         (cosh_test_downward): Likewise.
8761         (cosh_upward_test_data): Likewise.
8762         (cosh_test_upward): Likewise.
8763         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8764         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8765         (ctan_test_data): Likewise.
8766         (ctan_test): Use ALL_RM_TEST.
8767         (ctan_tonearest_test_data): Remove.
8768         (ctan_test_tonearest): Likewise.
8769         (ctan_towardzero_test_data): Likewise.
8770         (ctan_test_towardzero): Likewise.
8771         (ctan_downward_test_data): Likewise.
8772         (ctan_test_downward): Likewise.
8773         (ctan_upward_test_data): Likewise.
8774         (ctan_test_upward): Likewise.
8775         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8776         (ctanh_test): Use ALL_RM_TEST.
8777         (ctanh_tonearest_test_data): Remove.
8778         (ctanh_test_tonearest): Likewise.
8779         (ctanh_towardzero_test_data): Likewise.
8780         (ctanh_test_towardzero): Likewise.
8781         (ctanh_downward_test_data): Likewise.
8782         (ctanh_test_downward): Likewise.
8783         (ctanh_upward_test_data): Likewise.
8784         (ctanh_test_upward): Likewise.
8785         (erf_test_data): Update call to AUTO_TESTS_f_f.
8786         (erfc_test_data): Likewise.
8787         (exp_test_data): Likewise.
8788         (exp_test): Use ALL_RM_TEST.
8789         (exp_tonearest_test_data): Remove.
8790         (exp_test_tonearest): Likewise.
8791         (exp_towardzero_test_data): Likewise.
8792         (exp_test_towardzero): Likewise.
8793         (exp_downward_test_data): Likewise.
8794         (exp_test_downward): Likewise.
8795         (exp_upward_test_data): Likewise.
8796         (exp_test_upward): Likewise.
8797         (exp10_test_data): Update call to AUTO_TESTS_f_f.
8798         (exp10_test): Use ALL_RM_TEST.
8799         (exp10_tonearest_test_data): Remove.
8800         (exp10_test_tonearest): Likewise.
8801         (exp10_towardzero_test_data): Likewise.
8802         (exp10_test_towardzero): Likewise.
8803         (exp10_downward_test_data): Likewise.
8804         (exp10_test_downward): Likewise.
8805         (exp10_upward_test_data): Likewise.
8806         (exp10_test_upward): Likewise.
8807         (exp2_test_data): Update call to AUTO_TESTS_f_f.
8808         (expm1_test_data): Likewise.
8809         (expm1_test): Use ALL_RM_TEST.
8810         (expm1_tonearest_test_data): Remove.
8811         (expm1_test_tonearest): Likewise.
8812         (expm1_towardzero_test_data): Likewise.
8813         (expm1_test_towardzero): Likewise.
8814         (expm1_downward_test_data): Likewise.
8815         (expm1_test_downward): Likewise.
8816         (expm1_upward_test_data): Likewise.
8817         (expm1_test_upward): Likewise.
8818         (fma_test_data): Update call to AUTO_TESTS_fff_f.
8819         (fma_test): Use ALL_RM_TEST.
8820         (fma_towardzero_test_data): Remove.
8821         (fma_test_towardzero): Likewise.
8822         (fma_downward_test_data): Likewise.
8823         (fma_test_downward): Likewise.
8824         (fma_upward_test_data): Likewise.
8825         (fma_test_upward): Likewise.
8826         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8827         (j0_test_data): Update call to AUTO_TESTS_f_f.
8828         (j1_test_data): Likewise.
8829         (jn_test_data): Update call to AUTO_TESTS_if_f.
8830         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8831         (log_test_data): Update call to AUTO_TESTS_f_f.
8832         (log10_test_data): Likewise.
8833         (log1p_test_data): Likewise.
8834         (log2_test_data): Likewise.
8835         (pow_test_data): Update call to AUTO_TESTS_ff_f.
8836         (pow_tonearest_test_data): Likewise.
8837         (sin_test_data): Update call to AUTO_TESTS_f_f.
8838         (sin_test): Use ALL_RM_TEST.
8839         (sin_tonearest_test_data): Remove.
8840         (sin_test_tonearest): Likewise.
8841         (sin_towardzero_test_data): Likewise.
8842         (sin_test_towardzero): Likewise.
8843         (sin_downward_test_data): Likewise.
8844         (sin_test_downward): Likewise.
8845         (sin_upward_test_data): Likewise.
8846         (sin_test_upward): Likewise.
8847         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8848         (sinh_test_data): Update call to AUTO_TESTS_f_f.
8849         (sinh_test): Use ALL_RM_TEST.
8850         (sinh_tonearest_test_data): Remove.
8851         (sinh_test_tonearest): Likewise.
8852         (sinh_towardzero_test_data): Likewise.
8853         (sinh_test_towardzero): Likewise.
8854         (sinh_downward_test_data): Likewise.
8855         (sinh_test_downward): Likewise.
8856         (sinh_upward_test_data): Likewise.
8857         (sinh_test_upward): Likewise.
8858         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
8859         (sqrt_test): Use ALL_RM_TEST.
8860         (sqrt_tonearest_test_data): Remove.
8861         (sqrt_test_tonearest): Likewise.
8862         (sqrt_towardzero_test_data): Likewise.
8863         (sqrt_test_towardzero): Likewise.
8864         (sqrt_downward_test_data): Likewise.
8865         (sqrt_test_downward): Likewise.
8866         (sqrt_upward_test_data): Likewise.
8867         (sqrt_test_upward): Likewise.
8868         (tan_test_data): Update call to AUTO_TESTS_f_f.
8869         (tan_test): Use ALL_RM_TEST.
8870         (tan_tonearest_test_data): Remove.
8871         (tan_test_tonearest): Likewise.
8872         (tan_towardzero_test_data): Likewise.
8873         (tan_test_towardzero): Likewise.
8874         (tan_downward_test_data): Likewise.
8875         (tan_test_downward): Likewise.
8876         (tan_upward_test_data): Likewise.
8877         (tan_test_upward): Likewise.
8878         (tanh_test_data): Update call to AUTO_TESTS_f_f.
8879         (tgamma_test_data): Likewise.
8880         (y0_test_data): Likewise.
8881         (y1_test_data): Likewise.
8882         (yn_test_data): Update call to AUTO_TESTS_if_f.
8883         (main): Do not call removed functions.
8884
8885 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8886
8887         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
8888         (ldexp_test_data): Remove.
8889         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
8890         scalbn_test_data.
8891         (scalb_test): Use ALL_RM_TEST.
8892
8893 2014-03-19  Andreas Schwab  <schwab@suse.de>
8894
8895         * nscd/nscd.service: Also invalidate netgroup cache on reload.
8896
8897 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
8898
8899         [BZ #16649]
8900         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8901         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
8902         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
8903         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8904         (__ASSUME_PREADV): Undefine.
8905         (__ASSUME_PWRITEV): Likewise.
8906
8907 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8908
8909         * bits/mman-linux.h: Add comment about non-Linux use.
8910         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
8911         bits/mman-linux.h resting place.
8912
8913         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
8914         * bits/mman-linux.h: ... here.
8915
8916 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8917
8918         * conform/conformtest.pl: Add standard definition when calling C
8919         preprocessor on data files.
8920         (checknamespace): Remove unused variable.
8921
8922 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8923
8924         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
8925         minus_oflow, plus_uflow and minus_uflow in expected results.
8926         * math/libm-test.inc (scalbn_test_data): Add more tests of
8927         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
8928         minus_uflow.
8929         (scalbn_test): Use ALL_RM_TEST.
8930         (scalbln_test_data): Add more tests of negative arguments.  Use
8931         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
8932         (scalbln_test): Use ALL_RM_TEST.
8933
8934 2014-03-18  Roland McGrath  <roland@hack.frob.com>
8935
8936         * scripts/abilist.awk: Ignore symbols marked with .hidden.
8937
8938 2014-03-18  Will Newton  <will.newton@linaro.org>
8939
8940         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
8941         inaccurate comment.
8942
8943 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8944
8945         * Makerules [!subdir] (check-abi): Exit with error status if a
8946         test failed.
8947
8948 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8949
8950         * math/libm-test.inc (nearbyint_test_data): Include all tests used
8951         for rint.  Include results for all rounding modes.
8952         (nearbyint_test): Use ALL_RM_TEST.
8953         (rint_test_data): Include all tests used for nearbyint.
8954
8955 2014-03-17  Will Newton  <will.newton@linaro.org>
8956
8957         * nptl/sysdeps/pthread/pthread.h: Revert previous
8958         change.
8959
8960         * sysdeps/generic/ldsodefs.h: Revert previous
8961         change.
8962
8963         * libio/genops.c: Revert previous change.
8964         * libio/libioP.h: Likewise.
8965         * stdio-common/vfprintf.c: Likewise.
8966
8967         * sysdeps/generic/math_private.h: Revert previous
8968         change.
8969
8970         * sysdeps/generic/math_private.h: Check whether
8971         HAVE_RM_CTX is defined with #ifdef rather
8972         than #if.
8973
8974         * argp/argp-fmtstream.h: Check whether
8975         __STRICT_ANSI__ is defined with #ifdef rather
8976         than #if.
8977         * argp/argp.h: Likewise.
8978
8979         * libio/genops.c: Check whether
8980         _IO_JUMPS_OFFSET is defined with #ifdef rather
8981         than #if.
8982         * libio/libioP.h: Likewise.
8983         * stdio-common/vfprintf.c: Likewise.
8984
8985         * sysdeps/generic/ldsodefs.h: Check whether
8986         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
8987         than #if.
8988
8989         * nptl/sysdeps/pthread/pthread.h: Check
8990         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
8991         its value.
8992
8993 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
8994
8995         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
8996         setting O_APPEND.
8997         * libio/tst-ftell-active-handler.c (do_append_test): Add a
8998         test case.
8999
9000         [BZ #16680]
9001         * libio/fileops.c (_IO_file_open): Seek to end of file but
9002         don't cache the offset.
9003         (get_file_offset): Remove function.
9004         (do_ftell): Use cached offset when available.
9005         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
9006         don't cache the offset.
9007         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
9008         case.
9009         (do_one_test): Call it.
9010         (do_ftell_test): Fix up expected old offset for a+ mode.
9011         * libio/wfileops.c (do_ftell_wide): Used cached offset when
9012         available.
9013
9014         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
9015         up test status with function return status.
9016         (do_write_test): Likewise.
9017         (do_append_test): Likewise.
9018
9019         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
9020         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
9021         Remove.
9022
9023 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9024
9025         * math/gen-libm-test.pl (parse_args): Handle results specified for
9026         each rounding mode separately.
9027         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
9028         tests and results from lrint_tonearest_test_data,
9029         lrint_towardzero_test_data, lrint_downward_test_data and
9030         lrint_upward_test_data.
9031         (lrint_test): Use ALL_RM_TEST.
9032         (lrint_tonearest_test_data): Remove.
9033         (lrint_test_tonearest): Likewise.
9034         (lrint_towardzero_test_data): Likewise.
9035         (lrint_test_towardzero): Likewise.
9036         (lrint_downward_test_data): Likewise.
9037         (lrint_test_downward): Likewise.
9038         (lrint_upward_test_data): Likewise.
9039         (lrint_test_upward): Likewise.
9040         (llrint_test_data): Merge in per-rounding-mode tests and results
9041         from llrint_tonearest_test_data, llrint_towardzero_test_data,
9042         llrint_downward_test_data and llrint_upward_test_data.
9043         (llrint_test): Use ALL_RM_TEST.
9044         (llrint_tonearest_test_data): Remove.
9045         (llrint_test_tonearest): Likewise.
9046         (llrint_towardzero_test_data): Likewise.
9047         (llrint_test_towardzero): Likewise.
9048         (llrint_downward_test_data): Likewise.
9049         (llrint_test_downward): Likewise.
9050         (llrint_upward_test_data): Likewise.
9051         (llrint_test_upward): Likewise.
9052         (rint_test_data): Merge in per-rounding-mode tests and results
9053         from rint_tonearest_test_data, rint_towardzero_test_data,
9054         rint_downward_test_data and rint_upward_test_data.  Add
9055         per-rounding-mode results for tests not in those arrays.
9056         (rint_test): Use ALL_RM_TEST.
9057         (rint_tonearest_test_data): Remove.
9058         (rint_test_tonearest): Likewise.
9059         (rint_towardzero_test_data): Likewise.
9060         (rint_test_towardzero): Likewise.
9061         (rint_downward_test_data): Likewise.
9062         (rint_test_downward): Likewise.
9063         (rint_upward_test_data): Likewise.
9064         (rint_test_upward): Likewise.
9065         (main): Don't call removed functions.
9066
9067 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9068
9069         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
9070         "Compiled on ..." crapola.  It is anti-useful.
9071
9072 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
9073
9074         * scripts/evaluate-test.sh: Handle fourth argument to determine
9075         whether test run should stop on failure.
9076         * Makeconfig (stop-on-test-failure): New variable.
9077         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
9078         $(stop-on-test-failure).
9079         * Makefile (tests): Give a summary of results from testing and
9080         exit with failure status if they include an ERROR or FAIL.
9081         (xtests): Likewise.
9082         * manual/install.texi (Configuring and compiling): Mention
9083         stop-on-test-failure=y.
9084         * INSTALL: Regenerated.
9085
9086 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9087
9088         * scripts/versionlist.awk: New file.
9089         * Makerules [$(build-shared) = yes]
9090         (postclean-generated): Add Versions.def, not Versions.def.v and
9091         Versions.def.v.i.
9092         ($(common-objpfx)Versions.def.v.i): Target removed.
9093         ($(common-objpfx)Versions.def): New target.
9094         ($(common-objpfx)Versions.all): Depend on that rather that
9095         $(common-objpfx)Versions.def.v.
9096         * Versions.def: File removed.
9097
9098         * Makeconfig (+gccwarn): Add -Wundef.
9099         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
9100         a dl-sysdep.h breaking its contract.
9101         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
9102         * include/stackinfo.h: New file.
9103         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
9104         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
9105         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
9106         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
9107         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
9108         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
9109         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9110         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9111         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9112         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9113         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9114         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
9115         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9116         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9117         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9118
9119 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9120
9121         [BZ #16707]
9122         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
9123         implementation.
9124         * math/libm-test.inc (round_test_data): Add more tests.
9125
9126         [BZ #16706]
9127         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
9128         implementation.
9129         * math/libm-test.inc (nearbyint_test_data): Add more tests.
9130
9131         [BZ #16701]
9132         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
9133         implementation.
9134         * math/libm-test.inc (ceil_test_data): Add more tests.
9135
9136         * math/libm-test.inc (trunc_test_data): Add more tests related to
9137         BZ#16414.
9138
9139 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9140
9141         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
9142         with #if rather than #ifdef.
9143         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
9144
9145 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
9146
9147         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
9148         first.  Disable AVX-512 GCC support if assembler doesn't support
9149         it.
9150         * sysdeps/x86_64/configure: Regenerated.
9151
9152 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
9153
9154         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
9155         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
9156         (__old_pthread_attr_setstack): Likewise.
9157         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
9158         [!_STACK_GROWS_DOWN]: Likewise.
9159
9160 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
9161
9162         * config.make.in (have-bash2): Delete.
9163         * configure.ac (libc_cv_have_bash2): Delete.
9164         * configure: Regenerate.
9165         * elf/Makefile (common-ldd-rewrite): Rename to ...
9166         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
9167         (sh-ldd-rewrite): Delete.
9168         (bash-ldd-rewrite): Delete.
9169         (have-bash2): Delete checks.
9170         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
9171         ldd-rewrite.
9172
9173         * config.make.in (have-ksh): Delete.
9174         (KSH): Delete.
9175         * configure.ac (libc_cv_have_ksh): Delete.
9176         * configure: Regenerate.
9177
9178         * elf/Makefile: Delete $(have-ksh) check.
9179         ($(objpfx)sotruss): Change KSH to BASH.
9180         * elf/sotruss.ksh: Rename to ...
9181         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
9182         function style to match POSIX.  Drop ksh vim mode setting.
9183
9184         * manual/time.texi (Specifying the Time Zone with TZ): Change
9185         Tuesday to Thursday.
9186
9187         * debug/tst-longjmp_chk2.c: Update header comment.
9188         (stackoverflow_handler): Add comment.  Call assert on pass value.
9189
9190 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
9191
9192         [BZ #16194]
9193         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
9194         (HAVE_AVX512_ASM_SUPPORT): Likewise.
9195         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
9196         (La_x86_64_vector): Add zmm.
9197         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
9198         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
9199         ($(objpfx)tst-audit10): New target.
9200         ($(objpfx)tst-audit10.out): Likewise.
9201         (tst-audit10-ENV): New.
9202         (AVX512-CFLAGS): Likewise.
9203         (CFLAGS-tst-audit10.c): Likewise.
9204         (CFLAGS-tst-auditmod10a.c): Likewise.
9205         (CFLAGS-tst-auditmod10b.c): Likewise.
9206         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
9207         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
9208         * sysdeps/x86_64/configure: Regenerated.
9209         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
9210         AVX-512 zmm register support.
9211         (_dl_x86_64_save_sse): Likewise.
9212         (_dl_x86_64_restore_sse): Likewise.
9213         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
9214         size vector registers.
9215         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
9216         (ZMM_SIZE): Likewise.
9217         * sysdeps/x86_64/tst-audit10.c: New file.
9218         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
9219         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
9220
9221 2014-03-13  Roland McGrath  <roland@hack.frob.com>
9222
9223         * configure.ac (HAVE_EHDR_START): New check.
9224         * configure: Regenerated.
9225         * config.h.in (HAVE_EHDR_START): New #undef.
9226         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
9227         assuming the lowest-addressed segment maps the start of the file.
9228
9229 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
9230
9231         * INSTALL: Regenerated.
9232
9233 2014-03-13  Will Newton  <will.newton@linaro.org>
9234
9235         * manual/setjmp.texi (System V contexts): Improve
9236         clarity and grammar of documentation.
9237
9238 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
9239
9240         [BZ #16381]
9241         * elf/Makefile (tests): Add tst-pie2.
9242         (tests-pie): Add tst-pie2.
9243         * elf/tst-pie2.c: New file.
9244         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
9245         for ET_EXEC.
9246         * elf/rtld.c (map_doit): Load executable as lt_executable.
9247         (dl_main): Likewise.
9248
9249 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
9250
9251         [BZ #16642]
9252         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9253         (__ASSUME_PSELECT): Undefine.
9254
9255 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9256
9257         [BZ #16689]
9258         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
9259         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
9260         static build.
9261         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
9262         selector for static builds.
9263
9264 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9265
9266         [BZ #16695]
9267         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
9268         key in the buffer.
9269
9270 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9271
9272         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
9273         IFUNC selector for static builds.
9274
9275 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
9276
9277         * sysdeps/mips/math_private.h [__mips_hard_float]
9278         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
9279         libc_feresetround_mips_ctx.
9280         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
9281         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
9282         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
9283
9284         [BZ #16677]
9285         * math/s_nextafter.c (__nextafter): Do not return value from
9286         overflowing computation.
9287         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
9288         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9289         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
9290         Likewise.
9291         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
9292         Likewise.
9293         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
9294         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
9295
9296 2014-03-11  Roland McGrath  <roland@hack.frob.com>
9297
9298         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
9299         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
9300         Move sfi_sp use from the load-multiple (that no longer sets sp) to
9301         the new mov targetting sp.
9302
9303 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9304
9305         [BZ #16683]
9306         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
9307         Define it for static builds as well.
9308         (NO_BZERO_IMPL): Likewise.
9309
9310 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9311
9312         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
9313         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
9314         multiarch strspn for PPC64.
9315         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
9316         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
9317         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9318         (__libc_ifunc_impl_list): Likewise.
9319         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
9320         multiarch optimizations
9321         * string/strspn.c (strspn): Using macro to redefine symbol name.
9322
9323 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9324             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9325
9326         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
9327         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
9328         multiarch strncat for PPC64.
9329         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
9330         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
9331         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9332         (__libc_ifunc_impl_list): Likewise.
9333         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
9334         multiarch optimizations
9335
9336 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9337
9338         [BZ #16639]
9339         * nscd/nscd.service: Make service type forking.
9340
9341 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9342
9343         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
9344         sign in non default rounding modes.
9345         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
9346
9347 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
9348
9349         * math/libm-test.inc (ALL_RM_TEST): New macro.
9350         (ceil_test): Use ALL_RM_TEST.
9351         (cimag_test): Likewise.
9352         (conj_test): Likewise.
9353         (copysign_test): Likewise.
9354         (cproj_test): Likewise.
9355         (creal_test): Likewise.
9356         (fabs_test): Likewise.
9357         (floor_test): Likewise.
9358         (fmax_test): Likewise.
9359         (fmin_test): Likewise.
9360         (fmod_test): Likewise.
9361         (fpclassify_test): Likewise.
9362         (frexp_test): Likewise.
9363         (ilogb_test): Likewise.
9364         (isfinite_test): Likewise.
9365         (finite_test): Likewise.
9366         (isgreater_test): Likewise.
9367         (isgreaterequal_test): Likewise.
9368         (isinf_test): Likewise.
9369         (isless_test): Likewise.
9370         (islessequal_test): Likewise.
9371         (islessgreater_test): Likewise.
9372         (isnan_test): Likewise.
9373         (isnormal_test): Likewise.
9374         (issignaling_test): Likewise.
9375         (isunordered_test): Likewise.
9376         (logb_test): Likewise.
9377         (logb_downward_test_data): Remove.
9378         (logb_test_downward): Likewise.
9379         (lround_test): Use ALL_RM_TEST.
9380         (llround_test): Likewise.
9381         (modf_test): Likewise.
9382         (nexttoward_test): Likewise.
9383         (remainder_test): Likewise.
9384         (drem_test): Likewise.
9385         (remainder_tonearest_test_data): Likewise.
9386         (remainder_test_tonearest): Likewise.
9387         (drem_test_tonearest): Likewise.
9388         (remainder_towardzero_test_data): Likewise.
9389         (remainder_test_towardzero): Likewise.
9390         (drem_test_towardzero): Likewise.
9391         (remainder_downward_test_data): Likewise.
9392         (remainder_test_downward): Likewise.
9393         (drem_test_downward): Likewise.
9394         (remainder_upward_test_data): Likewise.
9395         (remainder_test_upward): Likewise.
9396         (drem_test_upward): Likewise.
9397         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
9398         (round_test): Use ALL_RM_TEST.
9399         (signbit_test): Likewise.
9400         (trunc_test): Likewise.
9401         (significand_test): Likewise.
9402         (main): Don't call removed functions.
9403
9404 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9405
9406         [BZ #16674]
9407         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
9408         || __USE_XOPEN2K8].
9409         (ILL_ILLOPN): Likewise.
9410         (ILL_ILLADR): Likewise.
9411         (ILL_ILLTRP): Likewise.
9412         (ILL_PRVOPC): Likewise.
9413         (ILL_PRVREG): Likewise.
9414         (ILL_COPROC): Likewise.
9415         (ILL_BADSTK): Likewise.
9416         (FPE_INTDIV): Likewise.
9417         (FPE_INTOVF): Likewise.
9418         (FPE_FLTDIV): Likewise.
9419         (FPE_FLTOVF): Likewise.
9420         (FPE_FLTUND): Likewise.
9421         (FPE_FLTRES): Likewise.
9422         (FPE_FLTINV): Likewise.
9423         (FPE_FLTSUB): Likewise.
9424         (SEGV_MAPERR): Likewise.
9425         (SEGV_ACCERR): Likewise.
9426         (BUS_ADRALN): Likewise.
9427         (BUS_ADRERR): Likewise.
9428         (BUS_OBJERR): Likewise.
9429         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9430         (TRAP_TRACE): Likewise.
9431         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9432         __USE_XOPEN2K8].
9433         (CLD_KILLED): Likewise.
9434         (CLD_DUMPED): Likewise.
9435         (CLD_TRAPPED): Likewise.
9436         (CLD_STOPPED): Likewise.
9437         (CLD_CONTINUED): Likewise.
9438         (POLL_IN): Likewise.
9439         (POLL_OUT): Likewise.
9440         (POLL_MSG): Likewise.
9441         (POLL_ERR): Likewise.
9442         (POLL_PRI): Likewise.
9443         (POLL_HUP): Likewise.
9444         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
9445         Likewise.
9446         (ILL_ILLOPN): Likewise.
9447         (ILL_ILLADR): Likewise.
9448         (ILL_ILLTRP): Likewise.
9449         (ILL_PRVOPC): Likewise.
9450         (ILL_PRVREG): Likewise.
9451         (ILL_COPROC): Likewise.
9452         (ILL_BADSTK): Likewise.
9453         (FPE_INTDIV): Likewise.
9454         (FPE_INTOVF): Likewise.
9455         (FPE_FLTDIV): Likewise.
9456         (FPE_FLTOVF): Likewise.
9457         (FPE_FLTUND): Likewise.
9458         (FPE_FLTRES): Likewise.
9459         (FPE_FLTINV): Likewise.
9460         (FPE_FLTSUB): Likewise.
9461         (SEGV_MAPERR): Likewise.
9462         (SEGV_ACCERR): Likewise.
9463         (BUS_ADRALN): Likewise.
9464         (BUS_ADRERR): Likewise.
9465         (BUS_OBJERR): Likewise.
9466         (BUS_MCEERR_AR): Likewise.
9467         (BUS_MCEERR_AO): Likewise.
9468         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9469         (TRAP_TRACE): Likewise.
9470         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9471         __USE_XOPEN2K8].
9472         (CLD_KILLED): Likewise.
9473         (CLD_DUMPED): Likewise.
9474         (CLD_TRAPPED): Likewise.
9475         (CLD_STOPPED): Likewise.
9476         (CLD_CONTINUED): Likewise.
9477         (POLL_IN): Likewise.
9478         (POLL_OUT): Likewise.
9479         (POLL_MSG): Likewise.
9480         (POLL_ERR): Likewise.
9481         (POLL_PRI): Likewise.
9482         (POLL_HUP): Likewise.
9483         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
9484         (ILL_ILLOPN): Likewise.
9485         (ILL_ILLADR): Likewise.
9486         (ILL_ILLTRP): Likewise.
9487         (ILL_PRVOPC): Likewise.
9488         (ILL_PRVREG): Likewise.
9489         (ILL_COPROC): Likewise.
9490         (ILL_BADSTK): Likewise.
9491         (FPE_INTDIV): Likewise.
9492         (FPE_INTOVF): Likewise.
9493         (FPE_FLTDIV): Likewise.
9494         (FPE_FLTOVF): Likewise.
9495         (FPE_FLTUND): Likewise.
9496         (FPE_FLTRES): Likewise.
9497         (FPE_FLTINV): Likewise.
9498         (FPE_FLTSUB): Likewise.
9499         (SEGV_MAPERR): Likewise.
9500         (SEGV_ACCERR): Likewise.
9501         (BUS_ADRALN): Likewise.
9502         (BUS_ADRERR): Likewise.
9503         (BUS_OBJERR): Likewise.
9504         (BUS_MCEERR_AR): Likewise.
9505         (BUS_MCEERR_AO): Likewise.
9506         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9507         (TRAP_TRACE): Likewise.
9508         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9509         __USE_XOPEN2K8].
9510         (CLD_KILLED): Likewise.
9511         (CLD_DUMPED): Likewise.
9512         (CLD_TRAPPED): Likewise.
9513         (CLD_STOPPED): Likewise.
9514         (CLD_CONTINUED): Likewise.
9515         (POLL_IN): Likewise.
9516         (POLL_OUT): Likewise.
9517         (POLL_MSG): Likewise.
9518         (POLL_ERR): Likewise.
9519         (POLL_PRI): Likewise.
9520         (POLL_HUP): Likewise.
9521         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
9522         Likewise.
9523         (ILL_ILLOPN): Likewise.
9524         (ILL_ILLADR): Likewise.
9525         (ILL_ILLTRP): Likewise.
9526         (ILL_PRVOPC): Likewise.
9527         (ILL_PRVREG): Likewise.
9528         (ILL_COPROC): Likewise.
9529         (ILL_BADSTK): Likewise.
9530         (ILL_BADIADDR): Likewise.
9531         (ILL_BREAK): Likewise.
9532         (FPE_INTDIV): Likewise.
9533         (FPE_INTOVF): Likewise.
9534         (FPE_FLTDIV): Likewise.
9535         (FPE_FLTOVF): Likewise.
9536         (FPE_FLTUND): Likewise.
9537         (FPE_FLTRES): Likewise.
9538         (FPE_FLTINV): Likewise.
9539         (FPE_FLTSUB): Likewise.
9540         (FPE_DECOVF): Likewise.
9541         (FPE_DECDIV): Likewise.
9542         (FPE_DECERR): Likewise.
9543         (FPE_INVASC): Likewise.
9544         (FPE_INVDEC): Likewise.
9545         (SEGV_MAPERR): Likewise.
9546         (SEGV_ACCERR): Likewise.
9547         (SEGV_PSTKOVF): Likewise.
9548         (BUS_ADRALN): Likewise.
9549         (BUS_ADRERR): Likewise.
9550         (BUS_OBJERR): Likewise.
9551         (BUS_MCEERR_AR): Likewise.
9552         (BUS_MCEERR_AO): Likewise.
9553         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9554         (TRAP_TRACE): Likewise.
9555         (TRAP_BRANCH): Likewise.
9556         (TRAP_HWBKPT): Likewise.
9557         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9558         __USE_XOPEN2K8].
9559         (CLD_KILLED): Likewise.
9560         (CLD_DUMPED): Likewise.
9561         (CLD_TRAPPED): Likewise.
9562         (CLD_STOPPED): Likewise.
9563         (CLD_CONTINUED): Likewise.
9564         (POLL_IN): Likewise.
9565         (POLL_OUT): Likewise.
9566         (POLL_MSG): Likewise.
9567         (POLL_ERR): Likewise.
9568         (POLL_PRI): Likewise.
9569         (POLL_HUP): Likewise.
9570         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
9571         (ILL_ILLOPN): Likewise.
9572         (ILL_ILLADR): Likewise.
9573         (ILL_ILLTRP): Likewise.
9574         (ILL_PRVOPC): Likewise.
9575         (ILL_PRVREG): Likewise.
9576         (ILL_COPROC): Likewise.
9577         (ILL_BADSTK): Likewise.
9578         (FPE_INTDIV): Likewise.
9579         (FPE_INTOVF): Likewise.
9580         (FPE_FLTDIV): Likewise.
9581         (FPE_FLTOVF): Likewise.
9582         (FPE_FLTUND): Likewise.
9583         (FPE_FLTRES): Likewise.
9584         (FPE_FLTINV): Likewise.
9585         (FPE_FLTSUB): Likewise.
9586         (SEGV_MAPERR): Likewise.
9587         (SEGV_ACCERR): Likewise.
9588         (BUS_ADRALN): Likewise.
9589         (BUS_ADRERR): Likewise.
9590         (BUS_OBJERR): Likewise.
9591         (BUS_MCEERR_AR): Likewise.
9592         (BUS_MCEERR_AO): Likewise.
9593         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9594         (TRAP_TRACE): Likewise.
9595         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9596         __USE_XOPEN2K8].
9597         (CLD_KILLED): Likewise.
9598         (CLD_DUMPED): Likewise.
9599         (CLD_TRAPPED): Likewise.
9600         (CLD_STOPPED): Likewise.
9601         (CLD_CONTINUED): Likewise.
9602         (POLL_IN): Likewise.
9603         (POLL_OUT): Likewise.
9604         (POLL_MSG): Likewise.
9605         (POLL_ERR): Likewise.
9606         (POLL_PRI): Likewise.
9607         (POLL_HUP): Likewise.
9608         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
9609         (ILL_ILLOPN): Likewise.
9610         (ILL_ILLADR): Likewise.
9611         (ILL_ILLTRP): Likewise.
9612         (ILL_PRVOPC): Likewise.
9613         (ILL_PRVREG): Likewise.
9614         (ILL_COPROC): Likewise.
9615         (ILL_BADSTK): Likewise.
9616         (FPE_INTDIV): Likewise.
9617         (FPE_INTOVF): Likewise.
9618         (FPE_FLTDIV): Likewise.
9619         (FPE_FLTOVF): Likewise.
9620         (FPE_FLTUND): Likewise.
9621         (FPE_FLTRES): Likewise.
9622         (FPE_FLTINV): Likewise.
9623         (FPE_FLTSUB): Likewise.
9624         (SEGV_MAPERR): Likewise.
9625         (SEGV_ACCERR): Likewise.
9626         (BUS_ADRALN): Likewise.
9627         (BUS_ADRERR): Likewise.
9628         (BUS_OBJERR): Likewise.
9629         (BUS_MCEERR_AR): Likewise.
9630         (BUS_MCEERR_AO): Likewise.
9631         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9632         (TRAP_TRACE): Likewise.
9633         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9634         __USE_XOPEN2K8].
9635         (CLD_KILLED): Likewise.
9636         (CLD_DUMPED): Likewise.
9637         (CLD_TRAPPED): Likewise.
9638         (CLD_STOPPED): Likewise.
9639         (CLD_CONTINUED): Likewise.
9640         (POLL_IN): Likewise.
9641         (POLL_OUT): Likewise.
9642         (POLL_MSG): Likewise.
9643         (POLL_ERR): Likewise.
9644         (POLL_PRI): Likewise.
9645         (POLL_HUP): Likewise.
9646         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
9647         (ILL_ILLOPN): Likewise.
9648         (ILL_ILLADR): Likewise.
9649         (ILL_ILLTRP): Likewise.
9650         (ILL_PRVOPC): Likewise.
9651         (ILL_PRVREG): Likewise.
9652         (ILL_COPROC): Likewise.
9653         (ILL_BADSTK): Likewise.
9654         (FPE_INTDIV): Likewise.
9655         (FPE_INTOVF): Likewise.
9656         (FPE_FLTDIV): Likewise.
9657         (FPE_FLTOVF): Likewise.
9658         (FPE_FLTUND): Likewise.
9659         (FPE_FLTRES): Likewise.
9660         (FPE_FLTINV): Likewise.
9661         (FPE_FLTSUB): Likewise.
9662         (SEGV_MAPERR): Likewise.
9663         (SEGV_ACCERR): Likewise.
9664         (BUS_ADRALN): Likewise.
9665         (BUS_ADRERR): Likewise.
9666         (BUS_OBJERR): Likewise.
9667         (BUS_MCEERR_AR): Likewise.
9668         (BUS_MCEERR_AO): Likewise.
9669         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9670         (TRAP_TRACE): Likewise.
9671         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9672         __USE_XOPEN2K8].
9673         (CLD_KILLED): Likewise.
9674         (CLD_DUMPED): Likewise.
9675         (CLD_TRAPPED): Likewise.
9676         (CLD_STOPPED): Likewise.
9677         (CLD_CONTINUED): Likewise.
9678         (POLL_IN): Likewise.
9679         (POLL_OUT): Likewise.
9680         (POLL_MSG): Likewise.
9681         (POLL_ERR): Likewise.
9682         (POLL_PRI): Likewise.
9683         (POLL_HUP): Likewise.
9684         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
9685         (ILL_ILLOPN): Likewise.
9686         (ILL_ILLADR): Likewise.
9687         (ILL_ILLTRP): Likewise.
9688         (ILL_PRVOPC): Likewise.
9689         (ILL_PRVREG): Likewise.
9690         (ILL_COPROC): Likewise.
9691         (ILL_BADSTK): Likewise.
9692         (ILL_DBLFLT): Likewise.
9693         (ILL_HARDWALL): Likewise.
9694         (FPE_INTDIV): Likewise.
9695         (FPE_INTOVF): Likewise.
9696         (FPE_FLTDIV): Likewise.
9697         (FPE_FLTOVF): Likewise.
9698         (FPE_FLTUND): Likewise.
9699         (FPE_FLTRES): Likewise.
9700         (FPE_FLTINV): Likewise.
9701         (FPE_FLTSUB): Likewise.
9702         (SEGV_MAPERR): Likewise.
9703         (SEGV_ACCERR): Likewise.
9704         (BUS_ADRALN): Likewise.
9705         (BUS_ADRERR): Likewise.
9706         (BUS_OBJERR): Likewise.
9707         (BUS_MCEERR_AR): Likewise.
9708         (BUS_MCEERR_AO): Likewise.
9709         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9710         (TRAP_TRACE): Likewise.
9711         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9712         __USE_XOPEN2K8].
9713         (CLD_KILLED): Likewise.
9714         (CLD_DUMPED): Likewise.
9715         (CLD_TRAPPED): Likewise.
9716         (CLD_STOPPED): Likewise.
9717         (CLD_CONTINUED): Likewise.
9718         (POLL_IN): Likewise.
9719         (POLL_OUT): Likewise.
9720         (POLL_MSG): Likewise.
9721         (POLL_ERR): Likewise.
9722         (POLL_PRI): Likewise.
9723         (POLL_HUP): Likewise.
9724         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9725         (ILL_ILLOPN): Likewise.
9726         (ILL_ILLADR): Likewise.
9727         (ILL_ILLTRP): Likewise.
9728         (ILL_PRVOPC): Likewise.
9729         (ILL_PRVREG): Likewise.
9730         (ILL_COPROC): Likewise.
9731         (ILL_BADSTK): Likewise.
9732         (FPE_INTDIV): Likewise.
9733         (FPE_INTOVF): Likewise.
9734         (FPE_FLTDIV): Likewise.
9735         (FPE_FLTOVF): Likewise.
9736         (FPE_FLTUND): Likewise.
9737         (FPE_FLTRES): Likewise.
9738         (FPE_FLTINV): Likewise.
9739         (FPE_FLTSUB): Likewise.
9740         (SEGV_MAPERR): Likewise.
9741         (SEGV_ACCERR): Likewise.
9742         (BUS_ADRALN): Likewise.
9743         (BUS_ADRERR): Likewise.
9744         (BUS_OBJERR): Likewise.
9745         (BUS_MCEERR_AR): Likewise.
9746         (BUS_MCEERR_AO): Likewise.
9747         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9748         (TRAP_TRACE): Likewise.
9749         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9750         __USE_XOPEN2K8].
9751         (CLD_KILLED): Likewise.
9752         (CLD_DUMPED): Likewise.
9753         (CLD_TRAPPED): Likewise.
9754         (CLD_STOPPED): Likewise.
9755         (CLD_CONTINUED): Likewise.
9756         (POLL_IN): Likewise.
9757         (POLL_OUT): Likewise.
9758         (POLL_MSG): Likewise.
9759         (POLL_ERR): Likewise.
9760         (POLL_PRI): Likewise.
9761         (POLL_HUP): Likewise.
9762         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9763         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9764
9765         [BZ #16670]
9766         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9767         before #include of <time.h>.
9768         [!__USE_XOPEN2K] (__need_timespec): Likewise.
9769         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9770         (test-xfail-UNIX98/sched.h/conform): Likewise.
9771
9772 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9773
9774         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9775         error absence of trapping exception support.
9776         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9777
9778 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9779
9780         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9781         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9782         * timezone/Makefile (testdata): Move definition above include of
9783         Rules.
9784         (test-zones): New variable.
9785         (tests-special): Add zone files.
9786         (build-testdata): Use $(evaluate-test).
9787
9788         * elf/Makefile (tests-special): Rename tests to end with .out.
9789         ($(objpfx)noload-mem): Likewise.
9790         ($(objpfx)tst-leaks1-mem): Likewise.
9791         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9792         * iconv/Makefile (xtests-special): Change test-iconvconfig to
9793         $(objpfx)test-iconvconfig.out.
9794         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
9795         set -e inside subshell and redirect output to file.
9796         * iconvdata/Makefile (generated): Rename tests to end with .out.
9797         Correct type.
9798         (tests-special): Rename tests to end with .out.
9799         ($(objpfx)mtrace-tst-loading): Likewise.
9800         * intl/Makefile (generated): Likewise.
9801         (tests-special): Likewise.
9802         ($(objpfx)mtrace-tst-gettext): Likewise.
9803         * misc/Makefile (generated): Likewise.
9804         (tests-special): Likewise.
9805         ($(objpfx)tst-error1-mem): Likewise.
9806         * nptl/Makefile (tests-special): Likewise.
9807         ($(objpfx)tst-stack3-mem): Likewise.
9808         (generated): Likewise.
9809         * posix/Makefile (generated): Likewise.
9810         (tests-special): Likewise.
9811         (xtests-special): Likewise.
9812         ($(objpfx)tst-fnmatch-mem): Likewise.
9813         ($(objpfx)bug-regex2-mem): Likewise.
9814         ($(objpfx)bug-regex14-mem): Likewise.
9815         ($(objpfx)bug-regex21-mem): Likewise.
9816         ($(objpfx)bug-regex31-mem): Likewise.
9817         ($(objpfx)tst-vfork3-mem): Likewise.
9818         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9819         ($(objpfx)tst-pcre-mem): Likewise.
9820         ($(objpfx)tst-boost-mem): Likewise.
9821         ($(objpfx)bug-ga2-mem): Likewise.
9822         ($(objpfx)bug-glob2-mem): Likewise.
9823         * resolv/Makefile (generate): Likewise.
9824         (tests-special): Likewise.
9825         (xtests-special): Likewise.
9826         (generated): Likewise.
9827         ($(objpfx)mtrace-tst-leaks): Likewise.
9828         ($(objpfx)mtrace-tst-leaks2): Likewise.
9829
9830         * scripts/merge-test-results.sh: New file.
9831         * Makefile (tests-special-notdir): New variable.
9832         (tests): Run merge-test-results.sh.
9833         (xtests): Likewise.
9834         * Rules (tests-special-notdir): New variable.
9835         (xtests-special-notdir): Likewise.
9836         (tests): Run merge-test-results.sh
9837         (xtests): Likewise.
9838
9839         * Makeconfig (test-xfail-name): New variable.
9840         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9841         compute variable name for expected failures.
9842         * conform/Makefile (conformtest-headers-data): New variable.
9843         (conformtest-standards): Likewise.
9844         (conformtest-headers-ISO): Likewise.
9845         (conformtest-headers-ISO99): Likewise.
9846         (conformtest-headers-ISO11): Likewise.
9847         (conformtest-headers-POSIX): Likewise.
9848         (conformtest-headers-XPG3): Likewise.
9849         (conformtest-headers-XPG4): Likewise.
9850         (conformtest-headers-UNIX98): Likewise.
9851         (conformtest-headers-XOPEN2K): Likewise.
9852         (conformtest-headers-POSIX2008): Likewise.
9853         (conformtest-headers-XOPEN2K8): Likewise.
9854         (conformtest-header-list-base): Likewise.
9855         (conformtest-header-list-tests): Likewise.
9856         (conformtest-header-base): Likewise.
9857         (conformtest-header-tests): Likewise.
9858         (tests-special): Add $(conformtest-header-list-tests).  If
9859         [$(fast-check) && !$(cross-compiling)], add
9860         $(conformtest-header-tests) instead of
9861         $(objpfx)run-conformtest.out.
9862         (generated): Add $(conformtest-header-list-base).  If
9863         [$(fast-check) && !$(cross-compiling)], add
9864         $(conformtest-header-base).  Remove previous setting.
9865         ($(conformtest-header-list-tests)): New target.
9866         (test-xfail-run-conformtest): Remove variable.
9867         ($(objpfx)run-conformtest.out): Remove target.
9868         (test-xfail-ISO11/complex.h/conform): New variable.
9869         (test-xfail-ISO11/stdalign.h/conform): Likewise.
9870         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
9871         (test-xfail-XPG3/varargs.h/conform): Likewise.
9872         (test-xfail-XPG4/varargs.h/conform): Likewise.
9873         (test-xfail-UNIX98/varargs.h/conform): Likewise.
9874         (test-xfail-XPG4/ndbm.h/conform): Likewise.
9875         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
9876         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
9877         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
9878         (test-xfail-XPG3/fcntl.h/conform): Likewise.
9879         (test-xfail-XPG3/ftw.h/conform): Likewise.
9880         (test-xfail-XPG3/grp.h/conform): Likewise.
9881         (test-xfail-XPG3/langinfo.h/conform): Likewise.
9882         (test-xfail-XPG3/limits.h/conform): Likewise.
9883         (test-xfail-XPG3/pwd.h/conform): Likewise.
9884         (test-xfail-XPG3/search.h/conform): Likewise.
9885         (test-xfail-XPG3/signal.h/conform): Likewise.
9886         (test-xfail-XPG3/stdio.h/conform): Likewise.
9887         (test-xfail-XPG3/stdlib.h/conform): Likewise.
9888         (test-xfail-XPG3/string.h/conform): Likewise.
9889         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
9890         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
9891         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
9892         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
9893         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
9894         (test-xfail-XPG3/sys/types.h/conform): Likewise.
9895         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
9896         (test-xfail-XPG3/termios.h/conform): Likewise.
9897         (test-xfail-XPG3/time.h/conform): Likewise.
9898         (test-xfail-XPG3/unistd.h/conform): Likewise.
9899         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
9900         (test-xfail-XPG4/fcntl.h/conform): Likewise.
9901         (test-xfail-XPG4/langinfo.h/conform): Likewise.
9902         (test-xfail-XPG4/netdb.h/conform): Likewise.
9903         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
9904         (test-xfail-XPG4/signal.h/conform): Likewise.
9905         (test-xfail-XPG4/stdio.h/conform): Likewise.
9906         (test-xfail-XPG4/stdlib.h/conform): Likewise.
9907         (test-xfail-XPG4/stropts.h/conform): Likewise.
9908         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
9909         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
9910         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
9911         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
9912         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
9913         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
9914         (test-xfail-XPG4/sys/time.h/conform): Likewise.
9915         (test-xfail-XPG4/sys/types.h/conform): Likewise.
9916         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
9917         (test-xfail-XPG4/termios.h/conform): Likewise.
9918         (test-xfail-XPG4/ucontext.h/conform): Likewise.
9919         (test-xfail-XPG4/unistd.h/conform): Likewise.
9920         (test-xfail-XPG4/utmpx.h/conform): Likewise.
9921         (test-xfail-POSIX/sched.h/conform): Likewise.
9922         (test-xfail-POSIX/signal.h/conform): Likewise.
9923         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9924         (test-xfail-POSIX/tar.h/conform): Likewise.
9925         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
9926         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
9927         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
9928         (test-xfail-UNIX98/netdb.h/conform): Likewise.
9929         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
9930         (test-xfail-UNIX98/sched.h/conform): Likewise.
9931         (test-xfail-UNIX98/signal.h/conform): Likewise.
9932         (test-xfail-UNIX98/stdio.h/conform): Likewise.
9933         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
9934         (test-xfail-UNIX98/stropts.h/conform): Likewise.
9935         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
9936         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
9937         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
9938         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
9939         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
9940         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
9941         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
9942         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
9943         (test-xfail-UNIX98/unistd.h/conform): Likewise.
9944         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
9945         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
9946         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
9947         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
9948         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
9949         (test-xfail-XOPEN2K/math.h/conform): Likewise.
9950         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
9951         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
9952         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
9953         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
9954         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
9955         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
9956         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
9957         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
9958         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
9959         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
9960         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
9961         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
9962         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
9963         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
9964         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
9965         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
9966         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
9967         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
9968         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
9969         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
9970         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
9971         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
9972         (test-xfail-POSIX2008/signal.h/conform): Likewise.
9973         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
9974         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
9975         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
9976         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
9977         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
9978         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
9979         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
9980         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
9981         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
9982         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
9983         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
9984         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
9985         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
9986         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
9987         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
9988         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
9989         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
9990         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
9991         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
9992         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
9993         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
9994         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
9995         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
9996         (conformtest-cc-flags): Likewise.
9997         ($(conformtest-header-tests): New target.
9998         * conform/check-header-lists.sh: New file.
9999         * conform/run-conformtest.sh: Remove.
10000
10001         * conform/conformtest.pl: Allow ' and \ in values given for
10002         constants.
10003         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
10004         inclusion.
10005         [POSIX] (sys/types.h): Likewise.
10006         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
10007         inclusion.
10008         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
10009         inclusion.
10010         * conform/data/signal.h-data (SIGIO): Remove expectation.
10011         [XPG3] (SIGBUS): Do not expect.
10012         [POSIX || XPG3] (SIGPOLL): Likewise.
10013         [POSIX || XPG3] (SIGPROF): Likewise.
10014         [POSIX || XPG3] (SIGSYS): Likewise.
10015         [XPG3] (SIGTRAP): Likewise.
10016         [POSIX || XPG3] (SIGURG): Likewise.
10017         [POSIX || XPG3] (SIGVTALRM): Likewise.
10018         [POSIX || XPG3] (SIGXCPU): Likewise.
10019         [POSIX || XPG3] (SIGXFSZ): Likewise.
10020         [POSIX] (SA_SIGINFO): Expect.
10021         [XPG3] (siginfo_t): Do not expect type or contents.
10022         [POSIX] (si_pid): Do not expect element.
10023         [POSIX] (si_uid): Likewise.
10024         [POSIX] (si_addr): Likewise.
10025         [POSIX] (si_status): Likewise.
10026         [POSIX] (si_band): Likewise.
10027         [XPG4] (si_value): Likewise.
10028         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
10029         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
10030         [POSIX || XPG3] (ILL_ILLADR): Likewise.
10031         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
10032         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
10033         [POSIX || XPG3] (ILL_PRVREG): Likewise.
10034         [POSIX || XPG3] (ILL_COPROC): Likewise.
10035         [POSIX || XPG3] (ILL_BADSTK): Likewise.
10036         [POSIX || XPG3] (FPE_INTDIV): Likewise.
10037         [POSIX || XPG3] (FPE_INTOVF): Likewise.
10038         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
10039         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
10040         [POSIX || XPG3] (FPE_FLTUND): Likewise.
10041         [POSIX || XPG3] (FPE_FLTRES): Likewise.
10042         [POSIX || XPG3] (FPE_FLTINV): Likewise.
10043         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
10044         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
10045         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
10046         [POSIX || XPG3] (BUS_ADRALN): Likewise.
10047         [POSIX || XPG3] (BUS_ADRERR): Likewise.
10048         [POSIX || XPG3] (BUS_OBJERR): Likewise.
10049         [POSIX || XPG3] (CLD_EXITED): Likewise.
10050         [POSIX || XPG3] (CLD_KILLED): Likewise.
10051         [POSIX || XPG3] (CLD_DUMPED): Likewise.
10052         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
10053         [POSIX || XPG3] (CLD_STOPPED): Likewise.
10054         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
10055         [POSIX || XPG3] (POLL_IN): Likewise.
10056         [POSIX || XPG3] (POLL_OUT): Likewise.
10057         [POSIX || XPG3] (POLL_MSG): Likewise.
10058         [POSIX || XPG3] (POLL_ERR): Likewise.
10059         [POSIX || XPG3] (POLL_PRI): Likewise.
10060         [POSIX || XPG3] (POLL_HUP): Likewise.
10061         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
10062         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
10063         (SIG*): Do not allow.
10064         [XPG3] (si_*): Likewise.
10065         [XPG3] (SI_*): Likewise.
10066         [XPG3 || XPG4] (sigev_*): Likewise.
10067         [XPG3 || XPG4] (SIGEV_*): Likewise.
10068         [XPG3 || XPG4] (sival_*): Likewise.
10069         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
10070         [POSIX || XPG3] (BUS_*): Likewise.
10071         [POSIX || XPG3] (CLD_*): Likewise.
10072         [POSIX || XPG3] (FPE_*): Likewise.
10073         [POSIX || XPG3] (ILL_*): Likewise.
10074         [POSIX || XPG3] (POLL_*): Likewise.
10075         [POSIX || XPG3] (SEGV_*): Likewise.
10076         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
10077         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
10078         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
10079         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
10080         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
10081         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
10082         Specify type and value.
10083         (TVERSLEN): Likewise.
10084         (REGTYPE): Likewise.
10085         (AREGTYPE): Likewise.
10086         (LNKTYPE): Likewise.
10087         (SYMTYPE): Likewise.
10088         (CHRTYPE): Likewise.
10089         (BLKTYPE): Likewise.
10090         (DIRTYPE): Likewise.
10091         (FIFOTYPE): Likewise.
10092         (CONTTYPE): Likewise.
10093         (TSUID): Likewise.
10094         (TSGID): Likewise.
10095         (TSVTX): Likewise.
10096         (TUREAD): Likewise.
10097         (TUWRITE): Likewise.
10098         (TUEXEC): Likewise.
10099         (TGREAD): Likewise.
10100         (TGWRITE): Likewise.
10101         (TGEXEC): Likewise.
10102         (TOREAD): Likewise.
10103         (TOWRITE): Likewise.
10104         (TOEXEC): Likewise.
10105         [POSIX] (TSVTX): Expect constant.
10106
10107 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
10108
10109         * Makefile (tests): Change dependencies to ....
10110         (tests-special): ... additions to this variable.
10111         (tests): Depend on $(tests-special).
10112         * Makerules (check-abi-list): New variable.
10113         (check-abi): Depend on $(check-abi-list).
10114         [$(subdir) = elf] (tests-special): Add
10115         $(objpfx)check-abi-libc.out.
10116         [$(build-shared) = yes && subdir] (tests-special): Add
10117         $(check-abi-list).
10118         [$(build-shared) = yes && subdir] (tests): Do not depend on
10119         check-abi.
10120         * Rules (tests): Depend on $(tests-special).
10121         (xtests): Depend on $(xtests-special).
10122         * catgets/Makefile (tests): Change dependencies to ....
10123         (tests-special): ... additions to this variable.
10124         * conform/Makefile (tests): Change dependencies to ....
10125         (tests-special): ... additions to this variable.
10126         * elf/Makefile (tests): Change dependencies to ....
10127         (tests-special): ... additions to this variable.
10128         * grp/Makefile (tests): Change dependencies to ....
10129         (tests-special): ... additions to this variable.
10130         * iconv/Makefile (xtests): Change dependencies to ....
10131         (xtests-special): ... additions to this variable.
10132         * iconvdata/Makefile (tests): Change dependencies to ....
10133         (tests-special): ... additions to this variable.
10134         * intl/Makefile (tests): Change dependencies to ....
10135         (tests-special): ... additions to this variable.  Also add
10136         $(objpfx)tst-gettext.out.
10137         * io/Makefile (tests): Change dependencies to ....
10138         (tests-special): ... additions to this variable.
10139         * libio/Makefile (tests): Change dependencies to ....
10140         (tests-special): ... additions to this variable.
10141         * malloc/Makefile (tests): Change dependencies to ....
10142         (tests-special): ... additions to this variable.
10143         * misc/Makefile (tests): Change dependencies to ....
10144         (tests-special): ... additions to this variable.
10145         * nptl/Makefile (tests): Change dependencies to ....
10146         (tests-special): ... additions to this variable.
10147         * nptl_db/Makefile (tests): Change dependencies to ....
10148         (tests-special): ... additions to this variable.
10149         * posix/Makefile (tests): Change dependencies to ....
10150         (tests-special): ... additions to this variable.
10151         (xtests): Change dependencies to ....
10152         (xtests-special): ... additions to this variable.
10153         * resolv/Makefile (tests): Change dependencies to ....
10154         (tests-special): ... additions to this variable.
10155         (xtests): Change dependencies to ....
10156         (xtests-special): ... additions to this variable.
10157         * stdio-common/Makefile (tests): Change dependencies to ....
10158         (tests-special): ... additions to this variable.
10159         (do-tst-unbputc): Remove target.
10160         (do-tst-printf): Likewise.
10161         * stdlib/Makefile (tests): Change dependencies to ....
10162         (tests-special): ... additions to this variable.
10163         * string/Makefile (tests): Change dependencies to ....
10164         (tests-special): ... additions to this variable.
10165         * sysdeps/x86/Makefile (tests): Change dependencies to ....
10166         (tests-special): ... additions to this variable.
10167
10168         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
10169         whole file.
10170         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
10171         whole file.
10172         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
10173         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
10174
10175         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
10176         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
10177         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
10178         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
10179         * conform/data/libgen.h-data [XPG3]: Likewise.
10180         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
10181         * conform/data/ndbm.h-data [XPG3]: Likewise.
10182         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10183         * conform/data/netdb.h-data [XPG3]: Likewise.
10184         * conform/data/netinet/in.h-data [XPG3]: Likewise.
10185         * conform/data/poll.h-data [XPG3]: Likewise.
10186         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10187         * conform/data/strings.h-data [XPG3]: Likewise.
10188         * conform/data/stropts.h-data [XPG3]: Likewise.
10189         * conform/data/sys/mman.h-data [XPG3]: Likewise.
10190         * conform/data/sys/resource.h-data [XPG3]: Likewise.
10191         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
10192         Likewise.
10193         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
10194         * conform/data/sys/time.h-data [XPG3]: Likewise.
10195         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
10196         * conform/data/sys/uio.h-data [XPG3]: Likewise.
10197         * conform/data/sys/un.h-data [XPG3]: Likewise.
10198         * conform/data/syslog.h-data [XPG3]: Likewise.
10199         * conform/data/ucontext.h-data [XPG3]: Likewise.
10200         * conform/data/utmpx.h-data [XPG3]: Likewise.
10201         * conform/data/varargs.h-data [UNIX98]: Enable file.
10202
10203         * manual/Makefile (INSTALL_INFO): Remove variable setting.
10204
10205         * math/libm-test.inc (struct test_f_f_data): Move expected results
10206         into structure for each rounding mode.
10207         (struct test_ff_f_data): Likewise.
10208         (struct test_ff_f_data_nexttoward): Likewise.
10209         (struct test_fi_f_data): Likewise.
10210         (struct test_fl_f_data): Likewise.
10211         (struct test_if_f_data): Likewise.
10212         (struct test_fff_f_data): Likewise.
10213         (struct test_c_f_data): Likewise.
10214         (struct test_f_f1_data): Likewise.
10215         (struct test_fF_f1_data): Likewise.
10216         (struct test_ffI_f1_data): Likewise.
10217         (struct test_c_c_data): Likewise.
10218         (struct test_cc_c_data): Likewise.
10219         (struct test_f_i_data): Likewise.
10220         (struct test_ff_i_data): Likewise.
10221         (struct test_f_l_data): Likewise.
10222         (struct test_f_L_data): Likewise.
10223         (struct test_fFF_11_data): Likewise.
10224         (RM_): New macro.
10225         (RM_FE_DOWNWARD): Likewise.
10226         (RM_FE_TONEAREST): Likewise.
10227         (RM_FE_TOWARDZERO): Likewise.
10228         (RM_FE_UPWARD): Likewise.
10229         (RUN_TEST_LOOP_f_f): Update references to expected results.
10230         (RUN_TEST_LOOP_2_f): Likewise.
10231         (RUN_TEST_LOOP_fff_f): Likewise.
10232         (RUN_TEST_LOOP_c_f): Likewise.
10233         (RUN_TEST_LOOP_f_f1): Likewise.
10234         (RUN_TEST_LOOP_fF_f1): Likewise.
10235         (RUN_TEST_LOOP_fI_f1): Likewise.
10236         (RUN_TEST_LOOP_ffI_f1): Likewise.
10237         (RUN_TEST_LOOP_c_c): Likewise.
10238         (RUN_TEST_LOOP_cc_c): Likewise.
10239         (RUN_TEST_LOOP_f_i): Likewise.
10240         (RUN_TEST_LOOP_f_i_tg): Likewise.
10241         (RUN_TEST_LOOP_ff_i_tg): Likewise.
10242         (RUN_TEST_LOOP_f_b): Likewise.
10243         (RUN_TEST_LOOP_f_b_tg): Likewise.
10244         (RUN_TEST_LOOP_f_l): Likewise.
10245         (RUN_TEST_LOOP_f_L): Likewise.
10246         (RUN_TEST_LOOP_fFF_11): Likewise.
10247         * math/gen-libm-test.pl (parse_args): Output four copies of
10248         expected results for each test.
10249
10250         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10251         (__ASSUME_UTIMES): Remove.
10252         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10253         (__ASSUME_UTIMES): Likewise.
10254
10255         * math/gen-auto-libm-tests.c: Update comment on output format.
10256         (output_for_one_input_case): Generate before-rounding and
10257         after-rounding information as conditions on output flags not
10258         floating-point format.
10259         * math/auto-libm-test-out: Regenerated.
10260         * math/gen-libm-test.pl (cond_value): New function.
10261         (or_cond_value): Use cond_value.
10262         (generate_testfile): Handle conditional exceptions.
10263
10264 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
10265
10266         * math/libm-test.inc (max_valid_error): New variable.
10267         (init_max_error): Take new argument specifying whether function
10268         results are exactly determined.  Set max_valid_error and bound
10269         other variables for errors based on this argument.
10270         (set_max_error): Do not record results above max_valid_error.
10271         (check_float_internal): Only accept errors of up to 0.5ulps if
10272         also at most max_valid_error.
10273         (START): Take new argument EXACT and pass it to init_max_error.
10274         (acos_test): Update call to START.
10275         (acos_test_tonearest): Likewise.
10276         (acos_test_towardzero): Likewise.
10277         (acos_test_downward): Likewise.
10278         (acos_test_upward): Likewise.
10279         (acosh_test): Likewise.
10280         (asin_test): Likewise.
10281         (asin_test_tonearest): Likewise.
10282         (asin_test_towardzero): Likewise.
10283         (asin_test_downward): Likewise.
10284         (asin_test_upward): Likewise.
10285         (asinh_test): Likewise.
10286         (atan_test): Likewise.
10287         (atanh_test): Likewise.
10288         (atan2_test): Likewise.
10289         (cabs_test): Likewise.
10290         (cacos_test): Likewise.
10291         (cacosh_test): Likewise.
10292         (carg_test): Likewise.
10293         (casin_test): Likewise.
10294         (casinh_test): Likewise.
10295         (catan_test): Likewise.
10296         (catanh_test): Likewise.
10297         (cbrt_test): Likewise.
10298         (ccos_test): Likewise.
10299         (ccosh_test): Likewise.
10300         (ceil_test): Likewise.
10301         (cexp_test): Likewise.
10302         (cimag_test): Likewise.
10303         (clog_test): Likewise.
10304         (clog10_test): Likewise.
10305         (conj_test): Likewise.
10306         (copysign_test): Likewise.
10307         (cos_test): Likewise.
10308         (cos_test_tonearest): Likewise.
10309         (cos_test_towardzero): Likewise.
10310         (cos_test_downward): Likewise.
10311         (cos_test_upward): Likewise.
10312         (cosh_test): Likewise.
10313         (cosh_test_tonearest): Likewise.
10314         (cosh_test_towardzero): Likewise.
10315         (cosh_test_downward): Likewise.
10316         (cosh_test_upward): Likewise.
10317         (cpow_test): Likewise.
10318         (cproj_test): Likewise.
10319         (creal_test): Likewise.
10320         (csin_test): Likewise.
10321         (csinh_test): Likewise.
10322         (csqrt_test): Likewise.
10323         (ctan_test): Likewise.
10324         (ctan_test_tonearest): Likewise.
10325         (ctan_test_towardzero): Likewise.
10326         (ctan_test_downward): Likewise.
10327         (ctan_test_upward): Likewise.
10328         (ctanh_test): Likewise.
10329         (ctanh_test_tonearest): Likewise.
10330         (ctanh_test_towardzero): Likewise.
10331         (ctanh_test_downward): Likewise.
10332         (ctanh_test_upward): Likewise.
10333         (erf_test): Likewise.
10334         (erfc_test): Likewise.
10335         (exp_test): Likewise.
10336         (exp_test_tonearest): Likewise.
10337         (exp_test_towardzero): Likewise.
10338         (exp_test_downward): Likewise.
10339         (exp_test_upward): Likewise.
10340         (exp10_test): Likewise.
10341         (exp10_test_tonearest): Likewise.
10342         (exp10_test_towardzero): Likewise.
10343         (exp10_test_downward): Likewise.
10344         (exp10_test_upward): Likewise.
10345         (pow10_test): Likewise.
10346         (exp2_test): Likewise.
10347         (expm1_test): Likewise.
10348         (expm1_test_tonearest): Likewise.
10349         (expm1_test_towardzero): Likewise.
10350         (expm1_test_downward): Likewise.
10351         (expm1_test_upward): Likewise.
10352         (fabs_test): Likewise.
10353         (fdim_test): Likewise.
10354         (floor_test): Likewise.
10355         (fma_test): Likewise.
10356         (fma_test_towardzero): Likewise.
10357         (fma_test_downward): Likewise.
10358         (fma_test_upward): Likewise.
10359         (fmax_test): Likewise.
10360         (fmin_test): Likewise.
10361         (fmod_test): Likewise.
10362         (fpclassify_test): Likewise.
10363         (frexp_test): Likewise.
10364         (hypot_test): Likewise.
10365         (ilogb_test): Likewise.
10366         (isfinite_test): Likewise.
10367         (finite_test): Likewise.
10368         (isgreater_test): Likewise.
10369         (isgreaterequal_test): Likewise.
10370         (isinf_test): Likewise.
10371         (isless_test): Likewise.
10372         (islessequal_test): Likewise.
10373         (islessgreater_test): Likewise.
10374         (isnan_test): Likewise.
10375         (isnormal_test): Likewise.
10376         (issignaling_test): Likewise.
10377         (isunordered_test): Likewise.
10378         (j0_test): Likewise.
10379         (j1_test): Likewise.
10380         (jn_test): Likewise.
10381         (ldexp_test): Likewise.
10382         (lgamma_test): Likewise.
10383         (gamma_test): Likewise.
10384         (lrint_test): Likewise.
10385         (lrint_test_tonearest): Likewise.
10386         (lrint_test_towardzero): Likewise.
10387         (lrint_test_downward): Likewise.
10388         (lrint_test_upward): Likewise.
10389         (llrint_test): Likewise.
10390         (llrint_test_tonearest): Likewise.
10391         (llrint_test_towardzero): Likewise.
10392         (llrint_test_downward): Likewise.
10393         (llrint_test_upward): Likewise.
10394         (log_test): Likewise.
10395         (log10_test): Likewise.
10396         (log1p_test): Likewise.
10397         (log2_test): Likewise.
10398         (logb_test): Likewise.
10399         (logb_test_downward): Likewise.
10400         (lround_test): Likewise.
10401         (llround_test): Likewise.
10402         (modf_test): Likewise.
10403         (nearbyint_test): Likewise.
10404         (nextafter_test): Likewise.
10405         (nexttoward_test): Likewise.
10406         (pow_test): Likewise.
10407         (pow_test_tonearest): Likewise.
10408         (pow_test_towardzero): Likewise.
10409         (pow_test_downward): Likewise.
10410         (pow_test_upward): Likewise.
10411         (remainder_test): Likewise.
10412         (drem_test): Likewise.
10413         (remainder_test_tonearest): Likewise.
10414         (drem_test_tonearest): Likewise.
10415         (remainder_test_towardzero): Likewise.
10416         (drem_test_towardzero): Likewise.
10417         (remainder_test_downward): Likewise.
10418         (drem_test_downward): Likewise.
10419         (remainder_test_upward): Likewise.
10420         (drem_test_upward): Likewise.
10421         (remquo_test): Likewise.
10422         (rint_test): Likewise.
10423         (rint_test_tonearest): Likewise.
10424         (rint_test_towardzero): Likewise.
10425         (rint_test_downward): Likewise.
10426         (rint_test_upward): Likewise.
10427         (round_test): Likewise.
10428         (scalb_test): Likewise.
10429         (scalbn_test): Likewise.
10430         (scalbln_test): Likewise.
10431         (signbit_test): Likewise.
10432         (sin_test): Likewise.
10433         (sin_test_tonearest): Likewise.
10434         (sin_test_towardzero): Likewise.
10435         (sin_test_downward): Likewise.
10436         (sin_test_upward): Likewise.
10437         (sincos_test): Likewise.
10438         (sinh_test): Likewise.
10439         (sinh_test_tonearest): Likewise.
10440         (sinh_test_towardzero): Likewise.
10441         (sinh_test_downward): Likewise.
10442         (sinh_test_upward): Likewise.
10443         (sqrt_test): Likewise.
10444         (sqrt_test_tonearest): Likewise.
10445         (sqrt_test_towardzero): Likewise.
10446         (sqrt_test_downward): Likewise.
10447         (sqrt_test_upward): Likewise.
10448         (tan_test): Likewise.
10449         (tan_test_tonearest): Likewise.
10450         (tan_test_towardzero): Likewise.
10451         (tan_test_downward): Likewise.
10452         (tan_test_upward): Likewise.
10453         (tanh_test): Likewise.
10454         (tgamma_test): Likewise.
10455         (trunc_test): Likewise.
10456         (y0_test): Likewise.
10457         (y1_test): Likewise.
10458         (yn_test): Likewise.
10459         (significand_test): Likewise.
10460
10461         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
10462         individual tests in comment.
10463         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
10464         (prev_max_error): New variable.
10465         (prev_real_max_error): Likewise.
10466         (prev_imag_max_error): Likewise.
10467         (compare_ulp_data): Don't refer to test names in comment.
10468         (find_test_ulps): Remove function.
10469         (find_function_ulps): Likewise.
10470         (find_complex_function_ulps): Likewise.
10471         (init_max_error): Take function name as argument.  Look up ulps
10472         for that function.
10473         (print_ulps): Remove function.
10474         (print_max_error): Use prev_max_error instead of calling
10475         find_function_ulps.
10476         (print_complex_max_error): Use prev_real_max_error and
10477         prev_imag_max_error instead of calling find_complex_function_ulps.
10478         (check_float_internal): Take max_ulp parameter instead of calling
10479         find_test_ulps.  Don't call print_ulps.
10480         (check_float): Update call to check_float_internal.
10481         (check_complex): Update calls to check_float_internal.
10482         (START): Pass argument to init_max_error.
10483         * math/gen-libm-test.pl (%results): Don't include "kind"
10484         information.
10485         (parse_ulps): Don't handle ulps of individual tests.
10486         (print_ulps_file): Likewise.
10487         (output_ulps): Likewise.
10488         * math/README.libm-test: Update.
10489         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
10490         individual tests.
10491         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
10492         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
10493         * sysdeps/arm/libm-test-ulps: Likewise.
10494         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
10495         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
10496         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
10497         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
10498         * sysdeps/microblaze/libm-test-ulps: Likewise.
10499         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
10500         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10501         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10502         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
10503         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
10504         * sysdeps/sh/libm-test-ulps: Likewise.
10505         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
10506         * sysdeps/tile/libm-test-ulps: Likewise.
10507         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10508
10509 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
10510
10511         * math/libm-test.inc (print_complex_max_error): Check separately
10512         whether real and imaginary errors are within allowed range and
10513         pass 0 to print_complex_function_ulps instead of value within
10514         allowed range.
10515
10516 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10517
10518         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
10519         formatting.
10520         (get_handles_fopen): Likewise.
10521         (do_write_test): Likewise.
10522
10523         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
10524
10525         * libio/fileops.c (do_ftell): Use cached offset when
10526         available.
10527         * libio/iofwide.c (do_ftell_wide): Likewise.
10528         * libio/iofdopen.c (_IO_new_fdopen): Don't use
10529         _IO_file_attach.
10530         * libio/wfileops.c (_IO_fwide): Don't cache offset.
10531
10532         [BZ #16532]
10533         * libio/libioP.h (get_file_offset): New function.
10534         * libio/fileops.c (get_file_offset): Likewise.
10535         (do_ftell): Likewise.
10536         (_IO_new_file_seekoff): Split out ftell logic.
10537         * libio/wfileops.c (do_ftell_wide): Likewise.
10538         (_IO_wfile_seekoff): Split out ftell logic.
10539         * libio/tst-ftell-active-handler.c: New test case.
10540         * libio/Makefile (tests): Add it.
10541
10542 2014-03-03  Roland McGrath  <roland@hack.frob.com>
10543
10544         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
10545         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
10546
10547 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
10548
10549         [BZ #16639]
10550         * nscd/connections.c (nscd_init): Call do_exit.
10551         (start_threads): Call do_exit and notify_parent.
10552         (begin_drop_privileges): Call do_exit.
10553         (finish_drop_privileges): Likewise.
10554         * nscd/selinux.c (preserve_capabilities): Likewise.
10555         (install_real_capabilities): Likewise.
10556         (nscd_selinux_enabled): Likewise.
10557         (avc_create_thread): Likewise.
10558         (avc_alloc_lock): Likewise.
10559         (nscd_avc_init): Likewise.
10560         * nscd/nscd.c (parent_fd): New static variable.
10561         (main): Create a pipe between parent and child processes.
10562         Skip closing parent_fd.
10563         (monitor_child): New function.
10564         (do_exit): Likewise.
10565         (notify_parent): Likewise.
10566         * nscd/nscd.h (notify_parent): Likewise.
10567         (do_exit): Likewise.
10568
10569 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
10570
10571         * malloc/malloc.c (__libc_calloc): Revert last change.
10572
10573 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10574
10575         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10576
10577 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10578
10579         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
10580         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
10581         implementation.
10582         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10583         (__libc_ifunc_impl_list): Likewise.
10584         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
10585         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
10586         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
10587         * string/strrchr.c: Define STRRCHR.
10588
10589 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
10590
10591         * benchtest/bench-strtok.c (simple_strtok): Delete.
10592         (strtok_string): Use as benchmark.
10593         * string/strtok (STRTOK): New macro.
10594
10595 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
10596
10597         * manual/threads.texi: Add header and standard comments to all
10598         functions.
10599
10600         * elf/dl-lookup.c (check_match): New function.
10601         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
10602         (do_lookup_x): Remove nested function check_match. Use non-nested
10603         function check_match.
10604
10605 2014-02-28  Roland McGrath  <roland@hack.frob.com>
10606
10607         * csu/Makefile (generated, before-compile): Use += rather than =.
10608         * catgets/Makefile (generated, generated-dirs): Likewise.
10609         * debug/Makefile (generated): Likewise.
10610         * dlfcn/Makefile (generated): Likewise.
10611         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
10612         * iconvdata/Makefile (before-compile, generated): Likewise.
10613         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
10614         * libio/Makefile (generated): Likewise.
10615         * malloc/Makefile (generated): Likewise.
10616         * manual/Makefile (generated, generated-dirs): Likewise.
10617         * misc/Makefile (generated): Likewise.
10618         * posix/Makefile (generated): Likewise.
10619         * resolv/Makefile (generated): Likewise.
10620         * sunrpc/Makefile (generated, generated-dirs): Likewise.
10621         * timezone/Makefile (generated, generated-dirs): Likewise.
10622
10623         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
10624
10625 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10626
10627         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
10628         power8 implementation.
10629         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
10630         file: POWER8 llround ifunc implementation.
10631         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
10632         (__lllround): Add POWER8 implementation.
10633         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
10634         POWER8 llround implementation.
10635
10636         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
10637         power8 implementation.
10638         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
10639         file: POWER8 llrint ifunc implementation.
10640         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
10641         Add POWER8 implementation.
10642         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
10643         POWER8 llrint implementation.
10644
10645         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
10646         power8 implementation.
10647         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
10648         file: POWER8 finite ifunc implementation.
10649         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
10650         Add POWER8 implementation.
10651         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
10652         Likewise.
10653         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
10654         POWER8 finite implementation.
10655         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
10656
10657         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
10658         power8 implementation.
10659         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
10660         file: POWER8 isinf ifunc implementation.
10661         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
10662         POWER8 implementation.
10663         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
10664         Likewise.
10665         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
10666         isinf implementation.
10667         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
10668
10669         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
10670         (INIT_ARCH): Add hwcap2 initialization.
10671         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
10672         power8 implementation.
10673         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
10674         file: POWER8 isnan ifunc implementation.
10675         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
10676         POWER8 implementation.
10677         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
10678         Likewise.
10679         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
10680         isnan implementation.
10681         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
10682
10683 2014-02-27  Joey Ye  <joey.ye@arm.com>
10684
10685         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10686         (_FP_NANFRAC_Q): Set to zero.
10687
10688 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10689
10690         [BZ #16623]
10691         * math/auto-libm-test-in: New test inputs.
10692         * math/auto-libm-test-out: Regenerate.
10693         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
10694         and DA.
10695         (__cos): Likewise.
10696         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10697
10698 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
10699
10700         * scripts/evaluate-test.sh: Take new argument indicating whether
10701         failure is expected.
10702         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
10703         indicating whether failure is expected.
10704         * conform/Makefile (test-xfail-run-conformtest): New variable.
10705         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
10706         level.
10707         * posix/Makefile (test-xfail-annexc): New variable.
10708         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
10709
10710 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
10711
10712         * argp/Makefile: Include Makeconfig immediately after defining
10713         subdir.
10714         * assert/Makefile: Likewise.
10715         * benchtests/Makefile: Likewise.
10716         * catgets/Makefile: Likewise.
10717         * conform/Makefile: Likewise.
10718         * crypt/Makefile: Likewise.
10719         * csu/Makefile: Likewise.
10720         (all): Remove target.
10721         * ctype/Makefile: Include Makeconfig immediately after defining
10722         subdir.
10723         * debug/Makefile: Likewise.
10724         * dirent/Makefile: Likewise.
10725         * dlfcn/Makefile: Likewise.
10726         * gmon/Makefile: Likewise.
10727         * gnulib/Makefile: Likewise.
10728         * grp/Makefile: Likewise.
10729         * gshadow/Makefile: Likewise.
10730         * hesiod/Makefile: Likewise.
10731         * hurd/Makefile: Likewise.
10732         (all): Remove target.
10733         * iconvdata/Makefile: Include Makeconfig immediately after
10734         defining subdir.
10735         * inet/Makefile: Likewise.
10736         * intl/Makefile: Likewise.
10737         * io/Makefile: Likewise.
10738         * libio/Makefile: Likewise.
10739         (all): Remove target.
10740         * locale/Makefile: Include Makeconfig immediately after defining
10741         subdir.
10742         * login/Makefile: Likewise.
10743         * mach/Makefile: Likewise.
10744         (all): Remove target.
10745         * malloc/Makefile: Include Makeconfig immediately after defining
10746         subdir.
10747         (all): Remove target.
10748         * manual/Makefile: Include Makeconfig immediately after defining
10749         subdir.
10750         * math/Makefile: Likewise.
10751         * misc/Makefile: Likewise.
10752         * nis/Makefile: Likewise.
10753         * nss/Makefile: Likewise.
10754         * po/Makefile: Likewise.
10755         (all): Remove target.
10756         * posix/Makefile: Include Makeconfig immediately after defining
10757         subdir.
10758         * pwd/Makefile: Likewise.
10759         * resolv/Makefile: Likewise.
10760         * resource/Makefile: Likewise.
10761         * rt/Makefile: Likewise.
10762         * setjmp/Makefile: Likewise.
10763         * shadow/Makefile: Likewise.
10764         * signal/Makefile: Likewise.
10765         * socket/Makefile: Likewise.
10766         * soft-fp/Makefile: Likewise.
10767         * stdio-common/Makefile: Likewise.
10768         * stdlib/Makefile: Likewise.
10769         * streams/Makefile: Likewise.
10770         * string/Makefile: Likewise.
10771         * sunrpc/Makefile: Likewise.
10772         (all): Remove target.
10773         * sysvipc/Makefile: Include Makeconfig immediately after defining
10774         subdir.
10775         * termios/Makefile: Likewise.
10776         * time/Makefile: Likewise.
10777         * timezone/Makefile: Likewise.
10778         (all): Remove target.
10779         * wcsmbs/Makefile: Include Makeconfig immediately after defining
10780         subdir.
10781         * wctype/Makefile: Likewise.
10782
10783 2014-02-26  Steve Ellcey  <sellcey@mips.com>
10784
10785         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10786         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10787         (libc_feholdexcept_setround_mips): Ditto.
10788         (libc_feholdsetround): New.
10789         (libc_feholdsetroundf): New.
10790         (libc_feholdsetroundl): New.
10791         (libc_feupdateenv_test_mips): New.
10792         (libc_feupdateenv_test): New.
10793         (libc_feupdateenv_testf): New.
10794         (libc_feupdateenv_testl): New.
10795         (libc_feresetround): New.
10796         (libc_feresetroundf): New.
10797         (libc_feresetroundl): New.
10798         (libc_fetestexcept_mips): New.
10799         (libc_fetestexcept): New.
10800         (libc_fetestexceptf): New.
10801         (libc_fetestexceptl): New.
10802         (HAVE_RM_CTX): New.
10803         (libc_feholdexcept_setround_mips_ctx): New.
10804         (libc_feholdexcept_setround_ctx): New.
10805         (libc_feholdexcept_setroundf_ctx): New.
10806         (libc_feholdexcept_setroundl_ctx): New.
10807         (libc_fesetenv_mips_ctx): New.
10808         (libc_fesetenv_ctx): New.
10809         (libc_fesetenv_ctxf): New.
10810         (libc_fesetenv_ctxl): New.
10811         (libc_feupdateenv_mips_ctx): New.
10812         (libc_feupdateenv_ctx): New.
10813         (libc_feupdateenvf_ctx): New.
10814         (libc_feupdateenvl_ctx): New.
10815         (libc_feholdsetround_mips_ctx): New.
10816         (libc_feholdsetround_ctx): New.
10817         (libc_feholdsetroundf_ctx): New.
10818         (libc_feholdsetroundl_ctx): New.
10819         (libc_feresetround_mips_ctx): New.
10820         (libc_feresetround_ctx): New.
10821         (libc_feresetroundf_ctx): New.
10822         (libc_feresetroundl_ctx): New.
10823
10824 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
10825
10826         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10827
10828         * manual/ipc.texi: New file.
10829         * manual/Makefile (chapters): Add ipc.
10830         * manual/job.texi: Add "Inter-Process Communication" to next.
10831         * manual/process.texi: Add "Inter-Process Communication" to prev.
10832
10833 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10834
10835         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10836
10837 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
10838
10839         * malloc/malloc.c (__libc_calloc): Simplify implementation.
10840
10841         * manual/arith.texi: Fix spaces after sentences.
10842         * manual/charset.texi: Likewise.
10843         * manual/errno.texi: Likewise.
10844         * manual/install.texi: Likewise.
10845         * manual/llio.texi: Likewise.
10846         * manual/locale.texi: Likewise.
10847         * manual/maint.texi: Likewise.
10848         * manual/math.texi: Likewise.
10849         * manual/memory.texi: Likewise.
10850         * manual/message.texi: Likewise.
10851         * manual/probes.texi: Likewise.
10852         * manual/resource.texi: Likewise.
10853         * manual/signal.texi: Likewise.
10854         * manual/socket.texi: Likewise.
10855         * manual/stdio.texi: Likewise.
10856         * manual/string.texi: Likewise.
10857         * manual/time.texi: Likewise.
10858         * manual/users.texi: Likewise.
10859
10860 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
10861
10862         [BZ #16632]
10863         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
10864         _DEFAULT_SOURCE is defined.
10865
10866 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
10867             Carlos O'Donell  <carlos@redhat.com>
10868
10869         [BZ #16613]
10870         * elf/dl-tls.c (_dl_count_modids): New function.
10871         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
10872         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
10873         audit library and increment generation counter.
10874         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
10875         * elf/tst-audit9.c: New file.
10876         * elf/tst-auditmod9a.c: New file.
10877         * elf/tst-auditmod9b.c: New file.
10878         * elf/Makefile: Add rules to build and run tst-audit9.
10879
10880 2014-02-25  Florian Weimer  <fweimer@redhat.com>
10881
10882         [BZ #15347]
10883         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
10884
10885 2014-02-25  Will Newton  <will.newton@linaro.org>
10886
10887         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
10888         (__longjmp): Restore sp and lr before restoring callee
10889         saved registers.  Add longjmp and longjmp_target
10890         SystemTap probe point.
10891         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
10892         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
10893         Define to zero to match jmpbuf layout.
10894         * sysdeps/arm/setjmp.S: Include stap-probe.h.
10895         (__sigsetjmp): Save sp and lr before saving callee
10896         saved registers.  Add setjmp SystemTap probe point.
10897
10898 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
10899
10900         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10901
10902 2014-02-24  Andreas Schwab  <schwab@suse.de>
10903
10904         [BZ #15804]
10905         * elf/pldd.c (wait_for_ptrace_stop): New function.
10906         (main): Call it after attaching.
10907
10908 2014-02-22  Roland McGrath  <roland@hack.frob.com>
10909
10910         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
10911         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
10912         Versions files is now verboten.
10913         * hurd/Versions (libc: GLIBC_2.0):
10914         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
10915         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
10916         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
10917         * mach/Versions: Likewise.
10918
10919         * csu/Versions: Remove unused %include.
10920         * resolv/Versions: Likewise.
10921
10922 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
10923
10924         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
10925         ($(objpfx)check-local-headers.out): Likewise.
10926         ($(objpfx)begin-end-check.out): Likewise.
10927         * Makerules (check-abi-%.out): Likewise.
10928         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
10929         ($(objpfx)test2.cat): Likewise.
10930         ($(objpfx)de/libc.cat): Likewise.
10931         ($(objpfx)test-gencat.out): Likewise.
10932         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
10933         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
10934         ($(objpfx)noload-mem): Likewise.
10935         ($(objpfx)tst-pathopt.out): Likewise.
10936         ($(objpfx)tst-rtld-load-self.out): Likewise.
10937         ($(objpfx)tst-array1-cmp.out): Likewise.
10938         ($(objpfx)tst-array1-static-cmp.out): Likewise.
10939         ($(objpfx)tst-array2-cmp.out): Likewise.
10940         ($(objpfx)tst-array3-cmp.out): Likewise.
10941         ($(objpfx)tst-array4-cmp.out): Likewise.
10942         ($(objpfx)tst-array5-cmp.out): Likewise.
10943         ($(objpfx)tst-array5-static-cmp.out): Likewise.
10944         ($(objpfx)check-textrel.out): Likewise.
10945         ($(objpfx)check-execstack.out): Likewise.
10946         ($(objpfx)check-localplt.out): Likewise.
10947         ($(objpfx)order2-cmp.out): Likewise.
10948         ($(objpfx)tst-leaks1-mem): Likewise.
10949         ($(objpfx)tst-leaks1-static-mem): Likewise.
10950         ($(objpfx)tst-initorder-cmp.out): Likewise.
10951         ($(objpfx)tst-initorder2-cmp.out): Likewise.
10952         ($(objpfx)tst-unused-dep.out): Likewise.
10953         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
10954         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
10955         * iconv/Makefile (test-iconvconfig): Likewise.
10956         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
10957         ($(objpfx)iconv-test.out): Likewise.
10958         ($(objpfx)tst-tables.out): Likewise.
10959         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
10960         ($(objpfx)tst-gettext.out): Likewise.
10961         ($(objpfx)tst-translit.out): Likewise.
10962         ($(objpfx)tst-gettext2.out): Likewise.
10963         ($(objpfx)tst-gettext4.out): Likewise.
10964         ($(objpfx)tst-gettext6.out): Likewise.
10965         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
10966         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
10967         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
10968         ($(objpfx)tst-fopenloc-mem.out): Likewise.
10969         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
10970         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
10971         * posix/Makefile ($(objpfx)globtest.out): Likewise.
10972         ($(objpfx)wordexp-tst.out): Likewise.
10973         ($(objpfx)annexc.out): Likewise.
10974         ($(objpfx)tst-fnmatch-mem): Likewise.
10975         ($(objpfx)bug-regex2-mem): Likewise.
10976         ($(objpfx)bug-regex14-mem): Likewise.
10977         ($(objpfx)bug-regex21-mem): Likewise.
10978         ($(objpfx)bug-regex31-mem): Likewise.
10979         ($(objpfx)tst-vfork3-mem): Likewise.
10980         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10981         ($(objpfx)tst-pcre-mem): Likewise.
10982         ($(objpfx)tst-boost-mem): Likewise.
10983         ($(objpfx)tst-getconf.out): Likewise.
10984         ($(objpfx)bug-ga2-mem): Likewise.
10985         ($(objpfx)bug-glob2-mem): Likewise.
10986         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
10987         ($(objpfx)mtrace-tst-leaks2): Likewise.
10988         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
10989         ($(objpfx)tst-printf.out): Likewise.
10990         ($(objpfx)tst-setvbuf1.out): Likewise.
10991         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
10992         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
10993         ($(objpfx)tst-fmtmsg.out): Likewise.
10994         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
10995         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
10996
10997         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
10998         * bits/sigaction.h [__USE_MISC]: Likewise.
10999         * bits/waitstatus.h: Update #endif comments.
11000         * ctype/ctype.h: Likewise.
11001         * dirent/dirent.h: Likewise.
11002         [__USE_MISC]: Remove redundant conditionals.
11003         * grp/grp.h: Update #endif comments.
11004         [__USE_GNU]: Remove redundant conditionals.
11005         [__USE_MISC]: Likewise.
11006         * inet/netinet/in.h [__USE_GNU]: Likewise.
11007         * io/sys/stat.h [__USE_MISC]: Likewise.
11008         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
11009         * libio/bits/stdio.h: Update #endif comments.
11010         [__USE_MISC]: Remove redundant conditionals.
11011         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
11012         * libio/stdio.h: Update #endif comments.
11013         [__USE_MISC]: Remove redundant conditionals.
11014         * math/bits/math-finite.h [__USE_MISC]: Likewise.
11015         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
11016         * math/math.h: Update #else and #endif comments.
11017         [__USE_MISC]: Remove redundant conditionals.
11018         * misc/sys/uio.h: Update #endif comments.
11019         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
11020         * posix/glob.h [__USE_MISC]: Likewise.
11021         * posix/sys/types.h: Update #endif comments.
11022         [__USE_MISC]: Remove redundant conditionals.
11023         * posix/sys/wait.h: Update #endif comments.
11024         [__USE_MISC]: Remove redundant conditionals.
11025         * posix/unistd.h: Update #endif comments.
11026         [__USE_MISC]: Remove redundant conditionals.
11027         * pwd/pwd.h [__USE_GNU]: Likewise.
11028         [__USE_MISC]: Likewise.
11029         * resolv/netdb.h [__USE_GNU]: Likewise.
11030         * signal/signal.h: Update #endif comments.
11031         [__USE_MISC]: Remove redundant conditionals.
11032         * stdlib/stdlib.h: Update #else and #endif comments.
11033         [__USE_MISC]: Remove redundant conditionals.
11034         [__USE_GNU]: Likewise.
11035         * string/bits/string2.h [__USE_MISC]: Likewise.
11036         * string/string.h: Update #endif comments.
11037         [__USE_MISC]: Remove redundant conditionals.
11038         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
11039         Likewise.
11040         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
11041         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
11042         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
11043         Likewise.
11044         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
11045         Likewise.
11046         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
11047         comments.
11048         [__USE_MISC]: Remove redundant conditionals.
11049         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
11050         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
11051         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
11052         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
11053         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
11054         Likewise.
11055         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
11056         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
11057         Likewise.
11058         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
11059         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
11060         Likewise.
11061         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
11062         Likewise.
11063         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
11064         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
11065         Likewise.
11066         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
11067         Likewise.
11068         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
11069         * sysdeps/x86/bits/string.h: Update #endif comments.
11070         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
11071         conditionals.
11072         * time/sys/time.h: Update #endif comments.
11073         * time/time.h: Likewise.
11074         [__USE_MISC]: Remove redundant conditionals.
11075
11076 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
11077
11078         [BZ #16600]
11079         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
11080
11081 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
11082
11083         * Versions.def (librt): Add GLIBC_2.17.
11084
11085 2014-02-21  Adam Conrad  <adconrad@0c3.net>
11086
11087         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
11088         synonym for _SYS_AUXV_H to allow direct inclusion.
11089         * sysdeps/sparc/bits/hwcap.h: Likewise.
11090         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
11091         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
11092         * sysdeps/sparc/sysdep.h: Likewise.
11093
11094 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11095
11096         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
11097
11098 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11099
11100         * benchtests/bench-strrchr.c: Print length instead of position.
11101
11102 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
11103
11104         [BZ #16611]
11105         * sysdeps/unix/sysv/linux/kernel-features.h
11106         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
11107         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
11108         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
11109         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
11110         Likewise.
11111         [__i386__ || __powerpc__ || __sh__ || __sparc__]
11112         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11113         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
11114         (__ASSUME_SENDMMSG): Define instead of using previous
11115         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
11116         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11117         (__ASSUME_SENDMMSG_SYSCALL): Define.
11118         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11119         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
11120         Likewise.
11121         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11122         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11123         Likewise.
11124         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11125         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11126         Likewise.
11127         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
11128         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11129         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11130         [__ASSUME_SENDMMSG]: Change conditionals to
11131         [__ASSUME_SENDMMSG_SOCKETCALL].
11132         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11133         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
11134         Define.
11135         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11136         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
11137         Likewise.
11138         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
11139         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11140         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11141         [!__ASSUME_SENDMMSG]: Change conditional to
11142         [!__ASSUME_SENDMMSG_SOCKETCALL].
11143         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11144         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11145         Define.
11146
11147         [BZ #16610]
11148         * sysdeps/unix/sysv/linux/kernel-features.h
11149         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
11150         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
11151         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
11152         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
11153         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
11154         [__i386__ || __sparc__]
11155         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11156         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
11157         (__ASSUME_RECVMMSG): Define instead of using previous
11158         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
11159         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11160         (__ASSUME_RECVMMSG_SYSCALL): Define.
11161         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11162         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11163         Likewise.
11164         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11165         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11166         Likewise.
11167         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11168         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11169         Likewise.
11170         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
11171         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11172         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11173         [__ASSUME_RECVMMSG]: Change condition to
11174         [__ASSUME_RECVMMSG_SOCKETCALL].
11175         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11176         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11177         Define.
11178         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11179         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11180         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11181         Likewise.
11182         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
11183         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11184         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11185         [!__ASSUME_RECVMMSG]: Change condition to
11186         [!__ASSUME_RECVMMSG_SOCKETCALL].
11187         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11188         (__ASSUME_RECVMMSG_SYSCALL): Define.
11189
11190         [BZ #16609]
11191         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
11192         __powerpc__ || __s390__ || __sh__ || __sparc__]
11193         (__ASSUME_SOCKETCALL): Define.
11194         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
11195         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
11196         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
11197         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
11198         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11199         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
11200         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
11201         (__ASSUME_ACCEPT4): Define instead of using previous
11202         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
11203         __powerpc__ || __sparc__ || __s390__)] condition.
11204         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11205         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11206         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
11207         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11208         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11209         [!__ASSUME_ACCEPT4]: Change condition to
11210         [!__ASSUME_ACCEPT4_SOCKETCALL].
11211         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11212         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
11213         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
11214         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11215         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
11216         __ASSUME_ACCEPT4_SYSCALL.
11217         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
11218         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
11219         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11220         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
11221         __ASSUME_ACCEPT4_SYSCALL.
11222         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
11223         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11224         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11225         [__ASSUME_ACCEPT4]: Change condition to
11226         [__ASSUME_ACCEPT4_SOCKETCALL].
11227         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11228         (__ASSUME_SOCKETCALL): Define.
11229         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
11230         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11231         (__ASSUME_SOCKETCALL): Define.
11232         (__ASSUME_ACCEPT4): Remove.
11233         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
11234         Define.
11235         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11236         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
11237         Likewise.
11238         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11239         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11240
11241         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
11242         macro.
11243         (HWCAP_ARM_LPAE): Likewise.
11244         (HWCAP_ARM_EVTSTRM): Likewise.
11245         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
11246         Add vpfd32, lpae and evtstrm.
11247         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
11248         Increase to 22.
11249
11250 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
11251
11252         * math/auto-libm-test-in: Add tests of clog10.
11253         * math/auto-libm-test-out: Regenerated.
11254         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
11255         * sysdeps/i386/fpu/libm-test-ulps: Update.
11256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11257
11258 2014-02-18  Andreas Schwab  <schwab@suse.de>
11259
11260         [BZ #16574]
11261         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
11262         Store non-zero if the second buffer was newly allocated.
11263         (send_dg): Likewise.
11264         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
11265         to send_vc and send_dg.
11266         (res_nsend): Pass NULL for ansp2_malloced.
11267         * resolv/res_query.c (__libc_res_nquery): Add parameter
11268         answerp2_malloced and pass it down to __libc_res_nsend.
11269         (res_nquery): Pass additional NULL to __libc_res_nquery.
11270         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
11271         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
11272         second answer buffer if answerp2_malloced was set.
11273         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
11274         (__libc_res_nquerydomain): Add parameter
11275         answerp2_malloced and pass it down to __libc_res_nquery.
11276         (res_nquerydomain): Pass additional NULL to
11277         __libc_res_nquerydomain.
11278         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
11279         additional NULL to __libc_res_nsend and __libc_res_nquery.
11280         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
11281         additional NULL to __libc_res_nsearch.
11282         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
11283         parameter of __libc_res_nsearch to check for separately allocated
11284         second buffer.
11285         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
11286         __libc_res_nquery.
11287         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
11288         additional NULL to __libc_res_nquery.
11289         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
11290         __libc_res_nsearch.
11291         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
11292         * include/resolv.h: Update prototypes of __libc_res_nquery,
11293         __libc_res_nsearch, __libc_res_nsend.
11294
11295 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
11296
11297         * math/auto-libm-test-in: Add tests of fma.
11298         * math/auto-libm-test-out: Regenerated.
11299         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
11300         (fma_towardzero_test_data): Likewise.
11301         (fma_downward_test_data): Likewise.
11302         (fma_upward_test_data): Likewise.
11303         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
11304         mpc_mode.
11305         (rounding_modes): Add values for new field.
11306         (func_calc_method): Add value mpfr_fff_f.
11307         (func_calc_desc): Add mpfr_fff_f union field.
11308         (test_function): Add field exact_args.
11309         (FUNC): Add macro argument EXACT_ARGS.
11310         (FUNC_mpfr_f_f): Update call to FUNC.
11311         (FUNC_mpfr_f_f): Likewise.
11312         (FUNC_mpfr_ff_f): Likewise.
11313         (FUNC_mpfr_if_f): Likewise.
11314         (FUNC_mpc_c_f): Likewise.
11315         (FUNC_mpc_c_c): Likewise.
11316         (test_functions): Add fma.  Update calls to FUNC.
11317         (handle_input_arg): Add argument exact_args.
11318         (add_test): Update call to handle_input_arg.
11319         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
11320         (output_for_one_input_case): Update call to calc_generic_results.
11321         Recalculate exact zero results in each rounding mode.
11322
11323         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
11324         non-negative before setting low bit.
11325         * math/auto-libm-test-in: Mark one asin test possibly having
11326         spurious underflow.
11327         * math/auto-libm-test-out: Regenerated.
11328         * sysdeps/i386/fpu/libm-test-ulps: Update.
11329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11330
11331 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
11332
11333         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
11334         * sysdeps/unix/sysv/linux/microblaze: Move directory from
11335         ports/sysdeps/unix/sysv/linux/microblaze.
11336         * README: Add missing listing for microblaze*-*-linux-gnu.
11337
11338 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
11339
11340         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
11341         duplicate code
11342
11343 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
11344
11345         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
11346         * sysdeps/unix/sysv/linux/ia64: Move directory from
11347         ports/sysdeps/unix/sysv/linux/ia64.
11348         * README: Update listing for ia64-*-linux-gnu.
11349
11350 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
11351             Joseph Myers  <joseph@codesourcery.com>
11352
11353         * Makeconfig (test-name): New variable.
11354         (evaluate-test): Likewise.
11355         * Makerules (do-test-clean): Remove .test-result files.
11356         (common-mostlyclean): Likewise.
11357         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
11358         * scripts/evaluate-test.sh: New file.
11359
11360 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
11361
11362         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
11363         separate $(objpfx)tst-fopenloc-cmp.out and
11364         $(objpfx)tst-fopenloc-mem.out targets.
11365         (tests): Update dependencies.
11366         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
11367         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
11368         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
11369         (tst-rxspencer-no-utf8-ARGS): New variable.
11370         (tst-rxspencer-no-utf8-ENV): Likewise.
11371         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
11372         instead of $(objpfx)tst-rxspencer-mem.
11373         ($(objpfx)tst-rxspencer-mem): Change target to
11374         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
11375         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
11376         * posix/tst-rxspencer-no-utf8.c: New file.
11377
11378         * elf/Makefile ($(objpfx)order.out): Remove rule.
11379         [$(run-built-tests) = yes] (tests): Depend on
11380         $(objpfx)order-cmp.out.
11381         ($(objpfx)order-cmp.out): New rule.
11382         [$(run-built-tests) = yes] (tests): Depend on
11383         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
11384         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
11385         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
11386         $(objpfx)tst-array5-static-cmp.out.
11387         ($(objpfx)tst-array1.out): Remove rule.
11388         ($(objpfx)tst-array1-cmp.out): New rule.
11389         ($(objpfx)tst-array1-static.out): Remove rule.
11390         ($(objpfx)tst-array1-static-cmp.out): New rule.
11391         ($(objpfx)tst-array2.out): Remove rule.
11392         ($(objpfx)tst-array2-cmp.out): New rule.
11393         ($(objpfx)tst-array3.out): Remove rule.
11394         ($(objpfx)tst-array3-cmp.out): New rule.
11395         ($(objpfx)tst-array4.out): Remove rule.
11396         ($(objpfx)tst-array4-cmp.out): New rule.
11397         ($(objpfx)tst-array5.out): Remove rule.
11398         ($(objpfx)tst-array5-cmp.out): New rule.
11399         ($(objpfx)tst-array5-static.out): Remove rule.
11400         ($(objpfx)tst-array5-static-cmp.out): New rule.
11401         [$(run-built-tests) = yes] (tests): Depend on
11402         $(objpfx)order2-cmp.out.
11403         ($(objpfx)order2.out): Remove rule.
11404         ($(objpfx)order2-cmp.out): New rule.
11405         ($(objpfx)tst-initorder.out): Remove rule.
11406         [$(run-built-tests) = yes] (tests): Depend on
11407         $(objpfx)tst-initorder-cmp.out.
11408         ($(objpfx)tst-initorder-cmp.out): New rule.
11409         ($(objpfx)tst-initorder2.out): Remove rule.
11410         [$(run-built-tests) = yes] (tests): Depend on
11411         $(objpfx)tst-initorder2-cmp.out.
11412         ($(objpfx)tst-initorder2-cmp.out): New rule.
11413         [$(run-built-tests) = yes] (tests): Depend on
11414         $(objpfx)tst-unused-dep-cmp.out.
11415         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
11416         ($(objpfx)tst-unused-dep-cmp.out): New rule.
11417         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
11418         on $(objpfx)tst-setvbuf1-cmp.out.
11419         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
11420         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
11421         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
11422         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
11423         ($(objpfx)tst-svc.out): Remove rule.
11424         ($(objpfx)tst-svc-cmp.out): New rule.
11425
11426 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
11427
11428         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
11429         * ctype/ctype.h [__USE_MISC]: Likewise.
11430         * dirent/dirent.h [__USE_MISC]: Likewise.
11431         * grp/grp.h [__USE_MISC]: Likewise.
11432         * io/fcntl.h [__USE_MISC]: Likewise.
11433         * io/sys/stat.h [__USE_MISC]: Likewise.
11434         * libio/stdio.h [__USE_MISC]: Likewise.
11435         * posix/unistd.h [__USE_MISC]: Likewise.
11436         * pwd/pwd.h [__USE_MISC]: Likewise.
11437         * stdlib.h [__USE_MISC]: Likewise.
11438         * string/bits/string2.h [__USE_MISC]: Likewise.
11439         * string/string.h [__USE_MISC]: Likewise.
11440         * time/time.h [__USE_MISC]: Likewise.
11441
11442 2014-02-13  Andreas Schwab  <schwab@suse.de>
11443
11444         [BZ #16574]
11445         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
11446         second answer buffer if it was separately allocated.
11447
11448 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
11449
11450         * sysdeps/mips/math-tests.h: Include <features.h>.
11451         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11452         (ROUNDING_TESTS_long_double): Do not define.
11453         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11454         (EXCEPTION_TESTS_long_double): Likewise.
11455         * sysdeps/mips/mips64/libm-test-ulps: Update.
11456
11457         * include/features.h (__USE_BSD): Remove macro definitions.
11458         (__USE_SVID): Likewise.
11459         (_BSD_SOURCE): Likewise.
11460         (_SVID_SOURCE): Likewise.
11461         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
11462         from definition of _DEFAULT_SOURCE.
11463         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
11464         [_DEFAULT_SOURCE].
11465         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
11466         * bits/mman.h [__USE_BSD]: Likewise.
11467         * bits/termios.h [__USE_BSD]: Likewise.
11468         * bits/waitstatus.h [__USE_BSD]: Likewise.
11469         * ctype/ctype.h [__USE_SVID]: Likewise.
11470         * dirent/dirent.h [__USE_BSD]: Likewise.
11471         * grp/grp.h [__USE_SVID]: Likewise.
11472         [__USE_BSD]: Likewise.
11473         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
11474         * io/fcntl.h [__USE_BSD]: Likewise.
11475         * io/ftw.h [__USE_BSD]: Likewise.
11476         * io/sys/stat.h [__USE_BSD]: Likewise.
11477         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
11478         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
11479         * libio/stdio.h [__USE_SVID]: Likewise.
11480         [__USE_BSD]: Likewise.
11481         * math/math.h [__USE_SVID]: Likewise.
11482         [__USE_BSD]: Likewise.
11483         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
11484         * misc/bits/syslog.h [__USE_BSD]: Likewise.
11485         * misc/search.h [__USE_SVID]: Likewise.
11486         * misc/sys/mman.h [__USE_BSD]: Likewise.
11487         * misc/sys/syslog.h [__USE_BSD]: Likewise.
11488         * misc/sys/uio.h [__USE_BSD]: Likewise.
11489         * posix/bits/unistd.h [__USE_BSD]: Likewise.
11490         * posix/glob.h [__USE_BSD]: Likewise.
11491         * posix/regex.h [__USE_BSD]: Likewise.
11492         * posix/sys/types.h [__USE_BSD]: Likewise.
11493         [__USE_SVID]: Likewise.
11494         * posix/sys/utsname.h [__USE_SVID]: Likewise.
11495         * posix/sys/wait.h [__USE_BSD]: Likewise.
11496         [__USE_SVID]: Likewise.
11497         * posix/unistd.h [__USE_BSD]: Likewise.
11498         [__USE_SVID]: Likewise.
11499         * pwd/pwd.h [__USE_SVID]: Likewise.
11500         * resolv/netdb.h [__USE_BSD]: Likewise.
11501         * setjmp/setjmp.h [__USE_BSD]: Likewise.
11502         * signal/signal.h [__USE_BSD]: Likewise.
11503         [__USE_SVID]: Likewise.
11504         * socket/sys/socket.h [__USE_BSD]: Likewise.
11505         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
11506         * stdlib/stdlib.h [__USE_BSD]: Likewise.
11507         [__USE_SVID]: Likewise.
11508         * string/bits/string2.h [__USE_BSD]: Likewise.
11509         [__USE_SVID]: Likewise.
11510         * string/bits/string3.h [__USE_BSD]: Likewise.
11511         * string/endian.h [__USE_BSD]: Likewise.
11512         * string/string.h [__USE_SVID]: Likewise.
11513         [__USE_BSD]: Likewise.
11514         * string/strings.h [__USE_BSD]: Likewise.
11515         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
11516         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
11517         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
11518         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
11519         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
11520         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
11521         Likewise.
11522         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
11523         Likewise.
11524         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
11525         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
11526         Likewise.
11527         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
11528         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
11529         Likewise.
11530         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
11531         Likewise.
11532         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
11533         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
11534         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
11535         Likewise.
11536         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
11537         Likewise.
11538         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
11539         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
11540         * termios/termios.h [__USE_BSD]: Likewise.
11541         * time/sys/time.h [__USE_BSD]: Likewise.
11542         * time/time.h [__USE_BSD]: Likewise.
11543         [__USE_SVID]: Likewise.
11544
11545         * Makefile (subdir_targets): Remove subdir_lint.out.
11546
11547         * stdio-common/Makefile (do-tst-unbputc): Remove target.
11548         (do-tst-printf): Likewise.
11549         (tests): Depend directly on $(objpfx)tst-unbputc.out and
11550         $(objpfx)tst-printf.out.
11551
11552         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
11553
11554         * Makerules (check-abi-%): Change target to
11555         $(objpfx)check-abi-%.out.
11556         (check-abi target): Update dependencies.
11557         (check-abi-pattern variable): Redirect output of diff to $@.
11558         (check-abi variable): Likewise.
11559         * elf/Makefile (check-abi): Update dependencies.
11560
11561         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
11562         unused.
11563         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
11564         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
11565         subnormal range.
11566         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
11567         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
11568         value has largest subnormal exponent.
11569         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
11570         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
11571         * sysdeps/aarch64/soft-fp/sfp-machine.h
11572         (_FP_TININESS_AFTER_ROUNDING): New macro.
11573         * sysdeps/alpha/soft-fp/sfp-machine.h
11574         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11575         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11576         Likewise.
11577         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
11578         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11579         * sysdeps/mips/soft-fp/sfp-machine.h
11580         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11581         * sysdeps/powerpc/soft-fp/sfp-machine.h
11582         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11583         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11584         Likewise.
11585         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
11586         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11587         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
11588         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11589         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11590         Likewise.
11591
11592 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
11593
11594         [BZ #16545]
11595         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
11596         model 1.
11597
11598 2014-02-12  Richard Henderson  <rth@redhat.com>
11599
11600         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
11601         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
11602         * sysdeps/unix/sysv/linux/alpha: Move directory from
11603         ports/sysdeps/unix/sysv/linux/alpha.
11604         * README: Update listing for alpha-*-linux-gnu.
11605
11606 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
11607
11608         * include/features.h: Update comment documenting feature test
11609         macros.
11610         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
11611         _DEFAULT_SOURCE.
11612         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
11613         (_SVID_SOURCE): Likewise.
11614         (_DEFAULT_SOURCE): Update description of default features.
11615         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
11616         with _GNU_SOURCE.
11617         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
11618         (S_ISVTX): Likewise.
11619         * manual/math.texi (Mathematical Constants): Likewise.
11620         * manual/signal.texi (Interrupted Primitives): Likewise.
11621         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
11622         * math/test-matherr.c (_SVID_SOURCE): Do not define.
11623         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
11624         Don't refer to _SVID_SOURCE in warning text.
11625
11626         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11627
11628         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
11629         already defined.
11630         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
11631         * sysdeps/mips/dl-lookup.c: Remove.
11632         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
11633
11634 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11635
11636         [BZ #16447]
11637         * math/auto-libm-test-in: Add testcase for expl.
11638         * math/auto-libm-test-out: Regenerate.
11639         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
11640         calculation of unsafe.
11641         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
11642
11643 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11644
11645         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
11646         * sysdeps/unix/sysv/linux/aarch64: Move directory from
11647         ports/sysdeps/unix/sysv/linux/aarch64.
11648         * README: Update listing for aarch64*-*-linux-gnu.
11649
11650 2014-02-11  Will Newton  <will.newton@linaro.org>
11651
11652         * manual/probes.texi (Mathematical Function Probes): Use
11653         "triggered" instead of "hit".
11654
11655         * manual/probes.texi (Internal Probes): Add documentation
11656         of setjmp, longjmp and longjmp_target probes.
11657
11658         * include/stap-probe.h: Add comment about probe argument
11659         format.
11660
11661         * malloc/mtrace.c (attribute_hidden): Remove unused macro
11662         definition.  (tr_where, tr_freehook, tr_mallochook,
11663         tr_reallochook, tr_memalignhook): Use ANSI protoype.
11664
11665 2014-02-11  David S. Miller  <davem@davemloft.net>
11666
11667         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
11668         processing int_tests.
11669
11670 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
11671
11672         * sysdeps/mips: Move directory from ports/sysdeps/mips.
11673         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
11674         * sysdeps/unix/sysv/linux/mips: Move directory from
11675         ports/sysdeps/unix/sysv/linux/mips.
11676         * README: Update listing for mips-*-linux-gnu and
11677         mips64-*-linux-gnu.
11678
11679 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
11680
11681         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
11682         * sysdeps/unix/sysv/linux/m68k: Move directory from
11683         ports/sysdeps/unix/sysv/linux/m68k.
11684         * README: Update listing for m68k-*-linux-gnu.
11685
11686 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
11687
11688         * sysdeps/tile: Move directory from ports/sysdeps/tile.
11689         * sysdeps/unix/sysv/linux/generic: Move directory from
11690         ports/sysdeps/unix/sysv/linux/generic.
11691         * sysdeps/unix/sysv/linux/tile: Move directory from
11692         ports/sysdeps/unix/sysv/linux/tile.
11693         * README: Update listing for tile*-*-linux-gnu.
11694
11695 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
11696
11697         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
11698         __builtin_expect.
11699         * benchtests/bench-memmem.c (simple_memmem): Likewise.
11700         * catgets/open_catalog.c (__open_catalog): Likewise.
11701         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
11702         * debug/confstr_chk.c: Likewise.
11703         * debug/fread_chk.c (__fread_chk): Likewise.
11704         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
11705         * debug/getgroups_chk.c: Likewise.
11706         * debug/mbsnrtowcs_chk.c: Likewise.
11707         * debug/mbsrtowcs_chk.c: Likewise.
11708         * debug/mbstowcs_chk.c: Likewise.
11709         * debug/memcpy_chk.c: Likewise.
11710         * debug/memmove_chk.c: Likewise.
11711         * debug/mempcpy_chk.c: Likewise.
11712         * debug/memset_chk.c: Likewise.
11713         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11714         * debug/strcat_chk.c (__strcat_chk): Likewise.
11715         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11716         * debug/strncat_chk.c (__strncat_chk): Likewise.
11717         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11718         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11719         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11720         * debug/wcpncpy_chk.c: Likewise.
11721         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11722         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11723         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11724         * debug/wcsncpy_chk.c: Likewise.
11725         * debug/wcsnrtombs_chk.c: Likewise.
11726         * debug/wcsrtombs_chk.c: Likewise.
11727         * debug/wcstombs_chk.c: Likewise.
11728         * debug/wmemcpy_chk.c: Likewise.
11729         * debug/wmemmove_chk.c: Likewise.
11730         * debug/wmempcpy_chk.c: Likewise.
11731         * debug/wmemset_chk.c: Likewise.
11732         * dirent/scandirat.c (SCANDIRAT): Likewise.
11733         * dlfcn/dladdr1.c (dladdr1): Likewise.
11734         * dlfcn/dladdr.c (dladdr): Likewise.
11735         * dlfcn/dlclose.c (dlclose_doit): Likewise.
11736         * dlfcn/dlerror.c (__dlerror): Likewise.
11737         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11738         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11739         * dlfcn/dlopen.c (dlopen_doit): Likewise.
11740         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11741         * dlfcn/dlsym.c (dlsym_doit): Likewise.
11742         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11743         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11744         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11745         Likewise.
11746         * elf/dl-conflict.c: Likewise.
11747         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11748         * elf/dl-dst.h: Likewise.
11749         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11750         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11751         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11752         * elf/dl-init.c (call_init, _dl_init): Likewise.
11753         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
11754         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11755         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11756         Likewise.
11757         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11758         Likewise.
11759         * elf/dl-minimal.c (__libc_memalign): Likewise.
11760         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11761         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11762         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11763         * elf/dl-sym.c (do_sym): Likewise.
11764         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11765         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
11766         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11767         * elf/dl-writev.h (_dl_writev): Likewise.
11768         * elf/ldconfig.c (search_dir): Likewise.
11769         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11770         (dl_main): Likewise.
11771         * elf/setup-vdso.h (setup_vdso): Likewise.
11772         * grp/compat-initgroups.c (compat_call): Likewise.
11773         * grp/fgetgrent.c (fgetgrent): Likewise.
11774         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11775         * grp/putgrent.c (putgrent): Likewise.
11776         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11777         Likewise.
11778         * hurd/hurdinit.c: Likewise.
11779         * iconvdata/8bit-gap.c (struct): Likewise.
11780         * iconvdata/ansi_x3.110.c : Likewise.
11781         * iconvdata/big5.c : Likewise.
11782         * iconvdata/big5hkscs.c : Likewise.
11783         * iconvdata/cp1255.c: Likewise.
11784         * iconvdata/cp1258.c : Likewise.
11785         * iconvdata/cp932.c : Likewise.
11786         * iconvdata/euc-cn.c: Likewise.
11787         * iconvdata/euc-jisx0213.c : Likewise.
11788         * iconvdata/euc-jp.c: Likewise.
11789         * iconvdata/euc-jp-ms.c : Likewise.
11790         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11791         * iconvdata/gb18030.c : Likewise.
11792         * iconvdata/gbbig5.c (const): Likewise.
11793         * iconvdata/gbgbk.c: Likewise.
11794         * iconvdata/gbk.c : Likewise.
11795         * iconvdata/ibm1364.c : Likewise.
11796         * iconvdata/ibm930.c : Likewise.
11797         * iconvdata/ibm932.c: Likewise.
11798         * iconvdata/ibm933.c : Likewise.
11799         * iconvdata/ibm935.c : Likewise.
11800         * iconvdata/ibm937.c : Likewise.
11801         * iconvdata/ibm939.c : Likewise.
11802         * iconvdata/ibm943.c: Likewise.
11803         * iconvdata/iso_11548-1.c: Likewise.
11804         * iconvdata/iso-2022-cn.c : Likewise.
11805         * iconvdata/iso-2022-cn-ext.c : Likewise.
11806         * iconvdata/iso-2022-jp-3.c: Likewise.
11807         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11808         * iconvdata/iso-2022-kr.c : Likewise.
11809         * iconvdata/iso646.c (gconv_end): Likewise.
11810         * iconvdata/iso_6937-2.c : Likewise.
11811         * iconvdata/iso_6937.c : Likewise.
11812         * iconvdata/iso8859-1.c: Likewise.
11813         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11814         * iconvdata/shift_jisx0213.c : Likewise.
11815         * iconvdata/sjis.c : Likewise.
11816         * iconvdata/t.61.c : Likewise.
11817         * iconvdata/tcvn5712-1.c : Likewise.
11818         * iconvdata/tscii.c: Likewise.
11819         * iconvdata/uhc.c : Likewise.
11820         * iconvdata/unicode.c (gconv_end): Likewise.
11821         * iconvdata/utf-16.c (gconv_end): Likewise.
11822         * iconvdata/utf-32.c (gconv_end): Likewise.
11823         * iconvdata/utf-7.c (base64): Likewise.
11824         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11825         * iconv/gconv_close.c (__gconv_close): Likewise.
11826         * iconv/gconv_open.c (__gconv_open): Likewise.
11827         * iconv/gconv_simple.c (internal_ucs4_loop_single)
11828         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11829         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11830         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11831         (ucs4le_internal_loop_single): Likewise.
11832         * iconv/iconv.c (iconv): Likewise.
11833         * iconv/iconv_close.c: Likewise.
11834         * iconv/loop.c (SINGLE): Likewise.
11835         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11836         * include/atomic.h: Likewise.
11837         * inet/inet6_option.c (option_alloc): Likewise.
11838         * intl/bindtextdom.c (set_binding_values): Likewise.
11839         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11840         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11841         * intl/localealias.c (read_alias_file): Likewise.
11842         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
11843         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11844         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
11845         * libio/fmemopen.c (fmemopen): Likewise.
11846         * libio/iofgets.c (_IO_fgets): Likewise.
11847         * libio/iofgets_u.c (fgets_unlocked): Likewise.
11848         * libio/iofgetws.c (fgetws): Likewise.
11849         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11850         * libio/iogetdelim.c (_IO_getdelim): Likewise.
11851         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11852         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
11853         * locale/findlocale.c (_nl_find_locale): Likewise.
11854         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
11855         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
11856         Likewise.
11857         * locale/setlocale.c (setlocale): Likewise.
11858         * login/programs/pt_chown.c (main): Likewise.
11859         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
11860         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
11861         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
11862         (mmap, mmap64, mremap, munmap): Likewise.
11863         * math/e_exp2l.c: Likewise.
11864         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
11865         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
11866         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
11867         * math/s_catan.c (__catan): Likewise.
11868         * math/s_catanf.c (__catanf): Likewise.
11869         * math/s_catanh.c (__catanh): Likewise.
11870         * math/s_catanhf.c (__catanhf): Likewise.
11871         * math/s_catanhl.c (__catanhl): Likewise.
11872         * math/s_catanl.c (__catanl): Likewise.
11873         * math/s_ccosh.c (__ccosh): Likewise.
11874         * math/s_ccoshf.c (__ccoshf): Likewise.
11875         * math/s_ccoshl.c (__ccoshl): Likewise.
11876         * math/s_cexp.c (__cexp): Likewise.
11877         * math/s_cexpf.c (__cexpf): Likewise.
11878         * math/s_cexpl.c (__cexpl): Likewise.
11879         * math/s_clog10.c (__clog10): Likewise.
11880         * math/s_clog10f.c (__clog10f): Likewise.
11881         * math/s_clog10l.c (__clog10l): Likewise.
11882         * math/s_clog.c (__clog): Likewise.
11883         * math/s_clogf.c (__clogf): Likewise.
11884         * math/s_clogl.c (__clogl): Likewise.
11885         * math/s_csin.c (__csin): Likewise.
11886         * math/s_csinf.c (__csinf): Likewise.
11887         * math/s_csinh.c (__csinh): Likewise.
11888         * math/s_csinhf.c (__csinhf): Likewise.
11889         * math/s_csinhl.c (__csinhl): Likewise.
11890         * math/s_csinl.c (__csinl): Likewise.
11891         * math/s_csqrt.c (__csqrt): Likewise.
11892         * math/s_csqrtf.c (__csqrtf): Likewise.
11893         * math/s_csqrtl.c (__csqrtl): Likewise.
11894         * math/s_ctan.c (__ctan): Likewise.
11895         * math/s_ctanf.c (__ctanf): Likewise.
11896         * math/s_ctanh.c (__ctanh): Likewise.
11897         * math/s_ctanhf.c (__ctanhf): Likewise.
11898         * math/s_ctanhl.c (__ctanhl): Likewise.
11899         * math/s_ctanl.c (__ctanl): Likewise.
11900         * math/w_pow.c: Likewise.
11901         * math/w_powf.c: Likewise.
11902         * math/w_powl.c: Likewise.
11903         * math/w_scalb.c (sysv_scalb): Likewise.
11904         * math/w_scalbf.c (sysv_scalbf): Likewise.
11905         * math/w_scalbl.c (sysv_scalbl): Likewise.
11906         * misc/error.c (error_tail): Likewise.
11907         * misc/pselect.c (__pselect): Likewise.
11908         * nis/nis_callback.c (__nis_create_callback): Likewise.
11909         * nis/nis_call.c (__nisfind_server): Likewise.
11910         * nis/nis_creategroup.c (nis_creategroup): Likewise.
11911         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
11912         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
11913         * nis/nis_getservlist.c (nis_getservlist): Likewise.
11914         * nis/nis_lookup.c (nis_lookup): Likewise.
11915         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
11916         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
11917         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
11918         * nis/nis_xdr.c (xdr_endpoint): Likewise.
11919         * nis/nss_compat/compat-grp.c (getgrent_next_file)
11920         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
11921         * nis/nss_compat/compat-initgroups.c (add_group)
11922         (internal_getgrent_r): Likewise.
11923         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
11924         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
11925         * nis/nss_compat/compat-spwd.c (getspent_next_file)
11926         (internal_getspnam_r): Likewise.
11927         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
11928         (_nss_nis_getaliasbyname_r): Likewise.
11929         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
11930         (_nss_nis_getntohost_r): Likewise.
11931         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
11932         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
11933         (_nss_nis_getgrgid_r): Likewise.
11934         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
11935         (internal_nis_gethostent_r, internal_gethostbyname2_r)
11936         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
11937         (_nss_nis_gethostbyname4_r): Likewise.
11938         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
11939         (initgroups_netid): Likewise.
11940         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
11941         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
11942         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
11943         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
11944         (_nss_nis_getprotobynumber_r): Likewise.
11945         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
11946         (_nss_nis_getsecretkey): Likewise.
11947         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
11948         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
11949         (_nss_nis_getpwuid_r): Likewise.
11950         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
11951         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
11952         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
11953         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
11954         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
11955         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
11956         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
11957         Likewise.
11958         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
11959         (_nss_nisplus_getntohost_r): Likewise.
11960         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
11961         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11962         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
11963         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
11964         Likewise.
11965         * nis/nss_nisplus/nisplus-initgroups.c
11966         (_nss_nisplus_initgroups_dyn): Likewise.
11967         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
11968         (_nss_nisplus_getnetbyaddr_r): Likewise.
11969         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
11970         (_nss_nisplus_getprotobynumber_r): Likewise.
11971         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
11972         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
11973         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
11974         Likewise.
11975         * nis/nss_nisplus/nisplus-service.c
11976         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
11977         (_nss_nisplus_getservbyport_r): Likewise.
11978         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
11979         (_nss_nisplus_getspnam_r): Likewise.
11980         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
11981         Likewise.
11982         * nscd/aicache.c (addhstaiX): Likewise.
11983         * nscd/cache.c (cache_search, prune_cache): Likewise.
11984         * nscd/connections.c (register_traced_file, send_ro_fd)
11985         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
11986         (main_loop_epoll): Likewise.
11987         * nscd/grpcache.c (addgrbyX): Likewise.
11988         * nscd/hstcache.c (addhstbyX): Likewise.
11989         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11990         * nscd/mem.c (gc, mempool_alloc): Likewise.
11991         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
11992         (addinnetgrX): Likewise.
11993         * nscd/nscd-client.h (__nscd_acquire_maplock)
11994         (__nscd_drop_map_ref): Likewise.
11995         * nscd/nscd_getai.c (__nscd_getai): Likewise.
11996         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11997         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
11998         Likewise.
11999         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
12000         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12001         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
12002         (__nscd_get_map_ref): Likewise.
12003         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12004         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
12005         Likewise.
12006         * nscd/pwdcache.c (addpwbyX): Likewise.
12007         * nscd/selinux.c (preserve_capabilities): Likewise.
12008         * nscd/servicescache.c (addservbyX): Likewise.
12009         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
12010         * posix/fnmatch.c (fnmatch): Likewise.
12011         * posix/getopt.c (_getopt_internal_r): Likewise.
12012         * posix/glob.c (glob, glob_in_dir): Likewise.
12013         * posix/wordexp.c (exec_comm_child): Likewise.
12014         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
12015         (getanswer_r, gaih_getanswer_slice): Likewise.
12016         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
12017         * resolv/res_init.c: Likewise.
12018         * resolv/res_mkquery.c (res_nmkquery): Likewise.
12019         * resolv/res_query.c (__libc_res_nquery): Likewise.
12020         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
12021         Likewise.
12022         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
12023         * stdio-common/perror.c (perror): Likewise.
12024         * stdio-common/printf_fp.c (___printf_fp): Likewise.
12025         * stdio-common/tmpnam.c (tmpnam): Likewise.
12026         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
12027         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
12028         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
12029         Likewise.
12030         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
12031         * stdlib/putenv.c (putenv): Likewise.
12032         * stdlib/setenv.c (__add_to_environ): Likewise.
12033         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
12034         * stdlib/strtol_l.c (INTERNAL): Likewise.
12035         * string/memmem.c (memmem): Likewise.
12036         * string/strerror.c (strerror): Likewise.
12037         * string/strnlen.c (__strnlen): Likewise.
12038         * string/test-memmem.c (simple_memmem): Likewise.
12039         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
12040         * sunrpc/pm_getport.c (__get_socket): Likewise.
12041         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
12042         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
12043         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
12044         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
12045         Likewise.
12046         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
12047         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
12048         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
12049         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
12050         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
12051         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
12052         Likewise.
12053         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
12054         Likewise.
12055         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
12056         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
12057         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
12058         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
12059         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
12060         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
12061         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12062         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
12063         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
12064         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
12065         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
12066         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
12067         Likewise.
12068         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
12069         Likewise.
12070         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
12071         Likewise.
12072         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
12073         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
12074         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
12075         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
12076         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
12077         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
12078         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
12079         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
12080         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
12081         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
12082         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
12083         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12084         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
12085         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
12086         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
12087         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
12088         Likewise.
12089         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
12090         Likewise.
12091         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
12092         Likewise.
12093         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
12094         Likewise.
12095         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12096         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12097         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
12098         Likewise.
12099         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
12100         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
12101         * sysdeps/posix/opendir.c (__opendirat): Likewise.
12102         * sysdeps/posix/sleep.c: Likewise.
12103         * sysdeps/posix/tempname.c: Likewise.
12104         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
12105         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
12106         Likewise.
12107         * sysdeps/powerpc/powerpc32/dl-machine.h
12108         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
12109         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
12110         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
12111         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
12112         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
12113         Likewise.
12114         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
12115         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
12116         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12117         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
12118         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12119         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
12120         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
12121         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
12122         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12123         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
12124         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
12125         (elf_machine_lazy_rel): Likewise.
12126         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
12127         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
12128         (elf_machine_lazy_rel): Likewise.
12129         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
12130         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
12131         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
12132         * sysdeps/unix/grantpt.c (grantpt): Likewise.
12133         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
12134         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
12135         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
12136         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
12137         Likewise.
12138         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
12139         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
12140         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
12141         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
12142         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12143         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
12144         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
12145         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
12146         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12147         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
12148         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
12149         Likewise.
12150         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
12151         (__posix_fallocate64_l64): Likewise.
12152         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
12153         (posix_fallocate): Likewise.
12154         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
12155         Likewise.
12156         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
12157         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
12158         (getifaddrs_internal): Likewise.
12159         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
12160         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
12161         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
12162         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
12163         * sysdeps/unix/sysv/linux/posix_fallocate64.c
12164         (__posix_fallocate64_l64): Likewise.
12165         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
12166         Likewise.
12167         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12168         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
12169         (__get_clockfreq): Likewise.
12170         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
12171         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12172         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
12173         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12174         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12175         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
12176         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
12177         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
12178         Likewise.
12179         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
12180         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
12181         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
12182         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
12183         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
12184         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
12185         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
12186         Likewise.
12187         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
12188         (posix_fallocate): Likewise.
12189         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12190         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
12191         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
12192         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
12193         (elf_machine_rela, elf_machine_rela_relative)
12194         (elf_machine_lazy_rel): Likewise.
12195         * time/asctime.c (asctime_internal): Likewise.
12196         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
12197         * time/tzset.c (__tzset_parse_tz): Likewise.
12198         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
12199         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
12200         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
12201         * wcsmbs/wcsmbsload.h: Likewise.
12202
12203         [BZ #15894]
12204         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
12205
12206         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
12207         (arena_get2): Remove THREAD_STATS conditionals.
12208         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
12209         (__malloc_stats, int): Likewise.
12210
12211 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
12212
12213         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
12214         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
12215
12216         * manual/setjmp.texi: Fix typos/grammar errors.
12217
12218         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
12219         Only return early when n is <= 0.  Delete unused return statement.
12220
12221         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
12222         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
12223         * debug/tst-longjmp_chk3.c: New file.
12224
12225         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
12226         (test_main): Replace code with set_fortify_handler call.
12227         * debug/test-strcpy_chk.c: Likewise.
12228         * debug/tst-chk1.c: Likewise.
12229         * debug/tst-longjmp_chk.c: Likewise.
12230         * test-skeleton.c: Include fcntl.h & paths.h
12231         (set_fortify_handler): Define.
12232
12233         * debug/tst-longjmp_chk.c: Add header comment and include
12234         ../test-skeleton.c.
12235         (do_test): Mark static.
12236         (TEST_FUNCTION): Define.
12237
12238         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
12239         (IP_PMTUDISC_INTERFACE): Likewise.
12240         (IP_MULTICAST_IF): Likewise.
12241         (IP_MULTICAST_TTL): Likewise.
12242         (IP_MULTICAST_LOOP): Likewise.
12243         (IP_ADD_MEMBERSHIP): Likewise.
12244         (IP_DROP_MEMBERSHIP): Likewise.
12245         (IP_UNBLOCK_SOURCE): Likewise.
12246         (IP_BLOCK_SOURCE): Likewise.
12247         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
12248         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
12249         (IP_MSFILTER): Likewise.
12250         (MCAST_JOIN_GROUP): Likewise.
12251         (MCAST_BLOCK_SOURCE): Likewise.
12252         (MCAST_UNBLOCK_SOURCE): Likewise.
12253         (MCAST_LEAVE_GROUP): Likewise.
12254         (MCAST_JOIN_SOURCE_GROUP): Likewise.
12255         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
12256         (MCAST_MSFILTER): Likewise.
12257         (IP_MULTICAST_ALL): Likewise.
12258         (IP_UNICAST_IF): Likewise.
12259
12260         * timezone/Makefile: Delete $(have-ksh) check.
12261         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
12262         * timezone/tzselect.ksh: Add +x mode bits.
12263
12264         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
12265         (ANON_INODE_FS_MAGIC): Likewise.
12266         (BDEVFS_MAGIC): Likewise.
12267         (BINFMTFS_MAGIC): Likewise.
12268         (BTRFS_TEST_MAGIC): Likewise.
12269         (CRAMFS_MAGIC_WEND): Likewise.
12270         (DEBUGFS_MAGIC): Likewise.
12271         (ECRYPTFS_SUPER_MAGIC): Likewise.
12272         (EXT3_SUPER_MAGIC): Likewise.
12273         (EXT4_SUPER_MAGIC): Likewise.
12274         (FUTEXFS_SUPER_MAGIC): Likewise.
12275         (HOSTFS_SUPER_MAGIC): Likewise.
12276         (HUGETLBFS_MAGIC): Likewise.
12277         (MINIX3_SUPER_MAGIC): Likewise.
12278         (MTD_INODE_FS_MAGIC): Likewise.
12279         (NILFS_SUPER_MAGIC): Likewise.
12280         (OPENPROM_SUPER_MAGIC): Likewise.
12281         (PIPEFS_MAGIC): Likewise.
12282         (PSTOREFS_MAGIC): Likewise.
12283         (QNX6_SUPER_MAGIC): Likewise.
12284         (RAMFS_MAGIC): Likewise.
12285         (REISERFS_SUPER_MAGIC_STRING): Likewise.
12286         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
12287         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
12288         (SECURITYFS_MAGIC): Likewise.
12289         (SELINUX_MAGIC): Likewise.
12290         (SMACK_MAGIC): Likewise.
12291         (SOCKFS_MAGIC): Likewise.
12292         (SQUASHFS_MAGIC): Likewise.
12293         (STACK_END_MAGIC): Likewise.
12294         (TMPFS_MAGIC): Likewise.
12295         (USBDEVICE_SUPER_MAGIC): Likewise.
12296         (V9FS_MAGIC): Likewise.
12297         (XENFS_SUPER_MAGIC): Likewise.
12298         (CRAMFS_MAGIC): Fix typo in comment.
12299         (EXT2_SUPER_MAGIC): Update comment.
12300         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
12301
12302 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
12303
12304         * sysdeps/arm: Move directory from ports/sysdeps/arm.
12305         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
12306         * sysdeps/unix/sysv/linux/arm: Move directory from
12307         ports/sysdeps/unix/sysv/linux/arm.
12308         * README: Update listing for arm-*-linux-gnueabi.
12309
12310         * README: Remove mention of am33.
12311
12312 2014-02-07  Roland McGrath  <roland@hack.frob.com>
12313
12314         * bits/sigset.h (__sigemptyset): Use a statement expression rather
12315         than the comma operator, to avoid "rhs of comma has no effect"
12316         compiler warnings.
12317         (__sigfillset, __sigandset, __sigorset): Likewise.
12318         * include/signal.h (__sigemptyset): Likewise.
12319         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
12320
12321 2014-02-07  Allan McRae  <allan@archlinux.org>
12322
12323         * version.h (RELEASE): Set to "development".
12324         (VERSION): Set to "2.19.90"
12325         * NEWS: Add 2.20 section.
12326
12327 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
12328
12329         [BZ #16529]
12330         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
12331
12332 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12333
12334         * manual/contrib.texi: Update entry for Carlos O'Donell,
12335         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
12336
12337 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
12338
12339         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
12340
12341         * sysdeps/unix/sysv/linux/kernel-features.h
12342         [__LINUX_KERNEL_VERSION >= 0x020621]
12343         (__ASSUME_PROC_PID_TASK_COMM): Define.
12344
12345 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12346
12347         [BZ #16398]
12348         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
12349         conversion when destination buffer does not have enough space.
12350         * libio/tst-ftell-partial-wide.c: New test case.
12351         * libio/Makefile (tests): Add tst-ftell-partial-wide.
12352
12353         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
12354         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
12355         Leonard and Allan McRae.
12356
12357 2014-02-04  David S. Miller  <davem@davemloft.net>
12358
12359         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
12360         32-bit.
12361
12362 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12363
12364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12365         New file
12366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12367         New file
12368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12369         New file.
12370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12371         New file.
12372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12373         New file.
12374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12375         New file.
12376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12377         New file.
12378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12379         New file.
12380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12381         New file.
12382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12383         New file.
12384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12385         New file.
12386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12387         New file.
12388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12389         New file.
12390
12391 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12392
12393         * nptl/shlib-versions: Change powerpc*le start to 2.17.
12394         * shlib-versions: Likewise.
12395
12396 2014-02-04  Roland McGrath  <roland@hack.frob.com>
12397             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12398
12399         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
12400         (abilist-pattern): New variable, set to %-le.abilist.
12401
12402         * Makerules (abilist-pattern): New variable.
12403         (vpath): Use $(abilist-pattern) in place of %.abilist.
12404         (check-abi-% pattern rule): Likewise.
12405         (check-abi, update-abi): Likewise.
12406
12407 2014-02-04  Eric Wong  <normalperson@yhbt.net>
12408
12409         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12410
12411 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
12412
12413         * manual/startup.texi: Add next, previous, and top entries for
12414         the `Program Arguments' and `Environment Variables' nodes.
12415
12416 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
12417
12418         * manual/macros.texi: Add comments before MTASC-safety macros.
12419
12420         * manual/users.texi: Document MTASC-safety properties.
12421
12422         * manual/threads.texi (pthread_key_create, pthread_key_delete)
12423         (pthread_getspecific, pthread_setspecific): Format with
12424         @deftypefun, and add @safety note.
12425         * manual/signal.texi: Move comments that analyze the above
12426         functions to their home place.
12427
12428 2014-02-03  Allan McRae  <allan@archlinux.org>
12429
12430         * po/sl.po: Update Slovenian translation from translation project.
12431
12432 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
12433
12434         * manual/time.texi (timegm): Add missing blank after @c.
12435         Reported by Joseph Myers <joseph@codesourcery.com>.
12436
12437 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
12438
12439         * manual/check-safety.sh: New.
12440         * manual/Makefile ($(objpfx)stamp-summary): Run it.
12441
12442         * manual/terminal.texi: Document MTASC-safety properties.
12443
12444         * manual/filesys.texi: Document MTASC-safety properties.
12445
12446         * manual/errno.texi: Document MTASC-safety properties.
12447
12448         * manual/intro.texi: Document safety identifiers and
12449         conditionals.
12450
12451         * manual/string.texi (wcstok): Fix prototype.
12452         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
12453
12454         * manual/time.texi: Document MTASC-safety properties.
12455
12456         * manual/string.texi: Document MTASC-safety properties.
12457
12458         * manual/threads.texi: Document MTASC-safety properties.
12459
12460         * manual/stdio.texi: Document MTASC-safety properties.
12461
12462         * manual/syslog.texi: Document MTASC-safety properties.
12463
12464         * manual/sysinfo.texi: Document MTASC-safety properties.
12465
12466         * manual/startup.texi: Document MTASC-safety properties.
12467
12468         * manual/socket.texi: Document MTASC-safety properties.
12469
12470         * manual/signal.texi: Document MTASC-safety properties.
12471
12472 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
12473
12474         * manual/setjmp.texi: Document MTASC-safety properties.
12475
12476         * manual/search.texi: Document MTASC-safety properties.
12477
12478         * manual/resource.texi: Document MTASC-safety properties.
12479
12480         * manual/process.texi: Document MTASC-safety properties.
12481
12482         * manual/platform.texi: Document MTASC-safety properties.
12483
12484         * manual/pipe.texi: Document MTASC-safety properties.
12485
12486         * manual/pattern.texi: Document MTASC-safety properties.
12487
12488         * manual/message.texi: Document MTASC-safety properties.
12489
12490         [BZ #12751]
12491         * manual/memory.texi: Document MTASC-safety properties.
12492
12493         * manual/math.texi: Document MTASC-safety properties.
12494
12495         * manual/locale.texi: Document MTASC-safety properties.
12496
12497         * manual/llio.texi: Document MTASC-safety properties.
12498
12499         * manual/libdl.texi: New.
12500
12501         * manual/lang.texi: Document MTASC-safety properties.
12502
12503         * manual/job.texi: Document MTASC-safety properties.
12504
12505         * manual/getopt.texi: Document MTASC-safety properties.
12506
12507         * manual/ctype.texi: Document MTASC-safety properties.
12508
12509 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
12510
12511         [BZ #16046]
12512         * csu/libc-tls.c (static_map): Remove variable.
12513         (__libc_setup_tls): Use main executable's link map for TLS data.
12514         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
12515         casing for LM_ID_BASE and GL(dl_nns).
12516         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
12517         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
12518         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
12519         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
12520         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
12521         member.
12522         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
12523         l_phnum members.
12524
12525 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
12526
12527         * manual/debug.texi: Document MTASC-safety properties.
12528
12529 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
12530
12531         [BZ #16510]
12532         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
12533         of __x86_64__ when disabling x87 inline functions.
12534
12535 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
12536
12537         * manual/charset.texi: Document MTASC-safety properties.
12538
12539         * manual/crypt.texi: Document MTASC-safety properties.
12540
12541         * manual/conf.texi: Document MTASC-safety properties.
12542
12543         * manual/arith.texi: Document MTASC-safety properties.
12544
12545         * manual/argp.texi: Document MTASC-safety properties.
12546
12547         * manual/macros.texi: Introduce macros to document multi
12548         thread, asynchronous signal and asynchronous cancellation
12549         safety properties.
12550         * manual/intro.texi: Introduce the properties themselves.
12551
12552 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12553
12554         * sysdeps/sh/sh4/Makefile: New file.
12555
12556 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
12557
12558         * math/gen-libm-test.pl ($srcdir): New variable.
12559         ($auto_input): Use it.
12560
12561 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12562
12563         [BZ #16506]
12564         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
12565         access beyond array bounds when parsing netgroups file.
12566
12567         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
12568         the old buffer before realloc.
12569
12570 2014-01-27  Allan McRae  <allan@archlinux.org>
12571
12572         * po/fr.po: Update French translation from translation project.
12573
12574 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12575
12576         * sysdeps/sh/libm-test-ulps: Regenerate.
12577
12578 2014-01-24  David S. Miller  <davem@davemloft.net>
12579
12580         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
12581
12582 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12583
12584         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
12585         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
12586
12587 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12588
12589         [BZ #16474]
12590         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
12591         string pointers after reallocation.
12592
12593 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12594
12595         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
12596         __SH4A__ instead of __SH_FPU_ANY__.
12597
12598 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12599
12600         * sysdeps/sh/fpu_control.h: New file.
12601         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
12602         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
12603         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
12604         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
12605         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
12606         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
12607         * sysdeps/sh/sys/ucontext.h: Remove.
12608         * sysdeps/sh/sys: Remove directory.
12609
12610 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12611
12612         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
12613         s390/sys/ucontext.h.
12614         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12615         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
12616
12617 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
12618
12619         [BZ #15605]
12620         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
12621
12622 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12623
12624         [BZ#16431]
12625         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
12626         Adjust the vDSO correctly for internal calls.
12627         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
12628
12629 2014-01-20  Allan McRae  <allan@archlinux.org>
12630
12631         * po/ca.po: Update Catalan translation from translation project.
12632
12633 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
12634
12635         * sysdeps/s390/sotruss-lib.c: New file.
12636
12637 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12638
12639         [BZ#16430]
12640         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
12641         (__GI___gettimeofday): Alias for a different internal symbol to avoid
12642         local calls issues by not having a PLT stub required for IFUNC calls.
12643         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
12644
12645 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
12646
12647         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
12648         * math/test-fpucw-static.c: Likewise.
12649
12650 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12651
12652         [BZ #16453]
12653         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
12654
12655 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12656
12657         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
12658         implementation for powerpc.
12659
12660 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
12661
12662         [BZ #14782]
12663         * sysdeps/posix/system.c (__libc_system): Do not enable
12664         asynchronous cancellation.
12665
12666 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12667
12668         [BZ #16427]
12669         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
12670         handling only for numbers special also in the IEEE case.
12671
12672 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12673
12674         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12675
12676 2014-01-11  Allan McRae  <allan@archlinux.org>
12677
12678         * po/bg.po: Update Bulgarian translation from translation project.
12679
12680         * po/de.po: Update German translation from translation project.
12681
12682 2014-01-10  Roland McGrath  <roland@hack.frob.com>
12683
12684         * sysdeps/generic/gcc-compat.h: New file.
12685
12686 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12687
12688         * benchtests/asin-inputs: Correct slow inputs.
12689         * benchtests/acos-inputs: Likewise.
12690
12691 2014-01-10  Allan McRae  <allan@archlinux.org>
12692
12693         * po:sv.po: Update Swedish translation from translation project.
12694
12695         * po/vi.po: Update Vietnamese translation from translation project.
12696
12697         * po/eo.po: Update Esperanto translation from translation project.
12698
12699         * po/cs.po: Update Czech translation from translation project.
12700
12701         * po/nl.po: Update Dutch translation from translation project.
12702
12703         * po/pl.po: Update Polish translation from translation project.
12704
12705         * po/ru.po: Update Russian translation from translation project.
12706
12707         * po/uk.po: Update Ukrainian translation from translation project.
12708
12709 2014-01-08  Brooks Moses  <bmoses@google.com>
12710
12711         * elf/dl-load.c: Fix comment typo.
12712
12713 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
12714
12715         * po/header.pot: Rename to...
12716         * po/pot.header: ... this.
12717         * po/Makefile: Use pot.header.
12718
12719 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
12720             Maxim Kuvyrkov  <maxim@kugelworks.com>
12721
12722         [BZ #16394]
12723         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12724         SRC and DEST against LEN.
12725
12726 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12727
12728         [BZ #16414]
12729         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12730         implementation.
12731         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12732
12733 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12734
12735         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12736
12737 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
12738
12739         [BZ #16408]
12740         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12741         for large positive arguments.
12742
12743 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
12744
12745         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12746
12747         * math/auto-libm-test-in: Mark various tests with
12748         xfail-rounding:ldbl-128ibm.
12749         * math/auto-libm-test-out: Regenerated.
12750
12751         [BZ #16407]
12752         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12753         Increase overflow threshold.
12754
12755 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
12756
12757         [BZ #14286]
12758         * stdio-common/vfprintf.c: Check for integer overflow.
12759
12760 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12761
12762         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12763         the first argument and return value of __tls_get_addr_internal.
12764
12765 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12766
12767         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12768         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12769
12770 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12771
12772         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12773         * sysdeps/s390/rtld-global-offsets.sym: New file.
12774         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12775         GLIBC_2.19 symbol.
12776         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12777         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12778         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12779         ... this.
12780         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12781         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12782         ... this.
12783         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12784         Regenerate.
12785         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12786         Regenerate.
12787         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12788         halfs of GPRs for high_gprs contexts.
12789         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12790         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
12791         field.
12792         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12793         uc_flags field.
12794         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12795         64 bit versions:
12796         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12797         for high GPRs (uc_high_gprs) and for future extensions
12798         (__reserved).
12799         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12800         for future extensions (__reserved).
12801         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12802         64 bit versions:
12803         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12804         SC_HIGHGPRS offset definition.
12805         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12806         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12807
12808         * Versions.def: Add GLIBC_2.19 for libpthread.
12809         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12810         siglongjmp for libpthread with GLIBC_2.19 symver.
12811         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12812         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12813         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12814         * sysdeps/s390/__longjmp.c: New file.
12815         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12816         * sysdeps/s390/longjmp.c: New file.
12817         * sysdeps/s390/setjmp.S: New file.
12818         * sysdeps/s390/sigjmp.S: New file.
12819         * sysdeps/s390/v1-longjmp.c: New file.
12820         * sysdeps/s390/v1-setjmp.h: New file.
12821         * sysdeps/s390/v1-sigjmp.c: New file.
12822         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12823         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12824         GLIBC_2.19 version.
12825         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12826         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12827         versioned symbols for ____longjmp_chk.
12828         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12829         Likewise.
12830         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12831         Regenerate.
12832         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12833         Regenerate.
12834         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12835         Regenerate.
12836         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12837         Regenerate.
12838         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12839         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12840         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12841         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12842         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12843         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12844         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12845         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12846         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12847         * sysdeps/s390/rtld-__longjmp.c: New file.
12848         * sysdeps/s390/rtld-setjmp.S: New file.
12849
12850 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
12851
12852         [BZ #16400]
12853         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12854         Return -__logl (x) for small positive arguments without evaluating
12855         a polynomial.
12856
12857 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
12858
12859         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
12860         Rename to ...
12861         (__ptrace_peeksiginfo_args): ... this.
12862         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12863         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12864         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12865
12866 2014-01-06  Allan McRae  <allan@archlinux.org>
12867
12868         * inet/netinet/in.h: Fix typo in comment.
12869
12870 2014-01-05  Andreas Jaeger  <aj@suse.de>
12871
12872         * sysdeps/i386/fpu/libm-test-ulps: Update.
12873
12874 2014-01-05  Allan McRae  <allan@archlinux.org>
12875
12876         * po/libc.pot: Regenerated.
12877
12878         * malloc/memusagestat.c: Fix gettext call formatting.
12879
12880 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
12881
12882         * nscd/nscd.c: Improve usage() output.
12883
12884 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
12885
12886         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
12887         * sysdeps/unix/sysv/linux/configure: Regenerated.
12888         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
12889         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
12890
12891 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12892
12893         [BZ #16390]
12894         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
12895         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
12896
12897 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12898
12899         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
12900         extra tokens at end of #undef directive.
12901         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
12902         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
12903         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
12904
12905 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
12906
12907         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12908
12909         * math/auto-libm-test-in: Mark various tests with
12910         xfail-rounding:ldbl-128ibm.
12911         * math/auto-libm-test-out: Regenerated.
12912
12913 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
12914
12915         [BZ #16386]
12916         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
12917         numbers with subnormal high part when calculating exponent.
12918
12919         [BZ #16385]
12920         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
12921         fabs.
12922
12923         [BZ #16384]
12924         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
12925         M_LN2l.
12926         (__ieee754_acoshl): Use __log1pl not __log1p.
12927
12928 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
12929
12930         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
12931         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
12932         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
12933         (grow_heap, heap_trim, _int_new_arena, get_free_list)
12934         (reused_arena, arena_get2): Convert to GNU style.
12935         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
12936         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
12937         (memalign_check, __malloc_set_state): Likewise.
12938         * malloc/mallocbug.c (main): Likewise.
12939         * malloc/malloc.c (__malloc_assert, malloc_init_state)
12940         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
12941         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
12942         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
12943         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
12944         (__posix_memalign, malloc_info): Likewise.
12945         * malloc/malloc.h: Likewise.
12946         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
12947         (mallochook, memalignhook, reallochook, mabort): Likewise.
12948         * malloc/mcheck.h: Likewise.
12949         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
12950         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
12951         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
12952         * malloc/morecore.c (__default_morecore): Likewise.
12953         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
12954         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
12955         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
12956         (print_and_abort): Likewise.
12957         * malloc/obstack.h: Likewise.
12958         * malloc/set-freeres.c (__libc_freeres): Likewise.
12959         * malloc/tst-mallocstate.c (main): Likewise.
12960         * malloc/tst-mtrace.c (main): Likewise.
12961         * malloc/tst-realloc.c (do_test): Likewise.
12962
12963 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12964
12965         [BZ #16366]
12966         * nscd/netgroupcache.c (do_notfound): New function.
12967         (addgetnetgrentX): Use it.
12968
12969         [BZ # 16365]
12970         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
12971         NSS_STATUS_NOTFOUND.
12972
12973 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
12974
12975         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
12976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12977
12978 2014-01-01  Allan McRae  <allan@archlinux.org>
12979
12980         * scripts/update-copyrights: Update configure input file suffix.
12981
12982         * NEWS: Update copyright year.
12983         * catgets/gencat.c: Likewise.
12984         * csu/version.c: Likewise.
12985         * debug/catchsegv.sh: Likewise.
12986         * debug/pcprofiledump.c: Likewise.
12987         * debug/xtrace.sh: Likewise.
12988         * elf/ldconfig.c: Likewise.
12989         * elf/ldd.bash.in: Likewise.
12990         * elf/pldd.c: Likewise.
12991         * elf/sotruss.ksh: Likewise.
12992         * elf/sprof.c: Likewise.
12993         * iconv/iconv_prog.c: Likewise.
12994         * iconv/iconvconfig.c: Likewise.
12995         * locale/programs/locale.c: Likewise.
12996         * locale/programs/localedef.c: Likewise.
12997         * login/programs/pt_chown.c: Likewise.
12998         * malloc/memusage.sh: Likewise.
12999         * malloc/memusagestat.c: Likewise.
13000         * malloc/mtrace.pl: Likewise.
13001         * manual/libc.texinfo: Likewise.
13002         * nscd/nscd.c: Likewise.
13003         * nss/getent.c: Likewise.
13004         * nss/makedb.c: Likewise.
13005         * posix/getconf.c: Likewise.
13006         * scripts/test-installation.pl: Likewise.
13007
13008         * All files with FSF copyright notices: Update copyright dates
13009         using scripts/update-copyrights.
13010         * intl/plural.c: Regenerated.
13011         * locale/programs/charmap-kw.h: Likewise.
13012         * locale/programs/locfile-kw.h: Likewise.
13013
13014 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
13015
13016         * sysdeps/unix/sysv/linux/configure: Regenerated.
13017         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
13018         the linux/fanotify.h header.
13019         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
13020         HAVE_LINUX_FANOTIFY_H is defined.
13021
13022 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
13023
13024         * benchtests/cos-inputs: New inputs.
13025         * benchtests/sin-inputs: Likewise.
13026
13027         * benchtests/atan-inputs: New inputs. Fix name of multiple
13028         precision fallback inputs.
13029
13030         * benchtests/atanh-inputs: New inputs.
13031         * benchtests/tanh-inputs: Likewise.
13032
13033         * benchtests/acosh-inputs: New inputs.
13034         * benchtests/asinh-inputs: Likewise.
13035
13036         * benchtests/cosh-inputs: New inputs.
13037         * benchtests/sinh-inputs: Likewise.
13038
13039         * benchtests/acos-inputs: Add more inputs.
13040         * benchtests/asin-inputs: Likewise.
13041
13042 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
13043
13044         [BZ #16375]
13045         * manual/arith.texi: Fix spelling.
13046         * manual/charset.texi: Likewise.
13047         * manual/errno.texi: Likewise.
13048         * manual/filesys.texi: Likewise.
13049         * manual/lang.texi: Likewise.
13050         * manual/llio.texi: Likewise.
13051         * manual/locale.texi: Likewise.
13052         * manual/message.texi: Likewise.
13053         * manual/resource.texi: Likewise.
13054         * manual/search.texi: Likewise.
13055         * manual/setjmp.texi: Likewise.
13056         * manual/stdio.texi: Likewise.
13057         * manual/string.texi: Likewise.
13058         * manual/sysinfo.texi: Likewise.
13059         * manual/time.texi: Likewise.
13060
13061 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
13062
13063         * po/sl.po: New file.
13064
13065 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
13066
13067         * .gitignore: Add core/.gdbinit/.gdb_history.
13068
13069 2013-12-27  Allan McRae  <allan@archlinux.org>
13070
13071         [BZ #16369]
13072         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
13073         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
13074
13075 2013-12-24  Brooks Moses  <bmoses@google.com>
13076
13077         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
13078         all compilers that claim C++98 compliance, not just GCC.
13079         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
13080         Likewise.
13081
13082 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13083
13084         * NEWS: Restore accidentally deleted bug-fix entries.
13085
13086 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13087             Ondřej Bílka  <neleai@seznam.cz>
13088
13089         [BZ #15073]
13090         * malloc/malloc.c (_int_free): Perform sanity check only if we
13091         have_lock.
13092
13093 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
13094
13095         [BZ #12986]
13096         * manual/stdio.texi (String Input Conversions): Clarify that character
13097         classes are not supported.
13098
13099 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13100
13101         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13102
13103 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
13104
13105         [BZ #16337]
13106         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13107         Calculate results for small negative arguments directly rather
13108         than using reflection formula with special underflow handling.
13109
13110         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
13111         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
13112         sysdeps/unix/bsd/bsd4.4/syscalls.list.
13113         (fchflags): Likewise.
13114         (revoke): Likewise.
13115         (setlogin): Likewise.
13116         (sigaltstack): Likewise.
13117         (wait4): Likewise.
13118         (sigblock): Remove.
13119         (sigsetmask): Likewise.
13120         (wait3): Likewise.
13121         (waitpid): Likewise.
13122         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
13123         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
13124         file.
13125         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
13126         * sysdeps/unix/bsd/Makefile: ... here.
13127         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
13128         * sysdeps/unix/bsd/Versions: ... here.
13129         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
13130         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
13131         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
13132         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
13133         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
13134         * sysdeps/unix/bsd/sigblock.c: ... here.
13135         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
13136         * sysdeps/unix/bsd/sigsetmask.c: ... here.
13137         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
13138         * sysdeps/unix/bsd/sigvec.c: ... here.
13139         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
13140         * sysdeps/unix/bsd/tcdrain.c: ... here.
13141         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
13142         * sysdeps/unix/bsd/tcgetattr.c: ... here.
13143         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
13144         * sysdeps/unix/bsd/tcsetattr.c: ... here.
13145         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
13146         * sysdeps/unix/bsd/wait.c: ... here.
13147         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
13148         * sysdeps/unix/bsd/wait3.c: ... here.
13149         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
13150         * sysdeps/unix/bsd/waitpid.c: ... here.
13151
13152 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
13153
13154         [BZ #16356]
13155         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
13156         round-to-nearest for [!USE_AS_EXPM1L].
13157         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
13158         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
13159         more tests of exp and exp10.  Expect some exp10 tests to miss
13160         exceptions or fail in directed rounding modes.
13161         * math/auto-libm-test-out: Regenerated.
13162         * math/libm-test.inc (exp10_tonearest_test_data): New array.
13163         (exp10_test_tonearest): New function.
13164         (exp10_towardzero_test_data): New array.
13165         (exp10_test_towardzero): New function.
13166         (exp10_downward_test_data): New array.
13167         (exp10_test_downward): New function.
13168         (exp10_upward_test_data): New array.
13169         (exp10_test_upward): New function.
13170         (main): Call the new functions.
13171         * sysdeps/i386/fpu/libm-test-ulps: Update.
13172         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13173
13174 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
13175
13176         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
13177         asinh, atan, atan2, atanh, cbrt, cos and cosh.
13178         * math/auto-libm-test-out: Regenerated.
13179         * math/libm-test.inc (acosh_test_data): Add more tests.
13180         (atanh_test_data): Likewise.
13181         (ceil_test_data): Likewise.
13182         (copysign_test_data): Likewise.
13183         * sysdeps/i386/fpu/libm-test-ulps: Update.
13184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13185
13186         * timezone/checktab.awk: Update from tzcode 2013i.
13187         * timezone/private.h: Likewise.
13188         * timezone/scheck.c: Likewise.
13189         * timezone/tzfile.h: Likewise.
13190         * timezone/tzselect.ksh: Likewise.
13191         * timezone/zdump.c: Likewise.
13192         * timezone/zic.c: Likewise.
13193
13194         * math/auto-libm-test-in: Add tests of cpow.
13195         * math/auto-libm-test-out: Regenerated.
13196         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
13197         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13198         mpc_cc_c.
13199         (func_calc_desc): Add mpc_cc_c union field.
13200         (test_functions): Add cpow.
13201         (special_fill_2pi): New function.
13202         (special_real_inputs): Add 2pi.
13203         (calc_generic_results): Handle mpc_cc_c.
13204         * sysdeps/i386/fpu/libm-test-ulps: Update.
13205         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13206
13207         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
13208         csqrt, ctan and ctanh.
13209         * math/auto-libm-test-out: Regenerated.
13210         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13211         (TEST_COND_x86): Likewise.
13212         (ccos_test_data): Use AUTO_TESTS_c_c.
13213         (ccosh_test_data): Likewise.
13214         (cexp_test_data): Likewise.
13215         (clog_test_data): Likewise.
13216         (csqrt_test_data): Likewise.
13217         (ctan_test_data): Likewise.
13218         (ctan_tonearest_test_data): Likewise.
13219         (ctan_towardzero_test_data): Likewise.
13220         (ctan_downward_test_data): Likewise.
13221         (ctan_upward_test_data): Likewise.
13222         (ctanh_test_data): Likewise.
13223         (ctanh_tonearest_test_data): Likewise.
13224         (ctanh_towardzero_test_data): Likewise.
13225         (ctanh_downward_test_data): Likewise.
13226         (ctanh_upward_test_data): Likewise.
13227         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13228         mpc_c_c.
13229         (func_calc_desc): Add mpc_c_c union field.
13230         (FUNC_mpc_c_c): New macro.
13231         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
13232         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
13233         ctanh.
13234         (special_fill_min_subnorm_p120): New function.
13235         (special_real_inputs): Add min_subnorm_p120.
13236         (calc_generic_results): Handle mpc_c_c.
13237         * sysdeps/i386/fpu/libm-test-ulps: Update.
13238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13239
13240 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13241
13242         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
13243         (do_sin_slow): New functions.
13244         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
13245         (cslow2, csloww1, csloww2): Use the new functions.
13246
13247         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
13248         Use M to change sign of result instead of X.  Assume X is
13249         positive.
13250         (csloww1): Likewise.
13251         (__sin): Adjust.
13252         (__cos): Adjust.
13253
13254         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
13255         arguments A and DA.
13256         (__sin): Adjust.
13257         (__cos): Likewise.
13258
13259         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
13260         (__cos): Likewise.
13261         (sloww1): Don't adjust sign of DX.
13262         (csloww1): Likewise.
13263         (sloww2): Use X directly and don't adjust sign of DX.
13264         (csloww2): Likewise.
13265
13266 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13267
13268         * math/auto-libm-test-in: Add tests of cabs and carg.
13269         * math/auto-libm-test-out: Regenerated.
13270         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
13271         (carg_test_data): Likewise.
13272         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13273         mpc_c_f.
13274         (func_calc_desc): Add mpc_c_f union field.
13275         (test_functions): Add cabs and carg.
13276         (calc_generic_results): Handle mpc_c_f.
13277
13278         * sysdeps/powerpc/powerpc32/libgcc-compat.S
13279         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
13280         as a macro and a compat symbol.
13281         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
13282         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
13283         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
13284         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
13285         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
13286         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
13287         not use .hidden.
13288         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
13289         Likewise.
13290         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
13291         Likewise.
13292         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
13293         Likewise.
13294         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
13295         Likewise.
13296         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
13297         Likewise.
13298         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
13299         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
13300         from GLIBC_2.3.2.
13301
13302 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13303
13304         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13305
13306 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13307
13308         * manual/texinfo.tex: Update to version 2013-11-26.10 with
13309         trailing whitespace removed.
13310         * scripts/config.guess: Update to version 2013-11-29.
13311         * scripts/config.sub: Update to version 2013-10-01.
13312
13313         * math/auto-libm-test-in: Add tests of sincos.
13314         * math/auto-libm-test-out: Regenerated.
13315         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
13316         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13317         mpfr_f_11.
13318         (func_calc_desc): Add mpfr_f_11 union field.
13319         (test_functions): Add sincos.
13320         (calc_generic_results): Handle mpfr_f_11.
13321         * sysdeps/i386/fpu/libm-test-ulps: Update.
13322         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13323
13324 2013-12-19  Andreas Schwab  <schwab@suse.de>
13325
13326         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
13327         CALL_MCOUNT.
13328         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13329         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
13330         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
13331
13332 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13333
13334         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
13335         * sysdeps/i386/fpu/libm-test-ulps: Update.
13336         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13337
13338         [BZ #16293]
13339         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
13340         round-to-nearest mode when using frndint.
13341         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
13342         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
13343         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
13344         Likewise.
13345         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
13346         sinh test to fail.
13347         * math/auto-libm-test-out: Regenerated.
13348         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
13349         (TEST_COND_x86): Likewise.
13350         (expm1_tonearest_test_data): New array.
13351         (expm1_test_tonearest): New function.
13352         (expm1_towardzero_test_data): New array.
13353         (expm1_test_towardzero): New function.
13354         (expm1_downward_test_data): New array.
13355         (expm1_test_downward): New function.
13356         (expm1_upward_test_data): New array.
13357         (expm1_test_upward): New function.
13358         (main): Run the new test functions.
13359         * sysdeps/i386/fpu/libm-test-ulps: Update.
13360         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13361
13362         * include/features.h: Update comment documenting feature test
13363         macros.  Mention _DEFAULT_SOURCE in comment.
13364         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
13365         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
13366         _BSD_SOURCE and _SVID_SOURCE.
13367         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
13368         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
13369         !_SVID_SOURCE]: Likewise.
13370         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13371         (__USE_POSIX_IMPLICITLY): Define.
13372         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13373         (_POSIX_SOURCE): Undefine and redefine.
13374         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13375         (_POSIX_C_SOURCE): Likewise.
13376         * manual/creature.texi (_DEFAULT_SOURCE): Document.
13377         (Feature Test Macros): Update documentation of default features.
13378
13379 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13380
13381         * benchtests/Makefile: Add bench-strtok.
13382         * benchtests/bench-strtok.c: New file: strtok benchtest.
13383
13384 2013-12-19  Allan McRae  <allan@archlinux.org>
13385
13386         * manual/install.texi: Suppress menu for plain text output.
13387         * INSTALL: Regenerated.
13388
13389 2013-12-18  Brooks Moses  <bmoses@google.com>
13390
13391         [BZ #15846]
13392         * misc/getauxval.c: Include errno.h.
13393         (__getauxval): Set errno to ENOENT if the requested type is not
13394         found.
13395         * misc/sys/auxv.h (getauxval): Document that it may set errno;
13396         don't declare with __attribute_const__.
13397         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
13398         * manual/startup.texi: Document that getauxval sets errno.
13399
13400 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13401
13402         * math/auto-libm-test-in: Add tests of jn and yn.
13403         * math/auto-libm-test-out: Regenerated.
13404         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
13405         (yn_test_data): Likewise.
13406         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13407         mpfr_if_f.
13408         (func_calc_desc): Add mpfr_if_f union field.
13409         (FUNC_mpfr_if_f): New macro.
13410         (test_functions): Add jn and yn.
13411         (calc_generic_results): Assert type of second input for
13412         mpfr_ff_f.  Handle mpfr_if_f.
13413         (output_for_one_input_case): Disable all checking for arguments
13414         fitting floating-point types in case of an integer argument.
13415         * sysdeps/i386/fpu/libm-test-ulps: Update.
13416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13417
13418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
13419         Don't expect fegetround reference in libm.so.
13420
13421 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
13422
13423         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
13424         $(config-cflags-nofma).
13425
13426 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13427
13428         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
13429         * math/auto-libm-test-out: Regenerated.
13430
13431         [BZ #16338]
13432         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
13433         to determine exponent and adjust argument to have exponent of -1.
13434         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
13435         log2.
13436         * math/auto-libm-test-out: Regenerated.
13437         * sysdeps/i386/fpu/libm-test-ulps: Update.
13438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13439
13440 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
13441
13442         * manual/probes.texi: Remove cases when per-thread arenas are
13443         disabled.
13444
13445 2013-12-18  Andreas Schwab  <schwab@suse.de>
13446
13447         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
13448         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
13449         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
13450         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
13451         * sysdeps/i386/i686/multiarch/Makefile: Update.
13452         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
13453
13454 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13455
13456         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
13457         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
13458
13459 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
13460
13461         [BZ #15968]
13462         Support TZ transition times < 00:00:00.
13463         This is needed for version-3 tz-format files; it supports time
13464         stamps past 2037 for America/Godthab (the only entry in the tz
13465         database for which this change is relevant).
13466         * manual/time.texi (TZ Variable): Document transition times
13467         from -167:59:59 through -00:00:01.
13468         * time/tzset.c (tz_rule): Time of day is now signed.
13469         (__tzset_parse_tz): Parse negative time of day.
13470
13471         Document TZ transition times >= 25:00:00.
13472         * manual/time.texi (TZ Variable): Document transition times from
13473         25:00:00 through 167:59:59.  These are already supported, and this
13474         support will help with version-3 tz-format files.
13475
13476         * manual/time.texi (TZ Variable): Modernize North America example
13477         to reflect current (i.e., 2007-and-later) daylight saving rules.
13478
13479         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
13480
13481 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13482
13483         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
13484         * sysdeps/unix/bsd/bits/stat.h: Likewise.
13485         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
13486         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
13487         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
13488         * sysdeps/unix/bsd/bsdstat.h: Likewise.
13489         * sysdeps/unix/bsd/clock.c: Likewise.
13490         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
13491         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
13492         * sysdeps/unix/bsd/init-posix.c: Likewise.
13493         * sysdeps/unix/bsd/poll.c: Likewise.
13494         * sysdeps/unix/bsd/ptsname.c: Likewise.
13495         * sysdeps/unix/bsd/seekdir.c: Likewise.
13496         * sysdeps/unix/bsd/setegid.c: Likewise.
13497         * sysdeps/unix/bsd/seteuid.c: Likewise.
13498         * sysdeps/unix/bsd/setgid.c: Likewise.
13499         * sysdeps/unix/bsd/setrgid.c: Likewise.
13500         * sysdeps/unix/bsd/setruid.c: Likewise.
13501         * sysdeps/unix/bsd/setsid.c: Likewise.
13502         * sysdeps/unix/bsd/setuid.c: Likewise.
13503         * sysdeps/unix/bsd/sigaction.c: Likewise.
13504         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
13505         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
13506         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
13507         * sysdeps/unix/bsd/telldir.c: Likewise.
13508         * sysdeps/unix/bsd/times.c: Likewise.
13509         * sysdeps/unix/bsd/usleep.c: Likewise.
13510
13511         * misc/Makefile (install-lib): Remove libbsd-compat.a.
13512         ($(objpfx)libbsd-compat.a): Remove rule.
13513
13514         * include/features.h (__FAVOR_BSD): Do not define.
13515         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
13516         features conflicting with POSIX.
13517         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
13518         (_BSD_SOURCE): Remove description of not being a subset of other
13519         feature test macros.
13520         * manual/job.texi (getpgrp): Do not document BSD version.
13521         (getpgid): Do not document by reference to BSD getpgrp.
13522         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
13523         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
13524         * signal/signal.h [__FAVOR_BSD]: Likewise.
13525         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
13526         instead of making contents conditional on [__FAVOR_BSD].
13527         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
13528
13529 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13530
13531         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13532
13533 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13534
13535         [BZ #16314]
13536         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
13537         values below 2**-450, not 2**-500.
13538         * math/auto-libm-test-in: Don't allow spurious underflow from
13539         hypot.
13540         * math/auto-libm-test-out: Regenerated.
13541
13542         [BZ #16316]
13543         [BZ #16330]
13544         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
13545         values of ha and hb and sort them after adjusting subnormal
13546         arguments.
13547         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
13548         Likewise.
13549         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
13550         values of ea and eb and sort them after adjusting subnormal
13551         arguments.
13552         * math/auto-libm-test-in: Do not expect some hypot tests of
13553         subnormals to fail.  Add more hypot tests.
13554         * math/auto-libm-test-out: Regenerated.
13555
13556 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13557
13558         [BZ #13304]
13559         * sysdeps/sh/s_fma.c: New file.
13560         * sysdeps/sh/s_fmaf.c: New file.
13561         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
13562         version.
13563         * sysdeps/sh/Implies: Add sh/soft-fp.
13564
13565 2013-12-16  Roland McGrath  <roland@hack.frob.com>
13566
13567         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
13568         level of indirection to members `objname', `errstring', `malloced'.
13569         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
13570         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
13571         it as the __longjmp argument (just pass 1 instead).
13572         (_dl_catch_error): Initialize C with argument pointers and address of
13573         volatile local ERRCODE rather than copying values out of C at return.
13574
13575 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
13576
13577         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
13578         * math/auto-libm-test-out: Regenerated.
13579         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
13580         (hypot_test_data): Likewise.
13581         (pow_test_data): Likewise.
13582         (pow_tonearest_test_data): Likewise.
13583         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13584         mpfr_ff_f.
13585         (func_calc_desc): Add mpfr_ff_f union field.
13586         (FUNC_mpfr_ff_f): New macro.
13587         (test_functions): Add atan2, hypot and pow.
13588         (special_fill_min): New function.
13589         (special_fill_minus_min): Likewise.
13590         (special_fill_min_subnorm): Likewise.
13591         (special_fill_minus_min_subnorm): Likewise.
13592         (special_real_inputs): Add min, -min, min_subnorm and
13593         -min_subnorm.
13594         (calc_generic_results): Handle mpfr_ff_f.
13595         * sysdeps/i386/fpu/libm-test-ulps: Update.
13596         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13597
13598 2013-12-16  Will Newton  <will.newton@linaro.org>
13599
13600         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
13601         (Aligned Memory Blocks): Add documentation for aligned_alloc
13602         and suggest it as an alternative to posix_memalign.
13603         (Hooks for Malloc): Document __memalign_hook is also called
13604         for aligned_alloc.  (Summary of Malloc): Add summary for
13605         aligned alloc.  Document __memalign_hook is also called
13606         for aligned_alloc.
13607
13608 2013-12-16  Will Newton  <will.newton@linaro.org>
13609
13610         * manual/memory.texi (Malloc Examples): Clarify default
13611         alignment documentation.  Suggest posix_memalign rather
13612         than memalign or valloc.
13613         (Aligned Memory Blocks): Remove suggestion to use memalign
13614         or valloc.  Remove obsolete comment about BSD.
13615         Document memalign errno values and mark the function obsolete.
13616         Document posix_memalign returned error codes.  Mark valloc
13617         as obsolete.  (Hooks for Malloc): __memalign_hook is also
13618         called for posix_memalign and valloc.
13619         (Summary of Malloc): Add posix_memalign to function summary.
13620         __memalign_hook is also called for posix_memalign and valloc.
13621
13622 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13623
13624         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
13625         TAYLOR_SIN.
13626         (__sin): Adjust.
13627         (__cos): Likewise.
13628         (sloww): Use mynumber union.  Expand ternary operator into
13629         if-else statements.
13630         (cslow): use mynumber union.
13631
13632 2013-12-16  Allan McRae  <allan@archlinux.org>
13633
13634         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
13635         * configure: Regenerated.
13636
13637         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
13638
13639         [BZ #14120]
13640         * configure.ac: Added --enable-maintainer-mode. Check for
13641         autoconf when enabled.
13642         * configure: Regenerated.
13643
13644         * nscd/nscd.service: New file.
13645         * nscd/nscd.tmpfiles: New file.
13646
13647 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
13648
13649         [BZ #12100]
13650         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
13651         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
13652         * sysdeps/x86_64/multiarch/strstr.c: ... here.
13653         (strstr): Add __strstr_sse2_unaligned ifunc.
13654         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
13655         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
13656         (strcasestr): Remove __strcasestr_sse42 ifunc.
13657         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
13658         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
13659         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
13660
13661 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13662
13663         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
13664         * sysdeps/sh/bits/fenv.h: ... here.
13665         * sysdeps/sh/sh4/fpu/bits: Remove directory.
13666
13667 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13668
13669         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
13670
13671         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
13672         hypotf multiarch implementations.
13673         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
13674         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
13675         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
13676         multiarch hypot for PPC64.
13677         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
13678         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
13679         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
13680         multiarch hypotf for PPC64.
13681
13682         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
13683         modff multiarch implementations.
13684         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
13685         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
13686         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
13687         multiarch modf for PPC64.
13688         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
13689         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
13690         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
13691         multiarch modff for PPC64.
13692
13693         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
13694         and logl multiarch implementations.
13695         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
13696         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
13697         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
13698         multiarch logb for PPC64.
13699         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
13700         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
13701         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
13702         multiarch logb for PPC64.
13703         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
13704         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
13705         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
13706         multiarch logb for PPC64.
13707
13708         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
13709         isinff multiarch implementation.
13710         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
13711         file.
13712         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
13713         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
13714         multiarch isinf for PPC64.
13715         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13716         file.
13717         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13718         multiarch isinff for PPC64.
13719
13720         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13721         finitef multiarch implementation.
13722         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13723         file.
13724         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13725         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13726         multiarch finite for PPC64.
13727         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13728         file.
13729         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13730         multiarch finitef for PPC64.
13731
13732         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13733         lrint multiarch implementation.
13734         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13735         file.
13736         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13737         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13738         multiarch llrint for PPC64.
13739         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13740         multiarch lrint for PPC64.
13741
13742         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13743         copysignf multiarch implementation.
13744         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13745         file.
13746         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13747         file.
13748         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13749         multiarch copysign for PPC64.
13750         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13751         multiarch copysignf for PPC64.
13752
13753         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13754         multiarch implementation.
13755         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13756         file.
13757         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13758         file.
13759         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13760         file.
13761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13762         file.
13763         multiarch llround for PPC64.
13764         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13765         multiarch trunc for PPC64.
13766         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13767         multiarch truncf for PPC64.
13768
13769         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13770         multiarch implementation.
13771         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13772         file.
13773         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13774         file.
13775         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13776         file.
13777         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13778         file.
13779         multiarch llround for PPC64.
13780         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13781         multiarch round for PPC64.
13782         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13783         multiarch roundf for PPC64.
13784
13785         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13786         multiarch implementation.
13787         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13788         file.
13789         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13790         file.
13791         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13792         file.
13793         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13794         file.
13795         multiarch llround for PPC64.
13796         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13797         multiarch floor for PPC64.
13798         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13799         multiarch floorf for PPC64.
13800
13801         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13802         multiarch implementation.
13803         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13804         file.
13805         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13806         file.
13807         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13808         file.
13809         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13810         file.
13811         multiarch llround for PPC64.
13812         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13813         multiarch ceil for PPC64.
13814         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13815         multiarch ceilf for PPC64.
13816
13817         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13818         multiarch implementation.
13819         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13820         file.
13821         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13822         file.
13823         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13824         file.
13825         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13826         multiarch llround for PPC64.
13827         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13828         multiarch lround for PPC64.
13829
13830         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13831         multiarch implementation.
13832         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13834         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13835         file.
13836         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13837         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13838         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13839         multiarch isnan for PPC64.
13840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13841         multiarch isnanf for PPC64.
13842
13843         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13844         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13845         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13846         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13847         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13849
13850         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13851         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13852         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13853         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13854
13855         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
13856         multiarch implementations.
13857         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13858         (__libc_ifunc_impl_list): Likewise.
13859         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
13860         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
13861         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
13862         multiarch stpcpy for PPC64.
13863
13864         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
13865         multiarch implementations.
13866         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13867         (__libc_ifunc_impl_list): Likewise.
13868         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
13869         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
13870         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
13871         multiarch strcpy for PPC64.
13872
13873         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
13874         redefine function name.
13875         (_wordcopy_fwd_dest_aligned): Likewise.
13876         (_wordcopy_bwd_aligned): Likewise.
13877         (_wordcopy_bwd_dest_aligned): Likewise.
13878         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
13879         multiarch implementations.
13880         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13881         (__libc_ifunc_impl_list): Likewise.
13882         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
13883         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
13884         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
13885         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
13886         multiarch wcscpy for PPC64.
13887
13888         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
13889         multiarch implementations.
13890         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13891         (__libc_ifunc_impl_list): Likewise.
13892         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
13893         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
13894         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
13895         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
13896         multiarch wcscpy for PPC64.
13897
13898         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
13899         multiarch implementations.
13900         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13901         (__libc_ifunc_impl_list): Likewise.
13902         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
13903         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
13904         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
13905         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
13906         multiarch wcsrchr for PPC64.
13907
13908         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
13909         multiarch implementations.
13910         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13911         (__libc_ifunc_impl_list): Likewise.
13912         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
13913         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
13914         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
13915         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
13916         multiarch wcschr for PPC64.
13917
13918         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
13919         multiarch implementations.
13920         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13921         (__libc_ifunc_impl_list): Likewise.
13922         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
13923         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
13924         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
13925         multiarch strchrnul for PPC64.
13926
13927         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
13928         implementations.
13929         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13930         (__libc_ifunc_impl_list): Likewise.
13931         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
13932         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
13933         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
13934         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
13935         strchr for PPC64.
13936
13937         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
13938         implementations.
13939         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13940         (__libc_ifunc_impl_list): Likewise.
13941         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
13942         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
13943         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
13944         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
13945         strncmp for PPC64.
13946
13947         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
13948         multiarch implementations.
13949         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13950         (__libc_ifunc_impl_list): Likewise.
13951         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
13952         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
13953         strncasecmp for PPC64.
13954         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
13955         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
13956         multiarch strncasecmp_l for PPC64.
13957
13958         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
13959         multiarch implementations.
13960         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13961         (__libc_ifunc_impl_list): Likewise.
13962         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
13963         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
13964         multiarch strcasecmp for PPC64.
13965         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
13966         file.
13967         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
13968         multiarch strcasecmp_l for PPC64.
13969
13970         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
13971         implementations.
13972         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13973         (__libc_ifunc_impl_list): Likewise.
13974         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
13975         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
13976         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
13977         strnlen for PPC64.
13978
13979         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
13980         implementations.
13981         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13982         (__libc_ifunc_impl_list): Likewise.
13983         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
13984         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
13985         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
13986         strlen for PPC64.
13987
13988         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
13989         implementations.
13990         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13991         (__libc_ifunc_impl_list): Likewise.
13992         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
13993         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
13994         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
13995         rawmemrchr for PPC64.
13996
13997         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
13998         implementation.
13999         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14000         (__libc_ifunc_impl_list): Likewise.
14001         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
14002         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
14003         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
14004         memrchr for PPC64.
14005
14006         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
14007         implementation.
14008         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14009         (__libc_ifunc_impl_list): Likewise.
14010         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
14011         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
14012         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
14013         memchr for PPC64.
14014
14015         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
14016         implementation.
14017         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14018         (__libc_ifunc_impl_list): Likewise.
14019         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
14020         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
14021         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
14022         mempcpy for PPC64.
14023
14024         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
14025         avoid cretion of __bzero symbol.
14026         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
14027         Likewise.
14028         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
14029         Likewise.
14030         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
14031         Likewise.
14032         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
14033         multiarch implementations.
14034         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14035         (__libc_ifunc_impl_list): Likewise.
14036         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
14037         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
14038         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
14039         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
14040         bzero for PPC32.
14041         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
14042         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
14043         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
14044         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
14045         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
14046         memset for PPC64.
14047         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
14048
14049         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
14050         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
14051         implementations.
14052         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14053         (__libc_ifunc_impl_list): Likewise.
14054         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
14055         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
14056         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
14057         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
14058         memcmp for PPC64.
14059
14060         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
14061         multiarch for POWER/PPC64.
14062         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
14063         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
14064         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
14065         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
14066         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
14067         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
14068         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
14069         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
14070         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
14071         memcpy for PPC64.
14072
14073         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
14074         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
14075         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
14076         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
14077         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
14078         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
14079         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
14080         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
14081         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
14082         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
14083         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
14084         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
14085         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
14086         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
14087         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
14088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
14089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
14090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
14091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
14092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
14093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
14094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
14095
14096 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14097
14098         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
14099
14100 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14101
14102         * benchtests/Makefile (bench): Add exp2 and log2.
14103         (LDLIBS-bench-exp2): Add -lm.
14104         (LDLIBS-bench-log2): Likewise.
14105         * benchtests/exp2-inputs: New inputs file.
14106         * benchtests/log2-inputs: New inputs file.
14107         * benchtests/log-inputs: Add new inputs.
14108         * benchtests/tan-inputs: Likewise.
14109
14110 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14111
14112         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
14113         definition...
14114         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
14115         (csloww2): ... from here.
14116
14117         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
14118         instead of structures.
14119         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
14120         (POLYNOMIAL): Likewise.
14121         (TAYLOR_SLOW): Likewise.
14122         (__sin): Likewise.
14123         (__cos): Likewise.
14124         (slow1): Likewise.
14125         (slow2): Likewise.
14126         (sloww): Likewise.
14127         (sloww1); Likewise.
14128         (sloww2): Likewise.
14129         (bsloww1): Likewise.
14130         (bsloww2): Likewise.
14131         (cslow2): Likewise.
14132         (csloww): Likewise.
14133         (csloww1): Likewise.
14134         (csloww2): Likewise.
14135
14136 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
14137
14138         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
14139         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
14140         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
14141         * malloc/hooks.c (realloc_check): Likewise.
14142
14143         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
14144         * malloc/arena.c: Remove PER_THREAD conditional.
14145         [!PER_THREAD]: Remove code.
14146         (ptmalloc_unlock_all2): Likewise.
14147         (ptmalloc_init): Likewise.
14148         (_int_new_arena): Likewise.
14149         (arena_get2): Likewise.
14150         * malloc/hooks.c (__malloc_get_state): Likewise.
14151         (__malloc_set_state): Likewise.
14152         * malloc/malloc.c: Likewise.
14153         (struct malloc_state): Likewise.
14154         (struct malloc_par): Likewise.
14155         (__libc_realloc): Likewise.
14156         (__libc_mallopt): Likewise.
14157
14158 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14159
14160         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
14161
14162 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
14163
14164         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
14165         macro to a function.  Check for zero perturb_byte.
14166         (_int_malloc, _int_free): Remove zero perturb_byte checks.
14167
14168         * malloc/malloc.c: (force_reg): Remove.
14169         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
14170         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
14171         force_reg by atomic_forced_read.
14172         * malloc/arena.c (ptmalloc_init): Likewise.
14173         * malloc/hooks.c (top_check): Likewise.
14174
14175 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14176
14177         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14178
14179 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
14180
14181         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14182
14183 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
14184
14185         * math/auto-libm-test-in: Add tests of lgamma.
14186         * math/auto-libm-test-out: Regenerated.
14187         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
14188         (M_LOG_2_SQRT_PIl): Likewise.
14189         (lgamma_test_data): Use AUTO_TESTS_f_f1.
14190         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14191         mpfr_f_f1.
14192         (func_calc_desc): Add mpfr_f_f1 union field.
14193         (ARGS1): New macro.
14194         (ARGS2): Likewise.
14195         (ARGS3): Likewise.
14196         (ARGS4): Likewise.
14197         (RET1): Likewise.
14198         (RET2): Likewise.
14199         (CALC): Likewise.
14200         (FUNC): Likewise.
14201         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
14202         (test_functions): Add lgamma.
14203         (calc_generic_results): Handle mpfr_f_f1.
14204         * sysdeps/i386/fpu/libm-test-ulps: Update.
14205         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14206
14207 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14208
14209         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
14210         __mpn_add_n for PowerPC64/POWER7.
14211         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
14212         __mpn_sub_n for PowerPC64/POWER7.
14213
14214         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
14215         __mpn_addmul_1 for PowerPC64.
14216         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
14217         __mpn_submul_1 for PowerPC64.
14218         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
14219         for PowerPC64.
14220         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
14221         for PowerPC64.
14222
14223 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
14224
14225         [BZ #15089]
14226         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
14227
14228 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14229
14230         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
14231
14232         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
14233         add multiarch folders.
14234         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
14235         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
14236         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
14237         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
14238         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
14239         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
14240         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
14241         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
14242         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
14243         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
14244         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
14245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
14246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
14247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
14248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
14249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
14250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
14251
14252         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14253         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
14254         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
14255         New file.
14256         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
14257         New file.
14258         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
14259         multiarch __ieee754_hypot for PowerPC32.
14260         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
14261         New file.
14262         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
14263         New file.
14264         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
14265         multiarch __ieee754_hypotf for PowerPC32.
14266
14267         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
14268         long_double_symbol only if __logbl is defined.
14269         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
14270         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
14271         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
14272         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
14273         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
14274         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
14275         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
14276         path for implementation.
14277         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
14278         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
14279         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
14280         logb, and logbl multiarch implementations for PowerPC32.
14281         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
14282         file.
14283         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
14284         file.
14285         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
14286         multiarch logb for PowerPC32.
14287         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
14288         file.
14289         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
14290         file.
14291         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
14292         multiarch logbf for PowerPC32.
14293         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
14294         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
14295         file.
14296         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
14297         multiarch logbl implementation for PowerPC32.
14298
14299         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
14300         and modff multiarch implementations.
14301         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
14302         New file.
14303         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
14304         New file.
14305         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
14306         multiarch modf for PowerPC32.
14307         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
14308         New file.
14309         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
14310         New file.
14311         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
14312         multiarch modff for PowerPC32.
14313
14314         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
14315         and lrintf multiarch implementations.
14316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
14317         New file.
14318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
14319         New file.
14320         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
14321         multiarch lrint for PowerPC32.
14322         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
14323         file: multiarch lrintf for PowerPC32.
14324
14325         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
14326         and lroundf multiarch implementations.
14327         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
14328         New file.
14329         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
14330         New file.
14331         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
14332         New file.
14333         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
14334         multiarch lround for PowerPC32.
14335         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
14336         file: multiarch lroundf for PowerPC32.
14337
14338         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14339         copysign and copysignf multiarch implementations.
14340         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
14341         New file.
14342         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
14343         New file.
14344         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
14345         file: multiarch copysign for PowerPC32.
14346         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
14347         file: multiarch copysignf for PowerPC32.
14348
14349         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
14350         and truncf multiarch implementations.
14351         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
14352         New file.
14353         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
14354         file.
14355         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
14356         multiarch trunc for PowerPC32.
14357         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
14358         New file.
14359         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
14360         New file.
14361         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
14362         multiarch truncf for PowerPC32.
14363
14364         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
14365         and roundf multiarch implementations.
14366         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
14367         New file.
14368         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
14369         file.
14370         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
14371         multiarch round for PowerPC32.
14372         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
14373         New file.
14374         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
14375         New file.
14376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
14377         multiarch roundf for PowerPC32.
14378
14379         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
14380         and floorf multiarch implementations.
14381         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
14382         New file.
14383         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
14384         file.
14385         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
14386         multiarch floor for PowerPC32.
14387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
14388         New file.
14389         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
14390         New file.
14391         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
14392         multiarch floorf for PowerPC32.
14393
14394         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
14395         and ceilf multiarch implementations.
14396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
14397         New file.
14398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
14399         file.
14400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
14401         multiarch ceil for PowerPC32.
14402         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
14403         New file.
14404         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
14405         file.
14406         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
14407         multiarch ceilf for PowerPC32.
14408
14409         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
14410         is defined.
14411         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
14412         FINITEF is defined.
14413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
14414         and finitef multiarch implementations.
14415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
14416         New file.
14417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
14418         file.
14419         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
14420         multiarch finite for PowerPC32.
14421         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
14422         New file.
14423         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
14424         file: multiarch finitef for PowerPC32.
14425
14426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
14427         and isinff multiarch implementations.
14428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
14429         file.
14430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
14431         file.
14432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
14433         multiarch isinf for PowerPC32.
14434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
14435         New file.
14436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
14437         multiarch isinff for PowerPC32.
14438
14439         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
14440         alias when __isnan is defined.
14441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
14442         and isnanf multiarch implementations.
14443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
14444         file.
14445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
14446         file.
14447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
14448         file.
14449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
14450         file.
14451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
14452         multiarch isnan for PowerPC32.
14453         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
14454         New file.
14455         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
14456         New file.
14457         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
14458         multiarch isnanf for PowerPC32.
14459
14460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
14461         and sqrtf multiarch implementations.
14462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
14463         file.
14464         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
14465         file.
14466         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
14467         multiarch sqrt for PowerPC32.
14468         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
14469         file.
14470         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
14471         file.
14472         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
14473         multiarch sqrtf for PowerPC32.
14474
14475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
14476         and llroundf multiarch implementations.
14477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
14478         New file.
14479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
14480         New file.
14481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
14482         New file.
14483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
14484         file: multiarch llround for PowerPC32.
14485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
14486         file: multiarch llroundf for PowerPC32.
14487
14488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
14489         multiarch PowerPC32 fpu implementations.
14490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
14491         New file.
14492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
14493         New file.
14494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
14495         multiarch llrint for PowerPC32.
14496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
14497         New file.
14498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
14499         New file.
14500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
14501         file.
14502
14503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
14504
14505         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
14506         file.
14507         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
14508         file.
14509         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
14510         file.
14511         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
14512         multiarch wordcopy for PPC32.
14513         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14514         wordcopy objects.
14515         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14516         (__libc_ifunc_impl_list): Likewise.
14517         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
14518         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
14519         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
14520         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
14521         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
14522         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
14523
14524         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
14525         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
14526         file.
14527         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
14528         file.
14529         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
14530         file.
14531         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
14532         multiarch wcscpy for PPC32.
14533         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14534         multiarch objects.
14535         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14536         (__libc_ifunc_impl_list): Likewise.
14537         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14538         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14539         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
14540         sysdeps/powerpc/power6/wcscpy.c.
14541
14542         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
14543         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
14544         file.
14545         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
14546         file.
14547         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
14548         file.
14549         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
14550         multiarch wcsrchr for PPC32.
14551         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14552         multiarch objects.
14553         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14554         (__libc_ifunc_impl_list): Likewise.
14555         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14556         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14557         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
14558         sysdeps/powerpc/power6/wcsrchr.c.
14559
14560         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
14561         file.
14562         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
14563         file.
14564         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
14565         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
14566         multiarch wcschr for PPc32.
14567         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14568         multiarch objects.
14569         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14570         (__libc_ifunc_impl_list): Likewise.
14571         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
14572         * sysdeps/powerpc/power6/wcschr.c: ... to here.
14573         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
14574         sysdeps/powerpc/power6/wcschr.c.
14575
14576         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
14577         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
14578         file.
14579         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
14580         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
14581         file: multiarch strchr for PPC32.
14582         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
14583         multiarch objects.
14584         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14585         (__libc_ifunc_impl_list): Likewise.
14586
14587         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
14588         name.
14589         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
14590         file.
14591         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
14592         file.
14593         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
14594         multiarch strchrnul for PPC32.
14595         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
14596         multiarch objects.
14597         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14598         (__libc_ifunc_impl_list): Likewise.
14599
14600         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
14601         file.
14602         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
14603         multiarch strncasecmp for PPC32.
14604         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
14605         file.
14606         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
14607         multiarch strncasecmp_l for PPC32.
14608         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
14609         strncasecmp multiarch objects.
14610         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14611         (__libc_ifunc_impl_list): Likewise.
14612
14613         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
14614         file.
14615         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
14616         multiarch strncasecmp for PPC32.
14617         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
14618         New file.
14619         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
14620         multiarch strcasecmp_l for PPC32.
14621         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
14622         multiarch objects.
14623         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14624         (__libc_ifunc_impl_list): Likewise.
14625
14626         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
14627         file.
14628         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
14629         file.
14630         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
14631         multiarch strncmp for PPC32.
14632         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
14633         multiarch objects.
14634         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14635         (__libc_ifunc_impl_list): Likewise.
14636
14637         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
14638         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
14639         file.
14640         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
14641         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
14642         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
14643         multiarch objects.
14644         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14645         (__libc_ifunc_impl_list): Likewise.
14646
14647         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
14648         file.
14649         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
14650         file.
14651         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
14652         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
14653         multiarch objects.
14654         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14655         (__libc_ifunc_impl_list): Likewise.
14656
14657         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
14658         file.
14659         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
14660         file.
14661         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
14662         multiarch rawmemchr for PPC32.
14663         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
14664         multiarch objects.
14665         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14666         (__libc_ifunc_impl_list): Likewise.
14667
14668         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
14669         file.
14670         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
14671         file.
14672         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
14673         file: memrchr multiarch for PPC32.
14674         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
14675         multiarch objects.
14676         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14677         (__libc_ifunc_impl_list): Likewise.
14678
14679         * string/memchr.c (__memchr): Using macro to redefine symbol name.
14680         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
14681         file.
14682         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
14683         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
14684         multiarch memchr for PPC32.
14685         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
14686         multiarch objects.
14687         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14688         (__libc_ifunc_impl_list): Likewise.
14689
14690         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
14691         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
14692         file.
14693         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
14694         file.
14695         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
14696         file: multiarch mempcpy for PPC32.
14697         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
14698         multiarch objects.
14699         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14700         (__libc_ifunc_impl_list): Likewise.
14701
14702         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
14703         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
14704         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
14705         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
14706         multiarch bzero for PPC32.
14707         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
14708         file.
14709         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
14710         file.
14711         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
14712         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
14713         file: multiarch memset for PPC32.
14714         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
14715         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14716         memset multiarch objects.
14717         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14718         (__libc_ifunc_impl_list): Likewise.
14719
14720         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14721         file.
14722         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14723         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14724         memcmp for PPC32.
14725         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14726         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
14727         multiarch objects.
14728         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14729         (__libc_ifunc_impl_list): Likewise.
14730
14731         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
14732         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14733         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14734         file.
14735         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14736         file.
14737         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14738         file.
14739         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14740         multiarch memcpy for PPC32.
14741         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14742         multiarch objects.
14743         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14744         (__libc_ifunc_impl_list): Likewise.
14745
14746         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14747         support multiarch for POWER/PPC32.
14748         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14749         Likewise.
14750         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14752         Implies file to make multiarch folder appers before the fpu and
14753         default folder for power4 configuration.
14754
14755 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14756
14757         * scripts/bench.pl: Append volatile keyword to type.
14758
14759 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14760
14761         * sysdeps/sh/sotruss-lib.c: New file.
14762         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14763
14764 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14765
14766         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14767
14768 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
14769
14770         [BZ #6810]
14771         * math/w_tgamma.c: Include <errno.h>.
14772         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
14773         * math/w_tgammaf.c: Include <errno.h>.
14774         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
14775         * math/w_tgammal.c: Include <errno.h>.
14776         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
14777         * math/auto-libm-test-in: Do not allow missing errno on tgamma
14778         underflow.  Add more tgamma tests.
14779         * math/auto-libm-test-out: Regenerated.
14780         * sysdeps/i386/fpu/libm-test-ulps: Update.
14781         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14782
14783         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14784         sin, sinh, tan, tanh, tgamma, y0 and y1.
14785         * math/auto-libm-test-out: Regenerated.
14786         * math/libm-test.inc (TEST_COND_x86_64): New macro.
14787         (TEST_COND_x86): Likewise.
14788         (M_E2l): Remove macro.
14789         (M_E3l): Likewise.
14790         (M_2_SQRT_PIl): Likewise.
14791         (M_SQRT_PIl): Likewise.
14792         (M_1_DIV_El): Likewise.
14793         (log_test_data): Use AUTO_TESTS_f_f.
14794         (log10_test_data): Likewise.
14795         (log1p_test_data): Likewise.
14796         (log2_test_data): Likewise.
14797         (sin_test_data): Likewise.
14798         (sin_tonearest_test_data): Likewise.
14799         (sin_towardzero_test_data): Likewise.
14800         (sin_downward_test_data): Likewise.
14801         (sin_upward_test_data): Likewise.
14802         (sinh_test_data): Likewise.
14803         (sinh_tonearest_test_data): Likewise.
14804         (sinh_towardzero_test_data): Likewise.
14805         (sinh_downward_test_data): Likewise.
14806         (sinh_upward_test_data): Likewise.
14807         (tan_test_data): Likewise.
14808         (tan_tonearest_test_data): Likewise.
14809         (tan_towardzero_test_data): Likewise.
14810         (tan_downward_test_data): Likewise.
14811         (tan_upward_test_data): Likewise.
14812         (tanh_test_data): Likewise.
14813         (tgamma_test_data): Likewise.
14814         (y0_test_data): Likewise.
14815         (y1_test_data): Likewise.
14816         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14817         (special_real_inputs): Add pi/4.
14818         * sysdeps/i386/fpu/libm-test-ulps: Update.
14819         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14820
14821 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14822
14823         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14824         "longjmp_target" static probes.
14825         (__longjmp): Rename to __longjmp_symbol.
14826         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14827         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14828         on which longjmp to generate.
14829         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14830         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14831         probe.
14832         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14833         (__sigjmp_save): Rename to __sigjmp_save_symbol.
14834         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14835         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14836         and __sigjmp_save_symbol based on which sigsetjmp to generated.
14837         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14839         __longjmp_symbol based on which __longjmp to generate.
14840         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14841         probe.
14842         (setjmp): Rename to setjmp_symbol.
14843         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14844         (_setjmp): Rename to _setjmp_symbol.
14845         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14846         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14847         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14848         which setjmp to generate.
14849         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14850         "longjmp_target" static probes.
14851
14852 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14853
14854         * benchtests/README: Add note about output arguments.
14855         * benchtests/bench-sincos.c: Remove file.
14856         * benchtests/sincos-inputs: New file.
14857         * scripts/bench.pl: Identify output arguments and define
14858         static variables for them.
14859
14860         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
14861
14862         [BZ #15941]
14863         * Makefile (INSTALL): Add install-plain.texi as the primary
14864         dependency.
14865         * manual/install-plain.texi: New file.
14866         * manual/install.texi: Include node directive only for
14867         non-plaintext output.
14868
14869 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
14870
14871         * stdlib/longlong.h: Update from GCC.
14872
14873         [BZ #6807]
14874         [BZ #15901]
14875         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
14876         * math/w_j0f.c (y0f): Likewise.
14877         * math/w_j0l.c (__y0l): Likewise.
14878         * math/w_j1.c (y1): Likewise.
14879         * math/w_j1f.c (y1f): Likewise.
14880         * math/w_j1l.c (__y1l): Likewise
14881         * math/w_jn.c (yn): Likewise.
14882         * math/w_jnf.c (ynf): Likewise.
14883         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
14884         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
14885         value for Bessel function domain errors outside _SVID_ mode.
14886         Adjust sign of return value for yn (negative integer, 0).
14887         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
14888         by zero in return for negative x and set sign appropriately for
14889         negative n.
14890         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
14891         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
14892         * math/libm-test.inc (y0_test_data): Add more tests and adjust
14893         expectations in error cases.
14894         (y1_test_data): Likewise.
14895         (yn_test_data): Likewise.
14896         * sysdeps/i386/fpu/libm-test-ulps: Update.
14897         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14898
14899 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14900
14901         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
14902         "64" to "64-v1".  Add "64-v2".
14903         (abi-64-options): Rename to ...
14904         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
14905         (abi-64-condition): Rename to ...
14906         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
14907         (abi-64-ld-soname): Rename to ...
14908         (abi-64-v1-ld-soname): ... this.
14909         (abi-64-v2-options): Define.
14910         (abi-64-v2-condition): Likewise.
14911         (abi-64-v2-ld-soname): Likewise.
14912         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
14913         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
14914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
14915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
14916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
14917
14918 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14919             Alan Modra  <amodra@gmail.com>
14920
14921         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
14922         New versions for use with the ELFv2 ABI.
14923         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
14924         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
14925         declaration.
14926         (struct La_ppc64v2_retval): Likewise.
14927         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
14928         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
14929         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
14930         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
14931         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
14932         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
14933         Do not save or restore CR.
14934         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
14935         (_dl_profile_resolve): Do no save or restore CR.  Support extended
14936         return values for ELFv2 ABI.  Fix location of FPR return registers.
14937         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
14938         updated values for _CALL_ELF == 2.
14939         (La_regs, La_retval, int_retval): Likewise.
14940
14941 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14942
14943         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
14944         (FRAME_MIN_SIZE_PARM): Likewise.
14945         (FRAME_BACKCHAIN): Likewise.
14946         (FRAME_CR_SAVE): Likewise.
14947         (FRAME_LR_SAVE): Likewise.
14948         (FRAME_TOC_SAVE): Likewise.
14949         (FRAME_PARM_SAVE): Likewise.
14950         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
14951         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
14952         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14953         (call_mcount_parm_offset): New macro.
14954         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
14955         (PROF): Use symbolic stack frame offsets.
14956         (TAIL_CALL_SYSCALL_ERROR): Likewise.
14957         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
14958         Redefine in terms of FRAME_MIN_SIZE.
14959         (_dl_runtime_resolve): Use symbolic stack frame offsets.
14960         (_dl_profile_resolve): Likewise.  Update comment.
14961         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
14962         symbols stack frame offsets.
14963         (__sigsetjmp): Likewise.
14964         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
14965         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
14966         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
14967         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
14968
14969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
14970         (FRAME_BACKCHAIN): Remove.
14971         (FRAME_CR_SAVE): Likewise.
14972         (FRAME_LR_SAVE): Likewise.
14973         (FRAME_COMPILER_DW): Likewise.
14974         (FRAME_LINKER_DW): Likewise.
14975         (FRAME_TOC_SAVE): Likewise.
14976         (FRAME_PARM_SAVE): Likewise.
14977         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
14978         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
14979         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
14981         (CHECK_SP): Use symbolic stack frame offsets.
14982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
14983         zone" instead of caller's parameter save area for temp storage.
14984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
14985         Likewise.  Also, use symbolic stack frame offsets.
14986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
14987         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
14988         our own stack frame instead of the caller's.
14989         (__socket): Use symbolic stack frame offsets.
14990
14991 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14992             Alan Modra  <amodra@gmail.com>
14993
14994         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
14995         Define.
14996         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
14997         (PPC64_LOCAL_ENTRY_OFFSET): Define.
14998         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
14999         New function.
15000         (elf_machine_fixup_plt): Call it.
15001         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
15002         reloc arguments.
15003         (elf_machine_rela): Update call to elf_machine_plt_conflict.
15004         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15005         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
15006         r2 before calling target.
15007
15008 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15009             Alan Modra  <amodra@gmail.com>
15010
15011         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
15012         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
15013         versions of macros to support ELFv2 ABI.
15014         (LOCALENTRY): New macro.
15015         (ENTRY, EALIGN): Use it.
15016         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
15017         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
15018         fall through into ENTRY entry point.
15019         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
15020         Only define if _CALL_ELF != 2.
15021
15022         (elf_machine_matches_host): Verify ABI version matches.
15023         (RTLD_START): Use LOCALENTRY.
15024         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
15025         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
15026         (PLT_ENTRY_WORDS): New macro.
15027         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
15028         (elf_machine_runtime_setup): Support ELFv2 ABI.
15029         (elf_machine_fixup_plt): Likewise.
15030         (elf_machine_plt_conflict): Likewise.
15031         (resolve_ifunc): Likewise.
15032         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15033         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15034         Likewise.
15035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
15036         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
15037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15038         (makecontext): Support ELFv2 ABI.
15039         * elf/elf.h (EF_PPC64_ABI): Define.
15040
15041 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15042
15043         * sysdeps/powerpc/powerpc64/sysdep.h
15044         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
15045         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
15046         (ENTRY) [ASSEMBLER]: ... but instead here ...
15047         (EALIGN) [ASSEMBLER]: ... and here.
15048         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
15049         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
15050         (ENTRY_2) [!ASSEMBLER]: Use it.
15051         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
15052         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
15053         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15054         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
15055         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
15056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
15057         Use PPC64_LOAD_FUNCPTR.
15058
15059         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
15060
15061 2013-12-04  Alan Modra  <amodra@gmail.com>
15062
15063         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
15064         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
15065         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
15066         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
15067
15068         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
15069         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
15070         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
15071         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
15072         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
15073         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
15074
15075 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15076
15077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15078         (__makecontext): Fix incorrect CFI when backtracing out of
15079         context created via makecontext.
15080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
15081         (__setcontext): Fix incorrect CFI during switch to new context.
15082         (__novec_setcontext): Likewise.
15083
15084 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15085
15086         [BZ #4772]
15087         * time/strptime_l.c (__strptime_internal): Allow modifiers
15088         in strptime.
15089         * time/tst-strptime.c (day_tests): Add testcase.
15090
15091 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15092
15093         * scripts/bench.pl: Skip over blank lines.
15094
15095 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15096
15097         [BZ #926]
15098         * manual/time.texi (Calendar Time): Clarify what timezone functions
15099         use.
15100
15101 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15102
15103         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15104
15105 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15106
15107         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
15108         implementation.
15109         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
15110         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
15111         * debug/memset_chk.c (__memset_chk): Likewise.
15112         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
15113         * debug/strncpy_chk.c: Likewise.
15114
15115 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15116
15117         [BZ #15268]
15118         [BZ #15425]
15119         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
15120         (__ieee754_exp): For possibly underflowing results, check size of
15121         result and force underflow exception if required.
15122         * math/auto-libm-test-in: Add more tests of exp.
15123         * math/auto-libm-test-out: Regenerated.
15124         * sysdeps/i386/fpu/libm-test-ulps: Update.
15125         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15126
15127         [BZ #16283]
15128         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
15129         * math/w_exp2f.c (__exp2f): Likewise.
15130         * math/w_exp2l.c (__exp2l): Likewise.
15131         * math/auto-libm-test-in: Do not allow missing errno on exp2
15132         underflow.
15133         * math/auto-libm-test-out: Regenerated.
15134
15135 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
15136
15137         [BZ #16274]
15138         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
15139         handle filename validation.
15140         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
15141         (do_open): Delete.
15142
15143 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15144
15145         [BZ #6786]
15146         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
15147         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
15148         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
15149         <float.h>.
15150         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
15151         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
15152         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15153         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
15154         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15155         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
15156         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15157         * math/auto-libm-test-in: Don't allow missing errno from erfc.
15158         Add more erfc tests.
15159         * math/auto-libm-test-out: Regenerated.
15160         * sysdeps/i386/fpu/libm-test-ulps: Update.
15161         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15162
15163         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
15164         exp2, expm1, j0 and j1.
15165         * math/auto-libm-test-out: Regenerated.
15166         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
15167         (erfc_test_data): Likewise.
15168         (exp_test_data): Likewise.
15169         (exp_tonearest_test_data): Likewise.
15170         (exp_towardzero_test_data): Likewise.
15171         (exp_downward_test_data): Likewise.
15172         (exp_upward_test_data): Likewise.
15173         (exp10_test_data): Likewise.
15174         (exp2_test_data): Likewise.
15175         (expm1_test_data): Likewise.
15176         (j0_test_data): Likewise.
15177         (j1_test_data): Likewise.
15178         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
15179         (input_flag_type): Add flag_xfail_rounding.
15180         (input_flags): Add xfail-rounding.
15181         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
15182         (output_for_one_input_case): Handle flag_xfail_rounding.
15183         * sysdeps/i386/fpu/libm-test-ulps: Update.
15184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15185
15186 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
15187
15188         [BZ #16289]
15189         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
15190         division by 0.
15191
15192 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15193
15194         [BZ #16195]
15195         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
15196         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
15197         (STAP_PROBE0): New macro.
15198         (STAP_PROBE1): Likewise.
15199         (STAP_PROBE2): Likewise.
15200         (STAP_PROBE3): Likewise.
15201         (STAP_PROBE4): Likewise.
15202
15203 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
15204
15205         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
15206
15207 2013-12-02  Steve Ellcey  <sellcey@mips.com>
15208
15209         * benchtests/Makefile (bench): Add sqrt.
15210         (LDLIBS-bench-sqrt): New.
15211         * benchtests/sqrt-input: New.
15212
15213 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
15214
15215         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
15216         (GAIH_EAI): Likewise.
15217         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
15218         (gaih_inet): Likewise.
15219         (getaddrinfo): Don't use GAIH_EAI.
15220
15221         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
15222         (struct gaih): Remove definition.
15223
15224 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15225
15226         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
15227         Use HERRNOP directly.
15228
15229 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15230
15231         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15232
15233 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
15234
15235         * math/gen-auto-libm-tests.c (test_functions): Add more
15236         single-argument functions.
15237         (special_fill_pi_2): New function.
15238         (special_fill_minus_pi_2): Likewise.
15239         (special_fill_pi_6): Likewise.
15240         (special_fill_minus_pi_6): Likewise.
15241         (special_fill_pi_3): Likewise.
15242         (special_fill_2pi_3): Likewise.
15243         (special_fill_e): Likewise.
15244         (special_fill_1_e): Likewise.
15245         (special_fill_e_minus_1): Likewise.
15246         (special_real_inputs): Add more special inputs.
15247         (output_for_one_input_case): Do not require ERANGE on underflow to
15248         zero if round-to-nearest result does not underflow to zero, unless
15249         exact results required.
15250         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
15251         atan, atanh, cbrt, cos and cosh.
15252         * math/auto-libm-test-out: Regenerated.
15253         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
15254         (acos_tonearest_test_data): Likewise.
15255         (acos_towardzero_test_data): Likewise.
15256         (acos_downward_test_data): Likewise.
15257         (acos_upward_test_data): Likewise.
15258         (acosh_test_data): Likewise.
15259         (asin_test_data): Likewise.
15260         (asin_tonearest_test_data): Likewise.
15261         (asin_towardzero_test_data): Likewise.
15262         (asin_upward_test_data): Likewise.
15263         (asinh_test_data): Likewise.
15264         (atan_test_data): Likewise.
15265         (atanh_test_data): Likewise.
15266         (cbrt_test_data): Likewise.
15267         (cos_test_data): Likewise.
15268         (cos_tonearest_test_data): Likewise.
15269         (cos_towardzero_test_data): Likewise.
15270         (cos_downward_test_data): Likewise.
15271         (cos_upward_test_data): Likewise.
15272         (cosh_test_data): Likewise.
15273         (cosh_tonearest_test_data): Likewise.
15274         (cosh_towardzero_test_data): Likewise.
15275         (cosh_downward_test_data): Likewise.
15276         (cosh_upward_test_data): Likewise.
15277         * sysdeps/i386/fpu/libm-test-ulps: Update.
15278         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15279
15280 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
15281
15282         [BZ #6787]
15283         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
15284         * math/w_exp10f.c (__exp10f): Likewise.
15285         * math/w_exp10l.c (__exp10l): Likewise.
15286         * math/libm-test.inc (exp10_test_data): Add more tests and expect
15287         errno settings in existing tests.
15288
15289         [BZ #14032]
15290         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
15291         precision control set to double precision.
15292         * sysdeps/i386/fpu/w_sqrt.c: New file.
15293         * math/auto-libm-test-in: Add more tests.
15294         * math/auto-libm-test-out: Update.
15295
15296         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
15297         (sqrt_test_tonearest): New function.
15298         (sqrt_towardzero_test_data): New variable.
15299         (sqrt_test_towardzero): New function.
15300         (sqrt_downward_test_data): New variable.
15301         (sqrt_test_downward): New function.
15302         (sqrt_upward_test_data): New variable.
15303         (sqrt_test_upward): New function.
15304         (main): Call the new functions.
15305
15306         * math/gen-auto-libm-tests.c: New file.
15307         * math/auto-libm-test-in: Likewise.
15308         * math/auto-libm-test-out: New generated file.
15309         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
15310         variables.
15311         (%beautify): Add generated representations of zero.
15312         (top level): Set $auto_input and call parse_auto_input.
15313         (beautify): Remove trailing "f" from hex float constants.
15314         (parse_args): Handle XFAIL_TEST.
15315         (convert_condition): New function.
15316         (or_value): Likewise.
15317         (or_cond_value): Likewise.
15318         (generate_testfile): Handle AUTO_TESTS_* lines.
15319         (parse_auto_input): New function.
15320         * math/libm-test.inc (XFAIL_TEST): New macro.
15321         (ERRNO_UNCHANGED): Update value.
15322         (ERRNO_EDOM): Likewise.
15323         (ERRNO_ERANGE): Likewise.
15324         (IGNORE_RESULT): Likewise.
15325         (TEST_COND_flt_32): New macro.
15326         (TEST_COND_dbl_64): Likewise.
15327         (TEST_COND_ldbl_96_intel): Likewise.
15328         (TEST_COND_ldbl_96_m68k): Likewise.
15329         (TEST_COND_ldbl_128): Likewise.
15330         (TEST_COND_ldbl_128ibm): Likewise.
15331         (TEST_COND_long32): Likewise.
15332         (TEST_COND_long64): Likewise.
15333         (TEST_COND_before_rounding): Likewise.
15334         (TEST_COND_after_rounding): Likewise.
15335         (enable_test): Handle XFAIL_TEST flag.
15336         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
15337         with finite results.
15338         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
15339         auto-libm-test-out.
15340
15341 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15342             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15343
15344         [BZ #16214]
15345         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
15346         __tls_get_addr_internal instead of __tls_get_offset in order to
15347         avoid GOT pointer dependency.  Make rtld export
15348         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
15349         __tls_get_addr since we are a __tls_get_offset platform.
15350         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
15351         GOT pointer being set up before.
15352         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
15353
15354 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
15355
15356         * manual/math.texi (Errors in Math Functions): Document accuracy
15357         goals.
15358
15359         [BZ #15004]
15360         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
15361         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
15362         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15363         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15364         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15365         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15366         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15367         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15368         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15369         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15370         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15371         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15372         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15373         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15374         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15375         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15376
15377         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
15378         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
15379         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
15380         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
15381         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
15382         Likewise.
15383         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
15384         Likewise.
15385         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
15386         Likewise.
15387         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
15388         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
15389         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
15390         atomic-feupdateenv and flt-rounds.
15391         * sysdeps/powerpc/nofpu/Versions (libc): Add
15392         __atomic_feholdexcept, __atomic_feclearexcept,
15393         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
15394         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
15395         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
15396         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
15397         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
15398         here.
15399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
15400         Update.
15401
15402         * manual/arith.texi (FP Exceptions): Document that exceptions may
15403         not be raised when matherr is used.
15404         (Math Error Reporting): Document overflow in directed rounding
15405         modes.  Document that errno may not be set when finite values are
15406         returned on overflow.  Document intent to set errno on underflow
15407         only for underflow to zero.
15408
15409         [BZ #16271]
15410         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
15411         round-to-nearest then adjust result for other rounding modes.
15412         * include/fenv.h (fegetround): Use libm_hidden_proto.
15413         * math/fegetround.c (fegetround): Use libm_hidden_def.
15414         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
15415         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
15416         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15417         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
15418         Likewise.
15419         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
15420         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
15421         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
15422         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
15423
15424 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15425
15426         [BZ #16077]
15427         * nss/Versions (libnss_files): Add
15428         _nss_files_gethostbyname3_r.
15429         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
15430         New function.
15431         (HOST_DB_LOOKUP): Remove macro.
15432         (_nss_files_gethostbyname_r): Implement function without the
15433         HOST_DB_LOOKUP macro.
15434         (_nss_files_gethostbyname2_r): Likewise.
15435
15436 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
15437
15438         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
15439
15440 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
15441
15442         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
15443         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
15444         warning.
15445
15446 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15447
15448         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
15449         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
15450         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15451         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
15452         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
15453         __fe_nomask_env_priv and attribute_hidden.
15454         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
15455         (libc_feupdateenv_test_ppc): Likewise.
15456         (libc_feresetround_ppc): Likewise.
15457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15458         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
15459         compat_symbol macro.
15460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15461         (__fe_nomask_env): Likewise.
15462         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
15463
15464 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15465
15466         * string/Makefile: Remove ifunc tests.
15467         * string/test-string.h: Define TEST_IFUNC.
15468         * string/test-bcopy-ifunc.c: Remove.
15469         * string/test-bzero-ifunc.c: Likewise.
15470         * string/test-memccpy-ifunc.c: Likewise.
15471         * string/test-memchr-ifunc.c: Likewise.
15472         * string/test-memcmp-ifunc.c: Likewise.
15473         * string/test-memcpy-ifunc.c: Likewise.
15474         * string/test-memmem-ifunc.c: Likewise.
15475         * string/test-memmove-ifunc.c: Likewise.
15476         * string/test-mempcpy-ifunc.c: Likewise.
15477         * string/test-memrchr-ifunc.c: Likewise.
15478         * string/test-memset-ifunc.c: Likewise.
15479         * string/test-rawmemchr-ifunc.c: Likewise.
15480         * string/test-stpcpy-ifunc.c: Likewise.
15481         * string/test-stpncpy-ifunc.c: Likewise.
15482         * string/test-strcasecmp-ifunc.c: Likewise.
15483         * string/test-strcasestr-ifunc.c: Likewise.
15484         * string/test-strcat-ifunc.c: Likewise.
15485         * string/test-strchr-ifunc.c: Likewise.
15486         * string/test-strchrnul-ifunc.c: Likewise.
15487         * string/test-strcmp-ifunc.c: Likewise.
15488         * string/test-strcpy-ifunc.c: Likewise.
15489         * string/test-strcspn-ifunc.c: Likewise.
15490         * string/test-strlen-ifunc.c: Likewise.
15491         * string/test-strncasecmp-ifunc.c: Likewise.
15492         * string/test-strncat-ifunc.c: Likewise.
15493         * string/test-strncmp-ifunc.c: Likewise.
15494         * string/test-strncpy-ifunc.c: Likewise.
15495         * string/test-strnlen-ifunc.c: Likewise.
15496         * string/test-strpbrk-ifunc.c: Likewise.
15497         * string/test-strrchr-ifunc.c: Likewise.
15498         * string/test-strspn-ifunc.c: Likewise.
15499         * string/test-strstr-ifunc.c: Likewise.
15500
15501 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15502
15503         * benchtests/Makefile: Remove ifunc tests.
15504         * benchtests/bench-string.h: Define TEST_IFUNC.
15505         * benchtests/bench-bcopy-ifunc.c: Remove.
15506         * benchtests/bench-bzero-ifunc.c: Likewise.
15507         * benchtests/bench-memccpy-ifunc.c: Likewise.
15508         * benchtests/bench-memchr-ifunc.c: Likewise.
15509         * benchtests/bench-memcmp-ifunc.c: Likewise.
15510         * benchtests/bench-memcpy-ifunc.c: Likewise.
15511         * benchtests/bench-memmem-ifunc.c: Likewise.
15512         * benchtests/bench-memmove-ifunc.c: Likewise.
15513         * benchtests/bench-mempcpy-ifunc.c: Likewise.
15514         * benchtests/bench-memrchr-ifunc.c: Likewise.
15515         * benchtests/bench-memset-ifunc.c: Likewise.
15516         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
15517         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
15518         * benchtests/bench-stpcpy-ifunc.c: Likewise.
15519         * benchtests/bench-stpncpy-ifunc.c: Likewise.
15520         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
15521         * benchtests/bench-strcasestr-ifunc.c: Likewise.
15522         * benchtests/bench-strcat-ifunc.c: Likewise.
15523         * benchtests/bench-strchr-ifunc.c: Likewise.
15524         * benchtests/bench-strchrnul-ifunc.c: Likewise.
15525         * benchtests/bench-strcmp-ifunc.c: Likewise.
15526         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
15527         * benchtests/bench-strcpy-ifunc.c: Likewise.
15528         * benchtests/bench-strcspn-ifunc.c: Likewise.
15529         * benchtests/bench-strlen-ifunc.c: Likewise.
15530         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
15531         * benchtests/bench-strncat-ifunc.c: Likewise.
15532         * benchtests/bench-strncmp-ifunc.c: Likewise.
15533         * benchtests/bench-strncpy-ifunc.c: Likewise.
15534         * benchtests/bench-strnlen-ifunc.c: Likewise.
15535         * benchtests/bench-strpbrk-ifunc.c: Likewise.
15536         * benchtests/bench-strrchr-ifunc.c: Likewise.
15537         * benchtests/bench-strsep-ifunc.c: Likewise.
15538         * benchtests/bench-strspn-ifunc.c: Likewise.
15539         * benchtests/bench-strstr-ifunc.c: Likewise.
15540
15541 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15542
15543         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
15544
15545 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15546
15547         * resolv/netdb.h: Use __glibc_reserved instead __unused.
15548         * rt/aio.h: Likewise.
15549         * sysdeps/gnu/bits/utmp.h: Likewise.
15550         * sysdeps/gnu/bits/utmpx.h: Likewise.
15551         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
15552         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
15553         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
15554         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
15555         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
15556         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
15557         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
15558         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
15559         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
15560         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
15561         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
15562         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
15563         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
15564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
15565         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
15566         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
15567         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
15568         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
15569         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
15570         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
15571         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
15572         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
15573         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
15574         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
15575         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
15576         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15577         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
15578         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
15579         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
15580         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
15581         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
15582         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
15583         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
15584         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
15585         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
15586         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
15587         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
15588         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
15589         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
15590         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
15591         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
15592         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
15593
15594 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
15595
15596         [BZ #16245]
15597         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
15598         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
15599
15600 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
15601
15602         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
15603         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
15604         Likewise.
15605
15606 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15607
15608         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
15609         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
15610         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
15611         (__fesetround): Remove define.
15612         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
15613         rounding and exceptions handling.
15614         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
15615         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
15616         (__fe_nomask_env): Likewise.
15617         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
15618         __fegetround instead of fegetround.
15619         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15620         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
15621
15622 2013-11-21  Roland McGrath  <roland@hack.frob.com>
15623
15624         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
15625         it's there.
15626
15627         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
15628
15629 2013-11-21  Meador Inge  <meadori@codesourcery.com>
15630
15631         [BZ #11157]
15632         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
15633         (encrypt_r): Likewise.
15634         * malloc/obstack.h (obstack_free): Likewise.
15635         * posix/unistd.h (encrypt): Likewise.
15636
15637 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
15638
15639         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
15640         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
15641         DL_CALL_DT_FINI() that call the functions directly.
15642         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
15643         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
15644         * elf/dl-fini.c: Likewise.
15645
15646 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
15647
15648         * malloc/hooks.c (memalign_check): Add alignment rounding.
15649         * malloc/malloc.c (_mid_memalign): New function.
15650         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
15651         Implement by calling _mid_memalign.
15652         * manual/probes.texi (Memory Allocation Probes): Remove
15653         memory_valloc_retry and memory_pvalloc_retry.
15654
15655 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15656
15657         * locale/programs/locarchive.c (open_archive): Add const
15658         qualifier to ARCHIVEFNAME and copy default fname to
15659         DEFAULT_FNAME.
15660
15661         [BZ #15601]
15662         * libio/tst-widetext.input: Rename Oriya to Odia.
15663         * locale/iso-639.def: Likewise.
15664
15665         * manual/probes.texi (Mathematical Function Probes): Add
15666         documentation for sin, cos, asin and acos probes.
15667         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
15668         (__sin32): Add slowasin probe.
15669         (__cos32): Add slowacos probe.
15670         (__mpsin): Add slowsin probe.
15671         (__mpcos): Add slowcos probe.
15672
15673 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
15674
15675         [BZ #15483]
15676         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
15677         thread-local __sim_exceptions_thread and global
15678         __sim_exceptions_global.
15679         (__sim_disabled_exceptions): Change to thread-local
15680         __sim_disabled_exceptions_thread and global
15681         __sim_disabled_exceptions_global.
15682         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15683         and global __sim_round_mode_global.
15684         (__simulate_exceptions): Use thread-local floating-point state and
15685         set global state from it as needed.
15686         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
15687         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
15688         __sim_round_mode_thread.
15689         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
15690         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
15691         and global __sim_exceptions_global.
15692         (__sim_disabled_exceptions): Change to thread-local
15693         __sim_disabled_exceptions_thread and global
15694         __sim_disabled_exceptions_global.
15695         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15696         and global __sim_round_mode_global.
15697         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
15698         (SIM_SET_GLOBAL): Likewise.
15699         * sysdeps/powerpc/soft-fp/sfp-machine.h
15700         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
15701         __sim_round_mode_thread.
15702         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
15703         __sim_disabled_exceptions_thread.
15704         (__sim_exceptions): Change to __sim_exceptions_thread.
15705         (__sim_disabled_exceptions): Change to
15706         __sim_disabled_exceptions_thread.
15707         (__sim_round_mode): Change to __sim_round_mode_thread.
15708         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
15709         thread-local floating-point state and set global state from it as
15710         needed.
15711         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
15712         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
15713         (__sim_disabled_exceptions): Remove extern declaration.
15714         (feenableexcept): Use thread-local floating-point state and set
15715         global state from it as needed.
15716         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15717         extern declaration.
15718         (__sim_disabled_exceptions): Likewise.
15719         (__sim_round_mode): Likewise.
15720         (__fegetenv): Use thread-local floating-point state.
15721         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15722         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15723         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15724         floating-point state and set global state from it as needed.
15725         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15726         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15727         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15728         Likewise.
15729         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15730         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15731         Likewise.
15732         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15733         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15734         Use __sim_round_mode_thread.
15735         * math/test-fenv-tls.c: New file.
15736         * math/Makefile (tests): Add test-fenv-tls.
15737         ($(objpfx)test-fenv-tls): Depend on
15738         $(common-objpfx)nptl/libpthread.so.
15739
15740 2013-11-19  Andreas Schwab  <schwab@suse.de>
15741
15742         * locale/programs/locale.c (show_info): Decode wordarray elements.
15743         * locale/categories.def (LC_MONETARY): Add element for
15744         _NL_MONETARY_CRNCYSTR.
15745         * locale/C-monetary.c (conversion_rate): New variable.
15746         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15747         element.
15748
15749 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
15750
15751         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15752         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15753
15754 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
15755
15756         * elf/Makefile (tst-auxv): New test.
15757         * elf/tst-auxv.c: New
15758         * elf/rtld.c (dl_main): Adjust AT_EXECFN
15759
15760 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
15761
15762         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15763         (hidden_proto): Caller changed.
15764         (hidden_tls_proto): New macro.
15765         (libc_hidden_tls_proto): Likewise.
15766         (rtld_hidden_tls_proto): Likewise.
15767         (libm_hidden_tls_proto): Likewise.
15768         (libresolv_hidden_tls_proto): Likewise.
15769         (librt_hidden_tls_proto): Likewise.
15770         (libdl_hidden_tls_proto): Likewise.
15771         (libnss_files_hidden_tls_proto): Likewise.
15772         (libnsl_hidden_tls_proto): Likewise.
15773         (libnss_nisplus_hidden_tls_proto): Likewise.
15774         (libutil_hidden_tls_proto): Likewise.
15775
15776 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
15777
15778         [BZ #10253]
15779         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15780         (decompose_rpath): Defer expansion to fillin_rpath.
15781         (_dl_init_paths): Pass linkmap to fillin_rpath.
15782
15783 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15784
15785         * benchtests/Makefile: Add strsep.
15786         * benchtests/bench-strsep.c: New file: strsep benchtest.
15787         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15788
15789 2013-11-18  Andreas Schwab  <schwab@suse.de>
15790
15791         * locale/programs/locale.c (show_info) [case byte]: Check for
15792         '\377' instead of '\177'.
15793         * locale/C-monetary.c (not_available): Always use "\377".
15794         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15795         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
15796         detect unavailable sign_posn locale elements.
15797         * locale/localeconv.c (__localeconv): For grouping and
15798         mon_grouping handle "\177" and "\377" like no grouping.
15799         (INT_ELEM): New macro.  Use it to set all numeric members.
15800         * locale/programs/ld-monetary.c (monetary_read)
15801         <tok_mon_grouping>: Normalize single -1 to the empty string.
15802         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15803         Likewise.
15804
15805 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15806
15807         [BZ #16055]
15808         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15809         when we match (nil).
15810         * stdio-common/tst-sscanf.c (struct test): Add testcase.
15811
15812 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
15813
15814         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15815         (NO_TEST_INLINE): Update value.
15816         (ERRNO_UNCHANGED): Likewise.
15817         (ERRNO_EDOM): Likewise.
15818         (ERRNO_ERANGE): Likewise.
15819         (IGNORE_RESULT): Likewise.
15820         (check_float_internal): Check signs of NaN results if
15821         TEST_NAN_SIGN used.
15822         (check_complex): Pass TEST_NAN_SIGN flag through to second
15823         check_float_internal call.
15824         (copysign_test_data): Add tests with quiet NaNs as second
15825         argument.  Use TEST_NAN_SIGN.
15826         (fabs_test_data): Add test of negative quiet NaN argument.  Use
15827         TEST_NAN_SIGN.
15828         (signbit_test_data): Add tests of quiet NaN argument.
15829         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15830
15831         * math/gen-libm-test.pl (show_exceptions): Take extra argument
15832         $ignore_result.
15833         (parse_args): Handle function results specified as IGNORE.
15834         * math/libm-test.inc (IGNORE_RESULT): New macro.
15835         (check_float_internal): Do not check numerical result if flag
15836         IGNORE_RESULT set.
15837         (check_complex): Pass through IGNORE_RESULT to second
15838         check_float_internal call.
15839         (check_int): Do not check numerical result if flag IGNORE_RESULT
15840         set.
15841         (check_long): Likewise.
15842         (check_bool): Likewise.
15843         (check_longlong): Likewise.
15844         (lrint_test_data): Add tests of infinite and NaN arguments.
15845         (lrint_tonearest_test_data): Likewise.
15846         (lrint_towardzero_test_data): Likewise.
15847         (lrint_downward_test_data): Likewise.
15848         (lrint_upward_test_data): Likewise.
15849         (llrint_test_data): Likewise.
15850         (llrint_tonearest_test_data): Likewise.
15851         (llrint_towardzero_test_data): Likewise.
15852         (llrint_downward_test_data): Likewise.
15853         (llrint_upward_test_data): Likewise.
15854         (lround_test_data): Likewise.
15855         (llround_test_data): Likewise.
15856
15857         * math/libm-test.inc (NO_TEST_INLINE): New macro.
15858         (ERRNO_UNCHANGED): Update value.
15859         (ERRNO_EDOM): Likewise.
15860         (ERRNO_ERANGE): Likewise.
15861         (NO_TEST_INLINE_FLOAT): New macro.
15862         (NO_TEST_INLINE_DOUBLE): Likewise.
15863         (enable_test): New function.
15864         (RUN_TEST_f_f): Check enable_test before running test.
15865         (RUN_TEST_2_f): Likewise.
15866         (RUN_TEST_fff_f): Likewise.
15867         (RUN_TEST_c_f): Likewise.
15868         (RUN_TEST_f_f1): Likewise.
15869         (RUN_TEST_fF_f1): Likewise.
15870         (RUN_TEST_fI_f1): Likewise.
15871         (RUN_TEST_ffI_f1): Likewise.
15872         (RUN_TEST_c_c): Likewise.
15873         (RUN_TEST_cc_c): Likewise.
15874         (RUN_TEST_f_i): Likewise.
15875         (RUN_TEST_f_i_tg): Likewise.
15876         (RUN_TEST_ff_i_tg): Likewise.
15877         (RUN_TEST_f_b): Likewise.
15878         (RUN_TEST_f_b_tg): Likewise.
15879         (RUN_TEST_f_l): Likewise.
15880         (RUN_TEST_f_L): Likewise.
15881         (RUN_TEST_fFF_11): Likewise.
15882         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
15883         conditionals.
15884         (cosh_test_data): Likewise.
15885         (exp_test_data): Likewise.
15886         (expm1_test_data): Likewise.
15887         (hypot_test_data): Likewise.
15888         (pow_test_data): Likewise.
15889         (sinh_test_data): Likewise.
15890         (tanh_test_data): Likewise.
15891         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
15892         flags argument.
15893
15894         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
15895         tests with quiet NaN input and output.
15896         (acosh_test_data): Likewise.
15897         (asin_test_data): Likewise.
15898         (asinh_test_data): Likewise.
15899         (atan_test_data): Likewise.
15900         (atanh_test_data): Likewise.
15901         (atan2_test_data): Likewise.
15902         (cbrt_test_data): Likewise.
15903         (cos_test_data): Likewise.
15904         (cosh_test_data): Likewise.
15905         (erf_test_data): Likewise.
15906         (erfc_test_data): Likewise.
15907         (exp_test_data): Likewise.
15908         (exp10_test_data): Likewise.
15909         (exp2_test_data): Likewise.
15910         (expm1_test_data): Likewise.
15911         (hypot_test_data): Likewise.
15912         (j0_test_data): Likewise.
15913         (j1_test_data): Likewise.
15914         (jn_test_data): Likewise.
15915         (lgamma_test_data): Likewise.
15916         (log_test_data): Likewise.
15917         (log10_test_data): Likewise.
15918         (log1p_test_data): Likewise.
15919         (log2_test_data): Likewise.
15920         (pow_test_data): Likewise.
15921         (scalb_test_data): Likewise.
15922         (sin_test_data): Likewise.
15923         (sincos_test_data): Likewise.
15924         (sinh_test_data): Likewise.
15925         (tan_test_data): Likewise.
15926         (tanh_test_data): Likewise.
15927         (tgamma_test_data): Likewise.
15928         (y0_test_data): Likewise.
15929         (y1_test_data): Likewise.
15930         (yn_test_data): Likewise.
15931
15932         [BZ #16167]
15933         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
15934         argument being NaN and avoid computations with second argument in
15935         that case.
15936         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
15937         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
15938         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
15939
15940 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
15941
15942         * locale/iso-639.def: Add Chitwani Tharu (the).
15943
15944 2013-11-14  Andreas Schwab  <schwab@suse.de>
15945
15946         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
15947         word instead of empty string.
15948
15949 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15950
15951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15952         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
15953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15954         (__fe_nomask_env): Likewise.
15955
15956 2013-11-13  Steve Ellcey  <sellcey@mips.com>
15957
15958         * benchtests/bench-timing.h: Include time.h.
15959
15960 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
15961
15962         [BZ #15997]
15963         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
15964         to 3.4.0 for x32.
15965         * sysdeps/unix/sysv/linux/configure: Regenerated.
15966
15967 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
15968
15969         [BZ #16151]
15970         * stdlib/strtod_l.c (round_and_return): Do not consider
15971         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
15972         exponent one less than half the least subnormal exponent.
15973         * stdlib/test-strtod-round-data: Add more tests.
15974         * stdlib/tst-strtod-round.c (tests): Regenerated.
15975
15976 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15977
15978         [BZ #14143]
15979         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
15980         (__fe_mask_env): Likewise.
15981         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
15982         libm_hidden_proto and add function prototype.
15983         (__fe_mask_env): Add function prototype.
15984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15985         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
15986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
15987         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
15988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15989         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
15990
15991 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15992
15993         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
15994         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
15995
15996 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15997
15998         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
15999         of htab_find_slot().
16000
16001 2013-11-11  David S. Miller  <davem@davemloft.net>
16002
16003         [BZ #16150]
16004         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
16005         symbol in the non-vis3 case in static builds.
16006         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
16007         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
16008         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
16009         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
16010
16011 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
16012
16013         [BZ #387]
16014         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
16015         it is empty.
16016
16017 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16018
16019         * benchtests/Makefile: Add bench-strtod.
16020         * benchtests/bench-strtod.c: New file: strtod benchtest
16021
16022 2013-11-11  Andreas Schwab  <schwab@suse.de>
16023
16024         [BZ #16153]
16025         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
16026         terminating NUL in key length.
16027
16028 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16029
16030         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
16031         Add artificial ODP entry for vDSO symbol for PPC64.
16032         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
16033         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
16034
16035 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16036
16037         [BZ #15374]
16038         * nss/getent.c (services_keys): Recognize services starting with digit.
16039
16040 2013-11-06  David S. Miller  <davem@davemloft.net>
16041
16042         [BZ #15985]
16043         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
16044         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
16045
16046 2013-11-06  Will Newton  <will.newton@linaro.org>
16047
16048         * manual/memory.texi (Malloc Examples): Remove register
16049         keyword from examples.
16050
16051 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
16052
16053         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
16054
16055 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
16056
16057         [BZ #6981]
16058         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
16059         depending on [__GCC_IEC_559 > 0].
16060         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
16061         depending on [__GCC_IEC_559_COMPLEX > 0].
16062
16063 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
16064
16065         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
16066         to iso-639.def.
16067
16068 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
16069
16070         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
16071
16072 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
16073
16074         [BZ #16112]
16075         * malloc/malloc (malloc_info): Do not handle first bin as
16076         special case.
16077
16078 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
16079
16080         * locale/iso-639.def: Add Central Nahuatl (nhn).
16081
16082 2013-11-01  Bruno Haible  <bruno@clisp.org>
16083
16084         [BZ #7003]
16085         * manual/math.texi (BSD Random): Specify range upper bound as
16086         in POSIX.
16087
16088 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
16089
16090         * locale/iso-639.def: Add Meadow Mari (mhr).
16091
16092 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
16093
16094         [BZ #14752], [BZ #15763]
16095         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
16096         Validate name.
16097         * rt/tst_shm.c: Add test for escaping directory.
16098
16099 2013-10-31  Andreas Schwab  <schwab@suse.de>
16100
16101         [BZ #15917]
16102         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
16103         followed by 'x' as part of digit sequence.
16104         * stdio-common/tst-sscanf.c (double_tests2): New tests.
16105
16106 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
16107
16108         [BZ #16037]
16109         * configure.ac: allow GNU Make 4.0 and greater.
16110         * configure: Regenerated.
16111
16112 2013-10-30  Will Newton  <will.newton@linaro.org>
16113
16114         [BZ #16038]
16115         * malloc/hooks.c (memalign_check): Limit alignment to the
16116         maximum representable power of two.
16117         * malloc/malloc.c (__libc_memalign): Likewise.
16118         * malloc/tst-memalign.c (do_test): Add test for very
16119         large alignment values.
16120         * malloc/tst-posix_memalign.c (do_test): Likewise.
16121
16122 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16123
16124         [BZ #11087]
16125         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
16126         (munmap_chunk): Likewise.
16127         (mremap_chunk): Likewise.
16128
16129 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16130
16131         [BZ #15799]
16132         * stdlib/div.c (div): Remove obsolete code.
16133         * stdlib/ldiv.c (ldiv): Likewise.
16134         * stdlib/lldiv.c (lldiv): Likewise.
16135
16136 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16137
16138         [BZ #16071]
16139         * nss/nss_files/files-XXX.c (get_contents_ret): New
16140         enumerator.
16141         (get_contents): New function.
16142         (internal_getent): Use it.  Expand size of LINEBUFLEN.
16143
16144 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
16145
16146         * configure.in: Moved to ...
16147         * configure.ac: ... here. Change reference to configure.in
16148         to configure.ac.
16149         * sysdeps/arm/preconfigure.ac: ... here.
16150         configure.in to configure.ac.
16151         * sysdeps/gnu/configure.in: Moved to ...
16152         * sysdeps/gnu/configure.ac: ... here.
16153         * sysdeps/i386/configure.in: Moved to ...
16154         * sysdeps/i386/configure.ac: ... here.
16155         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
16156         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
16157         * sysdeps/mach/configure.in: Moved to ...
16158         * sysdeps/mach/configure.ac: ... here.
16159         * sysdeps/mach/hurd/configure.in: Moved to ...
16160         * sysdeps/mach/hurd/configure.ac: ... here.
16161         * sysdeps/powerpc/configure.in: Moved to ...
16162         * sysdeps/powerpc/configure.ac: ... here.
16163         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
16164         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
16165         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
16166         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
16167         * sysdeps/s390/s390-32/configure.in: Moved to ...
16168         * sysdeps/s390/s390-32/configure.ac: ... here.
16169         * sysdeps/s390/s390-64/configure.in: Moved to ...
16170         * sysdeps/s390/s390-64/configure.ac: ... here.
16171         * sysdeps/sh/configure.in: Moved to ...
16172         * sysdeps/sh/configure.ac: ... here.
16173         * sysdeps/sparc/configure.in: Moved to ...
16174         * sysdeps/sparc/configure.ac: ... here.
16175         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
16176         * sysdeps/unix/sysv/linux/configure.ac: ... here.
16177         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
16178         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
16179         * sysdeps/x86_64/configure.in: Moved to ...
16180         * sysdeps/x86_64/configure.ac: ... here.
16181         * sysdeps/x86_64/preconfigure.in: Moved to ...
16182         * sysdeps/x86_64/preconfigure.ac: ... here.
16183         * aclocal.m4: Change reference to configure.in to configure.ac.
16184         * config.h.in: Likewise.
16185         * manual/install.texi: Likewise.
16186         * manual/maint.texi: Likewise.
16187         * Makefile: Likewise.
16188         * malloc/Makefile: Likewise.
16189         * nscd/Makefile: Likewise.
16190         * Makeconfig: Change reference to configure.in and
16191         preconfigure.in to configure.ac and preconfigure.ac
16192         respectively.
16193         * INSTALL: Regenerated.
16194         * configure: Likewise.
16195         * sysdeps/gnu/configure: Likewise.
16196         * sysdeps/i386/configure: Likewise.
16197         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
16198         * sysdeps/mach/configure: Likewise.
16199         * sysdeps/mach/hurd/configure: Likewise.
16200         * sysdeps/powerpc/configure: Likewise.
16201         * sysdeps/powerpc/powerpc32/configure: Likewise.
16202         * sysdeps/powerpc/powerpc64/configure: Likewise.
16203         * sysdeps/s390/s390-32/configure: Likewise.
16204         * sysdeps/s390/s390-64/configure: Likewise.
16205         * sysdeps/sh/configure: Likewise.
16206         * sysdeps/sparc/configure: Likewise.
16207         * sysdeps/unix/sysv/linux/configure: Likewise.
16208         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
16209         * sysdeps/x86_64/configure: Likewise.
16210         * sysdeps/x86_64/preconfigure: Likewise.
16211
16212 2013-10-29  Andreas Schwab  <schwab@suse.de>
16213
16214         * stdio-common/Makefile (tst-swscanf-ENV): Define.
16215
16216 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16217
16218         * benchtests/pow-inputs: Add new inputs.
16219
16220         * benchtests/exp-inputs: Add new inputs.
16221
16222         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
16223         conditional check for return value.
16224         (__cos32): Likewise.
16225
16226 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16227
16228         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
16229         to provide a boost for large inputs with word alignment.
16230         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
16231         implementation based on optimized PPC64 strcpy.
16232         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
16233         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
16234         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
16235         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
16236
16237 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16238
16239         [BZ #2801]
16240         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
16241
16242 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16243
16244         [BZ #14876]
16245         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
16246         * time/tst-strptime.c (day_tests): Add testcase.
16247
16248 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16249
16250         [BZ #14029]
16251         * manual/pattern.texi: Acknowledge that fnmatch can fail.
16252
16253 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
16254
16255         [BZ #16074]
16256         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
16257         MAP_FAILED on error.
16258
16259 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
16260
16261         [BZ #16072]
16262         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
16263         heap for large requests.
16264
16265 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
16266
16267         [BZ #9954]
16268         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
16269         result if the result has no associated interface.
16270         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
16271         interface for all 127.X.Y.Z addresses.
16272
16273 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
16274
16275         * locale/iso-639.def: Add Ligurian (lij)
16276
16277 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
16278
16279         [BZ #15825]
16280         * sunrpc/rpc_main.c: Document rpcgen -5.
16281
16282 2013-10-19  Michael Stahl  <mstahl@redhat.com>
16283
16284         * elf/rtld.c (do_preload): Print the reason why preloading failed.
16285
16286 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16287
16288         [BZ #10278]
16289         * posix/glob.c: Match only directories when trailing slash is present.
16290         * posix/tst-gnuglob.c (my_opendir): Do not open files.
16291         (main): Add testcase.
16292
16293 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16294
16295         [BZ #15670]
16296         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
16297
16298 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
16299
16300         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
16301         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
16302         AUTH_DES and cindex for FIPS 140-2.
16303         (DES Encryption): Add cindex FIPS 46-3.
16304
16305         * locale/locarchive.h (struct locarhandle): Add fname.
16306         * locale/programs/localedef.c (main): Pass ARGV[remaining]
16307         if an optional argument was specified to --list-archive,
16308         otherwise NULL.
16309         * locale/programs/locarchive.c (show_archive_content): Take new
16310         argument fname and pass it via ah.fname to open_archive.
16311         * locale/programs/localedef.h: Update decl.
16312         (open_archive): If AH->fname is non-null, open that file
16313         rather than the default file name, and don't ignore ENOENT.
16314         (create_archive): Set AH.fname to NULL.
16315         (delete_locales_from_archive): Likewise.
16316         (add_locales_to_archive): Likewise.
16317         * locale/programs/locfile.c (write_all_categories): Likewise.
16318
16319 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
16320             Aldy Hernandez  <aldyh@redhat.com>
16321
16322         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
16323         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
16324         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
16325         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
16326         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
16327         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
16328         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
16329         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
16330         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
16331         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
16332         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
16333         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
16334         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
16335         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
16336         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
16337         Likewise.
16338         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
16339         Likewise.
16340         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
16341         Likewise.
16342         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
16343         Likewise.
16344         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
16345         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
16346         Likewise.
16347         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
16348         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
16349         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
16350         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
16351         Likewise.
16352         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
16353         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
16354         * sysdeps/powerpc/preconfigure: Likewise.
16355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
16356         Likewise.
16357         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
16358         Replace contents of file by #include of <fenv_libc.h>.
16359         * sysdeps/powerpc/soft-fp/sfp-machine.h
16360         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
16361         and <sys/prctl.h>.
16362         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
16363         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
16364         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
16365         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
16366         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
16367         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
16368         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
16369         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
16370         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
16371         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
16372         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
16373         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
16374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16375         Allow copysignl PLT reference to be missing.
16376
16377 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
16378             Joseph Myers  <joseph@codesourcery.com
16379
16380         [BZ #15948]
16381         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
16382         single character.
16383         (add_to_tablewc): Assert sequence of wide characters is nonempty.
16384
16385 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16386
16387         * elf/tst-tls-dlinfo.c: Don't include tls.h.
16388         * elf/tst-tls1.c: Likewise.
16389         * elf/tst-tls10.h: Likewise.
16390         * elf/tst-tls14.c: Likewise.
16391         * elf/tst-tls2.c: Likewise.
16392         * elf/tst-tls3.c: Likewise.
16393         * elf/tst-tls4.c: Likewise.
16394         * elf/tst-tls5.c: Likewise.
16395         * elf/tst-tls6.c: Likewise.
16396         * elf/tst-tls7.c: Likewise.
16397         * elf/tst-tls8.c: Likewise.
16398         * elf/tst-tls9.c: Likewise.
16399         * elf/tst-tlsmod1.c: Likewise.
16400         * elf/tst-tlsmod13.c: Likewise.
16401         * elf/tst-tlsmod13a.c: Likewise.
16402         * elf/tst-tlsmod14a.c: Likewise.
16403         * elf/tst-tlsmod16a.c: Likewise.
16404         * elf/tst-tlsmod16b.c: Likewise.
16405         * elf/tst-tlsmod2.c: Likewise.
16406         * elf/tst-tlsmod3.c: Likewise.
16407         * elf/tst-tlsmod4.c: Likewise.
16408         * elf/tst-tlsmod5.c: Likewise.
16409         * elf/tst-tlsmod6.c: Likewise.
16410
16411 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
16412
16413         [BZ #12486]
16414         * malloc/malloc.c: remove checks for statistics.
16415
16416 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16417
16418         [BZ #15277]
16419         * inet/inet_net.c (inet_network): Detect additional invalid strings.
16420         * inet/tst-network.c: Add testcase.
16421
16422 2013-10-17  Andreas Schwab  <schwab@suse.de>
16423
16424         [BZ #15218]
16425         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
16426         to determine canonical name.
16427
16428 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16429
16430         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
16431         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
16432         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
16433         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
16434         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
16435         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
16436         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
16437         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
16438         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
16439         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
16440         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
16441         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
16442         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16443         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
16444         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
16445         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
16446         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
16447         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
16448         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
16449         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
16450         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
16451         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
16452         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
16453         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
16454         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
16455         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
16456         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
16457         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
16458         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
16459         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
16460         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
16461         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
16462         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
16463         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
16464         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
16465         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16466         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16467         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
16468         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
16469         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
16470         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
16471         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
16472         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
16473         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
16474         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
16475         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16476         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
16477         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
16478         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
16479         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
16480         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
16481         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
16482         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
16483         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
16484         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16485         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
16486         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
16487         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
16488
16489 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
16490
16491         [BZ #16041]
16492         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
16493         make result into a quiet NaN.
16494
16495 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
16496
16497         * soft-fp/adddf3.c: Fix horizontal whitespace.
16498         * soft-fp/addsf3.c: Likewise.
16499         * soft-fp/addtf3.c: Likewise.
16500         * soft-fp/divdf3.c: Likewise.
16501         * soft-fp/divsf3.c: Likewise.
16502         * soft-fp/divtf3.c: Likewise.
16503         * soft-fp/double.h: Likewise.
16504         * soft-fp/eqdf2.c: Likewise.
16505         * soft-fp/eqsf2.c: Likewise.
16506         * soft-fp/eqtf2.c: Likewise.
16507         * soft-fp/extenddftf2.c: Likewise.
16508         * soft-fp/extended.h: Likewise.
16509         * soft-fp/extendsfdf2.c: Likewise.
16510         * soft-fp/extendsftf2.c: Likewise.
16511         * soft-fp/extendxftf2.c: Likewise.
16512         * soft-fp/fixdfdi.c: Likewise.
16513         * soft-fp/fixdfsi.c: Likewise.
16514         * soft-fp/fixdfti.c: Likewise.
16515         * soft-fp/fixsfdi.c: Likewise.
16516         * soft-fp/fixsfsi.c: Likewise.
16517         * soft-fp/fixsfti.c: Likewise.
16518         * soft-fp/fixtfdi.c: Likewise.
16519         * soft-fp/fixtfsi.c: Likewise.
16520         * soft-fp/fixtfti.c: Likewise.
16521         * soft-fp/fixunsdfdi.c: Likewise.
16522         * soft-fp/fixunsdfsi.c: Likewise.
16523         * soft-fp/fixunsdfti.c: Likewise.
16524         * soft-fp/fixunssfdi.c: Likewise.
16525         * soft-fp/fixunssfsi.c: Likewise.
16526         * soft-fp/fixunssfti.c: Likewise.
16527         * soft-fp/fixunstfdi.c: Likewise.
16528         * soft-fp/fixunstfsi.c: Likewise.
16529         * soft-fp/fixunstfti.c: Likewise.
16530         * soft-fp/floatdidf.c: Likewise.
16531         * soft-fp/floatdisf.c: Likewise.
16532         * soft-fp/floatditf.c: Likewise.
16533         * soft-fp/floatsidf.c: Likewise.
16534         * soft-fp/floatsisf.c: Likewise.
16535         * soft-fp/floatsitf.c: Likewise.
16536         * soft-fp/floattidf.c: Likewise.
16537         * soft-fp/floattisf.c: Likewise.
16538         * soft-fp/floattitf.c: Likewise.
16539         * soft-fp/floatundidf.c: Likewise.
16540         * soft-fp/floatundisf.c: Likewise.
16541         * soft-fp/floatunditf.c: Likewise.
16542         * soft-fp/floatunsidf.c: Likewise.
16543         * soft-fp/floatunsisf.c: Likewise.
16544         * soft-fp/floatunsitf.c: Likewise.
16545         * soft-fp/floatuntidf.c: Likewise.
16546         * soft-fp/floatuntisf.c: Likewise.
16547         * soft-fp/floatuntitf.c: Likewise.
16548         * soft-fp/fmadf4.c: Likewise.
16549         * soft-fp/fmasf4.c: Likewise.
16550         * soft-fp/fmatf4.c: Likewise.
16551         * soft-fp/gedf2.c: Likewise.
16552         * soft-fp/gesf2.c: Likewise.
16553         * soft-fp/getf2.c: Likewise.
16554         * soft-fp/ledf2.c: Likewise.
16555         * soft-fp/lesf2.c: Likewise.
16556         * soft-fp/letf2.c: Likewise.
16557         * soft-fp/muldf3.c: Likewise.
16558         * soft-fp/mulsf3.c: Likewise.
16559         * soft-fp/multf3.c: Likewise.
16560         * soft-fp/negdf2.c: Likewise.
16561         * soft-fp/negsf2.c: Likewise.
16562         * soft-fp/negtf2.c: Likewise.
16563         * soft-fp/op-1.h: Likewise.
16564         * soft-fp/op-2.h: Likewise.
16565         * soft-fp/op-4.h: Likewise.
16566         * soft-fp/op-8.h: Likewise.
16567         * soft-fp/op-common.h: Likewise.
16568         * soft-fp/quad.h: Likewise.
16569         * soft-fp/single.h: Likewise.
16570         * soft-fp/soft-fp.h: Likewise.
16571         * soft-fp/sqrtdf2.c: Likewise.
16572         * soft-fp/sqrtsf2.c: Likewise.
16573         * soft-fp/sqrttf2.c: Likewise.
16574         * soft-fp/subdf3.c: Likewise.
16575         * soft-fp/subsf3.c: Likewise.
16576         * soft-fp/subtf3.c: Likewise.
16577         * soft-fp/truncdfsf2.c: Likewise.
16578         * soft-fp/trunctfdf2.c: Likewise.
16579         * soft-fp/trunctfsf2.c: Likewise.
16580         * soft-fp/trunctfxf2.c: Likewise.
16581         * soft-fp/unorddf2.c: Likewise.
16582         * soft-fp/unordsf2.c: Likewise.
16583         * soft-fp/unordtf2.c: Likewise.
16584
16585 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
16586
16587         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
16588         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
16589
16590 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
16591
16592         * elf/dl-libc.c: Clear initfini list after freeing.
16593
16594 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
16595
16596         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
16597         * soft-fp/addsf3.c: Likewise.
16598         * soft-fp/addtf3.c: Likewise.
16599         * soft-fp/divdf3.c: Likewise.
16600         * soft-fp/divsf3.c: Likewise.
16601         * soft-fp/divtf3.c: Likewise.
16602         * soft-fp/double.h: Likewise.
16603         * soft-fp/eqdf2.c: Likewise.
16604         * soft-fp/eqsf2.c: Likewise.
16605         * soft-fp/eqtf2.c: Likewise.
16606         * soft-fp/extenddftf2.c: Likewise.
16607         * soft-fp/extended.h: Likewise.
16608         * soft-fp/extendsfdf2.c: Likewise.
16609         * soft-fp/extendsftf2.c: Likewise.
16610         * soft-fp/extendxftf2.c: Likewise.
16611         * soft-fp/fixdfdi.c: Likewise.
16612         * soft-fp/fixdfsi.c: Likewise.
16613         * soft-fp/fixdfti.c: Likewise.
16614         * soft-fp/fixsfdi.c: Likewise.
16615         * soft-fp/fixsfsi.c: Likewise.
16616         * soft-fp/fixsfti.c: Likewise.
16617         * soft-fp/fixtfdi.c: Likewise.
16618         * soft-fp/fixtfsi.c: Likewise.
16619         * soft-fp/fixtfti.c: Likewise.
16620         * soft-fp/fixunsdfdi.c: Likewise.
16621         * soft-fp/fixunsdfsi.c: Likewise.
16622         * soft-fp/fixunsdfti.c: Likewise.
16623         * soft-fp/fixunssfdi.c: Likewise.
16624         * soft-fp/fixunssfsi.c: Likewise.
16625         * soft-fp/fixunssfti.c: Likewise.
16626         * soft-fp/fixunstfdi.c: Likewise.
16627         * soft-fp/fixunstfsi.c: Likewise.
16628         * soft-fp/fixunstfti.c: Likewise.
16629         * soft-fp/floatdidf.c: Likewise.
16630         * soft-fp/floatdisf.c: Likewise.
16631         * soft-fp/floatditf.c: Likewise.
16632         * soft-fp/floatsidf.c: Likewise.
16633         * soft-fp/floatsisf.c: Likewise.
16634         * soft-fp/floatsitf.c: Likewise.
16635         * soft-fp/floattidf.c: Likewise.
16636         * soft-fp/floattisf.c: Likewise.
16637         * soft-fp/floattitf.c: Likewise.
16638         * soft-fp/floatundidf.c: Likewise.
16639         * soft-fp/floatundisf.c: Likewise.
16640         * soft-fp/floatunsidf.c: Likewise.
16641         * soft-fp/floatunsisf.c: Likewise.
16642         * soft-fp/floatuntidf.c: Likewise.
16643         * soft-fp/floatuntisf.c: Likewise.
16644         * soft-fp/floatuntitf.c: Likewise.
16645         * soft-fp/fmadf4.c: Likewise.
16646         * soft-fp/fmasf4.c: Likewise.
16647         * soft-fp/fmatf4.c: Likewise.
16648         * soft-fp/gedf2.c: Likewise.
16649         * soft-fp/gesf2.c: Likewise.
16650         * soft-fp/getf2.c: Likewise.
16651         * soft-fp/ledf2.c: Likewise.
16652         * soft-fp/lesf2.c: Likewise.
16653         * soft-fp/letf2.c: Likewise.
16654         * soft-fp/muldf3.c: Likewise.
16655         * soft-fp/mulsf3.c: Likewise.
16656         * soft-fp/multf3.c: Likewise.
16657         * soft-fp/negdf2.c: Likewise.
16658         * soft-fp/negsf2.c: Likewise.
16659         * soft-fp/negtf2.c: Likewise.
16660         * soft-fp/op-1.h: Likewise.
16661         * soft-fp/op-2.h: Likewise.
16662         * soft-fp/op-4.h: Likewise.
16663         * soft-fp/op-8.h: Likewise.
16664         * soft-fp/op-common.h: Likewise.
16665         * soft-fp/quad.h: Likewise.
16666         * soft-fp/single.h: Likewise.
16667         * soft-fp/soft-fp.h: Likewise.
16668         * soft-fp/sqrtdf2.c: Likewise.
16669         * soft-fp/sqrtsf2.c: Likewise.
16670         * soft-fp/sqrttf2.c: Likewise.
16671         * soft-fp/subdf3.c: Likewise.
16672         * soft-fp/subsf3.c: Likewise.
16673         * soft-fp/subtf3.c: Likewise.
16674         * soft-fp/truncdfsf2.c: Likewise.
16675         * soft-fp/trunctfdf2.c: Likewise.
16676         * soft-fp/trunctfsf2.c: Likewise.
16677         * soft-fp/trunctfxf2.c: Likewise.
16678         * soft-fp/unorddf2.c: Likewise.
16679         * soft-fp/unordsf2.c: Likewise.
16680         * soft-fp/unordtf2.c: Likewise.
16681
16682 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
16683
16684         [BZ #15672]
16685         * misc/error.c (error_tail): Fix possible buffer overflow.
16686
16687 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
16688
16689         [BZ #13028]
16690         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
16691         address.
16692
16693 2013-10-14  P. J. McDermott  <pj@pehjota.net>
16694
16695         [BZ #832]
16696         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
16697         testing pipefail option.
16698
16699 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16700
16701         * soft-fp/double.h: Indent preprocessor directives inside #if.
16702         * soft-fp/extended.h: Likewise.
16703         * soft-fp/op-2.h: Likewise.
16704         * soft-fp/op-4.h: Likewise.
16705         * soft-fp/op-common.h: Likewise.
16706         * soft-fp/quad.h: Likewise.
16707         * soft-fp/single.h: Likewise.
16708         * soft-fp/soft-fp.h: Likewise.
16709
16710 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
16711
16712         * iconv/iconv_prog.c: Fix typos.
16713         * stdio-common/psiginfo-data.h: Likewise.
16714
16715 2013-10-12   Reuben Thomas <rrt@sc3d.org>
16716
16717         [BZ #15764]
16718         * locale/setlocale.c: Fix typo.
16719
16720 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16721
16722         [BZ #16036]
16723         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16724         signaling NaN arguments.
16725         * soft-fp/unordsf2.c (__unordsf2): Likewise.
16726         * soft-fp/unordtf2.c (__unordtf2): Likewise.
16727
16728         [BZ #14910]
16729         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16730         unordered operands.
16731         * soft-fp/gesf2.c (__gesf2): Likewise.
16732         * soft-fp/getf2.c (__getf2): Likewise.
16733         * soft-fp/ledf2.c (__ledf2): Likewise.
16734         * soft-fp/lesf2.c (__lesf2): Likewise.
16735         * soft-fp/letf2.c (__letf2): Likewise.
16736
16737         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16738         * soft-fp/eqsf2.c (__eqsf2): Likewise.
16739         * soft-fp/eqtf2.c (__eqtf2): Likewise.
16740         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16741         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16742         * soft-fp/fixdfti.c (__fixdfti): Likewise.
16743         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16744         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16745         * soft-fp/fixsfti.c (__fixsfti): Likewise.
16746         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16747         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16748         * soft-fp/fixtfti.c (__fixtfti): Likewise.
16749         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16750         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16751         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16752         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16753         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16754         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16755         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16756         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16757         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16758         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16759         * soft-fp/floatdisf.c (__floatdisf): Likewise.
16760         * soft-fp/floatsisf.c (__floatsisf): Likewise.
16761         * soft-fp/floattidf.c (__floattidf): Likewise.
16762         * soft-fp/floattisf.c (__floattisf): Likewise.
16763         * soft-fp/floattitf.c (__floattitf): Likewise.
16764         * soft-fp/floatundidf.c (__floatundidf): Likewise.
16765         * soft-fp/floatundisf.c (__floatundisf): Likewise.
16766         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16767         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16768         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16769         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16770         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16771         * soft-fp/gesf2.c (__gesf2): Likewise.
16772         * soft-fp/getf2.c (__getf2): Likewise.
16773         * soft-fp/ledf2.c (__ledf2): Likewise.
16774         * soft-fp/lesf2.c (__lesf2): Likewise.
16775         * soft-fp/letf2.c (__letf2): Likewise.
16776
16777         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16778         Undefine and redefine.
16779         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16780         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16781         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16782         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16783         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16784         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16785         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16786         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16787         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16788         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16789         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16790         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16791         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16792         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16793         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16794
16795         [BZ #16032]
16796         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16797         without decrementing exponent if mantissa >= that for the
16798         denominator, not >.
16799         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16800         denominator, not >.  Decrement exponent in < case instead of
16801         incrementing in >= case.
16802         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16803         without decrementing exponent if mantissa >= that for the
16804         denominator, not >.
16805
16806         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16807         computing saturated result for unsigned overflow.
16808
16809 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16810             Jeff Law  <law@redhat.com>
16811
16812         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16813         (atan2Mp): Add systemtap probe marker.
16814         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16815         (__ieee754_log): Add systemtap probe marker.
16816         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16817         (atanMp): Add systemtap probe marker.
16818         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16819         (tanMp): Add systemtap probe marker.
16820         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16821         (__slowexp): Add systemtap probe marker.
16822         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16823         (__slowpow): Add systemtap probe marker.
16824         * manual/probes.texi: Document probes.
16825
16826 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
16827
16828         [BZ #15362]
16829         * libio/fileops.c (_IO_new_file_write): Return count of bytes
16830         written.
16831         (_IO_new_file_xsputn): Don't return EOF if nothing has been
16832         written.
16833         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16834         written to buffer but not flushed.
16835         * libio/iofwrite_u.c:  Likewise.
16836         * libio/iopadn.c:  Return bytes returned even if EOF was
16837         encountered.
16838         * libio/iowpadn.c:  Likewise.
16839         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16840         if _IO_padn does not write the whole buffer.
16841         [!COMPILE_WPRINTF] (PAD): Likewise.
16842
16843 2013-10-10  David S. Miller  <davem@davemloft.net>
16844
16845         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16846         directory block.
16847
16848 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16849
16850         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
16851         instead of FSF address.
16852         * soft-fp/fixdfti.c: Likewise.
16853         * soft-fp/fixsfti.c: Likewise.
16854         * soft-fp/fixtfti.c: Likewise.
16855         * soft-fp/fixunsdfti.c: Likewise.
16856         * soft-fp/fixunssfti.c: Likewise.
16857         * soft-fp/fixunstfti.c: Likewise.
16858         * soft-fp/floattidf.c: Likewise.
16859         * soft-fp/floattisf.c: Likewise.
16860         * soft-fp/floattitf.c: Likewise.
16861         * soft-fp/floatuntidf.c: Likewise.
16862         * soft-fp/floatuntisf.c: Likewise.
16863         * soft-fp/floatuntitf.c: Likewise.
16864         * soft-fp/trunctfxf2.c: Likewise.
16865
16866         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
16867         * soft-fp/fixdfti.c: Likewise.
16868         * soft-fp/fixsfti.c: Likewise.
16869         * soft-fp/fixtfti.c: Likewise.
16870         * soft-fp/fixunsdfti.c: Likewise.
16871         * soft-fp/fixunssfti.c: Likewise.
16872         * soft-fp/fixunstfti.c: Likewise.
16873         * soft-fp/floattidf.c: Likewise.
16874         * soft-fp/floattisf.c: Likewise.
16875         * soft-fp/floattitf.c: Likewise.
16876         * soft-fp/floatuntidf.c: Likewise.
16877         * soft-fp/floatuntisf.c: Likewise.
16878         * soft-fp/floatuntitf.c: Likewise.
16879         * soft-fp/trunctfxf2.c: Likewise.
16880
16881 2013-10-10  David S. Miller  <davem@davemloft.net>
16882
16883         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16884
16885 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
16886
16887         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16888         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
16889         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
16890         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
16891         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
16892         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
16893         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
16894
16895         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
16896         for NaNs before doing comparisons on argument.
16897         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
16898         Likewise.
16899
16900 2013-10-10  Will Newton  <will.newton@linaro.org>
16901
16902         * malloc/hooks.c (memalign_check): Ensure the value of bytes
16903         passed to _int_memalign does not overflow.
16904
16905 2013-10-10  Torvald Riegel  <triegel@redhat.com>
16906
16907         * scripts/bench.pl: Add include-sources directive.
16908         * benchtests/README: Update documentation.
16909
16910 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16911
16912         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
16913         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
16914         instead of FP_INIT_ROUNDMODE.
16915         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
16916         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
16917
16918         [BZ #16034]
16919         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
16920         copy class of input value.
16921         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
16922         not handle exceptions.
16923         * soft-fp/negsf2.c (__negsf2): Likewise.
16924         * soft-fp/negtf2.c (__negtf2): Likewise.
16925         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
16926
16927 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
16928
16929         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
16930         semicolon.  From Linux kernel.
16931
16932 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
16933
16934         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
16935
16936 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
16937
16938         [BZ #156]
16939         * manual/socket.texi: Added statement about buffer
16940         for gethostbyname2_r.
16941
16942 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
16943
16944         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
16945         Use .p2align directive instead, throughout.
16946         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
16947         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
16948         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
16949         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
16950         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
16951         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
16952         * sysdeps/x86_64/strchr.S: Likewise.
16953         * sysdeps/x86_64/strrchr.S: Likewise.
16954
16955 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
16956
16957         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
16958
16959         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
16960
16961         * sysdeps/generic/math_private.h (__mpsin1): Remove
16962         declaration.
16963         (__mpcos1): Likewise.
16964         (__mpsin): New argument __range_reduce.
16965         (__mpcos): Likewise.
16966         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16967         (slow): Use __mpsin and __mpcos.
16968         (slow1): Likewise.
16969         (slow2): Likewise.
16970         (sloww): Likewise.
16971         (sloww1): Likewise.
16972         (sloww2): Likewise.
16973         (bsloww): Likewise.
16974         (bsloww1): Likewise.
16975         (bsloww2): Likewise.
16976         (cslow2): Likewise.
16977         (csloww): Likewise.
16978         (csloww1): Likewise.
16979         (csloww2): Likewise.
16980         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
16981         range_reduce.  Merge in __mpsin1.
16982         (__mpcos): Likewise.
16983         (__mpsin1): Remove.
16984         (__mpcos1): Likewise.
16985
16986 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
16987
16988         * locale/loadlocale.c (_nl_intern_locale_data): Use
16989         LOCFILE_ALIGNED_P.
16990         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
16991         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
16992         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
16993         obstack data is appropriately aligned.
16994         (obstack_int32_grow_fast): Likewise.
16995         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
16996         * locale/programs/locfile.c (add_locale_uint32): Likewise.
16997         (add_locale_uint32_array): Likewise.
16998
16999 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
17000
17001         * benchtests/Makefile: Remove ARGLIST and RET variables.
17002         ($(objpfx)bench-%.c): Pass only function name to the script.
17003         * benchtests/README: Update documentation.
17004         * benchtests/acos-inputs: Add new directives.
17005         * benchtests/acosh-inputs: Likewise.
17006         * benchtests/asin-inputs: Likewise.
17007         * benchtests/asinh-inputs: Likewise.
17008         * benchtests/atan-inputs: Likewise.
17009         * benchtests/atanh-inputs: Likewise.
17010         * benchtests/cos-inputs: Likewise.
17011         * benchtests/cosh-inputs: Likewise.
17012         * benchtests/exp-inputs: Likewise.
17013         * benchtests/log-inputs: Likewise.
17014         * benchtests/pow-inputs: Likewise.
17015         * benchtests/rint-inputs: Likewise.
17016         * benchtests/sin-inputs: Likewise.
17017         * benchtests/sinh-inputs: Likewise.
17018         * benchtests/tan-inputs: Likewise.
17019         * benchtests/tanh-inputs: Likewise.
17020         * scripts/bench.pl: Add support for new directives.
17021
17022 2013-10-07  Alan Modra  <amodra@gmail.com>
17023
17024         * README: Fix careless merge.
17025
17026 2013-10-05  Alan Modra  <amodra@gmail.com>
17027
17028         * NEWS: Mention powerpc64le support and bugs fixed.
17029         * README: Both big-endian and little-endian powerpc64 supported.
17030
17031 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17032
17033         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
17034         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
17035         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
17036         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
17037
17038 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
17039
17040         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
17041         match prototype.
17042
17043 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
17044
17045         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
17046         Move -mhard-float appending from
17047         ports/sysdeps/powerpc/powerpc32/Makefile.
17048         [$(with-fp) = yes] (ASFLAGS): Likewise.
17049         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
17050         * sysdeps/powerpc/nofpu: Move directory from
17051         ports/sysdeps/powerpc/nofpu.
17052         * sysdeps/powerpc/soft-fp: Move directory from
17053         ports/sysdeps/powerpc/soft-fp.
17054         * sysdeps/powerpc/powerpc32/405: Move directory from
17055         ports/sysdeps/powerpc/powerpc32/405.
17056         * sysdeps/powerpc/powerpc32/440: Move directory from
17057         ports/sysdeps/powerpc/powerpc32/440.
17058         * sysdeps/powerpc/powerpc32/464: Move directory from
17059         ports/sysdeps/powerpc/powerpc32/464.
17060         * sysdeps/powerpc/powerpc32/476: Move directory from
17061         ports/sysdeps/powerpc/powerpc32/476.
17062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
17063         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
17064         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
17065         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
17066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
17067         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
17068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
17069         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
17070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
17071         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
17072         * README: Update for powerpc-*-linux-gnu software floating point
17073         support in libc.
17074
17075         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
17076         case to powerpc/powerpc32*.
17077         * sysdeps/unix/sysv/linux/configure: Regenerated.
17078
17079         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
17080         (_FPU_MASK_OM): Define as 0x04.
17081         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
17082         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
17083         0x00c10080.
17084         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
17085         0x0000003c.
17086         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
17087
17088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
17089         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17090         getcontext_e500.
17091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
17092         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17093         setcontext_e500.
17094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
17095         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
17096         and setcontext_e500.
17097
17098 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
17099
17100         * locale/iso-3166.def: Update iso-1366.def and related occurrences
17101
17102 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17103
17104         * manual/threads.texi (Default Thread Attributes): Fix typo.
17105
17106 2013-10-04  Will Newton  <will.newton@linaro.org>
17107
17108         * malloc/Makefile: Add tst-memalign.
17109         * malloc/tst-memalign.c: New file.
17110
17111         * malloc/tst-posix_memalign.c: Add comments.
17112         (do_test): Add comments and call free on all potentially
17113         allocated pointers. Add space after cast.
17114
17115         * malloc/tst-pvalloc.c: Add comments.
17116         (do_test): Add comments and call free on all potentially
17117         allocated pointers. Remove duplicate check for NULL pointer.
17118         Add space after cast.
17119
17120         * malloc/tst-valloc.c: Add comments.
17121         (do_test): Add comments and call free on all potentially
17122         allocated pointers. Remove duplicate check for NULL pointer.
17123         Add space after cast.
17124
17125 2013-10-04  Alan Modra  <amodra@gmail.com>
17126
17127         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17128         Use stdint types in rather than __attribute__((mode())).
17129         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17130
17131 2013-10-04  Alan Modra  <amodra@gmail.com>
17132
17133         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17134         Correct handling of unaligned relocs for little-endian.
17135         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17136
17137 2013-10-04  Alan Modra  <amodra@gmail.com>
17138
17139         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
17140         * configure: Regenerate.
17141         * nptl/shlib-versions: Powerpc*le starts at 2.18.
17142         * shlib-versions: Likewise.
17143
17144 2013-10-04  Alan Modra  <amodra@gmail.com>
17145
17146         * string/tester.c (test_memrchr): Increment reported test cycle.
17147
17148 2013-10-04  Alan Modra  <amodra@gmail.com>
17149
17150         * string/test-memcpy.c (do_one_test): When reporting errors, print
17151         string address and don't overrun end of string.
17152
17153 2013-10-04  Alan Modra  <amodra@gmail.com>
17154
17155         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
17156         insrdi.  Make better use of reg selection to speed exit slightly.
17157         Schedule entry path a little better.  Remove useless "are we done"
17158         checks on entry to main loop.  Handle wrapping around zero address.
17159         Correct main loop count.  Handle single left-over word from main
17160         loop inline rather than by using loop_small.  Remove extra word
17161         case in loop_small caused by wrong loop count.  Add little-endian
17162         support.
17163         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
17164         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
17165         cache hint.
17166         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
17167         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
17168         support.  Avoid rlwimi.
17169         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
17170
17171 2013-10-04  Alan Modra  <amodra@gmail.com>
17172
17173         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
17174         insrdi.  Formatting.
17175         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
17176         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17177         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
17178         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
17179         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17180         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
17181
17182 2013-10-04  Alan Modra  <amodra@gmail.com>
17183
17184         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
17185         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17186         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
17187         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
17188         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
17189         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
17190         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17191         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
17192         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
17193         use of regs.  Use power7 mtocrf.  Tidy function tails.
17194
17195 2013-10-04  Alan Modra  <amodra@gmail.com>
17196
17197         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
17198         Formatting.  Consistently use rXXX register defines or rN defines.
17199         Use early exit labels that avoid restoring unused non-volatile regs.
17200         Make cr field use more consistent with rWORDn compares.  Rename
17201         regs used as shift registers for unaligned loop, using rN defines
17202         for short lifetime/multiple use regs.
17203         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
17204         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
17205         addi 1,1,64 to pop stack frame.  Simplify return value code.
17206         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17207
17208 2013-10-04  Alan Modra  <amodra@gmail.com>
17209
17210         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
17211         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
17212         rather than rlwimi.
17213         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
17214         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
17215         little-endian support.  Correct typos.
17216         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
17217         rather than rlwimi.
17218         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
17219         in loop and entry code to keep "and." results.
17220         (strchr): Add little-endian support.  Comment.  Move cntlzd
17221         earlier in tail.
17222         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
17223
17224 2013-10-04  Alan Modra  <amodra@gmail.com>
17225
17226         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
17227         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
17228         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
17229         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
17230
17231 2013-10-04  Alan Modra  <amodra@gmail.com>
17232
17233         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
17234         (rTMP): Define as r11.
17235         (strcmp): Add little-endian support.  Optimise tail.
17236         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
17237         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
17238         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
17239         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17240         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
17241         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17242         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17243
17244 2013-10-04  Alan Modra  <amodra@gmail.com>
17245
17246         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
17247         little-endian support.  Remove unnecessary "are we done" tests.
17248         Handle "s" wrapping around zero and extremely large "size".
17249         Correct main loop count.  Handle single left-over word from main
17250         loop inline rather than by using small_loop.  Correct comments.
17251         Delete "zero" tail, use "end_max" instead.
17252         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
17253
17254 2013-10-04  Alan Modra  <amodra@gmail.com>
17255
17256         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
17257         support.  Don't branch over align.
17258         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
17259         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
17260         support.  Rearrange tmp reg use to suit.  Comment.
17261         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
17262
17263 2013-10-04  Alan Modra  <amodra@gmail.com>
17264
17265         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
17266
17267 2013-10-04  Alan Modra  <amodra@gmail.com>
17268
17269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
17270         conditional form of branch and link when obtaining pc.
17271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
17272
17273 2013-10-04  Alan Modra  <amodra@gmail.com>
17274
17275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
17276         HIWORD/LOWORD.
17277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
17278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
17279
17280 2013-10-04  Alan Modra  <amodra@gmail.com>
17281
17282         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
17283         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
17284         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
17285         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
17286         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17287         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17288         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
17289         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17290         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
17291         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
17292
17293 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17294             Alistair Popple <alistair@ozlabs.au.ibm.com>
17295             Alan Modra <amodra@gmail.com>
17296
17297         [BZ #15723]
17298         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
17299         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
17300         _dl_hwcap access for little-endian.
17301         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
17302         destroy vmx regs when saving unaligned.
17303         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
17304         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
17305         destroy vmx regs when saving unaligned.
17306
17307 2013-10-04  Alan Modra  <amodra@gmail.com>
17308
17309         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
17310         Don't use a union to pack hi/low value.
17311
17312 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17313
17314         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
17315         for little-endian.
17316         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
17317         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
17318         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
17319         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
17320         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
17321
17322 2013-10-04  Alan Modra  <amodra@gmail.com>
17323
17324         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
17325         constants to usual value for .cst8 section, and remove redundant
17326         high address load.
17327         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
17328         constant for 0x1p52.  Load little-endian words of double from
17329         correct stack offsets.
17330
17331 2013-10-04  Alan Modra  <amodra@gmail.com>
17332
17333         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
17334         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
17335         words of double from correct stack offsets.
17336         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
17337         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
17338         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
17339         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
17340         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
17341         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
17342         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
17343         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
17344         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
17345         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
17346         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
17347         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
17348         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
17349         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
17350         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
17351         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
17352         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
17353
17354 2013-10-04  Alan Modra  <amodra@gmail.com>
17355
17356         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
17357         64-bit int/double union.
17358         (_FPU_SETCW): Likewise.
17359         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
17360         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
17361
17362 2013-10-04  Alan Modra  <amodra@gmail.com>
17363
17364         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
17365         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
17366
17367 2013-10-04  Alan Modra  <amodra@gmail.com>
17368
17369         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
17370         use vector int constants.
17371         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
17372
17373 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17374
17375         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
17376         array with long long.
17377         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
17378         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
17379         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
17380         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
17381         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
17382         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
17383         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
17384         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
17385         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
17386         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
17387         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
17388         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
17389         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
17390
17391 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17392
17393         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
17394         (__signbit): Likewise.  Correct for little-endian.
17395         (__signbitl): Call __signbit.
17396         (lrint): Correct for little-endian.
17397         (lrintf): Call lrint.
17398
17399 2013-10-04  Alan Modra  <amodra@gmail.com>
17400
17401         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
17402         union 32-bit int array member with 64-bit int array.
17403         (t515, tm256): Double rather than long double.
17404         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
17405
17406 2013-10-04  Alan Modra  <amodra@gmail.com>
17407
17408         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
17409         Delete.
17410         (IEEE854_LONG_DOUBLE_BIAS): Delete.
17411         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
17412         version of math_ldbl.h.
17413
17414 2013-10-04  Alan Modra  <amodra@gmail.com>
17415
17416         [BZ #15734], [BZ #15735]
17417         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
17418         all uses of ieee875 long double macros and unions.  Simplify test
17419         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
17420         ldbl_extract_mantissa value for ix,iy exponents.  Properly
17421         normalize after ldbl_extract_mantissa, and don't add hidden bit
17422         already handled.  Don't treat low word of ieee854 mantissa like
17423         low word of IBM long double and mask off bit when testing for
17424         zero.
17425         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
17426         all uses of ieee875 long double macros and unions.  Simplify tests
17427         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
17428         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
17429         two1022, instead use their values.  Recognise that tests for large
17430         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
17431         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
17432         Rewrite all uses of ieee875 long double macros and unions.  Simplify
17433         test for 0.0L and nan.  Correct negation.
17434         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
17435         ieee875 long double macros and unions.  Correct output for large
17436         magnitude x.  Correct absolute value calculation.
17437         (__erfcl): Likewise.
17438         * math/libm-test.inc: Add tests for errors discovered in IBM long
17439         double versions of fmodl, remainderl, erfl and erfcl.
17440
17441 2013-10-04  Alan Modra  <amodra@gmail.com>
17442
17443         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
17444         all uses of ieee854 long double macros and unions.  Simplify tests
17445         for long doubles that are fully specified by the high double.
17446         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
17447         Likewise.
17448         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
17449         Remove dead code too.
17450         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
17451         (__ieee754_ynl): Likewise.
17452         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
17453         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
17454         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
17455         Remove dead code too.
17456         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
17457         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
17458         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
17459         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
17460         Simplify.
17461         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
17462         Simplify.
17463         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
17464         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
17465         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
17466         Comment on variable precision.
17467         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
17468         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
17469         Likewise.
17470         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
17471         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
17472         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
17473         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
17474         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
17475
17476 2013-10-04  Alan Modra  <amodra@gmail.com>
17477
17478         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
17479         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
17480         all uses of ieee854 long double macros and unions.
17481         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
17482         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
17483         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
17484         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
17485         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
17486         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
17487         Likewise.
17488         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
17489         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
17490         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
17491         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
17492         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
17493         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
17494         Simplify sign and nan test too.
17495         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
17496         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
17497         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
17498         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
17499         Likewise.
17500         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
17501         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
17502         Likewise.
17503         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17504         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
17505         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
17506         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
17507         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
17508         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
17509
17510 2013-10-04  Alan Modra  <amodra@gmail.com>
17511
17512         * stdio-common/printf_size.c (__printf_size): Don't use
17513         union ieee854_long_double in fpnum union.
17514         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
17515         signbit macro to retrieve sign from long double.
17516         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
17517         retrieve sign from long double.
17518         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
17519         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
17520         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
17521         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
17522         * math/test-misc.c (main): Don't use union ieee854_long_double.
17523
17524 2013-10-04  Alan Modra  <amodra@gmail.com>
17525
17526         [BZ #15680]
17527         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
17528         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
17529         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
17530         calculation.  Remove unnecessary test for denormal exponent.
17531         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
17532         Correct handling of denormals.  Avoid undefined shift behaviour.
17533         Correct normalisation of low mantissa when low double is denormal.
17534         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
17535         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
17536         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
17537         Correct normalisation of low mantissa.  Test for overflow of high
17538         mantissa and normalise.
17539         (ldbl_nearbyint): Use more readable constant for two52.
17540         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
17541         (__mpn_construct_long_double): Fix test for overflow of high
17542         mantissa and correct normalisation.  Avoid undefined shift.
17543
17544 2013-10-04  Alan Modra  <amodra@gmail.com>
17545
17546         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17547         (union ibm_extended_long_double): Define as an array of ieee754_double.
17548         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
17549         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
17550         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
17551         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
17552         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17553         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
17554         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
17555         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
17556         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
17557         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
17558         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
17559
17560 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
17561
17562         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
17563         page size instead of calling getpagesize.
17564
17565         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
17566         (LOCFILE_ALIGN_MASK): Likewise.
17567         (LOCFILE_ALIGN_UP): Likewise.
17568         (LOCFILE_ALIGNED_P): Likewise.
17569         * locale/programs/ld-collate.c (collate_output): Use the new
17570         macros instead of __alignof__ (int32_t).
17571         * locale/weight.h (findidx): Likewise.
17572
17573 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
17574
17575         [BZ #431]
17576         * manual/string.texi: Fix strncat and wcsncat.
17577
17578 2013-10-03  Brooks Moses  <bmoses@google.com>
17579
17580         [BZ #15915]
17581         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
17582         * Makerules: ...here, and adjust associated comments.
17583
17584 2013-10-02  Will Newton  <will.newton@linaro.org>
17585
17586         * malloc/Makefile: Add tst-pvalloc.
17587         * malloc/tst-pvalloc.c: New file.
17588
17589 2013-10-02  Will Newton  <will.newton@linaro.org>
17590
17591         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
17592         improve test coverage.
17593
17594 2013-10-02  Will Newton  <will.newton@linaro.org>
17595
17596         * malloc/Makefile: Add tst-posix_memalign.
17597         * malloc/tst-posix_memalign.c: New file.
17598
17599 2013-10-01  Eric Blake  <eblake@redhat.com>
17600
17601         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
17602         Use __THROWNL rather than __THROW on static functions.
17603
17604 2013-09-30  Petr Machata  <pmachata@redhat.com>
17605
17606         * elf/elf.h (R_AARCH64_ABS16): New macro.
17607         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
17608         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
17609         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
17610         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
17611         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
17612         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
17613         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
17614         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
17615         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
17616         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
17617         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
17618         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
17619         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
17620         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
17621         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
17622         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
17623         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
17624         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
17625         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
17626         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
17627         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
17628         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
17629         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
17630         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
17631         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
17632         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
17633         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
17634         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
17635         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
17636         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
17637         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
17638         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
17639         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
17640         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
17641         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
17642         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
17643         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
17644         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
17645         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
17646         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
17647         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
17648         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
17649         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
17650         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
17651         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
17652         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
17653         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
17654         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
17655         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
17656         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
17657         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
17658         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
17659         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
17660         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
17661         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
17662         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
17663         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
17664         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
17665         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
17666         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
17667         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
17668         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
17669         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
17670         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
17671         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
17672         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
17673         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
17674         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
17675         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
17676         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
17677         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
17678         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
17679         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
17680         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
17681         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
17682         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
17683         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
17684         (R_AARCH64_TLSDESC_LDR): Likewise.
17685         (R_AARCH64_TLSDESC_ADD): Likewise.
17686         (R_AARCH64_TLSDESC_CALL): Likewise.
17687
17688 2013-09-30  Andreas Schwab  <schwab@suse.de>
17689
17690         [BZ #15048]
17691         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
17692         the nss database lookup.
17693         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17694         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17695
17696 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
17697
17698         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
17699
17700 2013-09-28  P. J. McDermott  <pj@pehjota.net>
17701
17702         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
17703         ${Bash-specific parameter/pattern/string} parameter expansion.
17704         * sysdeps/unix/make-syscalls.sh: Likewise.
17705
17706 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17707
17708         * sysdeps/sh/stackguard-macros.h: New file.
17709
17710 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
17711
17712         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17713         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
17714         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
17715         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17716         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17717         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17718
17719 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17720
17721         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17722         Fix thread ID register.
17723
17724 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
17725
17726         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17727         [POSIX || UNIX98]: Require rather than permitting all symbols from
17728         <time.h>.
17729         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17730         element of struct sched_param.
17731         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17732         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17733         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17734         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17735         constant.
17736
17737 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
17738
17739         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17740         argument calculation.
17741
17742 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17743
17744         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17745         Expect macro.
17746         [POSIX] (pthread_attr_t): Do not require type.
17747         [POSIX] (pthread_cond_t): Likewise.
17748         [POSIX] (pthread_condattr_t): Likewise.
17749         [POSIX] (pthread_key_t): Likewise.
17750         [POSIX] (pthread_mutex_t): Likewise.
17751         [POSIX] (pthread_mutexattr_t): Likewise.
17752         [POSIX] (pthread_once_t): Likewise.
17753         [POSIX] (pthread_t): Likewise.
17754         [POSIX-based standards] (pthread_atfork): Expect function.
17755
17756 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17757             Richard Sandiford  <richard@codesourcery.com>
17758
17759         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17760         (swap_endianness_p): New extern variable.
17761         (set_big_endian): New inline function.
17762         (maybe_swap_uint32): Likewise.
17763         (maybe_swap_uint32_array): Likewise.
17764         (maybe_swap_uint32_obstack): Likewise.
17765         * locale/programs/locfile.c: Include <stdbool.h>.
17766         (swap_endianness_p): New variable.
17767         (add_locale_uint32): Call maybe_swap_uint32.
17768         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17769         (write_locale_data): Call maybe_swap_uint32_array.
17770         * locale/programs/ld-collate.c (obstack_int32_grow): Call
17771         maybe_swap_uint32.
17772         (obstack_int32_grow_fast): Likewise.
17773         (output_weightwc): Call maybe_swap_uint32_obstack.
17774         (collate_output): Likewise.
17775         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17776         (OPT_LITTLE_ENDIAN): Likewise.
17777         (options): Add --little-endian and --big-endian options.
17778         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17779         * locale/programs/locarchive.c: Include "locfile.h".
17780         (GET): New macro.
17781         (SET): Likewise.
17782         (INC): Likewise.
17783         (create_archive): Use the new macros to access fields of
17784         structures directly mapped from or written to locale archives.
17785         (oldlocrecentcmp): Likewise.
17786         (enlarge_archive): Likewise.
17787         (insert_name): Likewise.
17788         (add_alias): Likewise.
17789         (add_locale): Likewise.
17790         (delete_locales_from_archive): Likewise.
17791         (show_archive_content): Likewise.
17792         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
17793         locale data.
17794
17795 2013-09-24  Roland McGrath  <roland@hack.frob.com>
17796
17797         * manual/freemanuals.texi: Updated from (newly) canonical copy at
17798         http://www.gnu.org/doc/freemanuals.texi.
17799         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17800
17801 2013-09-24  Will Newton  <will.newton@linaro.org>
17802
17803         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17804         macro.
17805
17806 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
17807
17808         * locale/hashval.h (compute_hashval): Interpret bytes of key as
17809         unsigned char.
17810
17811 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
17812
17813         * manual/threads.texi (POSIX Threads): Fix a typo.
17814
17815 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
17816
17817         [BZ #14547]
17818         * string/tst-strcoll-overflow.c: New test case.
17819         * string/Makefile (xtests): Add tst-strcoll-overflow.
17820         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17821         cache if string sizes may cause integer overflow.
17822
17823         [BZ #14547]
17824         * string/strcoll_l.c (coll_seq): New members rule, idx,
17825         save_idx and back_us.
17826         (get_next_seq_nocache): New function.
17827         (do_compare_nocache): New function.
17828         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17829         when malloc fails.
17830
17831 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
17832
17833         [BZ #15754]
17834         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17835         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17836         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17837
17838         [BZ #15754]
17839         * elf/Makefile (tests): Add tst-ptrguard1.
17840         (tests-static): Add tst-ptrguard1-static.
17841         (tst-ptrguard1-ARGS): Define.
17842         (tst-ptrguard1-static-ARGS): Define.
17843         * elf/tst-ptrguard1.c: New file.
17844         * elf/tst-ptrguard1-static.c: New file.
17845         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17846         * sysdeps/i386/stackguard-macros.h: Likewise.
17847         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17848         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17849         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17850         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17851         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17852         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17853
17854 2013-09-23  Hector Marco  <hecmargi@upv.es>
17855             Ismael Ripoll  <iripoll@disca.upv.es>
17856             Carlos O'Donell  <carlos@redhat.com>
17857
17858         [BZ #15754]
17859         * sysdeps/generic/stackguard-macros.h: Define
17860         __pointer_chk_guard_local and POINTER_CHK_GUARD.
17861         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
17862         Define __pointer_chk_guard_local.
17863         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
17864         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
17865
17866 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
17867
17868         [BZ #15859]
17869         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
17870
17871 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
17872
17873         * include/string.h (__ffs): Declare as hidden.
17874         * string/ffs.c (__ffs): Define as hidden.
17875         * sysdeps/i386/ffs.c (__ffs): Likewise.
17876         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
17877         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
17878         * sysdeps/s390/ffs.c (__ffs): Likewise.
17879         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
17880
17881 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
17882
17883         * NEWS: Mention malloc probes.
17884
17885         * malloc/arena.c (new_heap): New memory_heap_new probe.
17886         (grow_heap): New memory_heap_more probe.
17887         (shrink_heap): New memory_heap_less probe.
17888         (heap_trim): New memory_heap_free probe.
17889         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
17890         (systrim): New memory_sbrk_less probe.
17891         * manual/probes.texi: Document them.
17892
17893         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
17894         * manual/probes.texi: Document it.
17895
17896         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
17897         (__libc_realloc): Add memory_realloc_retry probe.
17898         (__libc_memalign): Add memory_memalign_retry probe.
17899         (__libc_valloc): Add memory_valloc_retry probe.
17900         (__libc_pvalloc): Add memory_pvalloc_retry probe.
17901         (__libc_calloc): Add memory_calloc_retry probe.
17902         * manual/probes.texi: Document them.
17903
17904         * malloc/arena.c (get_free_list): Add probe
17905         memory_arena_reuse_free_list.
17906         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
17907         and memory_arena_reuse.
17908         (arena_get2) [!PER_THREAD]: Likewise.
17909         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
17910         memory_arena_reuse_realloc.
17911         * manual/probes.texi: Document them.
17912
17913         * malloc/malloc.c (__libc_free): Add
17914         memory_mallopt_free_dyn_thresholds probe.
17915         (__libc_mallopt): Add multiple memory_mallopt probes.
17916         * manual/probes.texi: Document them.
17917
17918         * malloc/malloc.c: Include stap-probe.h.
17919         (__libc_mallopt): Add memory_mallopt probe.
17920         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
17921         * manual/probes.texi: New.
17922         * manual/Makefile (chapters): Add probes.
17923         * manual/threads.texi: Set next node.
17924
17925 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
17926
17927         [BZ #15963, #13985]
17928         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
17929         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
17930         Add `Chinese' to `nan' entry name.
17931
17932 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17933
17934         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
17935         (POLYNOMIAL): Likewise.
17936         (TAYLOR_SINCOS): Likewise.
17937         (TAYLOR_SLOW): Likewise.
17938         (__sin): Use TAYLOR_SINCOS.
17939         (__cos): Likewise.
17940         (slow): Use TAYLOR_SLOW.
17941         (sloww): Likewise.
17942         (bsloww): Likewise.
17943         (csloww): Likewise.
17944
17945 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17946
17947         * stdlib/strtod_l.c: Fix buffer overrun.
17948
17949 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17950
17951         * benchtests/Makefile (bench): Add sincos.
17952         * benchtests/bench-sincos.c: New file.
17953
17954         * math/libm-test.inc (cos_test_data): New test inputs.
17955         (sin_test_data): Likewise.
17956
17957         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
17958         macro.
17959         (__sin): Use it.
17960         (__cos): Likewise.
17961         (slow1): Likewise.
17962         (slow2): Likewise.
17963         (sloww1): Likewise.
17964         (sloww2): Likewise.
17965         (bsloww1): Likewise.
17966         (bsloww2): Likewise.
17967         (cslow2): Likewise.
17968         (csloww1): Likewise.
17969         (csloww2): Likewise.
17970
17971         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
17972         function.
17973         (__sin): Use it.
17974         (__cos): Likewise.
17975
17976         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
17977         gotos.
17978         (__cos): Likewise.
17979
17980 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
17981
17982         * config.h.in (HAVE_MIPS_NAN2008): New macro.
17983         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
17984         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
17985         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
17986         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
17987         * elf/cache.c (print_entry): Handle the new cache flags.
17988
17989 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17990             Aldy Hernandez  <aldyh@redhat.com>
17991
17992         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
17993         Change condition to [_SOFT_FLOAT].
17994         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
17995         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
17996         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
17997         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
17998         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
17999         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
18000         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
18001         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
18002         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
18003         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
18004         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
18005         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
18006         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
18007         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
18008         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
18009         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
18010         declaration.
18011
18012 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18013
18014         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
18015         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18016         (__longjmp): Use LOAD_GP to load saved GPRs.
18017         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
18018         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18019         (__sigsetjmp): Use SAVE_GP to save GPRs.
18020
18021         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
18022         Do not append -msoft-float.
18023         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
18024
18025 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
18026
18027         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
18028
18029 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
18030
18031         [BZ #15966]
18032         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
18033         (_FPU_GETCW): Use initial "__" on variable and field names but not
18034         on macro parameter name.
18035         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
18036         parentheses around reference to macro parameter.
18037
18038 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
18039
18040         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
18041         prototype.
18042         (ctype_startup): Use uint32_t in cast and sizeof for
18043         ctype->charnames.
18044
18045 2013-09-11  Jia Liu  <proljc@gmail.com>
18046
18047         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
18048         __daddr_t_defined.
18049         [__FreeBSD__]: Likewise.
18050
18051 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
18052
18053         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18054         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
18055         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
18056         (strchr): Remove __strchr_sse42 ifunc selection.
18057         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
18058         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
18059
18060 2013-09-11  Will Newton  <will.newton@linaro.org>
18061
18062         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
18063         parameter to RES. Remove hardcoded 1000 value.
18064         * benchtests/bench-skeleton.c (main): Pass RES parameter
18065         to TIMING_INIT and multiply result by 1000.
18066
18067 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18068
18069         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18070
18071 2013-09-11  Andreas Schwab  <schwab@suse.de>
18072
18073         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
18074         if not defined.
18075         (O_TMPFILE) [__USE_GNU]: Define.
18076         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
18077         Define.
18078
18079 2013-09-11  Will Newton  <will.newton@linaro.org>
18080
18081         [BZ #15857]
18082         * malloc/malloc.c (__libc_memalign): Check the value of bytes
18083         does not overflow.
18084
18085 2013-09-11  Will Newton  <will.newton@linaro.org>
18086
18087         [BZ #15856]
18088         * malloc/malloc.c (__libc_valloc): Check the value of bytes
18089         does not overflow.
18090
18091 2013-09-11  Will Newton  <will.newton@linaro.org>
18092
18093         [BZ #15855]
18094         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
18095         does not overflow.
18096
18097 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
18098
18099         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
18100         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18101         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18102         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18103         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18104
18105 2013-09-10  Allan McRae  <allan@archlinux.org>
18106
18107         [BZ #15748]
18108         * manual/arith.texi (Parsing of Floats): Clarify
18109         cross-reference.
18110
18111         [BZ #15849]
18112         * manual/install.texi (Running make install): Mention
18113         --enable-pt-chown.
18114         * INSTALL: Regenerated.
18115
18116 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
18117
18118         * csu/init-first.c (_init): Remove the !SHARED condition around
18119         FPU control word initialization.
18120         * elf/dl-support.c (_dl_fpu_control): New variable.
18121         (_dl_aux_init) <AT_FPUCW>: Initialize it.
18122         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
18123         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
18124         * math/test-fpucw-static.c: New file.
18125         * math/test-fpucw-ieee.c: New file.
18126         * math/test-fpucw-ieee-static.c: New file.
18127         * math/Makefile (tests): Add `test-fpucw-ieee' and
18128         `$(tests-static)'.
18129         (tests-static): New variable.
18130         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
18131         dependency to...
18132         [($(build-shared),yes)]
18133         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
18134         ... this.
18135         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
18136         New dependency.
18137
18138 2013-09-09  Allan McRae  <allan@archlinux.org>
18139
18140         [BZ #15939]
18141         * manual/string.texi (Collation Functions): Fix typo in
18142         strcoll example.
18143         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
18144
18145         [BZ #15893]
18146         * stdlib/isomac.c (get_null_defines): Fix memory leak.
18147
18148         [BZ #15892]
18149         * libio/memstream.c (open_memstream): Fix memory leak.
18150         * libio/wmemstream.c (open_wmemstream): Likewise.
18151
18152         [BZ #15895]
18153         * nscd/netgroupcache.c: Fix nesting of ifdefs.
18154
18155 2013-09-09  Will Newton  <will.newton@linaro.org>
18156
18157         * malloc/Makefile: Add tst-realloc to tests.
18158         * malloc/tst-realloc.c: New file.
18159
18160 2013-09-09  Allan McRae  <allan@archlinux.org>
18161
18162         [BZ #15844]
18163         * COPYING: Update from GNU website to fix FSF address.
18164         * COPYING.LIB: Likewise.
18165
18166 2013-09-06  David S. Miller  <davem@davemloft.net>
18167
18168         * po/zh_TW.po: Update Chinese (traditional) translation from
18169         translation project.
18170
18171 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
18172             Joseph Myers  <joseph@codesourcery.com>
18173
18174         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
18175         "localeinfo.h".
18176         (obstack_chunk_alloc): New macro.
18177         (obstack_chunk_free): Likewise.
18178         (record_offset): New function.
18179         (init_locale_data): Likewise.
18180         (align_locale_data): Likewise.
18181         (add_locale_empty): Likewise.
18182         (add_locale_raw_data): Likewise.
18183         (add_locale_raw_obstack): Likewise.
18184         (add_locale_string): Likewise.
18185         (add_locale_wstring): Likewise.
18186         (add_locale_uint32): Likewise.
18187         (add_locale_uint32_array): Likewise.
18188         (add_locale_char): Likewise.
18189         (start_locale_structure): Likewise.
18190         (end_locale_structure): Likewise.
18191         (start_locale_prelude): Likewise.
18192         (end_locale_prelude): Likewise.
18193         (write_locale_data): Take locale_file structure rather than an
18194         iovec.
18195         * locale/programs/locfile.h: Include "obstack.h".
18196         (struct locale_file): Change to store locale file contents instead
18197         of header.
18198         (init_locale_data): New prototype.
18199         (align_locale_data): Likewise.
18200         (add_locale_empty): Likewise.
18201         (add_locale_raw_data): Likewise.
18202         (add_locale_raw_obstack): Likewise.
18203         (add_locale_string): Likewise.
18204         (add_locale_wstring): Likewise.
18205         (add_locale_uint32): Likewise.
18206         (add_locale_uint32_array): Likewise.
18207         (add_locale_char): Likewise.
18208         (start_locale_structure): Likewise.
18209         (end_locale_structure): Likewise.
18210         (start_locale_prelude): Likewise.
18211         (end_locale_prelude): Likewise.
18212         (write_locale_data): Update prototype.
18213         * locale/programs/3level.h (struct TABLE): Remove result field.
18214         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
18215         Use new locale_file interface.
18216         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
18217         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
18218         * locale/programs/ld-address.c (address_output): Use new
18219         locale_file interface.
18220         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
18221         NO_ADD_LOCALE.
18222         (collate_finish): Don't call collseq_table_finalize.
18223         (collate_output): Use new locale_file interface.
18224         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
18225         in file.
18226         (NO_FINALIZE): Change to NO_ADD_LOCALE.
18227         (TABLE): Move defines earlier in file.
18228         (ELEMENT): Likewise.
18229         (DEFAULT): Likewise.
18230         (wctrans_table_add): Move macro and inline function earlier in
18231         file.
18232         (struct wctype_table): Move type earlier in file.
18233         (add_locale_wctype_table): New static prototype.
18234         (struct locale_ctype_t): Use logical types instead of struct iovec
18235         pointers for members.
18236         (ctype_output): Use new locale_file interface.
18237         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
18238         new locale_file interface.
18239         (allocate_arrays): Update for use of new locale_file interface.
18240         * locale/programs/ld-identification.c (identification_output): Use
18241         new locale_file interface.
18242         * locale/programs/ld-measurement.c (measurement_output): Likewise.
18243         * locale/programs/ld-messages.c (messages_output): Likewise.
18244         * locale/programs/ld-monetary.c (monetary_output): Likewise.
18245         * locale/programs/ld-name.c (name_output): Likewise.
18246         * locale/programs/ld-numeric.c (numeric_output): Likewise.
18247         * locale/programs/ld-paper.c (paper_output): Likewise.
18248         * locale/programs/ld-telephone.c (telephone_output): Likewise.
18249         * locale/programs/ld-time.c (time_output): Likewise.
18250
18251 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18252
18253         * benchtests/Makefile: Add memrchr benchmark.
18254         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
18255         benchmark as memrchr.
18256         * benchtests/bench-memrchr-ifunc.c: New file.
18257         * benchtests/bench-memrchr.c: New file.
18258
18259 2013-09-06   Will Newton  <will.newton@linaro.org>
18260
18261         * benchtests/Makefile (string-bench): Add memcpy.
18262
18263 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
18264             Cong Wang  <amwang@redhat.com>
18265
18266         [BZ #15850]
18267         * sysdeps/unix/sysv/linux/bits/in.h
18268         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
18269         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
18270         before __USE_KERNEL_IPV6_DEFS uses.
18271         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
18272         IPPROTO_BEETPH.
18273         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
18274         sockaddr_in6, or ipv6_mreq.
18275
18276 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18277
18278         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
18279         memory access for final bytes in some large inputs.
18280         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
18281
18282 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18283
18284         * string/test-memrchr.c: New file.
18285         * string/test-memrchr-ifunc.c: New file.
18286         * string/Makefile: Add new memrchr testcase.
18287
18288 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
18289
18290         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
18291         fanotify_init returns EPERM.
18292
18293 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18294
18295         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
18296         errors.
18297         (top level): Treat second token from macro or constant entries for
18298         allowed headers as allowed.
18299         * include/complex.h: Condition internal declarations on
18300         [!_ISOMAC].
18301         * include/fenv.h: Condition include of <stdbool.h> and internal
18302         declarations on [!_ISOMAC].
18303
18304 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
18305
18306         [BZ #15923]
18307         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
18308
18309 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18310
18311         * configure.in (--enable-versioning): Remove configure option.
18312         (libc_cv_asm_symver_directive): Remove configure test.
18313         (libc_cv_ld_version_script_option): Likewise.
18314         (VERSIONING): Remove variable and AC_SUBST.
18315         (DO_VERSIONING): Remove AC_DEFINE.
18316         * configure: Regenerated.
18317         * config.h.in (DO_VERSIONING): Remove macro.
18318         * Makerules [$(versioning) = yes]: Change conditionals to
18319         [$(build-shared) = yes].
18320         * config.make.in (versioning): Remove variable.
18321         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
18322         [$(build-shared) = yes].
18323         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
18324         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
18325         * elf/Makefile [$(versioning) = yes]: Change conditionals to
18326         [$(build-shared) = yes].
18327         * extra-lib.mk [$(versioning) = yes]: Likewise.
18328         * hurd/Makefile [$(versioning) = yes]: Likewise.
18329         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
18330         [SHARED].
18331         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
18332         [SHARED].
18333         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18334         [SHARED && !NO_HIDDEN].
18335         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
18336         [SHARED].
18337         [SHARED && DO_VERSIONING]: Likewise..
18338         * libio/Makefile [$(versioning) = yes]: Change conditionals to
18339         [$(build-shared) = yes].
18340         * manual/install.texi (--disable-versioning): Remove
18341         documentation.
18342         * INSTALL: Regenerated.
18343         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
18344         to [SHARED].
18345         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
18346         [$(build-shared) = yes].
18347         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
18348         * sysdeps/i386/i686/multiarch/strstr-c.c
18349         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18350         [SHARED && !NO_HIDDEN].
18351         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
18352         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
18353         * sysdeps/powerpc/powerpc32/dl-machine.c
18354         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
18355         * sysdeps/powerpc/powerpc32/sysdep.h
18356         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
18357         to [SHARED && PIC && !NO_HIDDEN].
18358         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
18359         conditional to [SHARED].
18360
18361 2013-09-04   Will Newton  <will.newton@linaro.org>
18362
18363         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
18364         * benchtests/bench-string.h: Include bench-timing.h instead
18365         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
18366         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
18367         call to HP_TIMING_DIFF_INIT.
18368         * benchtests/bench-memccpy.c: Use bench-timing.h macros
18369         instead of hp-timing.h macros.
18370         * benchtests/bench-memchr.c: Likewise.
18371         * benchtests/bench-memcmp.c: Likewise.
18372         * benchtests/bench-memcpy.c: Likewise.
18373         * benchtests/bench-memmem.c: Likewise.
18374         * benchtests/bench-memmove.c: Likewise.
18375         * benchtests/bench-memset.c: Likewise.
18376         * benchtests/bench-rawmemchr.c: Likewise.
18377         * benchtests/bench-strcasecmp.c: Likewise.
18378         * benchtests/bench-strcasestr.c: Likewise.
18379         * benchtests/bench-strcat.c: Likewise.
18380         * benchtests/bench-strchr.c: Likewise.
18381         * benchtests/bench-strcmp.c: Likewise.
18382         * benchtests/bench-strcpy.c: Likewise.
18383         * benchtests/bench-strcpy_chk.c: Likewise.
18384         * benchtests/bench-strlen.c: Likewise.
18385         * benchtests/bench-strncasecmp.c: Likewise.
18386         * benchtests/bench-strncat.c: Likewise.
18387         * benchtests/bench-strncmp.c: Likewise.
18388         * benchtests/bench-strncpy.c: Likewise.
18389         * benchtests/bench-strnlen.c: Likewise.
18390         * benchtests/bench-strpbrk.c: Likewise.
18391         * benchtests/bench-strrchr.c: Likewise.
18392         * benchtests/bench-strspn.c: Likewise.
18393         * benchtests/bench-strstr.c: Likewise.
18394
18395 2013-09-04  Will Newton  <will.newton@linaro.org>
18396
18397         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
18398
18399 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
18400
18401         [BZ #15427]
18402         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
18403         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
18404         * math/libm-test.inc (lgamma_test_data): Add more tests.
18405         * sysdeps/i386/fpu/libm-test-ulps: Update.
18406         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18407
18408 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
18409
18410         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
18411         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
18412         Add ifunc.
18413         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
18414         Add strcmp-sse2-unaligned
18415         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
18416
18417 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18418
18419         * Versions.def (libc): Add GLIBC_2.19.
18420
18421 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18422
18423         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
18424         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
18425
18426 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
18427
18428         [BZ #14155]
18429         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
18430         intermediate calculations in recurrence.
18431         (__ieee754_ynf): Likewise.
18432         * math/libm-test.inc (jn_test_data): Do not allow spurious
18433         underflow exception.  Add more tests.
18434         (yn_test_data): Add more tests.
18435         * sysdeps/i386/fpu/libm-test-ulps: Update.
18436         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18437
18438 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
18439
18440         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
18441
18442 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18443
18444         * csu/init-first.c: Fix then/than typos.
18445         * locale/programs/ld-collate.c: Likewise.
18446         * locale/programs/linereader.h: Likewise.
18447         * manual/charset.texi: Likewise.
18448         * manual/filesys.texi: Likewise.
18449         * manual/stdio.texi: Likewise.
18450         * manual/string.texi: Likewise.
18451         * stdlib/fmtmsg.c: Likewise.
18452         * sysdeps/i386/stpncpy.S: Likewise.
18453         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18454         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18455         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18456         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
18457
18458 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18459
18460         * elf/dl-open.c: Fix typos.
18461         * iconvdata/gbbig5.c: Likewise.
18462         * iconvdata/iso-2022-jp.c: Likewise.
18463         * iconv/gconv_int.h: Likewise.
18464         * iconv/loop.c: Likewise.
18465         * nis/rpcsvc/nis.h: Likewise.
18466         * resolv/ns_name.c: Likewise.
18467         * stdio-common/vfscanf.c: Likewise.
18468         * streams/stropts.h: Likewise.
18469         * sunrpc/rpc_thread.c: Likewise.
18470         * sysdeps/i386/strpbrk.S: Likewise.
18471         * sysdeps/ieee754/k_standard.c: Likewise.
18472         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18473         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18474         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
18475         * sysdeps/mach/hurd/profil.c: Likewise.
18476         * sysdeps/s390/dl-procinfo.h: Likewise.
18477         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
18478         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
18479         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
18480         * sysdeps/x86_64/dl-trampoline.S: Likewise.
18481         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
18482
18483 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
18484
18485         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
18486         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
18487
18488 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
18489
18490         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
18491         aix specific files.
18492         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
18493         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
18494         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
18495         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
18496         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
18497         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
18498         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
18499         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
18500
18501 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18502             Roland McGrath  <roland@hack.frob.com>
18503
18504         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
18505         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
18506
18507 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18508
18509         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
18510         __executable_start symbol instead of _start.
18511
18512 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18513
18514         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
18515         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
18516         Move macros to...
18517         * sysdeps/gnu/ldsodefs.h: ... this new file.
18518
18519         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
18520         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
18521         instead of ELFOSABI_LINUX.
18522
18523         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
18524         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
18525         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
18526         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
18527         Likewise.
18528         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
18529         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
18530         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
18531         Likewise.
18532         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18533         (ibm_extended_long_double): Add ieee_nan member.
18534         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
18535         (do_test): New function.
18536
18537         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
18538         TEST_TRUNC.
18539         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
18540         functions, renamed from truncdfsf_test, trunctfsf_test,
18541         trunctfdf_test.
18542         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
18543         functions.
18544         (do_test): Run all these.
18545
18546 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
18547
18548         * argp/argp-help.c: Fix typos.
18549         * argp/argp-parse.c: Likewise.
18550         * debug/backtracesyms.c: Likewise.
18551         * elf/elf.h: Likewise.
18552         * malloc/malloc.c: Likewise.
18553         * nis/nis_print.c: Likewise.
18554         * resolv/res_comp.c: Likewise.
18555         * stdlib/stdlib.h: Likewise.
18556         * sunrpc/clnt_tcp.c: Likewise.
18557         * sunrpc/clnt_udp.c: Likewise.
18558         * sunrpc/clnt_unix.c: Likewise.
18559         * sysdeps/unix/bsd/ptsname.c: Likewise.
18560         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
18561         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
18562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
18563         Likewise.
18564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
18565         Likewise.
18566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
18567         Likewise.
18568         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
18569
18570 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18571
18572         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
18573         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18574
18575 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
18576
18577         [BZ #15897]
18578         * dlfcn/Makefile (tests): Add bug-dl-leaf.
18579         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
18580         ($(objpfx)bug-dl-leaf): New rule.
18581         ($(objpfx)bug-dl-leaf.so): Likewise.
18582         ($(objpfx)bug-dl-leaf.out): Likewise.
18583         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
18584         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
18585         * dlfcn/bug-dl-leaf.c: New test.
18586         * dlfcn/bug-dl-leaf-lib.c: Likewise.
18587         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
18588         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
18589         (dlclose): Likewise.
18590         (dlmopen): Likewise.
18591
18592 2013-08-27  Roland McGrath  <roland@hack.frob.com>
18593
18594         * include/netdb.h [!_ISOMAC]:
18595         Don't include <tls.h>.
18596         (h_errno, __libc_h_errno): Move declaration and macros out of
18597         [_LIBC_REENTRANT].
18598
18599         * include/resolv.h [_RESOLV_H_]:
18600         Don't include <tls.h>.
18601         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
18602         * resolv/res_libc.c: Don't include <tls.h>.
18603         (_res): Use __attribute__ ((nocommon)) in place of
18604         __attribute__ ((section (".bss"))).
18605
18606         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
18607         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
18608
18609         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
18610
18611         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
18612         only under [SIOCGIFCONF && SIOCGIFNETMASK].
18613
18614         * resolv/res_mkquery.c: Include <sys/time.h>.
18615
18616         * inet/ifreq.c: Moved to ...
18617         * sysdeps/unix/ifreq.c: ... here.
18618         * inet/ifreq.c: New file, true stub version.
18619
18620         * socket/sa_len.c: New file.
18621         * socket/Makefile (aux): Add it.
18622         * sysdeps/unix/sysv/linux/Makefile
18623         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
18624         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
18625         and #include <socket/sa_len.c>.
18626         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
18627         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
18628
18629         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
18630         * bits/socket.h: ... here.
18631
18632         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
18633         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
18634         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
18635
18636 2013-08-27  Andreas Schwab  <schwab@suse.de>
18637
18638         [BZ #15736]
18639         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
18640         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
18641         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
18642         * string/test-strcasecmp.c (test_main): Run tests in several
18643         locales.
18644         * string/test-strncasecmp.c (test_main): Likewise.
18645
18646         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
18647         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
18648         to __strcasecmp_nonascii and __strncasecmp_nonascii.
18649         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
18650         (__strncasecmp_ssse3) [PIC]: Likewise.
18651
18652 2013-08-26  Roland McGrath  <roland@hack.frob.com>
18653
18654         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
18655
18656         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
18657         instead of explicitly declaring xdecrypt.
18658         * nis/nss_nis/nis-publickey.c: Likewise.
18659
18660 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18661
18662         [BZ #15890]
18663         * nscd/aicache.c: Include res_hconf.h.
18664         (addhstaiX): Initialize res_hconf.
18665
18666 2013-08-26  Andreas Schwab  <schwab@suse.de>
18667
18668         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
18669         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
18670
18671 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18672
18673         * nscd/aicache.c (addhstaiX): Fix indentation.
18674
18675 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
18676
18677         * configure.ac: Quote $build_pt_chown test.
18678         * configure: Regenerated.
18679
18680 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
18681
18682         [BZ #15532]
18683         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
18684         * math/s_cexpf.c (__cexpf): Likewise.
18685         * math/s_cexpl.c (__cexpl): Likewise.
18686         * math/libm-test.inc (cexp_test_data): Correct expected return
18687         value for NaN + i0.  Add another test.
18688
18689 2013-08-22  David S. Miller  <davem@davemloft.net>
18690
18691         * po/ca.po: Update Catalan translation from translation project.
18692         * po/uk.po: Add Ukrainian translations from translation project.
18693
18694 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
18695
18696         [BZ #15797]
18697         * math/s_fdim.c (__fdim): Check for infinite arguments if result
18698         is infinite, not alongside NaN test.
18699         * math/s_fdimf.c (__fdimf): Likewise.
18700         * math/s_fdiml.c (__fdiml): Likewise.
18701         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
18702         errno is unchanged.
18703
18704 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
18705
18706         * argp/argp-help.c: Fix typos.
18707         * crypt/speeds.c: Likewise.
18708         * csu/check_fds.c: Likewise.
18709         * elf/dl-load.c: Likewise.
18710         * elf/dl-open.c: Likewise.
18711         * elf/reldep3.c: Likewise.
18712         * elf/reldep.c: Likewise.
18713         * elf/sprof.c: Likewise.
18714         * iconv/iconv_charmap.c: Likewise.
18715         * iconv/skeleton.c: Likewise.
18716         * iconv/strtab.c: Likewise.
18717         * io/lockf64.c: Likewise.
18718         * libio/libioP.h: Likewise.
18719         * resolv/gai_notify.c: Likewise.
18720         * resolv/ns_name.c: Likewise.
18721         * resolv/ns_samedomain.c: Likewise.
18722         * resolv/res_send.c: Likewise.
18723         * stdlib/random.c: Likewise.
18724         * sunrpc/rpc/xdr.h: Likewise.
18725         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18726         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18727         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18728         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18729         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18730         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18731         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18732         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18733         * sysdeps/mach/hurd/check_fds.c: Likewise.
18734         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18735         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18736         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18737         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18738         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18739         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18740         * sysdeps/pthread/aio_notify.c: Likewise.
18741         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18742         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18743         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18744         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18745         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18746
18747 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18748
18749         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18750         version if bit_Slow_SSE4_2 is set.
18751         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18752         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18753
18754 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18755
18756         [BZ #15867]
18757         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18758         trampoline stack frame information.
18759         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18760         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18761         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18762         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18763         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18764         * sysdeps/unix/sysv/linux/powerpc/init-first.c
18765         (_libc_vdso_platform_setup): Initialize the signal trampolines.
18766         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18767         sa_flags value.
18768         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18769         interrupting a syscall and set with option SA_SIGINFO.
18770
18771 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18772
18773         [BZ #15531]
18774         * math/s_cproj.c (__cproj): Only return an infinity if one part of
18775         argument is infinite.
18776         * math/s_cprojf.c (__cprojf): Likewise.
18777         * math/s_cprojl.c (__cprojl): Likewise.
18778         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18779         * math/libm-test.inc (cproj_test_data): Add more tests.
18780
18781         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18782
18783         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18784         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18785         size.  Use __ffs to determine corresponding shift.
18786
18787 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18788             Roland McGrath  <roland@hack.frob.com>
18789
18790         * Makefile (INSTALL): Remove trailing blank lines from output of
18791         makeinfo.
18792
18793 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18794
18795         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18796         Align 32 bit compat elf_greg to 8 bytes.
18797
18798 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
18799
18800         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18801
18802 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18803
18804         * string/strcoll_l.c (coll_seq): New structure.
18805         (get_next_seq_cached): New function.
18806         (get_next_seq): New function.
18807         (do_compare): New function.
18808         (STRCOLL): Use GNU style definition.  Simplify implementation
18809         by using get_next_seq, get_next_seq_cached and do_compare.
18810
18811 2013-08-16  Florian Weimer  <fweimer@redhat.com>
18812
18813         [BZ #14699]
18814         CVE-2013-4237
18815         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18816         member.
18817         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18818         member.
18819         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18820         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18821         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
18822         conditional.
18823         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18824         GETDENTS_64BIT_ALIGNED.
18825         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18826         * manual/filesys.texi (Reading/Closing Directory): Document
18827         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
18828         strongly.
18829         * manual/conf.texi (Limits for Files): Add portability note to
18830         NAME_MAX, PATH_MAX.
18831         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18832
18833 2013-08-13  Andreas Schwab  <schwab@suse.de>
18834
18835         [BZ #15749]
18836         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18837         of fabs.
18838         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18839         LDBL_MAX_EXP >= 16384]: Add tests for it.
18840
18841 2013-08-12  David S. Miller  <davem@davemloft.net>
18842
18843         * version.h (RELEASE): Set to "development".
18844         (VERSION): Set to "2.18.90".
18845         * NEWS: Add 2.19 section.
18846
18847 2013-08-03  David S. Miller  <davem@davemloft.net>
18848
18849         * po/ko.po: Update Korean translation from translation project.
18850
18851 2013-08-01  David S. Miller  <davem@davemloft.net>
18852
18853         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
18854         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
18855         Bilka.
18856
18857 2013-07-30  David S. Miller  <davem@davemloft.net>
18858
18859         * po/fr.po: Update French translation from translation project.
18860
18861 2013-07-28  David S. Miller  <davem@davemloft.net>
18862
18863         * po/cs.po: Update Czech translation from translation project.
18864
18865         * po/sv.po: Update Swedish translation from translation project.
18866
18867 2013-07-27  David S. Miller  <davem@davemloft.net>
18868
18869         * po/eo.po: Update Esperanto translation from translation project.
18870
18871         * po/vi.po: Update Vietnamese translation from translation project.
18872
18873         * po/de.po: Update German translation from translation project.
18874
18875 2013-07-26  David S. Miller  <davem@davemloft.net>
18876
18877         * po/bg.po: Update Bulgarian translation from translation project.
18878
18879         * po/nl.po: Update Dutch translation from translation project.
18880         * po/pl.po: Update Polish translation from translation project.
18881         * po/ru.po: Update Russian translation from translation project.
18882
18883 2013-07-24  David S. Miller  <davem@davemloft.net>
18884
18885         * po/libc.pot: Update.
18886
18887 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18888
18889         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
18890         variable page size.
18891         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
18892         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
18893         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
18894
18895 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18896
18897         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
18898
18899 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18900             Andreas Schwab  <schwab@suse.de>
18901             Roland McGrath  <roland@hack.frob.com>
18902             Joseph Myers  <joseph@codesourcery.com>
18903             Carlos O'Donell  <carlos@redhat.com>
18904
18905         [BZ #15755]
18906         * config.h.in: Define HAVE_PT_CHOWN.
18907         * config.make.in (build-pt-chown): New variable.
18908         * configure.in (--enable-pt_chown): New configure option.
18909         * configure: Regenerate.
18910         * login/Makefile: Include Makeconfig.  Build pt_chown only if
18911         build-pt-chown is enabled.
18912         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
18913         pt_chown to fix pty ownership.
18914         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
18915         CLOSE_ALL_FDS.
18916         * manual/install.texi (Configuring and compiling): Mention
18917         --enable-pt_chown. Add @findex for grantpt.
18918         * INSTALL: Regenerate.
18919
18920 2013-07-20  David S. Miller  <davem@davemloft.net>
18921
18922         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
18923         difference between 32-bit and 64-bit.
18924
18925 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
18926
18927         [BZ #15711]
18928         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
18929         Avoid system header dependency with -ffreestanding.
18930         ($(objpfx)bits/syscall%d): Likewise.
18931
18932 2013-07-13  David S. Miller  <davem@davemloft.net>
18933
18934         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
18935         underflows from atanl/atan2l due to bug 15319.
18936         (casinh_test_data): Likewise.
18937
18938 2013-07-07  David S. Miller  <davem@davemloft.net>
18939
18940         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
18941
18942 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
18943
18944         * sysdeps/i386/fpu/libm-test-ulps: Update.
18945         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18946
18947 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18948
18949         * configure.in (--enable-lock-elision): Fix message text.
18950         * INSTALL: Regenerate.
18951         * configure: Regenerate.
18952
18953 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18954
18955         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18956
18957 2013-07-03  Andreas Jaeger  <aj@suse.de>
18958
18959         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
18960         define.
18961         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
18962         (ptrace_peeksiginfo_args): Add.
18963         (__ptrace_peeksiginfo_flags): Add.
18964         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18965         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18966         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18967
18968 2013-07-03  Allan McRae  <allan@archlinux.org>
18969
18970         * sysdeps/i386/fpu/libm-test-ulps: Update.
18971
18972 2013-07-02  David S. Miller  <davem@davemloft.net>
18973
18974         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18975
18976 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
18977
18978         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18979
18980 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18981
18982         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18983         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18984
18985 2013-07-02  Andi Kleen <ak@linux.intel.com>
18986
18987         * config.h.in (ENABLE_LOCK_ELISION): Add.
18988         * configure.in (--enable-lock-elision): Add option.
18989         * manual/install.texi: Document --enable lock elision.
18990         * configure: Regenerate
18991         * INSTALL: Regenerate.
18992
18993 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
18994
18995         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
18996         SSE4.2 strcasecmp for libc.a.
18997         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
18998
18999 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19000
19001         [BZ #13304]
19002         * soft-fp/op-common.h (_FP_FMA): New macro.
19003         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
19004         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
19005         (_FP_MUL_MEAT_1_imm): ... here.
19006         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
19007         (_FP_MUL_MEAT_1_wide): ... here.
19008         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
19009         (_FP_MUL_MEAT_1_hard): ... here.
19010         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
19011         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
19012         (_FP_MUL_MEAT_2_wide): ... here.
19013         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
19014         (_FP_MUL_MEAT_2_wide_3mul): ... here.
19015         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
19016         (_FP_MUL_MEAT_2_gmp): ... here.
19017         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
19018         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
19019         (_FP_MUL_MEAT_4_wide): ... here.
19020         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
19021         (_FP_MUL_MEAT_4_gmp): ... here.
19022         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
19023         (_FP_WFRACBITS_DW_S): Likewise.
19024         (_FP_WFRACXBITS_DW_S): Likewise.
19025         (_FP_HIGHBIT_DW_S): Likewise.
19026         (FP_FMA_S): Likewise.
19027         (_FP_FRAC_HIGH_DW_S): Likewise.
19028         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
19029         (_FP_WFRACBITS_DW_D): Likewise.
19030         (_FP_WFRACXBITS_DW_D): Likewise.
19031         (_FP_HIGHBIT_DW_D): Likewise.
19032         (FP_FMA_D): Likewise.
19033         (_FP_FRAC_HIGH_DW_D): Likewise.
19034         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
19035         (_FP_WFRACBITS_DW_E): Likewise.
19036         (_FP_WFRACXBITS_DW_E): Likewise.
19037         (_FP_HIGHBIT_DW_E): Likewise.
19038         (FP_FMA_E): Likewise.
19039         (_FP_FRAC_HIGH_DW_E): Likewise.
19040         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
19041         (_FP_WFRACBITS_DW_Q): Likewise.
19042         (_FP_WFRACXBITS_DW_Q): Likewise.
19043         (_FP_HIGHBIT_DW_Q): Likewise.
19044         (FP_FMA_Q): Likewise.
19045         (_FP_FRAC_HIGH_DW_Q): Likewise.
19046         * soft-fp/fmasf4.c: New file.
19047         * soft-fp/fmadf4.c: Likewise.
19048         * soft-fp/fmatf4.c: Likewise.
19049
19050 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19051
19052         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19053         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
19054         Silvermont.
19055         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
19056         macro.
19057         (index_Slow_SSE4_2): Likewise.
19058         (index_Prefer_PMINUB_for_stringop): Likewise.
19059         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
19060         bit_Slow_SSE4_2 is set.
19061         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19062         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
19063
19064 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19065
19066         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
19067         rtld_global._dl_hwcap2.
19068         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
19069         POWER8.
19070         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
19071         POWER8 feature descriptions defined in _dl_hwcap2.
19072         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
19073         string handling for POWER8 feature bits.
19074         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
19075         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
19076         _dl_powerpc_cap_flags.
19077         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
19078         * sysdeps/powerpc/rtld-global-offsets.sym
19079         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
19080         _dl_hwcap2 in the rtld_global_ro structure.
19081
19082 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19083
19084         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
19085         hardware capabilities in support of AT_HWCAP2.
19086         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
19087         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
19088         GLRO(dl_hwcap2).
19089         (_dl_show_auxv): Add support for calling _dl_procinfo to display
19090         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
19091         explicitly the unknown a_type display mechanism is used.
19092         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
19093         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
19094         struct member.
19095         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
19096         to macro prototype for AT_HWCAP2 support.
19097         * sysdeps/i386/dl-procinfo.h: Likewise.
19098         * sysdeps/s390/dl-procinfo.h: Likewise.
19099         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
19100         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
19101         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
19102         return -1 for unknown a_type display fallback.
19103         * sysdeps/sparc/dl-procinfo.h: Likewise.
19104         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
19105         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
19106
19107 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
19108
19109         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
19110         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
19111
19112 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
19113
19114         [BZ #12492]
19115         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
19116         mprotect making __stack_prot writable.
19117
19118 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
19119             Joseph Myers  <joseph@codesourcery.com>
19120
19121         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
19122         as being properly aligned.
19123
19124 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
19125
19126         * dlfcn/modstatic5.c: New file.
19127         * dlfcn/tststatic5.c: New file.
19128         * dlfcn/Makefile (tests): Add tststatic5.
19129         (tests-static): Likewise.
19130         (modules-names): Add modstatic5.
19131         (tststatic5-ENV): New variable.
19132         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
19133
19134         [BZ #15022]
19135         * elf/dl-support.c (_dl_main_map): New variable.
19136         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
19137         (_dl_nns, _dl_load_adds): Set to 1.
19138         (_dl_initial_searchlist): Refer to _dl_main_map.
19139         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
19140         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
19141         call to _dl_get_origin.
19142         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
19143         around call_map.
19144         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
19145         * dlfcn/modstatic3.c: New file.
19146         * dlfcn/tststatic3.c: New file.
19147         * dlfcn/tststatic4.c: New file.
19148         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
19149         (tests-static): Likewise.
19150         (modules-names): Add modstatic3.
19151         (tststatic3-ENV, tststatic4-ENV): New variables.
19152         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
19153         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
19154
19155 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
19156
19157         * configure.in (CC): Require GCC version 4.4 or later.
19158         * configure: Regenerated.
19159         * manual/install.texi (Tools for Compilation): Update GCC version
19160         requirement.
19161         * INSTALL: Regenerated.
19162
19163 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19164
19165         [BZ #15674]
19166         * string/test-memcmp.c (check2): New.
19167         (main): Call check2.
19168
19169         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
19170
19171 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
19172
19173         [BZ #15022]
19174         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
19175         over to...
19176         (dl_open_worker) [!SHARED]: ... here.
19177
19178 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19179
19180         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
19181
19182 2013-06-25  Richard Henderson  <rth@redhat.com>
19183
19184         * locale/programs/locarchive.c: Include <libc-internal.h>
19185
19186 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
19187
19188         * manual/texinfo.tex: Update to version 2013-06-21.17, with
19189         trailing whitespace removed.
19190
19191 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19192
19193         [BZ #10283]
19194         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
19195         * locale/programs/locarchive.c: Include libc-mmap.h.
19196         (prepare_address_space): Take two new outputs (the mmap base and len).
19197         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
19198         values.
19199         (create_archive): Declare new mmap base and len values for
19200         prepare_address_space, and store the result in ah.
19201         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
19202         (enlarge_archive): If ah->mmap_base is not NULL, use that and
19203         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19204         Declare new mmap base and len values for
19205         prepare_address_space, and store the result in new_ah.
19206         (open_archive): Declare new mmap base and len values for
19207         prepare_address_space, and store the result in ah.
19208         (close_archive): If ah->mmap_base is not NULL, use that and
19209         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19210         * sysdeps/generic/libc-mmap.h: New file.
19211
19212 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19213
19214         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
19215         (ALIGN_UP): Likewise.
19216         (PTR_ALIGN_DOWN): Likewise.
19217         (PTR_ALIGN_UP): Likewise.
19218
19219 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19220
19221         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
19222         entry mapped to PPC_PLATFORM_POWER8.
19223         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
19224         POWER8.
19225         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
19226         (_dl_string_platform): Add case for exporting platform position for
19227         POWER8.
19228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
19229         search path to sysdeps/powerpc/powerpc32/power8 directory.
19230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
19231         search path to sysdeps/powerpc/powerpc64/power8 directory.
19232         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
19233         power7 directories.
19234         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
19235         power7 directories.
19236
19237 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19238
19239         * INSTALL: Regenerate.
19240
19241         * nscd/connections.c (nscd_init): Fix comment.
19242
19243 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
19244
19245         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
19246
19247         [BZ #15667]
19248         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
19249         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
19250
19251 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19252
19253         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
19254         DL_DST_REQ_STATIC.
19255         (DL_DST_REQ_STATIC): Remove macro.
19256
19257 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
19258
19259         [BZ #7006]
19260         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
19261         with a shift of 0 bits.
19262
19263 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19264
19265         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
19266         $(tststatic-ENV).
19267
19268 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19269
19270         [BZ #15655]
19271         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
19272
19273 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19274
19275         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
19276         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
19277         accepts -fno-tree-loop-distribute-patterns.
19278         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
19279         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
19280         recursive call.
19281         * string/memset.c (memset): Likewise.
19282         * string/test-memmove.c (simple_memmove): Disable loop transformation
19283         to library calls.
19284         * string/test-memset.c (simple_memset): Likewise.
19285         * benchtests/bench-memmove.c (simple_memmove): Likewise.
19286         * benchtests/bench-memset.c (simple_memset): Likewise.
19287         * configure: Regenerated.
19288
19289 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
19290
19291         * math/test-misc.c (main): Ignore fesetround failure when failures
19292         of subsequent rounding tests would be ignored.
19293
19294         [BZ #15654]
19295         * math/fedisblxcpt.c (fedisableexcept): Return 0.
19296         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
19297         * math/fegetenv.c (__fegetenv): Return 0.
19298         * math/fegetexcept.c (fegetexcept): Return 0.
19299         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
19300         FE_TONEAREST.
19301         * math/feholdexcpt.c (feholdexcept): Return 0.
19302         * math/fesetenv.c (__fesetenv): Return 0.
19303         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
19304         argument FE_TONEAREST.
19305         * math/feupdateenv.c (__feupdateenv): Return 0.
19306         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
19307
19308 2013-06-18  Roland McGrath  <roland@hack.frob.com>
19309
19310         * elf/rtld-Rules (rtld-compile-command.S): New variable.
19311         (rtld-compile-command.s, rtld-compile-command.c): New variables.
19312         ($(objpfx)rtld-%.os rules): Use them.
19313
19314 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19315
19316         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
19317         fields.
19318
19319 2013-06-17  Roland McGrath  <roland@hack.frob.com>
19320
19321         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
19322         length of target pattern, then descending length of dependency pattern.
19323         * configure.in (AWK): Require gawk 3.1.2 or newer.
19324         * manual/install.texi (Tools for Compilation): Say that we do.
19325         * configure: Regenerated.
19326
19327         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
19328         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
19329         * scripts/sysd-rules.awk: ... this new script.
19330         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
19331         than a glob-style pattern.
19332
19333 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
19334
19335         * math/test-misc.c (main): Do not treat incorrectly rounded
19336         conversions as failure unless ROUNDING_TESTS passes.
19337
19338 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
19339
19340         [BZ #15631]
19341         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
19342         restore exception state around main square root computation, then
19343         check for inexactness explicitly.
19344
19345         * math/libm-test.inc (fma_test_data): Add another test.
19346
19347 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
19348
19349         * manual/threads.texi (Non-POSIX Extensions): New document
19350         node.  Document pthread_getattr_default_np and
19351         pthread_setattr_default_np.
19352
19353         * Versions.def (libpthread): Add GLIBC_2.18.
19354         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
19355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19356         Likewise.
19357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19358         Likewise.
19359         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19360         Likewise.
19361         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19362         Likewise.
19363         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
19364         Likewise.
19365         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
19366         Likewise.
19367         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
19368         Likewise.
19369         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
19370         Likewise.
19371         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
19372         Likewise.
19373
19374 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19375
19376         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19377         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
19378
19379 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
19380             H.J. Lu  <hjl.tools@gmail.com>
19381
19382         [BZ #15627]
19383         * sysdeps/x86_64/rtld-memset.c: Remove file.
19384         * sysdeps/x86_64/rtld-memset.S: New file.
19385
19386 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
19387
19388         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
19389         (test_in_one_mode): Take arguments for whether the rounding mode
19390         is supported for each floating-point type.
19391         (do_test): Pass new arguments to test_in_one_mode using
19392         ROUNDING_TESTS.
19393
19394 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19395
19396         * posix/tst-waitid.c (do_test): Distinguish different instances of
19397         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
19398         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
19399         before entering the kernel for waitpid.
19400
19401 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19402
19403         * NEWS: Fix note on clock function precision.  Text by Roland
19404         McGrath.
19405
19406 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19407
19408         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
19409         it into place only when and if the sanity check passes.
19410
19411 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
19412
19413         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
19414         output for whether conversion result is exact.  Take argument
19415         indicating whether type is IBM long double.
19416         (round_for_all): Change need_exact field to ibm_ld.
19417         * stdlib/tst-strtod-round.c (struct exactness): New type.
19418         (struct test): Change bool ld_ok field to struct exactness exact.
19419         (TEST): Update all definitions for change to field.
19420         (tests): Regenerate array contents.
19421         (test_in_one_mode): Take pointer to new field instead of old ld_ok
19422         field value.  Check for IBM long double here.
19423         (do_test): Update calls to test_in_one_mode.
19424
19425 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19426
19427         [BZ #12515]
19428         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
19429         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
19430
19431 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19432
19433         [BZ #15605]
19434         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
19435         generated by the compiler on loop optimizations.
19436         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
19437         general definitions.
19438
19439 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
19440
19441         * math/bug-nextafter.c: Include <math-tests.h>.
19442         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19443         the relevant type.
19444         * math/bug-nexttoward.c: Include <math-tests.h>.
19445         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19446         the relevant type.
19447         * math/test-misc.c: Include <math-tests.h>.
19448         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19449         the relevant type.
19450
19451 2013-06-12  Andreas Jaeger  <aj@suse.de>
19452
19453         * po/ia.po: Update Interlingua translation from translation
19454         project.
19455
19456 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19457
19458         * include/fenv.h: Include stdbool.h.
19459         (struct rm_ctx): New structure.
19460         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
19461         Define macro.
19462         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
19463         (SET_RESTORE_ROUNDF): Likewise.
19464         (SET_RESTORE_ROUNDL): Likewise.
19465         (SET_RESTORE_ROUND_NOEX): Likewise.
19466         (SET_RESTORE_ROUND_NOEXF): Likewise.
19467         (SET_RESTORE_ROUND_NOEXL): Likewise.
19468         (SET_RESTORE_ROUND_53BIT): Likewise.
19469         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
19470         (libc_feresetround_noexf_ctx): Likewise.
19471         (libc_feresetround_noexl_ctx): Likewise.
19472         (libc_feholdsetround_53bit_ctx): Likewise.
19473         (libc_feresetround_53bit_ctx): Likewise.
19474         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
19475         (libc_feholdexcept_setround_sse_ctx): New function.
19476         (libc_fesetenv_sse_ctx): Likewise.
19477         (libc_feupdateenv_sse_ctx): Likewise.
19478         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
19479         (libc_feholdexcept_setround_387_ctx): Likewise.
19480         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
19481         (libc_feholdsetround_387_prec_ctx): Likewise.
19482         (libc_feholdsetround_387_ctx): Likewise.
19483         (libc_feholdsetround_387_53bit_ctx): Likewise.
19484         (libc_feholdsetround_sse_ctx): Likewise.
19485         (libc_feresetround_sse_ctx): Likewise.
19486         (libc_feresetround_387_ctx): Likewise.
19487         (libc_feupdateenv_387_ctx): Likewise.
19488         (libc_feholdexcept_setroundf_ctx): Define macro.
19489         (libc_fesetenvf_ctx): Likewise.
19490         (libc_feupdateenvf_ctx): Likewise.
19491         (libc_feholdsetroundf_ctx): Likewise.
19492         (libc_feresetroundf_ctx): Likewise.
19493         (libc_feholdexcept_setround_ctx): Likewise.
19494         (libc_fesetenv_ctx): Likewise.
19495         (libc_feupdateenv_ctx): Likewise.
19496         (libc_feholdsetround_ctx): Likewise.
19497         (libc_feresetround_ctx): Likewise.
19498         (libc_feholdexcept_setroundl_ctx): Likewise.
19499         (libc_feupdateenvl_ctx): Likewise.
19500         (libc_feholdsetroundl_ctx): Likewise.
19501         (libc_feresetroundl_ctx): Likewise.
19502         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
19503         (libc_feresetround_53bit_ctx): Likewise.
19504
19505 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19506
19507         * locale/iso-639.def: Convert to UTF-8.
19508
19509 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
19510
19511         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
19512         (EXCEPTION_TESTS_double): Likewise.
19513         (EXCEPTION_TESTS_long_double): Likewise.
19514         (EXCEPTION_TESTS): Likewise.
19515         * math/libm-test.inc (test_exceptions): Only test exceptions if
19516         EXCEPTION_TESTS (FLOAT).
19517
19518 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19519
19520         * benchtests/Makefile (string-bench): Add strcpy_chk and
19521         stpcpy_chk.
19522         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
19523         * benchtests/bench-stpcpy_chk.c: New file.
19524         * benchtests/bench-strcpy_chk-ifunc.c: New file.
19525         * benchtests/bench-strcpy_chk.c: New file.
19526         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
19527         code.
19528         (do_test): Likewise.
19529
19530 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19531
19532         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
19533         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
19534         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
19535         with tabs where appropriate.
19536         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
19537         dl-procinfo.h.
19538         [PPC_PLATFORM_PPC440]: Likewise.
19539         [PPC_PLATFORM_PPC464]: Likewise.
19540         [PPC_PLATFORM_PPC476]: Likewise.
19541         (_dl_string_platform): Add support for detecting ppc405, ppc440,
19542         ppc464, and ppc476 platform strings merging from ports/
19543         dl-procinfo.h.
19544
19545 2013-06-11  Andreas Schwab  <schwab@suse.de>
19546
19547         [BZ #14991]
19548         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
19549         (from_ucs4_idx): Regenerate.
19550         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
19551         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
19552         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
19553         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
19554         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
19555         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
19556         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
19557         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
19558         from FROM_LOOP and TO_LOOP specific macros.
19559         (BODY): Handle combining characters.
19560         * iconvdata/BIG5HKSCS.irreversible: Update.
19561         * iconvdata/BIG5HKSCS.precomposed: New file.
19562         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
19563         characters.
19564         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
19565
19566 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19567
19568         * include/sys/time.h: Fix indentation and add copyright header.
19569
19570         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
19571         (do_test): Likewise.
19572         * string/test-memchr.c (do_one_test): Likewise.
19573         (do_test): Likewise.
19574         * string/test-memcmp.c (do_one_test): Likewise.
19575         (do_test): Likewise.
19576         * string/test-memcpy.c (do_one_test): Likewise.
19577         (do_test): Likewise.
19578         * string/test-memmem.c (do_one_test): Likewise.
19579         (do_test): Likewise.
19580         (do_random_tests): Likewise.
19581         * string/test-memmove.c (do_one_test): Likewise.
19582         (do_test): Likewise.
19583         * string/test-memset.c (do_one_test): Likewise.
19584         (do_test): Likewise.
19585         * string/test-rawmemchr.c (do_one_test): Likewise.
19586         (do_test): Likewise.
19587         * string/test-strcasecmp.c (do_one_test): Likewise.
19588         (do_test): Likewise.
19589         * string/test-strcasestr.c (do_one_test): Likewise.
19590         (do_test): Likewise.
19591         * string/test-strcat.c (do_one_test): Likewise.
19592         (do_test): Likewise.
19593         * string/test-strchr.c (do_one_test): Likewise.
19594         (do_test): Likewise.
19595         * string/test-strcmp.c (do_one_test): Likewise.
19596         (do_test): Likewise.
19597         * string/test-strcpy.c (do_one_test): Likewise.
19598         (do_test): Likewise.
19599         * string/test-string.h: Likewise.
19600         (test_init): Likewise.
19601         * string/test-strlen.c (do_one_test): Likewise.
19602         (do_test): Likewise.
19603         * string/test-strncasecmp.c (do_one_test): Likewise.
19604         (do_test): Likewise.
19605         * string/test-strncat.c (do_one_test): Likewise.
19606         (do_test): Likewise.
19607         * string/test-strncmp.c (do_one_test): Likewise.
19608         (do_test_limit): Likewise.
19609         (do_test): Likewise.
19610         * string/test-strncpy.c (do_one_test): Likewise.
19611         (do_test): Likewise.
19612         * string/test-strnlen.c (do_one_test): Likewise.
19613         (do_test): Likewise.
19614         * string/test-strpbrk.c (do_one_test): Likewise.
19615         (do_test): Likewise.
19616         * string/test-strrchr.c (do_one_test): Likewise.
19617         (do_test): Likewise.
19618         * string/test-strspn.c (do_one_test): Likewise.
19619         (do_test): Likewise.
19620         * string/test-strstr.c (do_one_test): Likewise.
19621         (do_test): Likewise.
19622
19623         * benchtests/Makefile (string-bench): Add string benchmarks.
19624         * benchtests/bench-bcopy-ifunc.c: New file.
19625         * benchtests/bench-bcopy.c: New file.
19626         * benchtests/bench-bzero-ifunc.c: New file.
19627         * benchtests/bench-bzero.c: New file.
19628         * benchtests/bench-memccpy-ifunc.c: New file.
19629         * benchtests/bench-memccpy.c: New file.
19630         * benchtests/bench-memchr-ifunc.c: New file.
19631         * benchtests/bench-memchr.c: New file.
19632         * benchtests/bench-memcmp-ifunc.c: New file.
19633         * benchtests/bench-memcmp.c: New file.
19634         * benchtests/bench-memmem-ifunc.c: New file.
19635         * benchtests/bench-memmem.c: New file.
19636         * benchtests/bench-memmove-ifunc.c: New file.
19637         * benchtests/bench-memmove.c: New file.
19638         * benchtests/bench-mempcpy-ifunc.c: New file.
19639         * benchtests/bench-mempcpy.c: New file.
19640         * benchtests/bench-memset-ifunc.c: New file.
19641         * benchtests/bench-memset.c: New file.
19642         * benchtests/bench-rawmemchr-ifunc.c: New file.
19643         * benchtests/bench-rawmemchr.c: New file.
19644         * benchtests/bench-stpcpy-ifunc.c: New file.
19645         * benchtests/bench-stpcpy.c: New file.
19646         * benchtests/bench-stpncpy-ifunc.c: New file.
19647         * benchtests/bench-stpncpy.c: New file.
19648         * benchtests/bench-strcasecmp-ifunc.c: New file.
19649         * benchtests/bench-strcasecmp.c: New file.
19650         * benchtests/bench-strcasestr-ifunc.c: New file.
19651         * benchtests/bench-strcasestr.c: New file.
19652         * benchtests/bench-strcat-ifunc.c: New file.
19653         * benchtests/bench-strcat.c: New file.
19654         * benchtests/bench-strchr-ifunc.c: New file.
19655         * benchtests/bench-strchr.c: New file.
19656         * benchtests/bench-strchrnul-ifunc.c: New file.
19657         * benchtests/bench-strchrnul.c: New file.
19658         * benchtests/bench-strcmp-ifunc.c: New file.
19659         * benchtests/bench-strcmp.c: New file.
19660         * benchtests/bench-strcpy-ifunc.c: New file.
19661         * benchtests/bench-strcpy.c: New file.
19662         * benchtests/bench-strcspn-ifunc.c: New file.
19663         * benchtests/bench-strcspn.c: New file.
19664         * benchtests/bench-strlen-ifunc.c: New file.
19665         * benchtests/bench-strlen.c: New file.
19666         * benchtests/bench-strncasecmp-ifunc.c: New file.
19667         * benchtests/bench-strncasecmp.c: New file.
19668         * benchtests/bench-strncat-ifunc.c: New file.
19669         * benchtests/bench-strncat.c: New file.
19670         * benchtests/bench-strncmp-ifunc.c: New file.
19671         * benchtests/bench-strncmp.c: New file.
19672         * benchtests/bench-strncpy-ifunc.c: New file.
19673         * benchtests/bench-strncpy.c: New file.
19674         * benchtests/bench-strnlen-ifunc.c: New file.
19675         * benchtests/bench-strnlen.c: New file.
19676         * benchtests/bench-strpbrk-ifunc.c: New file.
19677         * benchtests/bench-strpbrk.c: New file.
19678         * benchtests/bench-strrchr-ifunc.c: New file.
19679         * benchtests/bench-strrchr.c: New file.
19680         * benchtests/bench-strspn-ifunc.c: New file.
19681         * benchtests/bench-strspn.c: New file.
19682         * benchtests/bench-strstr-ifunc.c: New file.
19683         * benchtests/bench-strstr.c: New file.
19684
19685         * benchtests/Makefile: Disable parallel execution of targets.
19686         (string-bench): Add memcpy.
19687         (benchset): New variable to store a list of benchmark sets.
19688         (bench-func): Renamed from bench.
19689         (bench-set): New target.
19690         (bench): Depend on bench-func and bench-set.
19691         * benchtests/README: Add section on benchmark sets.
19692         * benchtests/bench-memcpy-ifunc.c: New file.
19693         * benchtests/bench-memcpy.c: New file.
19694         * benchtests/bench-string.h: New file.
19695
19696 2013-06-11  Andreas Schwab  <schwab@suse.de>
19697
19698         [BZ #15577]
19699         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
19700         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
19701         values in the triple.
19702         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
19703         terminator in the group key.
19704
19705 2013-06-11  Andreas Jaeger  <aj@suse.de>
19706
19707         * po/zh_TW.po: Update Chinese (traditional) translation from
19708         translation project.
19709
19710 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19711
19712         * include/time.h (__clock_gettime): Add libc_hidden_proto.
19713         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
19714         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
19715         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19716         (clock_getcpuclockid): Likewise.
19717         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19718         Add weak_alias and libc_hidden_def.
19719         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19720         * rt/clock_gettime.c (clock_gettime): Rename to
19721         __clock_gettime.  Add weak_alias and libc_hidden_def.
19722         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19723         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19724         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
19725         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19726         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19727         Likewise.
19728         * rt/clock_settime.c (clock_settime): Rename to
19729         __clock_settime.  Add weak_alias and libc_hidden_def.
19730         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19731
19732 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
19733
19734         * mach/err_boot.sub: Remove trailing whitespace.
19735         * mach/err_ipc.sub: Likewise.
19736         * mach/err_mach.sub: Likewise.
19737
19738         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19739         (ROUNDING_TESTS_double): Likewise.
19740         (ROUNDING_TESTS_long_double): Likewise.
19741         (ROUNDING_TESTS): Likewise.
19742         * math/libm-test.inc: Include <math-tests.h>.
19743         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19744         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19745         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19746         (IF_ROUND_INIT_FE_UPWARD): Likewise.
19747
19748 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19749
19750         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19751         of assigning.
19752
19753 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
19754
19755         * sysdeps/gnu/errlist.awk: Do not generate space at end of
19756         otherwise empty TRANS lines.
19757         * sysdeps/gnu/errlist.c: Regenerated.
19758
19759         * catgets/gencat.c (error_print): Use (void) in function
19760         definition.
19761         * crypt/crypt_util.c (__init_des): Likewise.
19762         * crypt/speeds.c (Stop): Likewise.
19763         (main): Likewise.
19764         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19765         * inet/ruserpass.c (token): Likewise.
19766         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19767         * intl/localealias.c (extend_alias_table): Likewise.
19768         * intl/plural-exp.c (init_germanic_plural): Likewise.
19769         * libio/fcloseall.c (__fcloseall): Likewise.
19770         * libio/genops.c (_IO_flush_all): Likewise.
19771         (_IO_flush_all_linebuffered): Likewise.
19772         (_IO_cleanup): Likewise.
19773         (_IO_iter_begin): Likewise.
19774         (_IO_iter_end): Likewise.
19775         (_IO_list_lock): Likewise.
19776         (_IO_list_unlock): Likewise.
19777         (_IO_list_resetlock): Likewise.
19778         * libio/getchar.c (getchar): Likewise.
19779         * libio/getchar_u.c (getchar_unlocked): Likewise.
19780         * libio/getwchar.c (getwchar): Likewise.
19781         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19782         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19783         * login/getpt.c (__getpt): Likewise.
19784         * login/tst-utmp.c (main): Likewise.
19785         * malloc/hooks.c (__malloc_check_init): Likewise.
19786         * malloc/malloc.c (__malloc_stats): Likewise.
19787         * malloc/mtrace.c (tr_break): Likewise.
19788         (mtrace): Likewise.
19789         (muntrace): Likewise.
19790         * misc/fstab.c (endfsent): Likewise.
19791         * misc/getclktck.c (__getclktck): Likewise.
19792         * misc/getdtsz.c (__getdtablesize): Likewise.
19793         * misc/gethostid.c (gethostid): Likewise.
19794         * misc/getpagesize.c (__getpagesize): Likewise.
19795         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19796         (__get_nprocs): Likewise.
19797         (__get_phys_pages): Likewise.
19798         (__get_avphys_pages): Likewise.
19799         * misc/getttyent.c (getttyent): Likewise.
19800         (setttyent): Likewise.
19801         (endttyent): Likewise.
19802         * misc/getusershell.c (getusershell): Likewise.
19803         (endusershell): Likewise.
19804         (setusershell): Likewise.
19805         (initshells): Likewise.
19806         * misc/hsearch.c (__hdestroy): Likewise.
19807         * misc/sync.c (sync): Likewise.
19808         * misc/syslog.c (closelog_internal): Likewise.
19809         (closelog): Likewise.
19810         * misc/ttyslot.c (ttyslot): Likewise.
19811         * misc/vhangup.c (vhangup): Likewise.
19812         * posix/fork.c (__fork): Likewise.
19813         * posix/getegid.c (__getegid): Likewise.
19814         * posix/geteuid.c (__geteuid): Likewise.
19815         * posix/getgid.c (__getgid): Likewise.
19816         * posix/getpid.c (__getpid): Likewise.
19817         * posix/getppid.c (__getppid): Likewise.
19818         * posix/getuid.c (__getuid): Likewise.
19819         * posix/pause.c (pause): Likewise.
19820         * posix/setpgrp.c (setpgrp): Likewise.
19821         * posix/setsid.c (__setsid): Likewise.
19822         * posix/test-vfork.c (noop): Likewise.
19823         * resolv/gethnamaddr.c (_endhtent): Likewise.
19824         (_gethtent): Likewise.
19825         (ht_endhostent): Likewise.
19826         (gethostent): Likewise.
19827         (dns_service): Likewise.
19828         * stdlib/drand48.c (drand48): Likewise.
19829         * stdlib/lrand48.c (lrand48): Likewise.
19830         * stdlib/mrand48.c (mrand48): Likewise.
19831         * stdlib/rand.c (rand): Likewise.
19832         * stdlib/random.c (__random): Likewise.
19833         * stdlib/setenv.c (clearenv): Likewise.
19834         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19835         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19836         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19837         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19838         (__get_nprocs): Likewise.
19839         (__get_phys_pages): Likewise.
19840         (__get_avphys_pages): Likewise.
19841         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19842         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19843         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19844         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19845         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19846         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19847         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19848         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19849         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19850         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19851         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19852         * sysdeps/mach/hurd/sync.c (sync): Likewise.
19853         * sysdeps/posix/clock.c (clock): Likewise.
19854         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
19855         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
19856         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
19857         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
19858         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
19859         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
19860         (__get_nprocs_conf): Likewise.
19861         (__get_phys_pages): Likewise.
19862         (__get_avphys_pages): Likewise.
19863         * time/clock.c (clock): Likewise.
19864         * time/tzset.c (__tzname_max): Likewise.
19865
19866 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
19867
19868         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
19869         (__bswap_32): Do not use "register".
19870         * crypt/crypt.c (_ufc_doit_r): Likewise.
19871         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19872         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19873         * gmon/gmon.c (__monstartup): Likewise.
19874         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
19875         * hurd/hurdmalloc.c (more_memory): Likewise.
19876         (malloc): Likewise.
19877         (free): Likewise.
19878         (realloc): Likewise.
19879         (malloc_fork_prepare): Likewise.
19880         (malloc_fork_parent): Likewise.
19881         (malloc_fork_child): Likewise.
19882         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
19883         (_svcauth_des): Likewise.
19884         * inet/inet_lnaof.c (inet_lnaof): Likewise.
19885         * inet/inet_net.c (inet_network): Likewise.
19886         * inet/inet_netof.c (inet_netof): Likewise.
19887         * inet/rcmd.c (__validuser2_sa): Likewise.
19888         * io/fts.c (fts_open): Likewise.
19889         (fts_load): Likewise.
19890         (fts_close): Likewise.
19891         (fts_read): Likewise.
19892         (fts_children): Likewise.
19893         (fts_build): Likewise.
19894         (fts_stat): Likewise.
19895         (fts_sort): Likewise.
19896         (fts_alloc): Likewise.
19897         (fts_lfree): Likewise.
19898         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
19899         (_IO_file_xsgetn): Likewise.
19900         (_IO_file_xsgetn_mmap): Likewise.
19901         * libio/iofopncook.c (_IO_cookie_read): Likewise.
19902         (_IO_cookie_write): Likewise.
19903         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
19904         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
19905         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
19906         * malloc/obstack.c (_obstack_begin): Likewise.
19907         (_obstack_begin_1): Likewise.
19908         (_obstack_newchunk): Likewise.
19909         (_obstack_allocated_p): Likewise.
19910         (obstack_free): Likewise.
19911         (_obstack_memory_used): Likewise.
19912         * misc/getttyent.c (getttynam): Likewise.
19913         (getttyent): Likewise.
19914         (skip): Likewise.
19915         (value): Likewise.
19916         * misc/getusershell.c (initshells): Likewise.
19917         * misc/syslog.c (__vsyslog_chk): Likewise.
19918         * misc/ttyslot.c (ttyslot): Likewise.
19919         * nis/nis_hash.c (__nis_hash): Likewise.
19920         * posix/fnmatch_loop.c (FCT): Likewise.
19921         * posix/getconf.c (print_all): Likewise.
19922         (main): Likewise.
19923         * posix/getopt.c (exchange): Likewise.
19924         * posix/glob.c (globfree): Likewise.
19925         (prefix_array): Likewise.
19926         (__glob_pattern_type): Likewise.
19927         * resolv/arpa/nameser.h (NS_GET16): Likewise.
19928         (NS_GET32): Likewise.
19929         (NS_PUT16): Likewise.
19930         (NS_PUT32): Likewise.
19931         * resolv/gethnamaddr.c (getanswer): Likewise.
19932         (gethostbyname2): Likewise.
19933         (gethostbyaddr): Likewise.
19934         (_gethtent): Likewise.
19935         (_gethtbyname2): Likewise.
19936         (_gethtbyaddr): Likewise.
19937         * resolv/ns_print.c (dst_s_get_int16): Likewise.
19938         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
19939         * resolv/res_init.c (__res_vinit): Likewise.
19940         (net_mask): Likewise.
19941         * resolv/res_mkquery.c (outchar): Likewise.
19942         (PRINT): Likewise.
19943         * stdio-common/printf_fp.c (outchar): Likewise.
19944         (PRINT): Likewise.
19945         * stdio-common/printf_fphex.c (outchar): Likewise.
19946         (PRINT): Likewise.
19947         * stdio-common/printf_size.c (outchar): Likewise.
19948         (PRINT): Likewise.
19949         * stdio-common/test_rdwr.c (main): Likewise.
19950         * stdio-common/tfformat.c (matches): Likewise.
19951         * stdio-common/vfprintf.c (outchar): Likewise.
19952         (printf_unknown): Likewise.
19953         (buffered_vfprintf): Likewise.
19954         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19955         * stdio-common/xbug.c (AppendToBuffer): Likewise.
19956         (ReadFile): Likewise.
19957         * stdlib/qsort.c (SWAP): Likewise.
19958         (_quicksort): Likewise.
19959         * stdlib/setenv.c (__add_to_environ): Likewise.
19960         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19961         * stdlib/strtol_l.c (__strtol_l): Likewise.
19962         * stdlib/tst-strtod.c (main): Likewise.
19963         * stdlib/tst-strtol.c (main): Likewise.
19964         * stdlib/tst-strtoll.c (main): Likewise.
19965         * string/bits/string2.h (__strcmp_cc): Likewise.
19966         (__strcmp_cg): Likewise.
19967         (__strcspn_c1): Likewise.
19968         (__strcspn_c2): Likewise.
19969         (__strcspn_c3): Likewise.
19970         (__strspn_c1): Likewise.
19971         (__strspn_c2): Likewise.
19972         (__strspn_c3): Likewise.
19973         (__strsep_1c): Likewise.
19974         (__strsep_2c): Likewise.
19975         (__strsep_3c): Likewise.
19976         * string/memccpy.c (__memccpy): Likewise.
19977         * string/stpcpy.c (__stpcpy): Likewise.
19978         * string/strcmp.c (strcmp): Likewise.
19979         * string/strrchr.c (strrchr): Likewise.
19980         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
19981         Likewise.
19982         * sysdeps/mach/hurd/getcwd.c
19983         (_hurd_canonicalize_directory_name_internal): Likewise.
19984         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
19985         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
19986         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
19987         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
19988         Likewise, in both definitions.
19989         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
19990         definitions.
19991         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
19992         64] (__bswap_64): Likewise.
19993         * time/test_time.c (main): Likewise.
19994         * time/tzfile.c (__tzfile_read): Likewise.
19995         (__tzfile_compute): Likewise.
19996         * time/tzset.c (__tzset_parse_tz): Likewise.
19997         (tzset_internal): Likewise.
19998         (compute_change): Likewise.
19999         * wcsmbs/wcscat.c (__wcscat): Likewise.
20000         * wcsmbs/wcschr.c (wcschr): Likewise.
20001         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
20002         * wcsmbs/wcscspn.c (wcscspn): Likewise.
20003         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
20004         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
20005         * wcsmbs/wcsspn.c (wcsspn): Likewise.
20006         * wcsmbs/wcsstr.c (wcsstr): Likewise.
20007         * wcsmbs/wmemchr.c (wmemchr): Likewise.
20008         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
20009         * wcsmbs/wmemset.c (wmemset): Likewise.
20010
20011 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
20012
20013         * scripts/config.guess: Update to version 2013-05-16.
20014         * scripts/config.sub: Update to version 2013-04-24.
20015         * scripts/install-sh: Update to version 2011-11-20.07.
20016         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
20017         * scripts/move-if-change: Update to version 2012-01-06 07:23.
20018
20019 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
20020
20021         * debug/fgetws_u_chk.c: Fix leading whitespaces.
20022         * elf/sln.c: Likewise.
20023         * hurd/hurd/ioctl.h: Likewise.
20024         * hurd/hurdmalloc.c: Likewise.
20025         * hurd/xattr.c: Likewise.
20026         * include/shlib-compat.h: Likewise.
20027         * inet/ruserpass.c: Likewise.
20028         * libio/iofgets_u.c: Likewise.
20029         * libio/iofgetws_u.c: Likewise.
20030         * locale/programs/ld-identification.c: Likewise.
20031         * locale/programs/ld-time.c: Likewise.
20032         * mach/msg-destroy.c: Likewise.
20033         * nss/nss_files/files-netgrp.c: Likewise.
20034         * resolv/res_data.c: Likewise.
20035         * soft-fp/op-1.h: Likewise.
20036         * soft-fp/op-2.h: Likewise.
20037         * soft-fp/op-4.h: Likewise.
20038         * soft-fp/op-common.h: Likewise.
20039         * stdio-common/printf_fphex.c: Likewise.
20040         * stdlib/strtod_l.c: Likewise.
20041         * sunrpc/rpc/clnt.h: Likewise.
20042         * sysdeps/generic/framestate.c: Likewise.
20043         * sysdeps/i386/bsd-_setjmp.S: Likewise.
20044         * sysdeps/i386/bsd-setjmp.S: Likewise.
20045         * sysdeps/i386/__longjmp.S: Likewise.
20046         * sysdeps/i386/setjmp.S: Likewise.
20047         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20048         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
20049         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20050         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20051         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20052         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
20053         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
20054         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
20055         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
20056         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
20057         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
20058         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
20059         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
20060         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
20061         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
20062         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
20063         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
20064         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
20065         * sysdeps/ieee754/support.c: Likewise.
20066         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
20067         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
20068         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
20069         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
20070         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
20071         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
20072         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
20073         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
20074         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
20075         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
20076         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
20077         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
20078         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
20079         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
20080         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
20081         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
20082         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
20083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
20084
20085 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
20086
20087         * posix/transbug.c: Remove executable mode.
20088
20089 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
20090
20091         * crypt/speeds.c: Remove trailing whitespace.
20092         * dlfcn/default.c: Likewise.
20093         * elf/ifuncdep2.c: Likewise.
20094         * elf/ifuncmain1.c: Likewise.
20095         * elf/ifuncmain1vis.c: Likewise.
20096         * elf/testobj.h: Likewise.
20097         * elf/tst-stackguard1.c: Likewise.
20098         * gmon/sys/gmon.h: Likewise.
20099         * hurd/hurdmsg.c: Likewise.
20100         * hurd/new-fd.c: Likewise.
20101         * hurd/ports-get.c: Likewise.
20102         * iconvdata/ibm1008_420.c: Likewise.
20103         * inet/tst-getni1.c: Likewise.
20104         * inet/tst-getni2.c: Likewise.
20105         * libio/ioungetc.c: Likewise.
20106         * libio/wfiledoalloc.c: Likewise.
20107         * manual/libm-err-tab.pl: Likewise.
20108         * math/w_dremf.c: Likewise.
20109         * misc/ftruncate.c: Likewise.
20110         * posix/bug-glob2.c: Likewise.
20111         * posix/tst-pcre.c: Likewise.
20112         * posix/wait4.c: Likewise.
20113         * resolv/README: Likewise.
20114         * resolv/res_debug.h: Likewise.
20115         * resolv/tst-inet_ntop.c: Likewise.
20116         * setjmp/bug269-setjmp.c: Likewise.
20117         * soft-fp/extended.h: Likewise.
20118         * soft-fp/op-1.h: Likewise.
20119         * soft-fp/op-2.h: Likewise.
20120         * soft-fp/op-4.h: Likewise.
20121         * soft-fp/op-8.h: Likewise.
20122         * soft-fp/testit.c: Likewise.
20123         * stdio-common/bug16.c: Likewise.
20124         * stdlib/random.c: Likewise.
20125         * sunrpc/rpcsvc/rquota.x: Likewise.
20126         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
20127         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
20128         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20129         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
20130         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
20131         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
20132         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
20133         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
20134         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
20135         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
20136         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
20137         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
20138         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
20139         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
20140         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
20141         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
20142         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
20143         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
20144         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
20145         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
20146         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
20147         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
20148         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
20149         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
20150         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
20151         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
20152         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20153         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
20154         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
20155         * sysdeps/ieee754/s_lib_version.c: Likewise.
20156         * sysdeps/mach/hurd/check_fds.c: Likewise.
20157         * sysdeps/mach/hurd/getsockname.c: Likewise.
20158         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
20159         * sysdeps/mach/hurd/recvfrom.c: Likewise.
20160         * sysdeps/powerpc/bits/link.h: Likewise.
20161         * sysdeps/powerpc/dl-procinfo.c: Likewise.
20162         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
20163         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
20164         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
20165         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
20166         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
20167         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
20168         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
20169         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
20170         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
20171         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
20172         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20173         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
20174         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
20175         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
20176         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
20177         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20178         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20179         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
20180         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
20181         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
20182         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
20183         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20184         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20185         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
20186         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20187         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20188         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
20189         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
20190         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20191         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20192         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20193         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20194         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20195         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
20196         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
20197         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
20198         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20199         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
20200         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
20201         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
20202         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
20203         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
20204         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
20205         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20206         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
20207         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
20208         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20209         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
20210         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
20211         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20212         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20213         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20214         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20215         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
20216         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
20217         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
20218         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20219         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
20220         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
20221         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
20222         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
20223         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
20224         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20225         * sysdeps/powerpc/sysdep.h: Likewise.
20226         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20227         * sysdeps/s390/s390-64/sub_n.S: Likewise.
20228         * sysdeps/sh/dl-trampoline.S: Likewise.
20229         * sysdeps/sh/memset.S: Likewise.
20230         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
20231         * sysdeps/sh/strlen.S: Likewise.
20232         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
20233         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
20234         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
20235         * sysdeps/sparc/sparc32/rem.S: Likewise.
20236         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
20237         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
20238         * sysdeps/sparc/sparc32/strchr.S: Likewise.
20239         * sysdeps/sparc/sparc32/udiv.S: Likewise.
20240         * sysdeps/sparc/sparc32/urem.S: Likewise.
20241         * sysdeps/sparc/sparc64/add_n.S: Likewise.
20242         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20243         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
20244         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
20245         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
20246         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
20247         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
20248         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
20249         * sysdeps/unix/bsd/times.c: Likewise.
20250         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
20251         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
20252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
20253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
20254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
20255         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
20256         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20257         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
20258         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
20259         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
20260         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
20261         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
20262         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
20263         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
20264         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
20265         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
20266         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
20267         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
20268         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
20269         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
20270         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
20271         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
20272         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
20273         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
20274         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
20275         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
20276         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
20277         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20278         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
20279         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
20280         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
20281         * sysdeps/x86_64/strcspn.S: Likewise.
20282
20283 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20284
20285         * locale/C-translit.h: Revert #include <stdint.h> because this is a
20286         generated file.  Regenerate properly from gen-translit.pl.
20287         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
20288         locale/C-translit.h.
20289
20290 2013-06-05  Andreas Schwab  <schwab@suse.de>
20291
20292         [BZ #15100]
20293         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
20294         week as 6 instead of -1.
20295         * time/tst-strptime.c (day_tests): Add test case.
20296
20297 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20298
20299         * sysdeps/generic/math_private.h
20300         (libc_feholdexcept_setround_53bit): Replace with
20301         libc_feholdsetround_53bit.
20302         (libc_feupdateenv_53bit): Replace with
20303         libc_feresetround_53bit.
20304         (SET_RESTORE_ROUND_53BIT): Adjust.
20305
20306 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20307
20308         * string/test-strchrnul.c: Add copyright header.
20309
20310         * posix/tst-getaddrinfo4.c: Increase test timeout.
20311
20312 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
20313
20314         [BZ #15536]
20315         * math/libm-test.inc (MAX_EXP): Remove
20316         (MIN_EXP): Define.
20317         (ulp): Use MIN_EXP - MANT_DIG.
20318         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
20319
20320 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
20321
20322         * po/be.po: Revert last change.
20323         * po/zh_CN.po: Likewise.
20324         * po/header.pot: Likewise.
20325
20326 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
20327
20328         * Makefile ($(common-objpfx)linkobj/libc.so): Define
20329         link-libc-deps to empty as target-specific variable.
20330         * Makerules (link-libc-args): New variable.
20331         (libc-for-link): Likewise.
20332         (link-libc-deps): Likewise.
20333         (lib%.so): Depend on $(link-libc-deps).  Link with
20334         $(link-libc-args).
20335         (build-module): Link with $(link-libc-args).
20336         (build-module-asneeded): Likewise.
20337         (build-module-helper-objlist): Filter out $(link-libc-deps) from
20338         list of objects.
20339         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
20340         target-specific variable.
20341         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
20342         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
20343         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
20344         libc.
20345         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
20346         libc and ld.so.
20347         ($(objpfx)libpcprofile.so): Likewise.
20348         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
20349         libc_nonshared.a.
20350         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
20351         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
20352         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
20353         $(link-libc-deps).
20354         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
20355         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
20356         * login/Makefile ($(objpfx)libutil.so): Likewise.
20357         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
20358         * math/Makefile ($(objpfx)libm.so): Likewise.
20359         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
20360         $(objpfx)libnsl.so): Define libc-for-link as target-specific
20361         variable instead of depending directly on libc.
20362         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
20363         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
20364         $(link-libc-deps).
20365         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
20366         libc.
20367         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
20368         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
20369         ($(objpfx)libanl.so): Likewise.
20370         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
20371         ld.so.
20372         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
20373         $(link-libc-deps).
20374         * sysdeps/i386/fpu/Makefile: Remove file.
20375         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
20376         ($(objpfx)libm.so): Remove dependency on ld.so.
20377
20378 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
20379
20380         [BZ # 15553]
20381         * nis/yp_xdr.c (XDRMAXNAME): Define.
20382         (XDRMAXRECORD): Define.
20383         (xdr_domainname): Use XDRMAXNAME.
20384         (xdr_mapname): Likewise.
20385         (xdr_peername): Likewise.
20386         (xdr_keydat): Use XDRMAXRECORD.
20387         (xdr_valdat): Likewise.
20388
20389 2013-05-30  Jeff Law  <law@redhat.com>
20390
20391         [BZ #14256]
20392         * manual/errno.texi (ESTALE): Update to account for more than
20393         just NFS file systems.
20394         * sysdeps/gnu/errlist.c: Regenerated.
20395
20396 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20397
20398         [BZ #15465]
20399         * elf/Makefile (tests): Add tst-null-argv.
20400         (modules-names):  Add tst-null-argv-lib.
20401         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
20402         (tst-null-argv-ENV): Set environment for tst-null-argv.
20403         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
20404         (RTLD_PROGNAME): New macro.
20405         * elf/tst-null-argv.c: New test case.
20406         * elf/tst-null-argv-lib.c: Library for test case.
20407         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
20408         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
20409         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
20410         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
20411         * elf/dl-init.c (call_init): Likewise.
20412         (_dl_init): Likewise.
20413         * elf/dl-load.c (print_search_path): Likewise.
20414         (_dl_map_object): Likewise.
20415         * elf/dl-lookup.c (do_lookup_x): Likewise.
20416         (add_dependency): Likewise.
20417         (_dl_lookup_symbol_x): Likewise.
20418         (_dl_debug_bindings): Likewise.
20419         * elf/dl-open.c (_dl_show_scope): Likewise.
20420         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20421         * elf/dl-version.c (match_symbol): Likewise.
20422         (_dl_check_map_versions): Likewise.
20423         * elf/rtld.c (dl_main): Likewise.
20424         (print_unresolved): Use RTLD_PROGNAME.
20425         (print_missing_version): Likewise.
20426         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
20427         (elf_machine_rela): Likewise.
20428         * sysdeps/powerpc/powerpc32/dl-machine.c
20429         (__process_machine_rela): Likewise.
20430         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20431         Likewise.
20432         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
20433         Likewise.
20434         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
20435         Likewise.
20436         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20437         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
20438         Likewise.
20439         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
20440         Likewise.
20441         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
20442
20443 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
20444
20445         * po/be.po: Add descriptive title.
20446         * po/zh_CN.po: Likewise.
20447         * po/header.pot: Likewise.
20448
20449 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
20450
20451         * locale/programs/locarchive.c (create_archive): Inlucde fname in
20452         error message.
20453         (enlarge_archive): Likewise.
20454
20455 2013-05-28  Ben North  <ben@redfrontdoor.org>
20456
20457         * manual/arith.texi (frexp): It is the magnitude of the return
20458         value which lies in [0.5, 1), not the return value itself.
20459
20460 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20461
20462         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20463
20464 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
20465
20466         * stdio-common/bug26.c (main): Correct fscanf template.
20467
20468         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
20469         declare _dl_skip_args.
20470
20471         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
20472         Don't declare.
20473
20474         * manual/platform.texi: Add missing @end deftypefun.
20475
20476 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20477
20478         [BZ #15529]
20479         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
20480         bit of mantissa of 2^16382.
20481         * math/libm-test.inc (hypot_test_data): Add more tests.
20482
20483         * math/libm-test.inc: Add drem and pow10 to list of tested
20484         functions.
20485         (pow10_test): New function.
20486         (drem_test): Likewise.
20487         (drem_test_tonearest): Likewise.
20488         (drem_test_towardzero): Likewise.
20489         (drem_test_downward): Likewise.
20490         (drem_test_upward): Likewise.
20491         (main): Call the new functions.
20492
20493         * math/libm-test.inc (finite_test_data): Remove.
20494         (finite_test): Run tests from isfinite_test_data.
20495         (gamma_test_data): Remove.
20496         (gamma_test): Run tests from lgamma_test_data.
20497         * sysdeps/i386/fpu/libm-test-ulps: Update.
20498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20499
20500 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20501
20502         * manual/platform.texi: Add PowerPC PPR function set documentation.
20503         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
20504         implementation.
20505
20506 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
20507
20508         * math/libm-test.inc (MAX_EXP): Define.
20509         (ULPDIFF): Define.
20510         (ulp): New function.
20511         (check_float_internal): Use ULPDIFF.
20512         (cpow_test): Disable failing test.
20513         (check_ulp): Test ulp() implemetnation.
20514         (main): Call check_ulp before starting tests.
20515
20516 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20517
20518         * math/gen-libm-test.pl (generate_testfile): Do not handle
20519         START_DATA and END_DATA.
20520         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
20521         END_DATA.
20522         (acos_tonearest_test_data): Likewise.
20523         (acos_towardzero_test_data): Likewise.
20524         (acos_downward_test_data): Likewise.
20525         (acos_upward_test_data): Likewise.
20526         (acosh_test_data): Likewise.
20527         (asin_test_data): Likewise.
20528         (asin_tonearest_test_data): Likewise.
20529         (asin_towardzero_test_data): Likewise.
20530         (asin_downward_test_data): Likewise.
20531         (asin_upward_test_data): Likewise.
20532         (asinh_test_data): Likewise.
20533         (atan_test_data): Likewise.
20534         (atanh_test_data): Likewise.
20535         (atan2_test_data): Likewise.
20536         (cabs_test_data): Likewise.
20537         (cacos_test_data): Likewise.
20538         (cacosh_test_data): Likewise.
20539         (carg_test_data): Likewise.
20540         (casin_test_data): Likewise.
20541         (casinh_test_data): Likewise.
20542         (catan_test_data): Likewise.
20543         (catanh_test_data): Likewise.
20544         (cbrt_test_data): Likewise.
20545         (ccos_test_data): Likewise.
20546         (ccosh_test_data): Likewise.
20547         (ceil_test_data): Likewise.
20548         (cexp_test_data): Likewise.
20549         (cimag_test_data): Likewise.
20550         (clog_test_data): Likewise.
20551         (clog10_test_data): Likewise.
20552         (conj_test_data): Likewise.
20553         (copysign_test_data): Likewise.
20554         (cos_test_data): Likewise.
20555         (cos_tonearest_test_data): Likewise.
20556         (cos_towardzero_test_data): Likewise.
20557         (cos_downward_test_data): Likewise.
20558         (cos_upward_test_data): Likewise.
20559         (cosh_test_data): Likewise.
20560         (cosh_tonearest_test_data): Likewise.
20561         (cosh_towardzero_test_data): Likewise.
20562         (cosh_downward_test_data): Likewise.
20563         (cosh_upward_test_data): Likewise.
20564         (cpow_test_data): Likewise.
20565         (cproj_test_data): Likewise.
20566         (creal_test_data): Likewise.
20567         (csin_test_data): Likewise.
20568         (csinh_test_data): Likewise.
20569         (csqrt_test_data): Likewise.
20570         (ctan_test_data): Likewise.
20571         (ctan_tonearest_test_data): Likewise.
20572         (ctan_towardzero_test_data): Likewise.
20573         (ctan_downward_test_data): Likewise.
20574         (ctan_upward_test_data): Likewise.
20575         (ctanh_test_data): Likewise.
20576         (ctanh_tonearest_test_data): Likewise.
20577         (ctanh_towardzero_test_data): Likewise.
20578         (ctanh_downward_test_data): Likewise.
20579         (ctanh_upward_test_data): Likewise.
20580         (erf_test_data): Likewise.
20581         (erfc_test_data): Likewise.
20582         (exp_test_data): Likewise.
20583         (exp_tonearest_test_data): Likewise.
20584         (exp_towardzero_test_data): Likewise.
20585         (exp_downward_test_data): Likewise.
20586         (exp_upward_test_data): Likewise.
20587         (exp10_test_data): Likewise.
20588         (exp2_test_data): Likewise.
20589         (expm1_test_data): Likewise.
20590         (fabs_test_data): Likewise.
20591         (fdim_test_data): Likewise.
20592         (finite_test_data): Likewise.
20593         (floor_test_data): Likewise.
20594         (fma_test_data): Likewise.
20595         (fma_towardzero_test_data): Likewise.
20596         (fma_downward_test_data): Likewise.
20597         (fma_upward_test_data): Likewise.
20598         (fmax_test_data): Likewise.
20599         (fmin_test_data): Likewise.
20600         (fmod_test_data): Likewise.
20601         (fpclassify_test_data): Likewise.
20602         (frexp_test_data): Likewise.
20603         (gamma_test_data): Likewise.
20604         (hypot_test_data): Likewise.
20605         (ilogb_test_data): Likewise.
20606         (isfinite_test_data): Likewise.
20607         (isgreater_test_data): Likewise.
20608         (isgreaterequal_test_data): Likewise.
20609         (isinf_test_data): Likewise.
20610         (isless_test_data): Likewise.
20611         (islessequal_test_data): Likewise.
20612         (islessgreater_test_data): Likewise.
20613         (isnan_test_data): Likewise.
20614         (isnormal_test_data): Likewise.
20615         (issignaling_test_data): Likewise.
20616         (isunordered_test_data): Likewise.
20617         (j0_test_data): Likewise.
20618         (j1_test_data): Likewise.
20619         (jn_test_data): Likewise.
20620         (ldexp_test_data): Likewise.
20621         (lgamma_test_data): Likewise.
20622         (lrint_test_data): Likewise.
20623         (lrint_tonearest_test_data): Likewise.
20624         (lrint_towardzero_test_data): Likewise.
20625         (lrint_downward_test_data): Likewise.
20626         (lrint_upward_test_data): Likewise.
20627         (llrint_test_data): Likewise.
20628         (llrint_tonearest_test_data): Likewise.
20629         (llrint_towardzero_test_data): Likewise.
20630         (llrint_downward_test_data): Likewise.
20631         (llrint_upward_test_data): Likewise.
20632         (log_test_data): Likewise.
20633         (log10_test_data): Likewise.
20634         (log1p_test_data): Likewise.
20635         (log2_test_data): Likewise.
20636         (logb_test_data): Likewise.
20637         (logb_downward_test_data): Likewise.
20638         (lround_test_data): Likewise.
20639         (llround_test_data): Likewise.
20640         (modf_test_data): Likewise.
20641         (nearbyint_test_data): Likewise.
20642         (nextafter_test_data): Likewise.
20643         (nexttoward_test_data): Likewise.
20644         (pow_test_data): Likewise.
20645         (pow_tonearest_test_data): Likewise.
20646         (pow_towardzero_test_data): Likewise.
20647         (pow_downward_test_data): Likewise.
20648         (pow_upward_test_data): Likewise.
20649         (remainder_test_data): Likewise.
20650         (remainder_tonearest_test_data): Likewise.
20651         (remainder_towardzero_test_data): Likewise.
20652         (remainder_downward_test_data): Likewise.
20653         (remainder_upward_test_data): Likewise.
20654         (remquo_test_data): Likewise.
20655         (rint_test_data): Likewise.
20656         (rint_tonearest_test_data): Likewise.
20657         (rint_towardzero_test_data): Likewise.
20658         (rint_downward_test_data): Likewise.
20659         (rint_upward_test_data): Likewise.
20660         (round_test_data): Likewise.
20661         (scalb_test_data): Likewise.
20662         (scalbn_test_data): Likewise.
20663         (scalbln_test_data): Likewise.
20664         (signbit_test_data): Likewise.
20665         (sin_test_data): Likewise.
20666         (sin_tonearest_test_data): Likewise.
20667         (sin_towardzero_test_data): Likewise.
20668         (sin_downward_test_data): Likewise.
20669         (sin_upward_test_data): Likewise.
20670         (sincos_test_data): Likewise.
20671         (sinh_test_data): Likewise.
20672         (sinh_tonearest_test_data): Likewise.
20673         (sinh_towardzero_test_data): Likewise.
20674         (sinh_downward_test_data): Likewise.
20675         (sinh_upward_test_data): Likewise.
20676         (sqrt_test_data): Likewise.
20677         (tan_test_data): Likewise.
20678         (tan_tonearest_test_data): Likewise.
20679         (tan_towardzero_test_data): Likewise.
20680         (tan_downward_test_data): Likewise.
20681         (tan_upward_test_data): Likewise.
20682         (tanh_test_data): Likewise.
20683         (tgamma_test_data): Likewise.
20684         (trunc_test_data): Likewise.
20685         (y0_test_data): Likewise.
20686         (y1_test_data): Likewise.
20687         (yn_test_data): Likewise.
20688         (significand_test_data): Likewise.
20689
20690         * math/gen-libm-test.pl (@functions): Remove variable.
20691         (generate_testfile): Don't handle START and END lines.
20692         * math/libm-test.inc (START): New macro.
20693         (END): Likewise.
20694         (END_COMPLEX): Likewise.
20695         (acos_test): Use END macro without arguments.
20696         (acos_test_tonearest): Likewise.
20697         (acos_test_towardzero): Likewise.
20698         (acos_test_downward): Likewise.
20699         (acos_test_upward): Likewise.
20700         (acosh_test): Likewise.
20701         (asin_test): Likewise.
20702         (asin_test_tonearest): Likewise.
20703         (asin_test_towardzero): Likewise.
20704         (asin_test_downward): Likewise.
20705         (asin_test_upward): Likewise.
20706         (asinh_test): Likewise.
20707         (atan_test): Likewise.
20708         (atanh_test): Likewise.
20709         (atan2_test): Likewise.
20710         (cabs_test): Likewise.
20711         (cacos_test): Use END_COMPLEX macro without arguments.
20712         (cacosh_test): Likewise.
20713         (carg_test): Use END macro without arguments.
20714         (casin_test): Use END_COMPLEX macro without arguments.
20715         (casinh_test): Likewise.
20716         (catan_test): Likewise.
20717         (catanh_test): Likewise.
20718         (cbrt_test): Use END macro without arguments.
20719         (ccos_test): Use END_COMPLEX macro without arguments.
20720         (ccosh_test): Likewise.
20721         (ceil_test): Use END macro without arguments.
20722         (cexp_test): Use END_COMPLEX macro without arguments.
20723         (cimag_test): Use END macro without arguments.
20724         (clog_test): Use END_COMPLEX macro without arguments.
20725         (clog10_test): Likewise.
20726         (conj_test): Likewise.
20727         (copysign_test): Use END macro without arguments.
20728         (cos_test): Likewise.
20729         (cos_test_tonearest): Likewise.
20730         (cos_test_towardzero): Likewise.
20731         (cos_test_downward): Likewise.
20732         (cos_test_upward): Likewise.
20733         (cosh_test): Likewise.
20734         (cosh_test_tonearest): Likewise.
20735         (cosh_test_towardzero): Likewise.
20736         (cosh_test_downward): Likewise.
20737         (cosh_test_upward): Likewise.
20738         (cpow_test): Use END_COMPLEX macro without arguments.
20739         (cproj_test): Likewise.
20740         (creal_test): Use END macro without arguments.
20741         (csin_test): Use END_COMPLEX macro without arguments.
20742         (csinh_test): Likewise.
20743         (csqrt_test): Likewise.
20744         (ctan_test): Likewise.
20745         (ctan_test_tonearest): Likewise.
20746         (ctan_test_towardzero): Likewise.
20747         (ctan_test_downward): Likewise.
20748         (ctan_test_upward): Likewise.
20749         (ctanh_test): Likewise.
20750         (ctanh_test_tonearest): Likewise.
20751         (ctanh_test_towardzero): Likewise.
20752         (ctanh_test_downward): Likewise.
20753         (ctanh_test_upward): Likewise.
20754         (erf_test): Use END macro without arguments.
20755         (erfc_test): Likewise.
20756         (exp_test): Likewise.
20757         (exp_test_tonearest): Likewise.
20758         (exp_test_towardzero): Likewise.
20759         (exp_test_downward): Likewise.
20760         (exp_test_upward): Likewise.
20761         (exp10_test): Likewise.
20762         (exp2_test): Likewise.
20763         (expm1_test): Likewise.
20764         (fabs_test): Likewise.
20765         (fdim_test): Likewise.
20766         (finite_test): Likewise.
20767         (floor_test): Likewise.
20768         (fma_test): Likewise.
20769         (fma_test_towardzero): Likewise.
20770         (fma_test_downward): Likewise.
20771         (fma_test_upward): Likewise.
20772         (fmax_test): Likewise.
20773         (fmin_test): Likewise.
20774         (fmod_test): Likewise.
20775         (fpclassify_test): Likewise.
20776         (frexp_test): Likewise.
20777         (gamma_test): Likewise.
20778         (hypot_test): Likewise.
20779         (ilogb_test): Likewise.
20780         (isfinite_test): Likewise.
20781         (isgreater_test): Likewise.
20782         (isgreaterequal_test): Likewise.
20783         (isinf_test): Likewise.
20784         (isless_test): Likewise.
20785         (islessequal_test): Likewise.
20786         (islessgreater_test): Likewise.
20787         (isnan_test): Likewise.
20788         (isnormal_test): Likewise.
20789         (issignaling_test): Likewise.
20790         (isunordered_test): Likewise.
20791         (j0_test): Likewise.
20792         (j1_test): Likewise.
20793         (jn_test): Likewise.
20794         (ldexp_test): Likewise.
20795         (lgamma_test): Likewise.
20796         (lrint_test): Likewise.
20797         (lrint_test_tonearest): Likewise.
20798         (lrint_test_towardzero): Likewise.
20799         (lrint_test_downward): Likewise.
20800         (lrint_test_upward): Likewise.
20801         (llrint_test): Likewise.
20802         (llrint_test_tonearest): Likewise.
20803         (llrint_test_towardzero): Likewise.
20804         (llrint_test_downward): Likewise.
20805         (llrint_test_upward): Likewise.
20806         (log_test): Likewise.
20807         (log10_test): Likewise.
20808         (log1p_test): Likewise.
20809         (log2_test): Likewise.
20810         (logb_test): Likewise.
20811         (logb_test_downward): Likewise.
20812         (lround_test): Likewise.
20813         (llround_test): Likewise.
20814         (modf_test): Likewise.
20815         (nearbyint_test): Likewise.
20816         (nextafter_test): Likewise.
20817         (nexttoward_test): Likewise.
20818         (pow_test): Likewise.
20819         (pow_test_tonearest): Likewise.
20820         (pow_test_towardzero): Likewise.
20821         (pow_test_downward): Likewise.
20822         (pow_test_upward): Likewise.
20823         (remainder_test): Likewise.
20824         (remainder_test_tonearest): Likewise.
20825         (remainder_test_towardzero): Likewise.
20826         (remainder_test_downward): Likewise.
20827         (remainder_test_upward): Likewise.
20828         (remquo_test): Likewise.
20829         (rint_test): Likewise.
20830         (rint_test_tonearest): Likewise.
20831         (rint_test_towardzero): Likewise.
20832         (rint_test_downward): Likewise.
20833         (rint_test_upward): Likewise.
20834         (round_test): Likewise.
20835         (scalb_test): Likewise.
20836         (scalbn_test): Likewise.
20837         (scalbln_test): Likewise.
20838         (signbit_test): Likewise.
20839         (sin_test): Likewise.
20840         (sin_test_tonearest): Likewise.
20841         (sin_test_towardzero): Likewise.
20842         (sin_test_downward): Likewise.
20843         (sin_test_upward): Likewise.
20844         (sincos_test): Likewise.
20845         (sinh_test): Likewise.
20846         (sinh_test_tonearest): Likewise.
20847         (sinh_test_towardzero): Likewise.
20848         (sinh_test_downward): Likewise.
20849         (sinh_test_upward): Likewise.
20850         (sqrt_test): Likewise.
20851         (tan_test): Likewise.
20852         (tan_test_tonearest): Likewise.
20853         (tan_test_towardzero): Likewise.
20854         (tan_test_downward): Likewise.
20855         (tan_test_upward): Likewise.
20856         (tanh_test): Likewise.
20857         (tgamma_test): Likewise.
20858         (trunc_test): Likewise.
20859         (y0_test): Likewise.
20860         (y1_test): Likewise.
20861         (yn_test): Likewise.
20862         (significand_test): Likewise.
20863
20864 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
20865
20866         [BZ #15381]
20867         * libio/genops.c (_IO_no_init): Initialize wide struct info.
20868
20869 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20870
20871         [BZ #14894]
20872         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
20873         __ppc_mdoio and __ppc_mdoom.
20874         * manual/platform.texi: Document new functions __ppc_yield,
20875         __ppc_mdoio and __ppc_mdoom.
20876
20877 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
20878
20879         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
20880         (main): Mention "tls" pseudo-hwcap is legacy.
20881         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
20882
20883 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20884
20885         * math/gen-libm-test.pl (parse_args): Output only string of
20886         arguments as text for test name, not full call or descriptions of
20887         tests for extra outputs.
20888         (generate_testfile): Do not pass function name to parse_args.
20889         Generate this_func variable from START.
20890         * math/libm-test.inc (struct test_f_f_data): Rename test_name
20891         field to arg_str.
20892         (struct test_ff_f_data): Likewise.
20893         (test_ff_f_data_nexttoward): Likewise.
20894         (struct test_fi_f_data): Likewise.
20895         (struct test_fl_f_data): Likewise.
20896         (struct test_if_f_data): Likewise.
20897         (struct test_fff_f_data): Likewise.
20898         (struct test_c_f_data): Likewise.
20899         (struct test_f_f1_data): Likewise.  Remove field extra_name.
20900         (struct test_fF_f1_data): Likewise.
20901         (struct test_ffI_f1_data): Likewise.
20902         (struct test_c_c_data): Rename test_name field to arg_str.
20903         (struct test_cc_c_data): Likewise.
20904         (struct test_f_i_data): Likewise.
20905         (struct test_ff_i_data): Likewise.
20906         (struct test_f_l_data): Likewise.
20907         (struct test_f_L_data): Likewise.
20908         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
20909         and extra2_name.
20910         (COMMON_TEST_SETUP): New macro.
20911         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
20912         (COMMON_TEST_CLEANUP): Likewise.
20913         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
20914         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
20915         macros.
20916         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
20917         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
20918         macros.
20919         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
20920         (RUN_TEST_fff_f): Take argument string.  Call new setup and
20921         cleanup macros.
20922         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
20923         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
20924         macros.
20925         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
20926         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
20927         macros.
20928         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20929         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
20930         cleanup macros.
20931         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20932         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
20933         cleanup macros.
20934         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20935         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
20936         cleanup macros.
20937         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20938         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
20939         macros.
20940         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
20941         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
20942         macros.
20943         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
20944         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
20945         macros.
20946         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
20947         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
20948         cleanup macros.
20949         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
20950         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
20951         cleanup macros.
20952         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
20953         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
20954         macros.
20955         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
20956         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
20957         cleanup macros.
20958         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
20959         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
20960         macros.
20961         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
20962         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
20963         macros.
20964         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
20965         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
20966         cleanup macros.
20967         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
20968
20969 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
20970
20971         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
20972         to _sifields.sigfault.
20973         (si_addr_lsb): Define new macro.
20974         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20975         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
20976         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
20977
20978 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
20979
20980         [BZ #15441]
20981         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
20982         returns -1.
20983         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
20984         null return -1.
20985         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
20986         loading the domain.
20987
20988 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20989
20990         * math/gen-libm-test.pl (parse_args): Do not include expected
20991         result in test name.
20992         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
20993         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20994         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20995         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20996         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20997         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20998
20999 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21000
21001         * benchtests/Makefile: Sort function entries.
21002
21003         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
21004         tanh, asinh, acosh, atanh.
21005         * benchtests/acos-inputs: New file.
21006         * benchtests/acosh-inputs: New file.
21007         * benchtests/asin-inputs: New file.
21008         * benchtests/asinh-inputs: New file.
21009         * benchtests/atanh-inputs: New file.
21010         * benchtests/cosh-inputs: New file.
21011         * benchtests/log-inputs: New file.
21012         * benchtests/sinh-inputs: New file.
21013         * benchtests/tanh-inputs: New file.
21014
21015 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
21016
21017         [BZ #15339]
21018         * posix/tst-getaddrinfo4.c: New test.
21019         * posix/Makefile (tests): Add it.
21020
21021 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21022
21023         [BZ #15339]
21024         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
21025         when no services were used.
21026         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
21027         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
21028
21029 2013-05-21  Andreas Schwab  <schwab@suse.de>
21030
21031         [BZ #15014]
21032         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
21033         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
21034         successful.
21035         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
21036         redundant variable declarations and reallocation of buffer when
21037         parsing as IPv6 address.  Always set NSS status when called from
21038         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
21039         buffer too small.  Correct computation of needed size.
21040         * nss/Makefile (tests): Add test-digits-dots.
21041         * nss/test-digits-dots.c: New test.
21042
21043 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21044
21045         * benchtests/Makefile: Remove instructions for adding
21046         benchmark tests.
21047         * benchtests/README: New file to explain how to execute and
21048         enhance the benchmark tests.
21049
21050 2013-05-21  Andreas Schwab  <schwab@suse.de>
21051
21052         [BZ #15493]
21053         * setjmp/Makefile (tests): Add tst-sigsetjmp.
21054         * setjmp/tst-sigsetjmp.c: New test.
21055
21056 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21057
21058         * sysdeps/x86_64/memset.S (memset): New implementation.
21059         (__bzero): Likewise.
21060         (__memset_tail): New function.
21061
21062 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21063
21064         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
21065         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
21066         __memcpy_sse2_unaligned ifunc selection.
21067         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21068         Add memcpy-sse2-unaligned.S.
21069         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21070         Add: __memcpy_sse2_unaligned.
21071
21072 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
21073
21074         [BZ #15490]
21075         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
21076         math_force_eval before restoring floating-point envrionment.
21077         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
21078         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
21079         Likewise.
21080         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
21081         <math_private.h>.
21082         (__nearbyintl): Use math_force_eval before restoring
21083         floating-point environment.
21084         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
21085
21086         * math/gen-libm-test.pl (special_functions): Remove.
21087         (parse_args): Don't handle TEST_extra.  Handle functions with no
21088         return value.
21089         * math/libm-test.inc (struct test_sincos_data): Replace with
21090         struct test_fFF_11_data.
21091         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
21092         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
21093         (sincos_test_data): Change element type to struct
21094         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
21095         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
21096         RUN_TEST_LOOP_sincos.
21097         * math/README.libm-test: Don't mention special handling of
21098         individual functions.
21099         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
21100         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21101         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21102         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21103         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21104         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21105
21106         * math/gen-libm-test.pl (get_variable): Remove function.
21107         (parse_args): Don't show pointer parameters to call in test
21108         names.  Use "extra output N" in test names for extra outputs
21109         rather than naming variables.
21110
21111 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
21112
21113         [BZ #15488]
21114         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
21115         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
21116         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
21117         double tests.
21118         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
21119         disable.
21120         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
21121         check_long_double.
21122
21123         * math/gen-libm-test.pl (@tests): Remove variable.
21124         ($count): Likewise.
21125         (new_test): Remove function.
21126         (show_exceptions): New function.
21127         (special_functions): Use show_exceptions instead of new_test.
21128         (parse_args): Likewise.
21129         (generate_testfile): Pass only function name in generated call to
21130         print_max_error or print_complex_max_error.
21131         (get_ulps): Do not handle complex tests specially.
21132         (output_test): Rename to ...
21133         (get_all_ulps_for_test): ... this.  Return a string rather than
21134         printing to a file.  Require ulps to be present.
21135         (output_ulps): Generate arrays rather than #defines.
21136         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
21137         (struct ulp_data): New type.
21138         (BUILD_COMPLEX_ULP): Remove macro.
21139         (compare_ulp_data): New function.
21140         (find_ulps): Likewise.
21141         (find_test_ulps): Likewise.
21142         (find_function_ulps): Likewise.
21143         (find_complex_function_ulps): Likewise.
21144         (print_max_error): Determine allowed ulps using
21145         find_function_ulps.
21146         (print_complex_max_error): Determine allowed ulps using
21147         find_complex_function_ulps.
21148         (check_float_internal): Determine max ulps using find_test_ulps.
21149         (check_float): Do not take max_ulp parameter.  Update call to
21150         check_float_internal.
21151         (check_complex): Likewise.
21152         (check_int): Do not take max_ulp parameter.
21153         (check_long): Likewise.
21154         (check_bool): Likewise.
21155         (check_longlong): Likewise.
21156         (struct test_f_f_data): Remove max_ulp field.
21157         (struct test_ff_f_data): Likewise.
21158         (struct test_ff_f_data_nexttoward): Likewise.
21159         (struct test_fi_f_data): Likewise.
21160         (struct test_fl_f_data): Likewise.
21161         (struct test_if_f_data): Likewise.
21162         (struct test_fff_f_data): Likewise.
21163         (struct test_c_f_data): Likewise.
21164         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
21165         (struct test_fF_f1_data): Likewise.
21166         (struct test_ffI_f1_data): Likewise.
21167         (struct test_c_c_data): Remove max_ulp field.
21168         (struct test_cc_c_data): Likewise.
21169         (struct test_f_i_data): Likewise.
21170         (struct test_ff_i_data): Likewise.
21171         (struct test_f_l_data): Likewise.
21172         (struct test_f_L_data): Likewise.
21173         (struct test_sincos_data): Likewise.
21174         (RUN_TEST_f_f): Do not handle ulps.
21175         (RUN_TEST_LOOP_f_f): Likewise.
21176         (RUN_TEST_2_f): Likewise.
21177         (RUN_TEST_LOOP_2_f): Likewise.
21178         (RUN_TEST_fff_f): Likewise.
21179         (RUN_TEST_LOOP_fff_f): Likewise.
21180         (RUN_TEST_c_f): Likewise.
21181         (RUN_TEST_LOOP_c_f): Likewise.
21182         (RUN_TEST_f_f1): Likewise.
21183         (RUN_TEST_LOOP_f_f1): Likewise.
21184         (RUN_TEST_fF_f1): Likewise.
21185         (RUN_TEST_LOOP_fF_f1): Likewise.
21186         (RUN_TEST_fI_f1): Likewise.
21187         (RUN_TEST_LOOP_fI_f1): Likewise.
21188         (RUN_TEST_ffI_f1): Likewise.
21189         (RUN_TEST_LOOP_ffI_f1): Likewise.
21190         (RUN_TEST_c_c): Likewise.
21191         (RUN_TEST_LOOP_c_c): Likewise.
21192         (RUN_TEST_cc_c): Likewise.
21193         (RUN_TEST_LOOP_cc_c): Likewise.
21194         (RUN_TEST_f_i): Likewise.
21195         (RUN_TEST_LOOP_f_i): Likewise.
21196         (RUN_TEST_f_i_tg): Likewise.
21197         (RUN_TEST_LOOP_f_i_tg): Likewise.
21198         (RUN_TEST_ff_i_tg): Likewise.
21199         (RUN_TEST_LOOP_ff_i_tg): Likewise.
21200         (RUN_TEST_f_b): Likewise.
21201         (RUN_TEST_LOOP_f_b): Likewise.
21202         (RUN_TEST_f_b_tg): Likewise.
21203         (RUN_TEST_LOOP_f_b_tg): Likewise.
21204         (RUN_TEST_f_l): Likewise.
21205         (RUN_TEST_LOOP_f_l): Likewise.
21206         (RUN_TEST_f_L): Likewise.
21207         (RUN_TEST_LOOP_f_L): Likewise.
21208         (RUN_TEST_sincos): Likewise.
21209         (RUN_TEST_LOOP_sincos): Likewise.
21210
21211 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
21212
21213         [BZ #15480]
21214         [BZ #15485]
21215         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
21216         main case of finite arguments, set rounding mode to FE_TONEAREST
21217         and discard exceptions.
21218         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
21219         exceptions.
21220         (remainder_tonearest_test_data): New variable.
21221         (remainder_test_tonearest): New function.
21222         (remainder_towardzero_test_data): New variable.
21223         (remainder_test_towardzero): New function.
21224         (remainder_downward_test_data): New variable.
21225         (remainder_test_downward): New function.
21226         (remainder_upward_test_data): New variable.
21227         (remainder_test_upward): New function.
21228         (main): Call the new test functions.
21229
21230         * math/libm-test.inc (struct test_f_f1_data): Remove field
21231         extra_init.
21232         (struct test_fF_f1_data): Likewise.
21233         (struct test_ffI_f1_data): Likewise.
21234         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
21235         based on value of EXTRA_EXPECTED.
21236         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21237         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
21238         EXTRA_VAR based on value of EXTRA_EXPECTED.
21239         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21240         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
21241         EXTRA_VAR based on value of EXTRA_EXPECTED.
21242         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21243         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
21244         EXTRA_VAR based on value of EXTRA_EXPECTED.
21245         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21246         * math/gen-libm-test.pl (parse_args): Don't output initializers
21247         for extra output values.
21248
21249         * math/libm-test.inc (check_int): Expect result to be exactly
21250         equal to expected value and do not handle ulps.
21251         (check_long): Likewise.
21252         (check_longlong): Likewise.
21253
21254         * math/libm-test.inc (ceil_test_data): Test for "inexact"
21255         exceptions.
21256         (cimag_test_data): Likewise.
21257         (conj_test_data): Likewise.
21258         (copysign_test_data): Likewise.
21259         (cproj_test_data): Likewise.
21260         (creal_test_data): Likewise.
21261         (fabs_test_data): Likewise.
21262         (fdim_test_data): Likewise.
21263         (finite_test_data): Likewise.
21264         (floor_test_data): Likewise.
21265         (fmax_test_data): Likewise.
21266         (fmin_test_data): Likewise.
21267         (fmod_test_data): Likewise.
21268         (fpclassify_test_data): Likewise.
21269         (frexp_test_data): Likewise.
21270         (ilogb_test_data): Likewise.
21271         (isfinite_test_data): Likewise.
21272         (isgreater_test_data): Likewise.
21273         (isgreaterequal_test_data): Likewise.
21274         (isinf_test_data): Likewise.
21275         (isless_test_data): Likewise.
21276         (islessequal_test_data): Likewise.
21277         (islessgreater_test_data): Likewise.
21278         (isnan_test_data): Likewise.
21279         (isnormal_test_data): Likewise.
21280         (issignaling_test_data): Likewise.
21281         (isunordered_test_data): Likewise.
21282         (ldexp_test_data): Likewise.
21283         (lrint_test_data): Likewise.
21284         (lrint_test_data) [TEST_FLOAT]: Disable one test.
21285         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
21286         (lrint_tonearest_test_data): Test for "inexact" exceptions.
21287         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21288         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
21289         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21290         test input.
21291         (lrint_towardzero_test_data): Test for "inexact" exceptions.
21292         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21293         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
21294         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
21295         that test input.
21296         (lrint_downward_test_data): Test for "inexact" exceptions.
21297         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21298         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
21299         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21300         test input.
21301         (lrint_upward_test_data): Test for "inexact" exceptions.
21302         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
21303         test input.
21304         (llrint_test_data): Test for "inexact" exceptions.
21305         (llrint_test_data) [TEST_FLOAT]: Disable one test.
21306         (llrint_tonearest_test_data): Test for "inexact" exceptions.
21307         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21308         (llrint_towardzero_test_data): Test for "inexact" exceptions.
21309         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21310         (llrint_downward_test_data): Test for "inexact" exceptions.
21311         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21312         (llrint_upward_test_data): Test for "inexact" exceptions.
21313         (logb_test_data): Likewise.
21314         (logb_downward_test_data): Likewise.
21315         (nextafter_test_data): Likewise.
21316         (nexttoward_test_data): Likewise.
21317         (remainder_test_data): Likewise.
21318         (remquo_test_data): Likewise.
21319         (scalbn_test_data): Likewise.
21320         (scalbln_test_data): Likewise.
21321         (signbit_test_data): Likewise.
21322         (sqrt_test_data): Likewise.
21323         (significand_test_data): Likewise.
21324
21325 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21326
21327         [BZ #15424]
21328         * benchtests/bench-modf.c (struct args): Mark arg0 as
21329         volatile.
21330         * scripts/bench.pl: Mark members of struct args as volatile.
21331
21332 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21333
21334         [BZ # 15497]
21335         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
21336         negative infinity on POWER6 or lower.
21337         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
21338
21339 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
21340
21341         [BZ #15442]
21342         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
21343         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
21344         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
21345         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
21346         (_FP_SETQNAN): New macro.
21347         (_FP_SETQNAN_SEMIRAW): Likewise.
21348         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
21349         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
21350         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
21351         (FP_EXTEND): Use _FP_FRAC_SNANP.
21352         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
21353         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
21354         into account.
21355         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21356         New macro.
21357         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21358         Likewise.
21359
21360 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21361
21362         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
21363         with DIVIDE_BY_ZERO_EXCEPTION.
21364         (gamma_test_data): Likewise.
21365         (lgamma_test_data): Likewise.
21366         (log_test_data): Likewise.
21367         (log10_test_data): Likewise.
21368         (log2_test_data): Likewise.
21369         (tgamma_test_data): Likewise.
21370
21371         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
21372         (acos_test_tonearest): Likewise.
21373         (acos_test_towardzero): Likewise.
21374         (acos_test_downward): Likewise.
21375         (acos_test_upward): Likewise.
21376         (acosh_test): Likewise.
21377         (asin_test): Likewise.
21378         (asin_test_tonearest): Likewise.
21379         (asin_test_towardzero): Likewise.
21380         (asin_test_downward): Likewise.
21381         (asin_test_upward): Likewise.
21382         (asinh_test): Likewise.
21383         (atan_test): Likewise.
21384         (atanh_test): Likewise.
21385         (atan2_test): Likewise.
21386         (cabs_test): Likewise.
21387         (cacos_test): Likewise.
21388         (cacosh_test): Likewise.
21389         (casin_test): Likewise.
21390         (casinh_test): Likewise.
21391         (catan_test): Likewise.
21392         (catanh_test): Likewise.
21393         (cbrt_test): Likewise.
21394         (ccos_test): Likewise.
21395         (ccosh_test): Likewise.
21396         (cexp_test): Likewise.
21397         (clog_test): Likewise.
21398         (clog10_test): Likewise.
21399         (cos_test): Likewise.
21400         (cos_test_tonearest): Likewise.
21401         (cos_test_towardzero): Likewise.
21402         (cos_test_downward): Likewise.
21403         (cos_test_upward): Likewise.
21404         (cosh_test): Likewise.
21405         (cosh_test_tonearest): Likewise.
21406         (cosh_test_towardzero): Likewise.
21407         (cosh_test_downward): Likewise.
21408         (cosh_test_upward): Likewise.
21409         (cpow_test): Likewise.
21410         (csin_test): Likewise.
21411         (csinh_test): Likewise.
21412         (csqrt_test): Likewise.
21413         (ctan_test): Likewise.
21414         (ctan_test_tonearest): Likewise.
21415         (ctan_test_towardzero): Likewise.
21416         (ctan_test_downward): Likewise.
21417         (ctan_test_upward): Likewise.
21418         (ctanh_test): Likewise.
21419         (ctanh_test_tonearest): Likewise.
21420         (ctanh_test_towardzero): Likewise.
21421         (ctanh_test_downward): Likewise.
21422         (ctanh_test_upward): Likewise.
21423         (erf_test): Likewise.
21424         (erfc_test): Likewise.
21425         (exp_test): Likewise.
21426         (exp_test_tonearest): Likewise.
21427         (exp_test_towardzero): Likewise.
21428         (exp_test_downward): Likewise.
21429         (exp_test_upward): Likewise.
21430         (exp10_test): Likewise.
21431         (exp2_test): Likewise.
21432         (expm1_test): Likewise.
21433         (fmod_test): Likewise.
21434         (gamma_test): Likewise.
21435         (hypot_test): Likewise.
21436         (j0_test): Likewise.
21437         (j1_test): Likewise.
21438         (jn_test): Likewise.
21439         (lgamma_test): Likewise.
21440         (log_test): Likewise.
21441         (log10_test): Likewise.
21442         (log1p_test): Likewise.
21443         (log2_test): Likewise.
21444         (logb_test_downward): Likewise.
21445         (pow_test): Likewise.
21446         (pow_test_tonearest): Likewise.
21447         (pow_test_towardzero): Likewise.
21448         (pow_test_downward): Likewise.
21449         (pow_test_upward): Likewise.
21450         (remainder_test): Likewise.
21451         (remquo_test): Likewise.
21452         (sin_test): Likewise.
21453         (sin_test_tonearest): Likewise.
21454         (sin_test_towardzero): Likewise.
21455         (sin_test_downward): Likewise.
21456         (sin_test_upward): Likewise.
21457         (sincos_test): Likewise.
21458         (sinh_test): Likewise.
21459         (sinh_test_tonearest): Likewise.
21460         (sinh_test_towardzero): Likewise.
21461         (sinh_test_downward): Likewise.
21462         (sinh_test_upward): Likewise.
21463         (sqrt_test): Likewise.
21464         (tan_test): Likewise.
21465         (tan_test_tonearest): Likewise.
21466         (tan_test_towardzero): Likewise.
21467         (tan_test_downward): Likewise.
21468         (tan_test_upward): Likewise.
21469         (tanh_test): Likewise.
21470         (tgamma_test): Likewise.
21471         (y0_test): Likewise.
21472         (y1_test): Likewise.
21473         (yn_test): Likewise.
21474
21475         * math/gen-libm-test.pl (adjust_arg): Remove function.
21476         (special_function): Remove argument $in_func.  Only handle
21477         generating output for tables of tests, not inside functions.
21478         (parse_args): Likewise.
21479         (generate_testfile): Remove variable $in_func.  Update call to
21480         parse_args.
21481         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
21482         (MINUS_ZERO_INIT): Rename macro to minus_zero.
21483         (PLUS_INFTY_INIT): Rename macro to plus_infty.
21484         (MINUS_INFTY_INIT): Rename macro to minus_infty.
21485         (QNAN_VALUE_INIT): Rename macro to qnan_value.
21486         (MAX_VALUE_INIT): Rename macro to max_value.
21487         (MIN_VALUE_INIT): Rename macro to min_value.
21488         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
21489         (plus_zero): Remove variable.
21490         (minus_zero): Likewise.
21491         (plus_infty): Likewise.
21492         (minus_infty): Likewise.
21493         (qnan_value): Likewise.
21494         (max_value): Likewise.
21495         (min_value): Likewise.
21496         (min_subnorm_value): Likewise.
21497
21498 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21499
21500         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
21501         uint64_t or uint32_t usage.
21502         * crypt/sha256-block.c: Likewise.
21503         * crypt/sha256-crypt.c: Likewise.
21504         * crypt/sha256.c: Likewise.
21505         * crypt/sha512-block.c: Likewise.
21506         * crypt/sha512-crypt.c: Likewise.
21507         * crypt/sha512.c: Likewise.
21508         * debug/backtrace-tst.c: Likewise.
21509         * debug/pcprofiledump.c: Likewise.
21510         * elf/cache.c: Likewise.
21511         * elf/dl-cache.c: Likewise.
21512         * elf/dl-misc.c: Likewise.
21513         * elf/dl-profile.c: Likewise.
21514         * elf/dl-support.c: Likewise.
21515         * elf/ldconfig.c: Likewise.
21516         * elf/sprof.c: Likewise.
21517         * iconv/dummy-repertoire.c: Likewise.
21518         * iconv/iconv_charmap.c: Likewise.
21519         * iconv/skeleton.c: Likewise.
21520         * iconvdata/8bit-generic.c: Likewise.
21521         * iconvdata/cp737.h: Likewise.
21522         * iconvdata/cp775.h: Likewise.
21523         * iconvdata/ibm1008.h: Likewise.
21524         * iconvdata/ibm1025.h: Likewise.
21525         * iconvdata/ibm1046.h: Likewise.
21526         * iconvdata/ibm1097.h: Likewise.
21527         * iconvdata/ibm1112.h: Likewise.
21528         * iconvdata/ibm1122.h: Likewise.
21529         * iconvdata/ibm1123.h: Likewise.
21530         * iconvdata/ibm1124.h: Likewise.
21531         * iconvdata/ibm1129.h: Likewise.
21532         * iconvdata/ibm1130.h: Likewise.
21533         * iconvdata/ibm1132.h: Likewise.
21534         * iconvdata/ibm1133.h: Likewise.
21535         * iconvdata/ibm1137.h: Likewise.
21536         * iconvdata/ibm1140.h: Likewise.
21537         * iconvdata/ibm1141.h: Likewise.
21538         * iconvdata/ibm1142.h: Likewise.
21539         * iconvdata/ibm1143.h: Likewise.
21540         * iconvdata/ibm1144.h: Likewise.
21541         * iconvdata/ibm1145.h: Likewise.
21542         * iconvdata/ibm1146.h: Likewise.
21543         * iconvdata/ibm1147.h: Likewise.
21544         * iconvdata/ibm1148.h: Likewise.
21545         * iconvdata/ibm1149.h: Likewise.
21546         * iconvdata/ibm1153.h: Likewise.
21547         * iconvdata/ibm1154.h: Likewise.
21548         * iconvdata/ibm1155.h: Likewise.
21549         * iconvdata/ibm1156.h: Likewise.
21550         * iconvdata/ibm1157.h: Likewise.
21551         * iconvdata/ibm1158.h: Likewise.
21552         * iconvdata/ibm1160.h: Likewise.
21553         * iconvdata/ibm1161.h: Likewise.
21554         * iconvdata/ibm1162.h: Likewise.
21555         * iconvdata/ibm1163.h: Likewise.
21556         * iconvdata/ibm1164.h: Likewise.
21557         * iconvdata/ibm1166.h: Likewise.
21558         * iconvdata/ibm1167.h: Likewise.
21559         * iconvdata/ibm12712.h: Likewise.
21560         * iconvdata/ibm1390.h: Likewise.
21561         * iconvdata/ibm1399.h: Likewise.
21562         * iconvdata/ibm16804.h: Likewise.
21563         * iconvdata/ibm4517.h: Likewise.
21564         * iconvdata/ibm4899.h: Likewise.
21565         * iconvdata/ibm4909.h: Likewise.
21566         * iconvdata/ibm4971.h: Likewise.
21567         * iconvdata/ibm5347.h: Likewise.
21568         * iconvdata/ibm803.h: Likewise.
21569         * iconvdata/ibm856.h: Likewise.
21570         * iconvdata/ibm901.h: Likewise.
21571         * iconvdata/ibm902.h: Likewise.
21572         * iconvdata/ibm9030.h: Likewise.
21573         * iconvdata/ibm9066.h: Likewise.
21574         * iconvdata/ibm921.h: Likewise.
21575         * iconvdata/ibm922.h: Likewise.
21576         * iconvdata/ibm9448.h: Likewise.
21577         * iconvdata/isiri-3342.h: Likewise.
21578         * iconvdata/jis0201.h: Likewise.
21579         * include/link.h: Likewise.
21580         * include/netdb.h: Likewise.
21581         * inet/check_native.c: Likewise.
21582         * inet/check_pf.c: Likewise.
21583         * inet/getipv4sourcefilter.c: Likewise.
21584         * inet/getnameinfo.c: Likewise.
21585         * inet/getsourcefilter.c: Likewise.
21586         * inet/htonl.c: Likewise.
21587         * inet/setipv4sourcefilter.c: Likewise.
21588         * inet/setsourcefilter.c: Likewise.
21589         * inet/test-inet6_opt.c: Likewise.
21590         * inet/tst-network.c: Likewise.
21591         * locale/C-collate.c: Likewise.
21592         * locale/C-ctype.c: Likewise.
21593         * locale/C-time.c: Likewise.
21594         * locale/C-translit.h: Likewise.
21595         * locale/loadarchive.c: Likewise.
21596         * locale/programs/3level.h: Likewise.
21597         * locale/programs/charmap.c: Likewise.
21598         * locale/programs/charmap.h: Likewise.
21599         * locale/programs/ld-address.c: Likewise.
21600         * locale/programs/ld-collate.c: Likewise.
21601         * locale/programs/ld-ctype.c: Likewise.
21602         * locale/programs/ld-identification.c: Likewise.
21603         * locale/programs/ld-measurement.c: Likewise.
21604         * locale/programs/ld-messages.c: Likewise.
21605         * locale/programs/ld-monetary.c: Likewise.
21606         * locale/programs/ld-name.c: Likewise.
21607         * locale/programs/ld-numeric.c: Likewise.
21608         * locale/programs/ld-paper.c: Likewise.
21609         * locale/programs/ld-telephone.c: Likewise.
21610         * locale/programs/ld-time.c: Likewise.
21611         * locale/programs/linereader.c: Likewise.
21612         * locale/programs/locale.c: Likewise.
21613         * locale/programs/locarchive.c: Likewise.
21614         * locale/programs/locfile.h: Likewise.
21615         * locale/programs/repertoire.c: Likewise.
21616         * locale/programs/simple-hash.c: Likewise.
21617         * locale/programs/simple-hash.h: Likewise.
21618         * malloc/memusage.c: Likewise.
21619         * malloc/memusagestat.c: Likewise.
21620         * nis/nis_defaults.c: Likewise.
21621         * nis/nis_hash.c: Likewise.
21622         * nis/nis_print.c: Likewise.
21623         * nis/nis_xdr.c: Likewise.
21624         * nscd/connections.c: Likewise.
21625         * nscd/hstcache.c: Likewise.
21626         * nscd/nscd_gethst_r.c: Likewise.
21627         * nscd/nscd_getserv_r.c: Likewise.
21628         * nscd/nscd_helper.c: Likewise.
21629         * nscd/servicescache.c: Likewise.
21630         * nss/makedb.c: Likewise.
21631         * nss/nss_db/db-XXX.c: Likewise.
21632         * nss/nss_db/db-initgroups.c: Likewise.
21633         * nss/nss_db/db-netgrp.c: Likewise.
21634         * nss/nss_files/files-network.c: Likewise.
21635         * nss/nss_files/files-parse.c: Likewise.
21636         * posix/bug-regex5.c: Likewise.
21637         * posix/fnmatch_loop.c: Likewise.
21638         * posix/regcomp.c: Likewise.
21639         * posix/regexec.c: Likewise.
21640         * posix/tst-rfc3484-2.c: Likewise.
21641         * posix/tst-rfc3484-3.c: Likewise.
21642         * posix/tst-rfc3484.c: Likewise.
21643         * resolv/nss_dns/dns-canon.c: Likewise.
21644         * resolv/nss_dns/dns-network.c: Likewise.
21645         * resolv/res_init.c: Likewise.
21646         * resolv/res_mkquery.c: Likewise.
21647         * resolv/tst-aton.c: Likewise.
21648         * stdlib/cxa_atexit.c: Likewise.
21649         * stdlib/cxa_finalize.c: Likewise.
21650         * stdlib/gen-fpioconst.c: Likewise.
21651         * stdlib/strtol_l.c: Likewise.
21652         * string/tst-endian.c: Likewise.
21653         * sunrpc/auth_des.c: Likewise.
21654         * sunrpc/clnt_udp.c: Likewise.
21655         * sunrpc/rtime.c: Likewise.
21656         * sunrpc/svcauth_des.c: Likewise.
21657         * sunrpc/xdr.c: Likewise.
21658         * sunrpc/xdr_intXX_t.c: Likewise.
21659         * sunrpc/xdr_rec.c: Likewise.
21660         * sysdeps/generic/ldconfig.h: Likewise.
21661         * sysdeps/generic/ldsodefs.h: Likewise.
21662         * sysdeps/generic/memusage.h: Likewise.
21663         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
21664         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
21665         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
21666         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
21667         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
21668         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
21669         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
21670         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
21671         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
21672         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21673         * sysdeps/posix/getaddrinfo.c: Likewise.
21674         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
21675         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21676         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
21677         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
21678         * sysdeps/powerpc/test-gettimebase.c: Likewise.
21679         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
21680         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
21681         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
21682         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
21683         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
21684         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
21685         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
21686         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
21687         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
21688         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
21689         * sysdeps/x86_64/dl-tls.h: Likewise.
21690         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
21691         * time/alt_digit.c: Likewise.
21692         * time/era.c: Likewise.
21693         * wcsmbs/tst-c16c32-1.c: Likewise.
21694
21695 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21696
21697         * math/libm-test.inc (struct test_sincos_data): New type.
21698         (RUN_TEST_LOOP_sincos): New macro.
21699         (sincos_test_data): New variable.
21700         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
21701
21702 2013-05-16  Richard Henderson  <rth@redhat.com>
21703
21704         * math/atest-exp2.c (LIMB64): New macro.
21705         (CONSTSZ): New macro.
21706         (mp_exp1, mp_exp_m1, mp_log2): New variables.
21707         (hexdig): Move ...
21708         (print_mpn_fp): ... to function scope.
21709         (read_mpn_hex): Remove.
21710         (get_log2): Remove.
21711         (exp2_mpn): Use mp_log2.
21712         (main): Use mp_exp1.
21713
21714 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21715
21716         * math/libm-test.inc: Remove comment about not testing "inexact"
21717         exceptions.
21718         (INEXACT_EXCEPTION): New macro.
21719         (NO_INEXACT_EXCEPTION): Likewise.
21720         (INVALID_EXCEPTION_OK): Update value.
21721         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21722         (OVERFLOW_EXCEPTION_OK): Likewise.
21723         (UNDERFLOW_EXCEPTION_OK): Likewise.
21724         (IGNORE_ZERO_INF_SIGN): Likewise.
21725         (ERRNO_UNCHANGED): Likewise.
21726         (ERRNO_EDOM): Likewise.
21727         (ERRNO_ERANGE): Likewise.
21728         (test_exceptions): Handle testing "inexact" exceptions.
21729         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21730         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21731         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21732         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21733         INEXACT_EXCEPTION.
21734         (rint_towardzero_test_data): Likewise.
21735         (rint_downward_test_data): Likewise.
21736         (rint_upward_test_data): Likewise.
21737
21738         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21739         with OVERFLOW_EXCEPTION.
21740         (exp10_test_data): Likewise.
21741         (exp2_test_data): Likewise.
21742         (expm1_test_data): Likewise.
21743         (lgamma_test_data): Likewise.
21744         (pow_test_data): Likewise.
21745         (tgamma_test_data): Likewise.
21746         (yn_test_data): Remove duplicate test of overflow.
21747
21748         * math/libm-test.inc (struct test_cc_c_data): New type.
21749         (RUN_TEST_LOOP_cc_c): New macro.
21750         (cpow_test_data): New variable.
21751         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21752
21753         * math/libm-test.inc (struct test_f_L_data): New type.
21754         (RUN_TEST_LOOP_f_L): New macro.
21755         (llrint_test_data): New variable.
21756         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21757         (llrint_tonearest_test_data): New variable.
21758         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21759         (llrint_towardzero_test_data): New variable.
21760         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21761         (llrint_downward_test_data): New variable.
21762         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21763         (llrint_upward_test_data): New variable.
21764         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21765         (llround_test_data): New variable.
21766         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21767
21768 2013-05-13  Peter Collingbourne  <pcc@google.com>
21769
21770         * math/atest-exp2.c (get_log2): Remove const attribute.
21771
21772 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21773
21774         * math/libm-test.inc (struct test_f_l_data): New type.
21775         (RUN_TEST_LOOP_f_l): New macro.
21776         (lrint_test_data): New variable.
21777         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21778         (lrint_tonearest_test_data): New variable.
21779         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21780         (lrint_towardzero_test_data): New variable.
21781         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21782         (lrint_downward_test_data): New variable.
21783         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21784         (lrint_upward_test_data): New variable.
21785         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21786         (lround_test_data): New variable.
21787         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21788
21789 2013-05-15  Peter Collingbourne  <pcc@google.com>
21790
21791         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21792         (EXTRACT_WORDS64) Use where appropriate.
21793         (INSERT_WORDS64) Likewise.
21794
21795         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21796         constraints with x constraints.
21797         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21798
21799         * malloc/obstack.c (_obstack_compat): Add initializer.
21800
21801 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21802
21803         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21804         si_trapno and add si_addr_lsb to _sifields.sigfault.
21805         (si_trapno): Remove macro.
21806         (si_addr_lsb): Define new macro.
21807         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21808
21809 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21810
21811         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21812         instead of TEST_f_l.
21813         (llrint_test_tonearest): Likewise.
21814         (llrint_test_towardzero): Likewise.
21815         (llrint_test_downward): Likewise.
21816         (llrint_test_upward): Likewise.
21817         (llround_test): Likewise.
21818
21819         * math/libm-test.inc (struct test_f_i_data): Add comment.
21820         (RUN_TEST_LOOP_f_b): New macro.
21821         (RUN_TEST_LOOP_f_b_tg): Likewise.
21822         (finite_test_data): New variable.
21823         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21824         (isfinite_test_data): New variable.
21825         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21826         (isinf_test_data): New variable.
21827         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21828         (isnan_test_data): New variable.
21829         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21830         (isnormal_test_data): New variable.
21831         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21832         (issignaling_test_data): New variable.
21833         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21834         (signbit_test_data): New variable.
21835         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21836
21837         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21838         with INVALID_EXCEPTION.
21839         (acosh_test_data): Likewise.
21840         (asin_test_data): Likewise.
21841         (atanh_test_data): Likewise.
21842         (fmod_test_data): Likewise.
21843         (log_test_data): Likewise.
21844         (log10_test_data): Likewise.
21845         (log2_test_data): Likewise.
21846         (pow_test_data): Likewise.
21847         (sqrt_test_data): Likewise.
21848         (y0_test_data): Likewise.
21849         (y1_test_data): Likewise.
21850         (yn_test_data): Likewise.
21851
21852         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21853         function contents.
21854
21855         * math/libm-test.inc (struct test_ff_i_data): New type.
21856         (RUN_TEST_LOOP_ff_i_tg): New macro.
21857         (isgreater_test_data): New variable.
21858         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21859         (isgreaterequal_test_data): New variable.
21860         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21861         (isless_test_data): New variable.
21862         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21863         (islessequal_test_data): New variable.
21864         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21865         (islessgreater_test_data): New variable.
21866         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21867         (isunordered_test_data): New variable.
21868         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21869
21870 2013-05-14  David S. Miller  <davem@davemloft.net>
21871
21872         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21873
21874 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
21875
21876         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
21877
21878         * math/libm-test.inc (struct test_fF_f1_data): Change type of
21879         extra_test to int.
21880         (struct test_f_i_data): Change type of max_ulp to int.
21881
21882         * math/libm-test.inc (test_ffI_f1_data): New type.
21883         (RUN_TEST_LOOP_ffI_f1): New macro.
21884         (remquo_test_data): New variable.
21885         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
21886
21887         * setjmp/tst-setjmp-fp.c: New file.
21888         * setjmp/Makefile (tests): Add tst-setjmp-fp.
21889         (link-libm): New variable.
21890         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
21891
21892         * math/libm-test.inc (struct test_f_i_data): New type.
21893         (RUN_TEST_LOOP_f_i): New macro.
21894         (RUN_TEST_LOOP_f_i_tg): Likewise.
21895         (fpclassify_test_data): New variable.
21896         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
21897         (ilogb_test_data): New variable.
21898         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
21899
21900         * math/libm-test.inc (scalbln_test): Correct function name in END
21901         call.
21902
21903         * math/libm-test.inc (struct test_f_f1_data): Add comment.
21904         (RUN_TEST_LOOP_fI_f1): New macro.
21905         (frexp_test_data): New variable.
21906         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
21907
21908         * math/libm-test.inc (struct test_fF_f1_data): New type.
21909         (RUN_TEST_LOOP_fF_f1): New macro.
21910         (modf_test_data): New variable.
21911         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
21912
21913         * math/libm-test.inc (struct test_f_f1_data): New type.
21914         (RUN_TEST_LOOP_f_f1): New macro.
21915         (gamma_test_data): New variable.
21916         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21917         (lgamma_test_data): New variable.
21918         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21919
21920 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
21921
21922         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
21923         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
21924         (main): Comment "tls" pseudo-hwcap.
21925
21926 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
21927
21928         * math/libm-test.inc (struct test_fl_f_data): New type.
21929         (RUN_TEST_LOOP_fl_f): New variable.
21930         (scalbln_test_data): New variable.
21931         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
21932
21933         * math/libm-test.inc (struct test_fi_f_data): New type.
21934         (RUN_TEST_LOOP_fi_f): New macro.
21935         (ldexp_test_data): New variable.
21936         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
21937         (scalbn_test_data): New variable.
21938         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
21939
21940         * math/libm-test.inc (struct test_c_f_data): New type.
21941         (RUN_TEST_LOOP_c_f): New macro.
21942         (cabs_test_data): New variable.
21943         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
21944         (carg_test_data): New variable.
21945         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
21946         (cimag_test_data): New variable.
21947         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
21948         (creal_test_data): New variable.
21949         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
21950
21951         * math/libm-test.inc (struct test_if_f_data): New type.
21952         (RUN_TEST_LOOP_if_f): New macro.
21953         (jn_test_data): New variable.
21954         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
21955         (yn_test_data): New variable.
21956         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
21957
21958         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
21959
21960 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21961
21962         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
21963         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
21964
21965 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
21966
21967         * benchtests/Makefile (CPPFLAGS-nonlib): Add
21968         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
21969         (bench-deps): Add bench-timing.h.
21970         * benchtests-bench-skeleton.c: Include bench-timing.h.
21971         (main): Use TIMING_* macros instead of clock_gettime.
21972         * benchtests/bench-timing.h: New file.
21973
21974         [BZ #14582]
21975         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
21976         Renamed from _LIB_VERSION.
21977         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
21978
21979 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
21980
21981         * math/libm-test.inc (struct test_fff_f_data): New type.
21982         (RUN_TEST_LOOP_fff_f): New macro.
21983         (fma_test_data): New variable.
21984         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
21985         (fma_towardzero_test_data): New variable.
21986         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
21987         (fma_downward_test_data): New variable.
21988         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
21989         (fma_upward_test_data): New variable.
21990         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
21991
21992         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
21993         (struct test_c_c_data): New type.
21994         (RUN_TEST_LOOP_c_c): New macro.
21995         (cacos_test_data): New variable.
21996         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
21997         (cacosh_test_data): New variable.
21998         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
21999         (casin_test_data): New variable.
22000         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
22001         (casinh_test_data): New variable.
22002         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
22003         (catan_test_data): New variable.
22004         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
22005         (catanh_test_data): New variable.
22006         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
22007         (ccos_test_data): New variable.
22008         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
22009         (ccosh_test_data): New variable.
22010         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
22011         (cexp_test_data): New variable.
22012         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
22013         (clog_test_data): New variable.
22014         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
22015         (clog10_test_data): New variable.
22016         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
22017         (conj_test_data): New variable.
22018         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
22019         (cproj_test_data): New variable.
22020         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
22021         (csin_test_data): New variable.
22022         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
22023         (csinh_test_data): New variable.
22024         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
22025         (csqrt_test_data): New variable.
22026         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
22027         (ctan_test_data): New variable.
22028         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
22029         (ctan_tonearest_test_data): New variable.
22030         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22031         (ctan_towardzero_test_data): New variable.
22032         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22033         (ctan_downward_test_data): New variable.
22034         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22035         (ctan_upward_test_data): New variable.
22036         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22037         (ctanh_test_data): New variable.
22038         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
22039         (ctanh_tonearest_test_data): New variable.
22040         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22041         (ctanh_towardzero_test_data): New variable.
22042         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22043         (ctanh_downward_test_data): New variable.
22044         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22045         (ctanh_upward_test_data): New variable.
22046         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22047         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
22048         of BUILD_COMPLEX.
22049
22050         * math/libm-test.inc (struct test_ff_f_data): New type.
22051         (struct test_ff_f_data_nexttoward): Likewise.
22052         (RUN_TEST_LOOP_2_f): New macro.
22053         (RUN_TEST_LOOP_ff_f): Likewise.
22054         (atan2_test_data): New variable.
22055         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
22056         (copysign_test_data): New variable.
22057         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
22058         (fdim_test_data): New variable.
22059         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
22060         (fmax_test_data): New variable.
22061         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
22062         (fmin_test_data): New variable.
22063         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
22064         (fmod_test_data): New variable.
22065         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
22066         (hypot_test_data): New variable.
22067         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
22068         (nextafter_test_data): New variable.
22069         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
22070         (nexttoward_test_data): New variable.
22071         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
22072         (pow_test_data): New variable.
22073         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
22074         (pow_tonearest_test_data): New variable.
22075         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
22076         (pow_towardzero_test_data): New variable.
22077         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
22078         (pow_downward_test_data): New variable.
22079         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
22080         (pow_upward_test_data): New variable.
22081         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
22082         (remainder_test_data): New variable.
22083         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
22084         (scalb_test_data): New variable.
22085         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
22086         * sysdeps/i386/fpu/libm-test-ulps: Update.
22087
22088 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
22089
22090         * math/libm-test.inc (fma_test): Use max_value instead of local
22091         variable fltmax.
22092         (nextafter_test): Likewise.
22093
22094         * math/libm-test.inc (acos_towardzero_test_data): New variable.
22095         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22096         (acos_downward_test_data): New variable.
22097         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22098         (acos_upward_test_data): New variable.
22099         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22100         (acosh_test_data): New variable.
22101         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
22102         (asin_test_data): New variable.
22103         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
22104         (asin_tonearest_test_data): New variable.
22105         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22106         (asin_towardzero_test_data): New variable.
22107         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22108         (asin_downward_test_data): New variable.
22109         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22110         (asin_upward_test_data): New variable.
22111         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22112         (asinh_test_data): New variable.
22113         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
22114         (atan_test_data): New variable.
22115         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
22116         (atanh_test_data): New variable.
22117         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
22118         (cbrt_test_data): New variable.
22119         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
22120         (ceil_test_data): New variable.
22121         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
22122         (cos_test_data): New variable.
22123         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
22124         (cos_tonearest_test_data): New variable.
22125         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22126         (cos_towardzero_test_data): New variable.
22127         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22128         (cos_downward_test_data): New variable.
22129         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22130         (cos_upward_test_data): New variable.
22131         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22132         (cosh_test_data): New variable.
22133         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
22134         (cosh_tonearest_test_data): New variable.
22135         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22136         (cosh_towardzero_test_data): New variable.
22137         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22138         (cosh_downward_test_data): New variable.
22139         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22140         (cosh_upward_test_data): New variable.
22141         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22142         (erf_test_data): New variable.
22143         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
22144         (erfc_test_data): New variable.
22145         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
22146         (exp_test_data): New variable.
22147         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
22148         (exp_tonearest_test_data): New variable.
22149         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22150         (exp_towardzero_test_data): New variable.
22151         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22152         (exp_downward_test_data): New variable.
22153         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22154         (exp_upward_test_data): New variable.
22155         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22156         (exp10_test_data): New variable.
22157         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
22158         (exp2_test_data): New variable.
22159         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
22160         (expm1_test_data): New variable.
22161         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
22162         (fabs_test_data): New variable.
22163         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
22164         (floor_test_data): New variable.
22165         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
22166         (j0_test_data): New variable.
22167         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
22168         (j1_test_data): New variable.
22169         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
22170         (log_test_data): New variable.
22171         (log_test): Run tests with RUN_TEST_LOOP_f_f.
22172         (log10_test_data): New variable.
22173         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
22174         (log1p_test_data): New variable.
22175         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
22176         (log2_test_data): New variable.
22177         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
22178         (logb_test_data): New variable.
22179         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
22180         (logb_downward_test_data): New variable.
22181         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22182         (nearbyint_test_data): New variable.
22183         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
22184         (rint_test_data): New variable.
22185         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
22186         (rint_tonearest_test_data): New variable.
22187         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22188         (rint_towardzero_test_data): New variable.
22189         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22190         (rint_downward_test_data): New variable.
22191         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22192         (rint_upward_test_data): New variable.
22193         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22194         (round_test_data): New variable.
22195         (round_test): Run tests with RUN_TEST_LOOP_f_f.
22196         (sin_test_data): New variable.
22197         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
22198         (sin_tonearest_test_data): New variable.
22199         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22200         (sin_towardzero_test_data): New variable.
22201         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22202         (sin_downward_test_data): New variable.
22203         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22204         (sin_upward_test_data): New variable.
22205         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22206         (sinh_test_data): New variable.
22207         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
22208         (sinh_tonearest_test_data): New variable.
22209         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22210         (sinh_towardzero_test_data): New variable.
22211         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22212         (sinh_downward_test_data): New variable.
22213         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22214         (sinh_upward_test_data): New variable.
22215         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22216         (sqrt_test_data): New variable.
22217         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
22218         (tan_test_data): New variable.
22219         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
22220         (tan_tonearest_test_data): New variable.
22221         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22222         (tan_towardzero_test_data): New variable.
22223         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22224         (tan_downward_test_data): New variable.
22225         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22226         (tan_upward_test_data): New variable.
22227         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22228         (tanh_test_data): New variable.
22229         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
22230         (tgamma_test_data): New variable.
22231         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
22232         (trunc_test_data): New variable.
22233         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
22234         (y0_test_data): New variable.
22235         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
22236         (y1_test_data): New variable.
22237         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
22238         (significand_test_data): New variable.
22239         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
22240
22241 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
22242
22243         [BZ #12387]
22244         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
22245
22246 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
22247
22248         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
22249
22250 2013-05-10  Andreas Jaeger  <aj@suse.de>
22251
22252         [BZ #15448]
22253         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
22254         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
22255
22256 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22257
22258         * math/gen-libm-test.pl (adjust_arg): New function.
22259         (special_functions): Handle generating output in both functions
22260         and arrays.
22261         (parse_args): Likewise.
22262         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
22263         $in_func argument to parse_args.
22264         * math/libm-test.inc (struct test_f_f_data): New type.
22265         (IF_ROUND_INIT_): New macro.
22266         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
22267         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22268         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22269         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22270         (ROUND_RESTORE_): Likewise.
22271         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
22272         (ROUND_RESTORE_FE_TONEAREST): Likewise.
22273         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
22274         (ROUND_RESTORE_FE_UPWARD): Likewise.
22275         (RUN_TEST_LOOP_f_f): New macro.
22276         (acos_test_data): New variable.
22277         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
22278         (acos_tonearest_test_data): New variable.
22279         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22280
22281 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22282
22283         * benchtests/bench-skeleton.c (startup): Fix coding style.
22284
22285 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22286
22287         [BZ #6809]
22288         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
22289         negative infinity argument.
22290         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
22291         negative infinity argument.
22292         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
22293         negative infinity argument.
22294         * math/libm-test.inc (tgamma_test): Expect errno to be set for
22295         domain errors.
22296
22297 2013-05-10  Florian Weimer  <fweimer@redhat.com>
22298
22299         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
22300         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
22301         * iconv/iconv_prog.c (main): Likewise.
22302         * locale/programs/charmap-dir.c (charmap_readdir)
22303         (fopen_uncompressed): Likewise.
22304         * locale/programs/locfile.c (siblings_uncached)
22305         (write_locale_data): Use lstat64 instead of lstat.
22306         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
22307         stat.
22308
22309 2013-05-10  Andreas Jaeger  <aj@suse.de>
22310
22311         [BZ #15395]
22312         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
22313         localization.
22314         Include <locale.h>.
22315
22316 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
22317
22318         * elf/dl-close.c (_dl_close_worker): Add comments.
22319
22320 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
22321
22322         [BZ #15359]
22323         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
22324         high part of pi/2.
22325         (__ieee754_rem_pio2l): Update comments.
22326
22327         [BZ #15429]
22328         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
22329         high part of pi/2.
22330         (__ieee754_rem_pio2l): Update comments.
22331
22332         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
22333         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
22334
22335         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
22336         M_PI_4l.
22337
22338         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
22339         (M_PI_34_LOG10El): Likewise.
22340         (M_PI2_LOG10El): Likewise.
22341         (M_PI4_LOG10El): Likewise.
22342         (M_PI_LOG10El): Likewise.
22343
22344 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22345
22346         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22347
22348 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
22349
22350         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
22351         (MINUS_ZERO_INIT): Likewise.
22352         (PLUS_INFTY_INIT): Likewise.
22353         (MINUS_INFTY_INIT): Likewise.
22354         (QNAN_VALUE_INIT): Likewise.
22355         (MAX_VALUE_INIT): Likewise.
22356         (MIN_VALUE_INIT): Likewise.
22357         (MIN_SUBNORM_VALUE_INIT): Likewise.
22358         (plus_zero): Initialize with PLUS_ZERO_INIT.
22359         (minus_zero): Initialize with MINUS_ZERO_INIT.
22360         (plus_infty): Initialize with PLUS_INFTY_INIT.
22361         (minus_infty): Initialize with MINUS_INFTY_INIT.
22362         (qnan_value): Initialize with QNAN_VALUE_INIT.
22363         (max_value): Initialize with MAX_VALUE_INIT.
22364         (min_value): Initialize with MIN_VALUE_INIT.
22365         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
22366
22367         * math/libm-test.inc (RUN_TEST_if_f): New macro.
22368         (jn_test): Use TEST_if_f instead of TEST_ff_f.
22369         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
22370         (yn_test): Use TEST_if_f instead of TEST_ff_f.
22371
22372         * math/libm-test.inc (RUN_TEST_f_f): New macro.
22373         (RUN_TEST_2_f): Likewise.
22374         (RUN_TEST_ff_f): Likewise.
22375         (RUN_TEST_fi_f): Likewise.
22376         (RUN_TEST_fl_f): Likewise.
22377         (RUN_TEST_fff_f): Likewise.
22378         (RUN_TEST_c_f): Likewise.
22379         (RUN_TEST_f_f1): Likewise.
22380         (RUN_TEST_fF_f1): Likewise.
22381         (RUN_TEST_fI_f1): Likewise.
22382         (RUN_TEST_ffI_f1): Likewise.
22383         (RUN_TEST_c_c): Likewise.
22384         (RUN_TEST_cc_c): Likewise.
22385         (RUN_TEST_f_i): Likewise.
22386         (RUN_TEST_f_i_tg): Likewise.
22387         (RUN_TEST_ff_i_tg): Likewise.
22388         (RUN_TEST_f_b): Likewise.
22389         (RUN_TEST_f_b_tg): Likewise.
22390         (RUN_TEST_f_l): Likewise.
22391         (RUN_TEST_f_L): Likewise.
22392         (RUN_TEST_sincos): Likewise.
22393         * math/gen-libm-test.pl (new_test): Take new argument to indicate
22394         whether to show exceptions.  Do not include ");\n" in return
22395         value.
22396         (special_functions): Output call to RUN_TEST_sincos instead of
22397         check_float calls.  Update calls to new_test.
22398         (parse_args): Output call to single RUN_TEST_* macro instead of
22399         check_* calls and other assignments.  Update calls to new_test.
22400
22401         [BZ #2546]
22402         [BZ #2560]
22403         [BZ #5159]
22404         [BZ #15426]
22405         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
22406         input to result for tgamma overflow.
22407         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
22408         (gamma_coeff): New variable.
22409         (NCOEFF): New macro.
22410         (gamma_positive): New function.
22411         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
22412         underflow here.  Use gamma_positive instead of exp (lgamma) for
22413         other arguments.
22414         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
22415         (gamma_coeff): New variable.
22416         (NCOEFF): New macro.
22417         (gammaf_positive): New function.
22418         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
22419         underflow here.  Use gamma_positive instead of exp (lgamma) for
22420         other arguments.
22421         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
22422         (gamma_coeff): New variable.
22423         (NCOEFF): New macro.
22424         (gammal_positive): New function.
22425         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
22426         underflow here.  Use gamma_positive instead of exp (lgamma) for
22427         other arguments.
22428         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
22429         (gamma_coeff): New variable.
22430         (NCOEFF): New macro.
22431         (gammal_positive): New function.
22432         (__ieee754_gammal_r): Handle positive infinity, overflow and
22433         underflow here.  Handle NaN the same as positive infinity.  Remove
22434         check x < 0xffffffff for negative integers.  Use gamma_positive
22435         instead of exp (lgamma) for other arguments.
22436         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
22437         (gamma_coeff): New variable.
22438         (NCOEFF): New macro.
22439         (gammal_positive): New function.
22440         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
22441         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
22442         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
22443         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
22444         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
22445         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
22446         * sysdeps/generic/math_private.h (__gamma_productf): New
22447         prototype.
22448         (__gamma_product): Likewise.
22449         (__gamma_productl): Likewise.
22450         * math/Makefile (libm-calls): Add gamma_product.
22451         * math/libm-test.inc (tgamma_test): Add more tests.
22452         * sysdeps/i386/fpu/libm-test-ulps: Update.
22453         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22454
22455 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
22456
22457         * benchtests/bench-skeleton.c (main): Preheat CPU.
22458
22459 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
22460
22461         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
22462
22463 2013-05-07  Roland McGrath  <roland@hack.frob.com>
22464
22465         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
22466         and _dl_skip_args_internal.
22467
22468 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
22469
22470         * manual/message.texi (Message Translation): Talk about users.
22471         Message to key mapping impacts design.
22472
22473 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22474
22475         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
22476
22477         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
22478
22479         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
22480         * sysdeps/wordsize-64/glob64.c: ... here.
22481
22482         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
22483         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
22484         New macros.
22485
22486         * debug/getlogin_r_chk.c: Moved to ...
22487         * login/getlogin_r_chk.c: ... here.
22488         * debug/Makefile (routines): Move getlogin_r_chk to ...
22489         * login/Makefile (routines): ... here.
22490         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
22491         * login/Versions (libc: GLIBC_2.4): ... here.
22492
22493         * io/poll.c (__poll): Renamed from poll.
22494         Add libc_hidden_def.
22495         (poll): Define as weak alias.
22496
22497         * debug/ptsname_r_chk.c: Moved to ...
22498         * login/ptsname_r_chk.c: ... here.
22499         * debug/Makefile (routines): Move ptsname_r_chk to ...
22500         * login/Makefile (routines): ... here.
22501         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
22502         * login/Versions (libc: GLIBC_2.4): ... here.
22503
22504         * posix/getlogin.c: Moved to ...
22505         * login/getlogin.c: ... here.
22506         * posix/getlogin_r.c: Moved to ...
22507         * login/getlogin_r.c: ... here.
22508         * posix/getlogin_r.c: Moved to ...
22509         * login/getlogin_r.c: ... here.
22510         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
22511         * login/Makefile (routines): ... here.
22512         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
22513         * login/Versions (libc: GLIBC_2.0): ... here.
22514
22515         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
22516         (setrlimit): Define as weak alias.
22517
22518         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
22519         Call __ names for open, ftruncate, and close.
22520         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
22521         (truncate): Define as weak alias.
22522
22523 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
22524
22525         * math/gen-libm-test.pl (parse_args): Initialize x before each
22526         test of frexp, modf and remquo.
22527
22528         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
22529         test signgam value.
22530
22531 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22532
22533         [BZ #15418]
22534         [BZ #15419]
22535         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
22536         internal tests.
22537         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22538
22539 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22540
22541         * elf/dl-writev.h: New file.
22542         * elf/dl-misc.c: Include it.
22543         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
22544         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
22545
22546 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
22547
22548         * math/libm-test.inc (noXFails): Remove variable.
22549         (noXPasses): Likewise.
22550         (BUILD_COMPLEX_INT): Remove macro.
22551         (print_screen): Remove xfail argument.
22552         (print_screen_max_error): Likewise.
22553         (update_stats): Likewise.
22554         (print_max_error): Likewise.  Update calls to other affected
22555         functions.
22556         (print_complex_max_error): Likewise.
22557         (test_single_exception): Update calls to print_screen.
22558         (test_single_errno): Likewise.
22559         (check_float_internal): Remove xfail argument.  Update calls to
22560         other affected functions.
22561         (check_float): Likewise.
22562         (check_complex): Likewise.
22563         (check_int): Likewise.
22564         (check_long): Likewise.
22565         (check_bool): Likewise.
22566         (check_longlong): Likewise.
22567         (main): Don't print noXFails and noXPasses.
22568         * math/gen-libm-test.pl (top level): Don't mention expected
22569         failure handling in comment.
22570         (new_test): Don't handle expected failures.
22571         (parse_args): Don't mention expected failure handling in comment.
22572         (generate_testfile): Don't handle expected failures.
22573         (parse_ulps): Likewise.
22574         (print_ulps_file): Likewise.
22575         (get_failure): Remove function.
22576         (output_test): Don't handle expected failures.
22577         * make/README.libm-test: Don't mention expected failure handling.
22578
22579         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
22580         (minus_zero): Likewise.
22581         (plus_infty): Likewise.
22582         (minus_infty): Likewise.
22583         (qnan_value): Likewise.
22584         (max_value): Likewise.
22585         (min_value): Likewise.
22586         (min_subnorm_value): Likewise.
22587         (initialize): Do not initialize those variables dynamically.
22588
22589 2013-05-03  Roland McGrath  <roland@hack.frob.com>
22590
22591         * io/open.c (__open_2): Moved to ...
22592         * io/open_2.c: ... this new file.
22593         * io/open64.c (__open64_2): Moved to ...
22594         * io/open64_2.c: ... this new file.
22595         * io/openat.c (__openat_2): Moved to ...
22596         * io/openat_2.c: ... this new file.
22597         * io/openat64.c (__openat64_2): Moved to ...
22598         * io/openat64_2.c: ... this new file.
22599         * io/Makefile (routines): Add them.
22600         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
22601         * sysdeps/unix/sysv/linux/open_2.c: File removed.
22602         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
22603         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
22604         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
22605         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
22606         (__openat64): Add hidden_ver.
22607         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
22608         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
22609
22610         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
22611         Separately conditionalize setting of GLRO(dl_sysinfo) so
22612         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
22613         as well, but the actual setting is only under [NEED_DL_SYSINFO].
22614
22615 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22616
22617         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
22618         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
22619         definition.
22620         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
22621         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22622         (_libc_vdso_platform_setup): Add __vdso_time initialization.
22623         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
22624         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
22625
22626 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
22627
22628         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
22629         test signgam value.
22630
22631         * math/libm-test.inc (hypot_test): Do not use
22632         IGNORE_ZERO_INF_SIGN.
22633
22634 2013-05-03  Andreas Jaeger  <aj@suse.de>
22635
22636         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
22637         Linux 3.9.
22638         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
22639         (PF_MAX): Adjust for VSOCK change.
22640
22641 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22642
22643         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22644
22645 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
22646
22647         [BZ #15264]
22648         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
22649         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
22650         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
22651
22652 2013-05-02  David S. Miller  <davem@davemloft.net>
22653
22654         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22655
22656 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
22657
22658         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
22659
22660 2013-05-01  Roland McGrath  <roland@hack.frob.com>
22661
22662         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
22663
22664 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
22665
22666         [BZ #14952]
22667         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
22668         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22669         Use __attribute__ ((__gnu_inline__)).
22670         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22671         Don't use __attribute__ ((__gnu_inline__)).
22672
22673 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
22674
22675         [BZ #15423]
22676         * math/s_catan.c (__catan): Handle small real or imaginary part of
22677         input specially to avoid spurious underflow.
22678         * math/s_catanf.c (__catanf): Likewise.
22679         * math/s_catanh.c (__catanh): Likewise.
22680         * math/s_catanhf.c (__catanhf): Likewise.
22681         * math/s_catanhl.c (__catanhl): Likewise.
22682         * math/s_catanl.c (__catanl): Likewise.
22683         * math/libm-test.inc (catan_test): Add more tests.
22684         (catanh_test): Likewise.
22685         * sysdeps/i386/fpu/libm-test-ulps: Update.
22686         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22687
22688 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22689
22690         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22691
22692 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
22693
22694         [BZ #15416]
22695         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
22696         accurately for denominator in atan2.
22697         * math/s_catanf.c (__catanf): Likewise.
22698         * math/s_catanh.c (__catanh): Likewise.
22699         * math/s_catanhf.c (__catanhf): Likewise.
22700         * math/s_catanhl.c (__catanhl): Likewise.
22701         * math/s_catanl.c (__catanl): Likewise.
22702         * math/libm-test.inc (catan_test): Add more tests.
22703         (catanh_test): Likewise.
22704         * sysdeps/i386/fpu/libm-test-ulps: Update.
22705         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22706
22707 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22708
22709         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
22710
22711         * benchtests/Makefile (bench): Remove slow benchmarks.
22712         * benchtests/atan-inputs: Add slow benchmark inputs.
22713         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
22714         (BENCH_FUNC): Accept variant offset.
22715         (VARIANT): Define.
22716         * benchtests/bench-skeleton.c (main): Run benchmark for each
22717         variant.
22718         * benchtests/cos-inputs: Add slow benchmark inputs.
22719         * benchtests/exp-inputs: Likewise.
22720         * benchtests/pow-inputs: Likewise.
22721         * benchtests/sin-inputs: Likewise.
22722         * benchtests/slowatan-inputs: Remove.
22723         * benchtests/slowatan.c: Remove.
22724         * benchtests/slowcos-inputs: Remove.
22725         * benchtests/slowcos.c: Remove.
22726         * benchtests/slowexp-inputs: Remove.
22727         * benchtests/slowexp.c: Remove.
22728         * benchtests/slowpow-inputs: Remove.
22729         * benchtests/slowpow.c: Remove.
22730         * benchtests/slowsin-inputs: Remove.
22731         * benchtests/slowsin.c: Remove.
22732         * benchtests/slowtan-inputs: Remove.
22733         * benchtests/slowtan.c: Remove.
22734         * benchtests/tan-inputs: Add slow benchmark inputs.
22735         * scripts/bench.pl: Parse comments and directives.
22736
22737         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
22738         in CPPFLAGS.
22739         ($(objpfx)bench-%.c): Remove *-ITER.
22740         * benchtests/bench-modf.c: Remove definition of ITER.
22741         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22742         (main): Loop for DURATION seconds instead of fixed number of
22743         iterations.
22744         * scripts/bench.pl: Don't expect iterations in parameters.
22745
22746 2013-04-29  Roland McGrath  <roland@hack.frob.com>
22747
22748         * io/fchdir.c (__fchdir): Renamed from fchdir.
22749         (fchdir): Define as weak alias.
22750
22751 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22752
22753         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22754         (ERRNO_EDOM): Likewise.
22755         (ERRNO_ERANGE): Likewise.
22756         (noErrnoTests): New variable.
22757         (init_max_error): Set errno to 0.
22758         (test_single_errno): New function.
22759         (test_errno): Likewise.
22760         (check_float_internal): Call test_errno.  Set errno to 0.
22761         (check_complex): Refer to errno tests in comment.
22762         (check_int): Call test_errno.  Set errno to 0.
22763         (check_long): Likewise.
22764         (check_bool): Likewise.
22765         (check_longlong): Likewise.
22766         (cos_test): Use ERRNO_* flags for errno tests instead of
22767         check_int.
22768         (expm1_test): Likewise.
22769         (fmod_test): Likewise.
22770         (ilogb_test): Likewise.
22771         (lgamma_test): Likewise.
22772         (pow_test): Likewise.
22773         (remainder_test): Likewise.
22774         (sin_test): Likewise.
22775         (tan_test): Likewise.
22776         (yn_test): Likewise.
22777         (initialize): Set errno to 0.
22778         (main): Print number of errno tests.
22779         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22780
22781 2013-04-29  Andreas Jaeger  <aj@suse.de>
22782
22783         [BZ #15084]
22784         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22785         and RES_USEVC.
22786
22787         [BZ #15085]
22788         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22789         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22790         unimplemented.
22791
22792         [BZ #15380]
22793         * stdlib/random.c (__initstate): Return NULL if
22794         __initstate fails.
22795
22796         [BZ #15086]
22797         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22798         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22799         RES_SNGLKUPREOP.
22800
22801 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22802
22803         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22804
22805 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22806
22807         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22808         of individual tests.
22809         (casin_test): Likewise.
22810         (casinh_test): Likewise.
22811
22812 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
22813
22814         [BZ #15409]
22815         * math/s_catan.c (__catan): Handle arguments with large real or
22816         imaginary part separately without squaring.
22817         * math/s_catanf.c (__catanf): Likewise.
22818         * math/s_catanh.c (__catanh): Likewise.
22819         * math/s_catanhf.c (__catanhf): Likewise.
22820         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22821         and redefine.
22822         (__catanhl): Handle arguments with large real or imaginary part
22823         separately without squaring.
22824         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22825         and redefine.
22826         (__catanl): Handle arguments with large real or imaginary part
22827         separately without squaring.
22828         * math/libm-test.inc (catan_test): Add more tests.
22829         (catanh_test): Likewise.
22830         * sysdeps/i386/fpu/libm-test-ulps: Update.
22831         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22832
22833 2013-04-27  Andreas Jaeger  <aj@suse.de>
22834
22835         [BZ #15007]
22836         * stdlib/stdlib.h: Update guards for qecvt.
22837         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22838         <stdlib.h>.
22839
22840 2013-04-27  Allan McRae  <allan@archlinux.org>
22841
22842         * sysdeps/i386/fpu/libm-test-ulps: Update.
22843
22844 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
22845
22846         [BZ #15406]
22847         * math/s_catan.c: Include <float.h>.
22848         (__catan): Ensure underflow exception occurs for underflowed
22849         result.
22850         * math/s_catanf.c: Include <float.h>.
22851         (__catanf): Ensure underflow exception occurs for underflowed
22852         result.
22853         * math/s_catanh.c: Include <float.h>.
22854         (__catanh): Ensure underflow exception occurs for underflowed
22855         result.
22856         * math/s_catanhf.c: Include <float.h>.
22857         (__catanhf): Ensure underflow exception occurs for underflowed
22858         result.
22859         * math/s_catanhl.c: Include <float.h>.
22860         (__catanhl): Ensure underflow exception occurs for underflowed
22861         result.
22862         * math/s_catanl.c: Include <float.h>.
22863         (__catanl): Ensure underflow exception occurs for underflowed
22864         result.
22865         * math/libm-test.inc (catan_test): Add more tests.
22866         (catanh_test): Likewise.
22867
22868         [BZ #15405]
22869         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
22870         underflowed result.
22871         * math/s_ccoshf.c (__ccoshf): Likewise.
22872         * math/s_ccoshl.c (__ccoshl): Likewise.
22873         * math/s_csin.c (__csin): Likewise.
22874         * math/s_csinf.c (__csinf): Likewise.
22875         * math/s_csinh.c (__csinh): Likewise.
22876         * math/s_csinhf.c (__csinhf): Likewise.
22877         * math/s_csinhl.c (__csinhl): Likewise.
22878         * math/s_csinl.c (__csinl): Likewise.
22879         * math/libm-test.inc (ccos_test): Add more tests.
22880         (ccosh_test): Likewise.
22881         (csin_test): Likewise.
22882         (csinh_test): Likewise.
22883
22884 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22885
22886         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
22887         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
22888         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
22889         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
22890         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
22891         powerpc/power5+/fpu folders.
22892         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
22893
22894
22895 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
22896
22897         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22898
22899 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
22900
22901         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
22902         additions to variable.
22903         [$(config-machine) = x86_64] (modules-names): Likewise.
22904         ($(objpfx)tst-audit3): Remove dependency.
22905         ($(objpfx)tst-audit3.out): Likewise.
22906         ($(objpfx)tst-audit4): Likewise.
22907         ($(objpfx)tst-audit4.out): Likewise.
22908         ($(objpfx)tst-audit5): Likewise.
22909         ($(objpfx)tst-audit5.out): Likewise.
22910         ($(objpfx)tst-audit6): Likewise.
22911         ($(objpfx)tst-audit6.out): Likewise.
22912         ($(objpfx)tst-audit7): Likewise.
22913         ($(objpfx)tst-audit7.out): Likewise.
22914         (tst-audit3-ENV): Remove variable.
22915         (tst-audit4-ENV): Likewise.
22916         (tst-audit5-ENV): Likewise.
22917         (tst-audit6-ENV): Likewise.
22918         (tst-audit7-ENV): Likewise.
22919         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
22920         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
22921         addition to variable.
22922         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
22923         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
22924         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
22925         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
22926         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
22927         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
22928         tst-audit3, tst-audit4 and tst-audit5.
22929         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
22930         tst-audit6 and tst-audit7.
22931         [$(subdir) = elf] (modules-names): Add audit modules for those
22932         tests.
22933         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
22934         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
22935         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
22936         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
22937         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
22938         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
22939         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
22940         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
22941         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
22942         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
22943         [$(subdir) = elf] (tst-audit3-ENV): New variable.
22944         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
22945         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
22946         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
22947         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
22948         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
22949         Likewise.
22950         [$(subdir) = elf && $(config-cflags-avx) = yes]
22951         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
22952         [$(subdir) = elf && $(config-cflags-avx) = yes]
22953         (CFLAGS-tst-auditmod4a.c): Likewise.
22954         [$(subdir) = elf && $(config-cflags-avx) = yes]
22955         (CFLAGS-tst-auditmod4b.c): Likewise.
22956         [$(subdir) = elf && $(config-cflags-avx) = yes]
22957         (CFLAGS-tst-auditmod6b.c): Likewise.
22958         [$(subdir) = elf && $(config-cflags-avx) = yes]
22959         (CFLAGS-tst-auditmod6c.c): Likewise.
22960         [$(subdir) = elf && $(config-cflags-avx) = yes]
22961         (CFLAGS-tst-auditmod7b.c): Likewise.
22962         * elf/tst-audit3.c: Move to ...
22963         * sysdeps/x86_64/tst-audit3.c: ... here.
22964         * elf/tst-audit4.c: Move to ...
22965         * sysdeps/x86_64/tst-audit4.c: ... here.
22966         * elf/tst-audit5.c: Move to ...
22967         * sysdeps/x86_64/tst-audit5.c: ... here.
22968         * elf/tst-audit6.c: Move to ...
22969         * sysdeps/x86_64/tst-audit6.c: ... here.
22970         * elf/tst-audit7.c: Move to ...
22971         * sysdeps/x86_64/tst-audit7.c: ... here.
22972         * elf/tst-auditmod3a.c: Move to ...
22973         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
22974         * elf/tst-auditmod3b.c: Move to ...
22975         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
22976         * elf/tst-auditmod4a.c: Move to ...
22977         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
22978         * elf/tst-auditmod4b.c: Move to ...
22979         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
22980         * elf/tst-auditmod5a.c: Move to ...
22981         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
22982         * elf/tst-auditmod5b.c: Move to ...
22983         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
22984         * elf/tst-auditmod6a.c: Move to ...
22985         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
22986         * elf/tst-auditmod6b.c: Move to ...
22987         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
22988         * elf/tst-auditmod6c.c: Move to ...
22989         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
22990         * elf/tst-auditmod7a.c: Move to ...
22991         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
22992         * elf/tst-auditmod7b.c: Move to ...
22993         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
22994
22995 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
22996
22997         [BZ #15366]
22998         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
22999         define unconditionally.
23000         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
23001         define unconditionally.
23002         (INT8_C, INT16_C, etc.): Likewise.
23003
23004 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
23005
23006         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
23007         __ehdr_start with hidden visibility.
23008
23009         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
23010
23011 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
23012
23013         * math/libm-test.inc (cos_test): Use accurate hex constants.
23014         (sincost_test): Likewise.
23015
23016 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
23017
23018         * math/libm-test.inc (catan_test): Add more tests.
23019         (catanh_test): Likewise.
23020
23021         * math/s_catanf.c (__catanf): Use suffixed floating-point
23022         constants.
23023         * math/s_catanhf.c (__catanhf): Likewise.
23024         * math/s_catanhl.c (__catanhl): Likewise.
23025         * math/s_catanl.c (__catanl): Likewise.
23026
23027         [BZ #15394]
23028         * math/s_catan.c (__catan): Calculate imaginary part of result
23029         with log1p not log unless computing log of number close to 0.
23030         * math/s_catanf.c (__catanf): Likewise.
23031         * math/s_catanl.c (__catanl): Likewise.
23032         * math/s_catanh.c (__catanh): Calculate real part of result with
23033         log1p not log unless computing log of number close to 0.
23034         * math/s_catanhf.c (__catanhf): Likewise.
23035         * math/s_catanhl.c (__catanhl): Likewise.
23036         * math/libm-test.inc (catan_test): Add more tests.
23037         (catanh_test): Likewise.
23038         * sysdeps/i386/fpu/libm-test-ulps: Update.
23039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23040
23041 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23042
23043         * benchtests/Makefile: Mention files in which fast and slow
23044         paths of math functions are implemented.
23045
23046 2013-04-23  Roland McGrath  <roland@hack.frob.com>
23047
23048         * sysdeps/posix/timespec_get.c: New file.
23049
23050 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23051
23052         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
23053         POWER.
23054         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
23055         for POWER.
23056         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
23057         powerpc/power5/fpu folders.
23058         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
23059         * benchtests/Makefile: Add modf testcase.
23060         * benchtests/bench-modf.c: New file: Benchmark test for mo
23061
23062 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23063
23064         [BZ #14888]
23065         * time/Makefile (tests): Add tst-strptime-whitespace.
23066         * time/strptime_l.c (get_number): Use ISSPACE.
23067         (__strptime_internal): Likewise.
23068         * time/tst-strptime-whitespace.c: New test case.
23069
23070 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
23071
23072         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
23073         member.
23074         (_nss_files_init): Set it here.
23075
23076 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
23077
23078         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
23079         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
23080         unsigned.
23081
23082 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
23083
23084         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
23085
23086 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23087
23088         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
23089         size just once.
23090
23091 2013-04-21  David S. Miller  <davem@davemloft.net>
23092
23093         * po/ru.po: Update Russion translation from translation project.
23094
23095 2013-04-17  Adam Conrad  <adconrad@0c3.net>
23096
23097         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
23098         and setfsgid.
23099
23100 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
23101
23102         * configure.in: Remove i386 configure warning. Remove i386 case.
23103         * configure: Regenerate.
23104         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
23105         Add example to error message.
23106         * sysdeps/i386/configure: Regenerate.
23107
23108 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
23109
23110         * benchtests/Makefile (bench): Add cos, tan, slowcos and
23111         slowtan.
23112         * benchtests/cos-inputs: New file.
23113         * benchtests/slowcos-inputs: New file.
23114         * benchtests/slowcos.c: New file.
23115         * benchtests/slowtan-inputs: New file.
23116         * benchtests/slowtan.c: New file.
23117         * benchtests/tan-inputs: New file.
23118
23119 2013-04-16  Roland McGrath  <roland@hack.frob.com>
23120
23121         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
23122         considered kosher.
23123
23124 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
23125
23126         * benchtests/Makefile: Include cppflags-iterator.mk to add
23127         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
23128
23129         * Makefile.in (bench-clean): New target.
23130         * benchtests/Makefile (bench-clean): Likewise.
23131
23132 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
23133
23134         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
23135
23136 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
23137
23138         * stdio-common/tstdiomisc.c: Fix coding-style violation.
23139
23140 2013-04-15  Andreas Schwab  <schwab@suse.de>
23141
23142         * nscd/grpcache.c (cache_addgr): Properly check for short write.
23143         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23144         * nscd/pwdcache.c (cache_addpw): Likewise.
23145         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
23146         more than recsize.
23147
23148 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23149
23150         * benchtests/Makefile (bench): Write all output to
23151         bench-out.tmp together.
23152
23153 2013-04-15  Andreas Schwab  <schwab@suse.de>
23154
23155         * nscd/nscd.c (main): Don't fork again after closing files.
23156
23157 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23158
23159         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
23160
23161         * benchtests/Rules (bench-deps): Collect dependencies into a
23162         single variable.  Add Makefile to dependencies.
23163         ($(objpfx)bench-%.c): Depend on bench-deps.
23164
23165 2013-04-12  Roland McGrath  <roland@hack.frob.com>
23166             Xavier Roche  <roche+kml2@exalead.com>
23167
23168         [BZ #15361]
23169         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
23170         just that it's a file descriptor.
23171         * manual/llio.texi (Synchronizing AIO Operations): Update description
23172         for EBADF error from aio_fsync.
23173
23174 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23175
23176         * Rules (bench): Move target definition...
23177         * benchtests/Makefile: ... here.
23178
23179 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
23180
23181         * math/libm-test.inc (cos_test): Fix PI/2 test.
23182         (sincos_test): Likewise.
23183         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
23184         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
23185
23186 2013-04-11  Andreas Schwab  <schwab@suse.de>
23187
23188         [BZ #13988]
23189         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
23190         accept exponent character only when digits were seen.
23191         * stdio-common/Makefile (tests): Add bug26.
23192         * stdio-common/bug26.c: New file.
23193
23194         [BZ #14293]
23195         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
23196         non-freeable.
23197
23198 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23199
23200         * Makeconfig (rtld-prefix): Define built linker prefix.
23201         * Rules (run-bench): Use it.
23202         * math/Makefile (run-regen-ulps): Likewise.
23203
23204         * Rules (bench): Remove eval.
23205
23206 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23207             Roland McGrath  <roland@hack.frob.com>
23208             Ondrej Bilka  <neleai@seznam.cz>
23209
23210         [BZ #15346]
23211         * time/getdate.c: Include ctype.h and alloca.h.
23212         (__getdate_r): Trim leading and trailing spaces of input.
23213         * time/tst-getdate.c (tests): Add tests with leading and
23214         trailing spaces.
23215
23216 2013-04-08  Roland McGrath  <roland@hack.frob.com>
23217
23218         [BZ #14280]
23219         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
23220         when computing value.
23221
23222 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23223
23224         * math/README.libm-test (How can I generate "libm-test-ulps"?):
23225         Use testrun.sh to run libm tests.
23226
23227         [BZ #15309]
23228         * elf/dl-open.c (dl_open_worker): memset all of seen array.
23229
23230 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
23231
23232         [BZ #15264]
23233         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
23234
23235 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23236
23237         * Makefile.in (regen-ulps): New target.
23238         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
23239         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
23240         [ifneq (no,$(PERL)] (regen-ulps): New target.
23241         [ifeq (no,$(PERL)] (regen-ulps): New target.
23242         * math/libm-test.inc (ulps_file_name): Define.
23243         (output_dir): New variable.
23244         (options): Add "output-dir" option.
23245         (parse_opt): Handle 'o' case.
23246         (main): If output_dir is non-NULL use it as a prefix
23247         otherwise use "".
23248         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
23249
23250 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23251
23252         [BZ #10060, #10062]
23253         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
23254         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
23255         fail configure if __sync_val_compare_and_swap is not inlined.
23256         * sysdeps/i386/configure: Regenerate.
23257         * configure.in: Build for i686 when configured for i386.
23258         * configure: Regenerate.
23259         * README: Remove i386 reference.
23260
23261 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23262
23263         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
23264         * sysdeps/s390/s390-64/sysdep.h: Likewise.
23265
23266 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
23267
23268         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
23269         (lmsnanval): New variables.
23270         (F): Add conversion tests.
23271         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
23272         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
23273
23274         * stdio-common/tstdiomisc.c (F): Properly collect individual
23275         tests' results.
23276
23277         [BZ #14686, #15336]
23278         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
23279         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
23280         Instead, use input NaN values or generate a qNaN by arithmetic
23281         operation.  Also fix bugs to comply with the standard.
23282         * math/libm-test.inc (remainder_test): Add more tests.
23283
23284         [BZ #15335, #15342]
23285         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
23286         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
23287         input NaN values or generate a qNaN by arithmetic operation.
23288
23289         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
23290         unreachable code.
23291
23292         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
23293         definitions.
23294
23295 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
23296
23297         [BZ #14478]
23298         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
23299         underflowed result.
23300         * math/s_cexpf.c (__cexpf): Likewise.
23301         * math/s_cexpl.c (__cexpl): Likewise.
23302         * math/libm-test.inc (cexp_test): Add more tests.
23303
23304 2013-04-03  Andreas Schwab  <schwab@suse.de>
23305
23306         [BZ #15330]
23307         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
23308         order arrays from heap if bigger than alloca cutoff.
23309
23310 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
23311
23312         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
23313         (SNAN_TESTS_double): Refer to GCC PR56831.
23314         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
23315         GCC PR56828.
23316
23317 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23318
23319         * Rules (bench): Move bench.out after the run is complete.
23320
23321         * Rules (bench): Echo currently running benchmark.
23322
23323         * benchtests/Makefile (bench): Add atan and slowatan.
23324         * benchtests/atan-inputs: New file.
23325         * benchtests/slowatan-inputs: New file.
23326         * benchtests/slowatan.c: New file.
23327
23328         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
23329         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
23330         its value.
23331
23332         [BZ #15305]
23333         * sysdeps/unix/sysv/linux/kernel-features.h
23334         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
23335         __ASSUME_XFS_RESTRICTED_CHOWN.
23336         * sysdeps/unix/sysv/linux/pathconf.c
23337         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
23338         Save and restore errno.
23339
23340 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
23341
23342         [BZ #15327]
23343         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
23344         arguments using __kernel_casinh.
23345         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
23346         arguments using __kernel_casinhf.
23347         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
23348         arguments using __kernel_casinhl.
23349         * math/libm-test.inc (cacosh_test): Add more tests.
23350         * sysdeps/i386/fpu/libm-test-ulps: Update.
23351         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23352
23353 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23354
23355         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
23356         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
23357
23358         * bench/Makefile (bench): Add sin and slowsin.
23359         * benchtests/sin-inputs: New file.
23360         * benchtests/slowsin-inputs: New file.
23361         * benchtests/slowsin.c: New file.
23362
23363         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
23364         (bench): Add slowexp and slowpow.
23365         (exp-ITER): Increase iterations.
23366         (pow-ITER): Likewise.
23367         * benchtests/exp-inputs: Change input.
23368         * benchtests/pow-inputs: Likewise.
23369         * benchtests/slowexp-inputs: New file.
23370         * benchtests/slowexp.c: New file.
23371         * benchtests/slowpow-inputs: New file.
23372         * benchtests/slowpow.c: New file.
23373
23374 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23375
23376         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
23377         instructions.
23378         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
23379         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
23380         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23381         * benchtests/Makefile: Add rint benchtest.
23382         * benchtests/rint-inputs: Input for rint benchtest.
23383
23384 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
23385
23386         * Versions.def (libm): Add GLIBC_2.18.
23387         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
23388         hidden libm prototypes.
23389         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
23390         * math/Makefile (libm-calls): Add s_issignaling.
23391         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
23392         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
23393         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
23394         declaration.
23395         * math/math.h [__USE_GNU] (issignaling): New macro.
23396         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
23397         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
23398         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
23399         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
23400         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
23401         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
23402         * manual/arith.texi (issignaling): New section.
23403         * manual/libm-err-tab.pl (@all_functions): Update comment.
23404         * math/gen-libm-test.pl (parse_args): Apply special handling for
23405         issignaling.
23406         * math/libm-test.inc (print_float, issignaling_test): New
23407         functions.
23408         (check_float_internal): Add issignaling checks.
23409         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
23410         default definition.
23411         * sysdeps/powerpc/math-tests.h: New file.
23412         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
23413         tests.
23414         * math/test-snan.c (TEST_FUNC): Likewise.
23415
23416 2013-03-30  David S. Miller  <davem@davemloft.net>
23417
23418         * po/de.po: Update from translation team.
23419
23420 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
23421
23422         [BZ #10357]
23423         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23424         imaginary part less than 1.0 and real part less than 0.5
23425         specially.
23426         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23427         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23428         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
23429         (cacos_test): Add more tests.
23430         (casin_test): Likewise.
23431         (casinh_test): Likewise.
23432         * sysdeps/i386/fpu/libm-test-ulps: Update.
23433         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23434
23435 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23436
23437         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
23438         ONE with its value.
23439
23440         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
23441         (__pow_mp): Replace ONE and MONE with their values.
23442         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23443         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
23444         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23445         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
23446         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23447         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23448
23449         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
23450
23451         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
23452         (__pow_mp): Replace ZERO and MZERO with their values.
23453         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23454         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23455         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23456         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
23457         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23458         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
23459         (__sqr): Likewise.
23460
23461         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
23462
23463         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
23464
23465 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23466
23467         * include/stdlib.h [!SHARED] (__call_tls_dtors):
23468         Declare with __attribute__ ((weak)).
23469         * stdlib/exit.c (__libc_atexit) [!SHARED]:
23470         Call __call_tls_dtors only if it's not NULL.
23471
23472 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23473
23474         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
23475         didn't do it already, then set _dl_phdr and _dl_phnum based on the
23476         magic __ehdr_start linker symbol if it's defined.
23477         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
23478         them up here if it was already done.
23479
23480         * elf/dl-support.c (_dl_phdr): Make pointer to const.
23481         (_dl_aux_init): Use const in cast when setting it.
23482         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
23483         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
23484         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
23485
23486         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
23487         Declare them here.
23488         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
23489         * csu/libc-tls.c: Nor here.
23490         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
23491
23492         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
23493         (__libc_message): Never call vsyslog.
23494
23495 2013-03-28  Alan Modra  <amodra@gmail.com>
23496
23497         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
23498         Define as empty.
23499         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
23500         Likewise.
23501
23502 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23503
23504         [BZ #15214]
23505         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
23506         underflow.
23507         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23508
23509 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23510
23511         [BZ #15304]
23512         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
23513         Don't add gid passed as argument.
23514
23515         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
23516
23517 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
23518
23519         [BZ #15307]
23520         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23521         imaginary part between 1.0 and 1.5 and real part less than 0.5
23522         specially.
23523         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23524         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23525         * math/libm-test.inc (cacos_test): Add more tests.
23526         (casin_test): Likewise.
23527         (casinh_test): Likewise.
23528         * sysdeps/i386/fpu/libm-test-ulps: Update.
23529         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23530
23531 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23532
23533         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
23534         constants.
23535         (norm): Likewise.
23536         (denorm): Likewise.
23537         (__dbl_mp): Likewise.
23538         (add_magnitudes): Likewise.
23539         (sub_magnitudes): Likewise.
23540         (__add): Likewise.
23541         (__sub): Likewise.
23542         (__mul): Likewise.
23543         (__sqr): Likewise.
23544         (__inv): Likewise.
23545         (__dvd): Likewise.
23546
23547         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
23548         commented code.
23549         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
23550         (__dubcos): Likewise.
23551         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
23552         (__ieee754_acos): Likewise.
23553         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23554         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
23555         (__exp1): Likewise.
23556         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23557         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
23558         (log1): Likewise.
23559         (my_log2): Likewise.
23560         (checkint): Likewise.
23561         * sysdeps/ieee754/dbl-64/e_remainder.c
23562         (__ieee754_remainder): Likewise.
23563         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23564         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
23565         (bsloww): Likewise.
23566         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23567
23568         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23569         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
23570         MANTISSA_STORE_T to store computations on mantissa.  Use
23571         macros for rounding and division.
23572         (denorm): Likewise.
23573         (__dbl_mp): Likewise.
23574         (add_magnitudes): Likewise.
23575         (sub_magnitudes): Likewise.
23576         (__mul): Likewise.
23577         (__sqr): Likewise.
23578         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23579         powers of two in terms of TWOPOW macro.
23580         (mp_no): Make type of mantissa as MANTISSA_T.
23581         [!RADIXI]: Define RADIXI.
23582         [!TWO52]: Define TWO52.
23583         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23584
23585 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23586
23587         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
23588         llroundl symbol when building for PPC32.
23589
23590 2013-03-24  Mark H Weaver  <mhw@netris.org>
23591
23592         * manual/arith.texi (Normalization Functions): Fix prototypes for
23593         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
23594
23595 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23596
23597         [BZ #13889]
23598         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
23599         high value to check if expl overflow.
23600         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
23601         to check for underflow and overflow.
23602         * math/libm-test.inc: Add exp test.
23603
23604 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
23605
23606         [BZ #11120]
23607         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
23608         with NOT_IN_libc.
23609
23610 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23611
23612         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
23613         symbol.
23614
23615 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
23616
23617         * math/gen-libm-test.pl (parse_args, special_functions): Properly
23618         wrap blocks consisting of several statements.
23619
23620         * sysdeps/generic/math-tests.h: New file.
23621         * sysdeps/i386/fpu/math-tests.h: Likewise.
23622         * math/test-snan.c: Include it.
23623         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
23624
23625 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23626
23627         [BZ #15285]
23628         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
23629         (__ieee754_j0l): Do not improve calculations using cos of twice
23630         input for inputs above LDBL_MAX / 2.0L.
23631         (__ieee754_y0l): Likewise.
23632         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
23633         (__ieee754_j1l): Do not improve calculations using cos of twice
23634         input for inputs above LDBL_MAX / 2.0L.
23635         (__ieee754_y1l): Likewise.
23636         * math/libm-test.inc (j0_test): Add another test.
23637         (j1_test): Likewise.
23638         (y0_test): Likewise.
23639         (y1_test): Likewise.
23640         * sysdeps/i386/fpu/libm-test-ulps: Update.
23641
23642 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23643
23644         * Rules ($(objpfx)bench-%.c): Include code from a C source
23645         file.
23646
23647 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23648
23649         [BZ #15287]
23650         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23651         imaginary part 1.0 and real part less than 0.5 specially.
23652         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23653         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23654         * math/libm-test.inc (cacos_test): Add more tests.
23655         (casin_test): Likewise.
23656         (casinh_test): Likewise.
23657         * sysdeps/i386/fpu/libm-test-ulps: Update.
23658         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23659
23660 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23661
23662         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
23663         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
23664
23665 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
23666
23667         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
23668         * config.make.in (config-cflags-sse4): Remove variable.
23669         (config-cflags-avx): Likewise.
23670         (config-cflags-sse2avx): Likewise.
23671         (config-cflags-novzeroupper): Likewise.
23672         (config-asflags-i686): Likewise.
23673         (have-mfma4): Likewise.
23674         (have-as-vis3): Likewise.
23675         (MIG): Likewise.
23676         * configure.in (MIG): Do not AC_SUBST.
23677         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
23678         (libc_cv_cc_sse4): Do not AC_SUBST.
23679         (libc_cv_cc_avx): Likewise.
23680         (libc_cv_cc_sse2avx): Likewise.
23681         (libc_cv_cc_novzeroupper): Likewise.
23682         (libc_cv_cc_fma4): Likewise.
23683         (libc_cv_as_i686): Likewise.
23684         (libc_cv_sparc_as_vis3): Likewise.
23685         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
23686         LIBC_CONFIG_VAR.
23687         (config-asflags-i686): Likewise.
23688         (config-cflags-avx): Likewise.
23689         (config-cflags-sse2avx): Likewise.
23690         (have-mfma4): Likewise.
23691         (config-cflags-novzeroupper): Likewise.
23692         * sysdeps/mach/configure.in (MIG): Likewise.
23693         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
23694         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
23695         LIBC_CONFIG_VAR.
23696         (config-cflags-avx): Likewise.
23697         (config-cflags-sse2avx): Likewise.
23698         (have-mfma4): Likewise.
23699         (config-cflags-novzeroupper): Likewise.
23700         * configure: Regenerated.
23701         * sysdeps/i386/configure: Likewise.
23702         * sysdeps/mach/configure: Likewise.
23703         * sysdeps/sparc/configure: Likewise.
23704         * sysdeps/x86_64/configure: Likewise.
23705
23706 2013-03-20  Roland McGrath  <roland@hack.frob.com>
23707
23708         [BZ #14812]
23709         * locale/programs/localedef.c (options): Put N_ translation marker
23710         on argument names, not just descriptions.
23711
23712 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23713
23714         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
23715
23716 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
23717
23718         [BZ #14176]
23719         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23720
23721 2013-03-19  Roland McGrath  <roland@hack.frob.com>
23722
23723         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23724         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23725         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23726         [!BEFORE_ABORT] (before_abort): New function.
23727         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23728         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23729         (writev_for_fatal): New function.
23730         (WRITEV_FOR_FATAL): New macro; call that.
23731         (backtrace_and_maps): New function.
23732         (BEFORE_ABORT): New macro; call that.
23733         (struct str_list): Type removed.
23734         (__libc_message, __libc_fatal): Functions removed.
23735         Include <sysdeps/posix/libc_fatal.c> instead.
23736
23737 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
23738
23739         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23740         constants.
23741         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23742         double constants.
23743
23744 2013-03-19  Andreas Schwab  <schwab@suse.de>
23745
23746         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23747         * sysdeps/gnu/configure: Regenerate.
23748
23749         * configure.in: Substitute libc_cv_rtlddir.
23750         * configure: Regenerate.
23751         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23752         * Makeconfig (rtlddir, inst_rtlddir): New variables.
23753         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23754         * elf/Makefile (install-others, CFLAGS-interp.c)
23755         (ldso_install, common-ldd-rewrite): Likewise.
23756         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23757         $(inst_slibdir)/$(rtld-installed-name).
23758         * scripts/rellns-sh: Add -p option.
23759         * Makerules (make-shlib-link): Use rellns-sh to get relative name
23760         for source.
23761
23762 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23763
23764         * manual/nptl.texi: Renamed to ...
23765         * manual/threads.texi: ... this.
23766         * manual/Makefile (chapters): Update.
23767
23768 2013-03-18  Roland McGrath  <roland@hack.frob.com>
23769
23770         [BZ #14812]
23771         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23772         on argument names, not just descriptions.
23773         * malloc/memusagestat.c (options): Likewise.
23774         * nss/getent.c (options): Likewise.
23775
23776 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
23777
23778         [BZ #14812]
23779         * iconv/iconv_prog.c (options): Put N_ translation marker
23780         on argument names, not just descriptions.
23781         * iconv/iconvconfig.c (options): Likewise.
23782
23783 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
23784
23785         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23786         implementation which is faster on all x86_64 architectures.
23787         Tested on AMD, Intel Nehalem, SNB, IVB.
23788         * sysdeps/x86_64/strnlen.S: Likewise.
23789
23790         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23791         Remove all multiarch strlen and strnlen versions.
23792         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23793         Remove strlen and strnlen related parts.
23794
23795         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23796         Inline strlen part.
23797         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23798
23799         * sysdeps/x86_64/multiarch/strlen.S: Remove.
23800         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23801         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23802         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23803         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23804         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23805
23806 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
23807
23808         * manual/memory.texi (Malloc Tunable Parameters):
23809         Sort parameters alphabetically. Add comments for missing entries.
23810
23811 2013-03-17  David S. Miller  <davem@davemloft.net>
23812
23813         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23814
23815 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
23816
23817         [BZ #15283]
23818         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23819         for arguments at most half maximum finite value.
23820         * math/libm-test.inc (j0_test): Add more tests.
23821         (j1_test): Likewise.
23822         (y0_test): Likewise.
23823         (y1_test): Likewise.
23824         * sysdeps/i386/fpu/libm-test-ulps: Update.
23825         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23826
23827         [BZ #14155]
23828         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23829         1 / x and functions P and Q for arguments above 0x1p256L.
23830         (__ieee754_y0l): Likewise.
23831         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23832         (__ieee754_y1l): Likewise.
23833         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23834         (j1_test): Likewise.
23835         (y0_test): Likewise.
23836         (y1_test): Likewise.
23837
23838 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
23839
23840         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23841         variable.
23842
23843 2013-03-15  Roland McGrath  <roland@hack.frob.com>
23844
23845         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23846         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23847         zero since it's initialized to EXEC_PAGESIZE.
23848
23849         * sysdeps/unix/sysv/linux/ldsodefs.h
23850         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23851         * sysdeps/generic/ldsodefs.h: ... here.
23852
23853 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
23854
23855         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
23856
23857         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
23858         math/test-snan.c.
23859         * math/test-snan.c: Renamed from
23860         sysdeps/powerpc/fpu/test-powerpc-snan.c.
23861         * math/Makefile (tests): Add test-snan.
23862         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
23863         test-powerpc-snan.
23864
23865         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
23866         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
23867         functions.
23868         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
23869         __builtin_nan family of functions.
23870         * math/libm-test.inc (initialize): Initialize qnan_value with
23871         __builtin_nan family of functions.
23872         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
23873         Remove variables.
23874         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
23875         Remove functions.
23876         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
23877         storage class.  Initialize qNaN_var and sNaN_var with
23878         __builtin_nan and __builtin_nans families of functions,
23879         respectively.
23880
23881         * math/libm-test.inc (acosh_test): Also test with qNaN input.
23882         (sqrt_test): Remove duplicate test with qNaN input.
23883         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
23884         (round_test, signbit_test, significand_test): Note missing +/-Inf
23885         as well as qNaN tests.
23886
23887         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
23888         qNaN_var.  Fix a few strings, too.
23889         * math/libm-test.inc (nan_value): Rename to qnan_value.
23890         * math/gen-libm-test.pl (%beautify): Adjust to that.
23891         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
23892         * math/test-misc.c (main): Likewise.
23893         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
23894         to __qnan_bytes, and __qnan_union, respectively.
23895         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
23896         Likewise.
23897         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
23898         and lqnanval, respectively.
23899         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
23900         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
23901         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
23902         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
23903
23904         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
23905         * math/test-misc.c (main) [__x86_64__]: Enable test for long
23906         doubles.
23907
23908         * math/test-misc.c (main): Fix copy'n'pastos.
23909         * misc/tst-efgcvt.c (special): Likewise.
23910
23911         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
23912         Remove declarations.
23913
23914 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23915
23916         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
23917         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
23918         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
23919         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
23920
23921 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23922
23923         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
23924         macro to return vdso values correctly in IFUNC implementations.
23925         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
23926         Optimization by using IFUNC.
23927
23928 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23929             Richard Henderson  <rth@redhat.com>
23930             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
23931
23932         * Makefile.in (bench): New target.
23933         * NEWS: Mention the benchmark framework.
23934         * Rules (bench): Likewise.
23935         (binaries-bench): Generate binaries for functions to
23936         benchmark.
23937         * benchtests/Makefile: New makefile for benchmark tests.
23938         * benchtests/bench-skeleton.c: New skeleton file for benchmark
23939         programs.
23940         * benchtests/exp-inputs: New input file for EXP function.
23941         * benchtests/pow-inputs: New input file for POW function.
23942         * scripts/bench.pl: New script to generate source files for
23943         benchmark programs.
23944
23945 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23946
23947         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23948         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
23949         computations on mantissa.  Use macros for rounding and
23950         division.
23951         (denorm): Likewise.
23952         (__dbl_mp): Likewise.
23953         (add_magnitudes): Likewise.
23954         (sub_magnitudes): Likewise.
23955         (__mul): Likewise.
23956         (__sqr): Likewise.
23957         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23958         powers of two in terms of TWOPOW macro.
23959         (mp_no): Make type of mantissa as MANTISSA_T.
23960         [!RADIXI]: Define RADIXI.
23961         [!TWO52]: Define TWO52.
23962         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23963
23964         * manual/nptl.texi (cindex): Modify threads to pthreads.
23965
23966 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
23967
23968         * sysdeps/x86_64/preconfigure: Regenerated.
23969
23970 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
23971
23972         [BZ #14155]
23973         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
23974         0x1p28 and above.
23975         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
23976         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
23977         0x1p28 and above.
23978         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
23979         * math/libm-test.inc (j0_test): Do not allow one spurious
23980         underflow exception.
23981         (y1_test): Likewise.
23982
23983 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23984
23985         * manual/Makefile (chapters): Add nptl.
23986         * manual/debug.texi (Debugging Support): Add link to Threads
23987         chapter.
23988         * manual/nptl.texi: New file.
23989
23990         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
23991
23992 2013-03-14  Petr Baudis  <pasky@ucw.cz>
23993
23994         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
23995         for non-NULL pointer before the memory validity test. Pointed
23996         out by Holger Brunck <holger.brunck@keymile.com>.
23997
23998 2013-03-13  Andreas Schwab  <schwab@suse.de>
23999
24000         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
24001         instead of .os.
24002
24003 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
24004
24005         * timezone/zic.c: Update from tzcode 2013b.
24006
24007 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
24008
24009         * manual/install.texi (Configuring and compiling):
24010         Mention i686 and i586.
24011         * INSTALL: Regenerate.
24012
24013 2013-03-12  Roland McGrath  <roland@hack.frob.com>
24014
24015         * sysdeps/init_array/elf-init.c: New file.
24016         * csu/elf-init.c
24017         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
24018         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
24019
24020         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
24021         __gmon_start__ as global, but as static with a .preinit_array pointer.
24022         * sysdeps/init_array/gmon-start.c: New file.  Use that.
24023         * sysdeps/init_array/crti.S: New file, empty except for comments.
24024         * sysdeps/init_array/crtn.S: Likewise.
24025
24026 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
24027
24028         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
24029         definining bcopy.
24030         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24031         Remove Prefer_SSE_for_memop.
24032         * sysdeps/x86_64/multiarch/init-arch.h: Remove
24033         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
24034         HAS_PREFER_SSE_FOR_MEMOP.
24035         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
24036         memset-x86-64.
24037         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24038         Remove bzero, memset ifunc support.
24039         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
24040         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
24041         * sysdeps/x86_64/multiarch/memset.S: Likewise.
24042         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
24043
24044 2013-03-11  Andreas Schwab  <schwab@suse.de>
24045
24046         [BZ #15234]
24047         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
24048         by SHLIB_COMPAT.
24049         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
24050         (GLIBC_2.16): Remove pthread_atfork.
24051
24052 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
24053
24054         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
24055         (ptestcases.h): Likewise.
24056
24057 2013-03-08  Roland McGrath  <roland@hack.frob.com>
24058
24059         * Makeconfig ($(common-objpfx)config.status): Depend on
24060         sysdeps/*/preconfigure{,.in} too.
24061
24062 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
24063
24064         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
24065         (__free_hook): Use void * instead of __malloc_ptr_t.
24066         (__malloc_hook): Likewise.
24067         (__realloc_hook): Likewise.
24068         (__memalign_hook): Likewise.
24069         (__after_morecore_hook): Likewise.
24070         * malloc/arena.c (save_malloc_hook): Likewise.
24071         (save_free_hook): Likewise.
24072         * malloc/hooks.c (malloc_hook_ini): Likewise.
24073         (realloc_hook_ini): Likewise.
24074         (memalign_hook_ini): Likewise.
24075         * malloc/malloc.c (malloc_hook_ini): Likewise.
24076         (realloc_hook_ini): Likewise.
24077         (memalign_hook_ini): Likewise.
24078         (__free_hook): Likewise.
24079         (__malloc_hook): Likewise.
24080         (__realloc_hook): Likewise.
24081         (__memalign_hook): Likewise.
24082         (__libc_malloc): Likewise.
24083         (__libc_free): Likewise.
24084         (__libc_realloc): Likewise.
24085         (__libc_memalign): Likewise.
24086         (__libc_valloc): Likewise.
24087         (__libc_pvalloc): Likewise.
24088         (__libc_calloc): Likewise.
24089         (__posix_memalign): Likewise.
24090         * malloc/morecore.c (__sbrk): Likewise.
24091         (__default_morecore): Likewise.
24092
24093         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
24094
24095         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
24096         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
24097         __malloc_ptrdiff_t.
24098
24099         * malloc/malloc.h (__malloc_size_t): Remove macro.
24100         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
24101         __malloc_size_t.
24102         (old_memalign_hook): Likewise.
24103         (old_realloc_hook): Likewise.
24104         (struct hdr): Likewise.
24105         (flood): Likewise.
24106         (mallochook): Likewise.
24107         (memalignhook): Likewise.
24108         (reallochook): Likewise.
24109         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
24110         (tr_old_realloc_hook): Likewise.
24111         (tr_old_memalign_hook): Likewise.
24112         (tr_mallochook): Likewise.
24113         (tr_reallochook): Likewise.
24114         (tr_memalignhook): Likewise.
24115
24116 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24117
24118         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
24119         default_ldbl_pack and using as default implementation.
24120         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
24121         implementation.
24122         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
24123         redundant definition.
24124         (ldbl_insert_mantissa): Likewise.
24125         (ldbl_canonicalize): Likewise.
24126         (ldbl_nearbyint): Likewise.
24127         (ldbl_pack): Rename to ldbl_pack_ppc.
24128         (ldbl_unpack): Rename to ldbl_unpack_ppc.
24129         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
24130         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
24131
24132 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24133
24134         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
24135         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
24136         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
24137         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
24138         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
24139         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
24140         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
24141         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
24142
24143 2013-03-07  Andreas Jaeger  <aj@suse.de>
24144
24145         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24146         bits/mman-linux.h.
24147
24148 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24149
24150         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
24151         Include mpa.h and declare __MPEXP.
24152         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
24153         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24154         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24155         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
24156         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24157         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24158         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
24159
24160         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
24161         (__slowpow): Use long double EXPL and LOGL functions to
24162         compute POW.
24163         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24164         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24165         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
24166         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24167         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24168         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
24169
24170         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
24171         intermediate variable to calculate exponent.
24172         (__sqr): Likewise.
24173         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24174         Likewise.
24175         (__sqr): Likewise.
24176
24177         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
24178         [!NO__SQR]: Define __sqr.
24179         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
24180         and NO__SQR.  Remove all code except __mul and __sqr.  Include
24181         sysdeps/ieee754/dbl-64/mpa.c.
24182         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24183
24184         [BZ #12723]
24185         * posix/Makefile (tests): Add tst-pathconf.
24186         * posix/tst-pathconf.c: New test case.
24187         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
24188         _PC_PIPE_BUF.
24189         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
24190
24191 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
24192
24193         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
24194
24195 2013-03-06  Andreas Jaeger  <aj@suse.de>
24196
24197         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
24198         definition via __MAP_ANONYMOUS.
24199
24200         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
24201         it's not part of Linux headers.
24202
24203         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
24204         (MAP_HUGE_MASK): Define.
24205
24206         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24207         Define.
24208         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24209         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24210         Define.
24211         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24212         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24213         Define.
24214         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24215         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
24216         Define.
24217         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24218
24219         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
24220         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
24221         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
24222         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
24223         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
24224         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
24225
24226         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24227         Handle f2fs.
24228
24229         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24230         Handle f2fs and efivarfs.
24231
24232         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
24233         f2fs.
24234
24235         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
24236         (EFIVARFS_MAGIC): Add.
24237         (F2FS_LINK_MAX): Add.
24238
24239 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
24240
24241         * stdio-common/vfprintf.c: Replace __builtin_expect with
24242         __glibc_unlikely.
24243
24244 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
24245
24246         [BZ #13550]
24247         * sysdeps/generic/bp-sym.h: Remove file.
24248         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
24249         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
24250         <bp-sym.h> and <bp-asm.h>.
24251         (__longjmp): Don't use BP_SYM.
24252         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
24253         and <bp-asm.h>.
24254         (memcpy): Don't use BP_SYM.
24255         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
24256         <bp-sym.h> and <bp-asm.h>.
24257         (memcpy): Don't use BP_SYM.
24258         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
24259         <bp-asm.h>.
24260         (memcpy): Don't use BP_SYM.
24261         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
24262         <bp-asm.h>.
24263         (memset): Don't use BP_SYM.
24264         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24265         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24266         (__bzero): Don't use BP_SYM.
24267         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24268         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24269         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
24270         <bp-sym.h> and <bp-asm.h>.
24271         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24272         pointers.
24273         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
24274         <bp-sym.h> and <bp-asm.h>.
24275         (memcpy): Don't use BP_SYM.
24276         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
24277         <bp-sym.h> and <bp-asm.h>.
24278         (memset): Don't use BP_SYM.
24279         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24280         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24281         (__bzero): Don't use BP_SYM.
24282         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24283         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24284         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
24285         <bp-sym.h> and <bp-asm.h>.
24286         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24287         pointers.
24288         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
24289         <bp-sym.h> and <bp-asm.h>.
24290         (memcpy): Don't use BP_SYM.
24291         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
24292         <bp-sym.h> and <bp-asm.h>.
24293         (memset): Don't use BP_SYM.
24294         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24295         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24296         (__bzero): Don't use BP_SYM.
24297         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24298         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24299         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
24300         <bp-sym.h> and <bp-asm.h>.
24301         (__memchr): Don't use BP_SYM.
24302         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
24303         <bp-sym.h> and <bp-asm.h>.
24304         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24305         pointers.
24306         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
24307         <bp-sym.h> and <bp-asm.h>.
24308         (memcpy): Don't use BP_SYM.
24309         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
24310         <bp-sym.h> and <bp-asm.h>.
24311         (__mempcpy): Don't use BP_SYM.
24312         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
24313         <bp-sym.h> and <bp-asm.h>.
24314         (__memrchr): Don't use BP_SYM.
24315         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
24316         <bp-sym.h> and <bp-asm.h>.
24317         (memset): Don't use BP_SYM.
24318         (__bzero): Likewise.
24319         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
24320         <bp-sym.h> and <bp-asm.h>.
24321         (__rawmemchr): Don't use BP_SYM.
24322         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
24323         <bp-sym.h> and <bp-asm.h>.
24324         (__STRCMP): Don't use BP_SYM.
24325         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
24326         <bp-sym.h> and <bp-asm.h>.
24327         (strchr): Don't use BP_SYM.
24328         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
24329         <bp-sym.h> and <bp-asm.h>.
24330         (__strchrnul): Don't use BP_SYM.
24331         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
24332         <bp-sym.h> and <bp-asm.h>.
24333         (strlen): Don't use BP_SYM.
24334         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
24335         <bp-sym.h> and <bp-asm.h>.
24336         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24337         pointers.
24338         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
24339         <bp-sym.h> and <bp-asm.h>.
24340         (__strnlen): Don't use BP_SYM.
24341         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
24342         <bp-sym.h> and <bp-asm.h>.
24343         (__GI__setjmp): Don't use BP_SYM.
24344         (_setjmp): Likewise.
24345         (__sigsetjmp): Likewise.
24346         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
24347         (L(start_addresses)): Don't use BP_SYM.
24348         (_start): Likewise.
24349         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
24350         <bp-asm.h>.
24351         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
24352         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
24353         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24354         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24355         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
24356         <bp-asm.h>.
24357         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
24358         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
24359         about bounded pointers.
24360         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24361         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24362         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
24363         <bp-asm.h>.
24364         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24365         about bounded pointers.  Remove GKM FIXME comments.
24366         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24367         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
24368         <bp-asm.h>.
24369         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
24370         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
24371         Remove GKM FIXME comments.
24372         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24373         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24374         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
24375         <bp-asm.h>.
24376         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24377         about bounded pointers.  Remove GKM FIXME comment.
24378         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
24379         and <bp-asm.h>.
24380         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24381         pointers.
24382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
24383         <bp-sym.h> and <bp-asm.h>.
24384         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
24386         <bp-sym.h> and <bp-asm.h>.
24387         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24388         comment.
24389
24390 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
24391
24392         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
24393         call free(NULL).
24394
24395 2013-03-05  David S. Miller  <davem@davemloft.net>
24396
24397         * po/es.po: Update from translation team.
24398
24399 2013-03-05  Andreas Jaeger  <aj@suse.de>
24400
24401         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
24402         <bits/mman-linux.h>.
24403         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24404         is fine.
24405         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
24406         <bits/mman-linux.h> to end of file.
24407         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24408         is fine.
24409         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
24410         <bits/mman-linux.h> to end of file.
24411         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24412         is fine.
24413         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
24414         <bits/mman-linux.h> to end of file.
24415
24416         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
24417         (MCL_CURRENT, MCL_FUTURE): Define here.
24418
24419 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24420
24421         [BZ #15232]
24422         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
24423         attribute_hidden.
24424         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
24425
24426 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24427
24428         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
24429         fourth parameter needed for rt_sigprocmask syscall.
24430         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
24431         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24432         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
24433         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24434         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24435         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
24436
24437 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
24438
24439         [BZ #13550]
24440         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
24441         comment about bounded pointers.
24442         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
24443         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
24444
24445 2013-03-04  Andreas Jaeger  <aj@suse.de>
24446
24447         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
24448         common definitions.
24449
24450         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
24451         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
24452         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
24453         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24454         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
24455         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24456
24457 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24458
24459         [BZ #15055]
24460         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
24461         __ieee754_sqrl instead of __sqrl.
24462
24463 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
24464
24465         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
24466         * sysdeps/powerpc/fpu_control.h: ... here.
24467         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
24468         * sysdeps/powerpc/bits/fenvinline.h: ... here.
24469         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
24470         * sysdeps/powerpc/bits/mathinline.h: ... here.
24471
24472 2013-03-01  Roland McGrath  <roland@hack.frob.com>
24473
24474         * elf/dl-hwcaps.c (_dl_important_hwcaps):
24475         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
24476         to just [NEED_DL_SYSINFO_DSO].
24477         * elf/dl-support.c: Likewise.
24478         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
24479         * elf/rtld.c (dl_main): Likewise.
24480         * elf/setup-vdso.h (setup_vdso): Likewise.
24481         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
24482         * sysdeps/unix/sysv/linux/dl-sysdep.c
24483         (_dl_discover_osversion): Likewise.
24484
24485 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
24486
24487         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
24488         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24489
24490 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
24491
24492         * NEWS: Mention libm performance improvements and non-x86 PI
24493         futex support.
24494
24495         * csu/libc-start.c (__pthread_initialize_minimal): Change
24496         function arguments.
24497         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24498
24499 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
24500
24501         [BZ #13550]
24502         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
24503         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
24504         <bp-sym.h> and <bp-asm.h>.
24505         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24506         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
24507         and <bp-asm.h>.
24508         (memcpy): Don't use BP_SYM.
24509         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
24510         <bp-asm.h>.
24511         (__mpn_add_n): Don't use BP_SYM.
24512         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
24513         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
24514         and <bp-asm.h>.
24515         (__mpn_addmul_1): Don't use BP_SYM.
24516         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24517         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
24518         <bp-sym.h>.
24519         (_setjmp): Don't use BP_SYM.
24520         (__novmx_setjmp): Likewise.
24521         (__GI__setjmp): Likewise.
24522         (__vmx_setjmp): Likewise.
24523         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
24524         <bp-sym.h>.
24525         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
24526         (__bzero): Don't use BP_SYM.
24527         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24528         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24529         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
24530         <bp-sym.h> and <bp-asm.h>.
24531         (memcpy): Don't use BP_SYM.
24532         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
24533         <bp-sym.h> and <bp-asm.h>.
24534         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24535         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
24536         <bp-sym.h> and <bp-asm.h>.
24537         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24538         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
24539         <bp-asm.h>.
24540         (__mpn_lshift): Don't use BP_SYM.
24541         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24542         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
24543         <bp-asm.h>.
24544         (memset): Don't use BP_SYM.
24545         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24546         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24547         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
24548         <bp-asm.h>.
24549         (__mpn_mul_1): Don't use BP_SYM.
24550         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24551         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
24552         <bp-sym.h> and <bp-asm.h>.
24553         (memcmp): Don't use BP_SYM.
24554         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
24555         <bp-sym.h> and <bp-asm.h>.
24556         (memcpy): Don't use BP_SYM.
24557         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
24558         <bp-sym.h> and <bp-asm.h>.
24559         (memset): Don't use BP_SYM.
24560         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
24561         <bp-sym.h> and <bp-asm.h>.
24562         (strncmp): Don't use BP_SYM.
24563         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
24564         <bp-sym.h> and <bp-asm.h>.
24565         (memcpy): Don't use BP_SYM.
24566         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
24567         <bp-sym.h> and <bp-asm.h>.
24568         (memset): Don't use BP_SYM.
24569         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
24570         <bp-sym.h> and <bp-asm.h>.
24571         (__memchr): Don't use BP_SYM.
24572         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
24573         <bp-sym.h> and <bp-asm.h>.
24574         (memcmp): Don't use BP_SYM.
24575         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
24576         <bp-sym.h> and <bp-asm.h>.
24577         (memcpy): Don't use BP_SYM.
24578         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
24579         <bp-sym.h> and <bp-asm.h>.
24580         (__mempcpy): Don't use BP_SYM.
24581         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
24582         <bp-sym.h> and <bp-asm.h>.
24583         (__memrchr): Don't use BP_SYM.
24584         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
24585         <bp-sym.h> and <bp-asm.h>.
24586         (memset): Don't use BP_SYM.
24587         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
24588         <bp-sym.h> and <bp-asm.h>.
24589         (__rawmemchr): Don't use BP_SYM.
24590         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
24591         <bp-sym.h> and <bp-asm.h>.
24592         (__STRCMP): Don't use BP_SYM.
24593         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
24594         <bp-sym.h> and <bp-asm.h>.
24595         (strchr): Don't use BP_SYM.
24596         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
24597         <bp-sym.h> and <bp-asm.h>.
24598         (__strchrnul): Don't use BP_SYM.
24599         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
24600         <bp-sym.h> and <bp-asm.h>.
24601         (strlen): Don't use BP_SYM.
24602         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
24603         <bp-sym.h> and <bp-asm.h>.
24604         (strncmp): Don't use BP_SYM.
24605         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
24606         <bp-sym.h> and <bp-asm.h>.
24607         (__strnlen): Don't use BP_SYM.
24608         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
24609         <bp-asm.h>.
24610         (__mpn_rshift): Don't use BP_SYM.
24611         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24612         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
24613         <bp-sym.h> and <bp-asm.h>.
24614         (__sigsetjmp): Don't use BP_SYM.
24615         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
24616         (L(start_addresses)): Don't use BP_SYM.
24617         (_start): Likewise.
24618         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
24619         <bp-asm.h>.
24620         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
24621         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24622         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24623         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
24624         <bp-asm.h>.
24625         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
24626         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24627         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24628         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
24629         <bp-asm.h>.
24630         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24631         comments.
24632         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24633         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
24634         <bp-asm.h>.
24635         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
24636         FIXME comments.
24637         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24638         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24639         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
24640         <bp-asm.h>.
24641         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24642         comment.
24643         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
24644         and <bp-asm.h>.
24645         (strncmp): Don't use BP_SYM,
24646         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
24647         <bp-asm.h>.
24648         (__mpn_sub_n): Don't use BP_SYM.
24649         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24650         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
24651         and <bp-asm.h>.
24652         (__mpn_submul_1): Don't use BP_SYM.
24653         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
24655         <bp-sym.h> and <bp-asm.h>.
24656         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
24658         <bp-sym.h> and <bp-asm.h>.
24659         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24660         comment.
24661
24662 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24663
24664         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
24665         Use ZK to minimize writes to Z.
24666         (sub_magnitudes): Simplify code a bit.
24667         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
24668         Use ZK to minimize writes to Z.
24669         (sub_magnitudes): Simplify code a bit.
24670
24671 2013-02-27  Roland McGrath  <roland@hack.frob.com>
24672
24673         * csu/gmon-start.c: Add special exception to license text.
24674
24675 2013-02-27  Richard Henderson  <rth@redhat.com>
24676
24677         * scripts/config.guess: Update from config.git.
24678         * scripts/config.sub: Likewise.
24679
24680 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
24681
24682         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
24683
24684         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
24685
24686         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
24687
24688         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
24689
24690         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
24691
24692 2013-02-26  Roland McGrath  <roland@hack.frob.com>
24693
24694         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
24695         [$(build-shared = yes].
24696
24697 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24698
24699         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
24700         (__mul): Reduce iterations for calculating mantissa.
24701
24702         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
24703         MPTWO.
24704         (__mpranred): Likewise.
24705
24706         [BZ #15160]
24707         * malloc/memusagestat.c (main): Draw graphs for heap and stack
24708         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
24709
24710 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24711
24712         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
24713         Define __attribute__.
24714
24715 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24716
24717         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24718         unused.
24719         * posix/regex_internal.h (__attribute): Remove.
24720         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24721         (re_string_context_at): Likewise.
24722         (bitset_not): Use __attribute__ and mark function as possibly
24723         unused.
24724         (bitset_merge): Likewise.
24725         (bitset_mask): Likewise.
24726         (re_string_char_size_at): Likewise.
24727         (re_string_wchar_at): Likewise.
24728         (re_string_elem_size_at): Likewise.
24729
24730 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24731
24732         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24733         code.
24734         (cc32): Likewise.
24735
24736         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24737         (__acr): Likewise.
24738         (__cpy): Likewise.
24739         (norm): Likewise.
24740         (denorm): Likewise.
24741         (__dbl_mp): Likewise.
24742         (add_magnitudes): Likewise.
24743         (sub_magnitudes): Likewise.
24744         (__mul): Likewise.
24745         (__inv): Likewise.
24746
24747         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24748         style.
24749
24750         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24751         style.
24752
24753         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24754         code.
24755
24756         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24757         up changes with default code.
24758         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24759         Likewise.
24760
24761 2013-02-24  Allan McRae  <allan@archlinux.org>
24762
24763         * manual/socket.texi (The Internet Namespace): Order menu items
24764         to match that in the file.
24765
24766         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24767         node listing of the info page menu.
24768
24769 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
24770
24771         [BZ #13550]
24772         * sysdeps/i386/bp-asm.h: Remove file.
24773         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24774         (PARMS): Do not use macros from bp-asm.h.
24775         (S1): Likewise.
24776         (S2): Likewise.
24777         (SIZE): Likewise.
24778         (__mpn_add_n): Do not use BP_SYM
24779         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24780         "bp-asm.h".
24781         (PARMS): Do not use macros from bp-asm.h.
24782         (S1): Likewise.
24783         (SIZE): Likewise.
24784         (__mpn_addmul_1): Do not use BP_SYM
24785         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24786         "bp-asm.h".
24787         (PARMS): Do not use macros from bp-asm.h.
24788         (SIGMSK): Likewise.
24789         (_setjmp): Likewise.  Do not use BP_SYM.
24790         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24791         "bp-asm.h".
24792         (PARMS): Do not use macros from bp-asm.h.
24793         (SIGMSK): Likewise.
24794         (setjmp): Likewise.  Do not use BP_SYM.
24795         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24796         "bp-asm.h".
24797         (PARMS): Do not use macros from bp-asm.h.
24798         (__frexp): Do not use BP_SYM.
24799         (frexp): Likewise.
24800         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24801         "bp-asm.h".
24802         (PARMS): Do not use macros from bp-asm.h.
24803         (__frexpf): Do not use BP_SYM.
24804         (frexpf): Likewise.
24805         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24806         "bp-asm.h".
24807         (PARMS): Do not use macros from bp-asm.h.
24808         (__frexpl): Do not use BP_SYM.
24809         (frexpl): Likewise.
24810         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24811         "bp-asm.h".
24812         (PARMS): Do not use macros from bp-asm.h.
24813         (__remquo): Do not use BP_SYM.
24814         (remquo): Likewise.
24815         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24816         "bp-asm.h".
24817         (PARMS): Do not use macros from bp-asm.h.
24818         (__remquof): Do not use BP_SYM.
24819         (remquof): Likewise.
24820         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24821         "bp-asm.h".
24822         (PARMS): Do not use macros from bp-asm.h.
24823         (__remquol): Do not use BP_SYM.
24824         (remquol): Likewise.
24825         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24826         "bp-asm.h".
24827         (PARMS): Do not use macros from bp-asm.h.
24828         (DEST): Likewise.
24829         (SRC): Likewise.
24830         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
24831         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24832         "bp-asm.h".
24833         (PARMS): Do not use macros from bp-asm.h.
24834         (strlen): Do not use BP_SYM.
24835         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24836         "bp-asm.h".
24837         (PARMS): Do not use macros from bp-asm.h.
24838         (S1): Likewise.
24839         (S2): Likewise.
24840         (SIZE): Likewise.
24841         (__mpn_add_n): Do not use BP_SYM.
24842         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24843         "bp-asm.h".
24844         (PARMS): Do not use macros from bp-asm.h.
24845         (S1): Likewise.
24846         (SIZE): Likewise.
24847         (__mpn_addmul_1): Do not use BP_SYM.
24848         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24849         weak_alias.
24850         (bzero): Likewise.
24851         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24852         "bp-asm.h".
24853         (PARMS): Do not use macros from bp-asm.h.
24854         (S): Likewise.
24855         (SIZE): Likewise.
24856         (__mpn_lshift): Do not use BP_SYM.
24857         * sysdeps/i386/i586/memcpy.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         (LEN): Likewise.
24863         (memcpy): Likewise.  Do not use BP_SYM.
24864         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
24865         libc_hidden_def and weak_alias.
24866         (mempcpy): Do not use BP_SYM in weak_alias.
24867         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
24868         "bp-asm.h".
24869         (PARMS): Do not use macros from bp-asm.h.
24870         (DEST): Likewise.
24871         (LEN): Likewise.
24872         [!BZERO_P] (CHR): Likewise.
24873         (memset): Likewise.  Do not use BP_SYM.
24874         * sysdeps/i386/i586/mul_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_mul_1): Do not use BP_SYM.
24880         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
24881         "bp-asm.h".
24882         (PARMS): Do not use macros from bp-asm.h.
24883         (S): Likewise.
24884         (SIZE): Likewise.
24885         (__mpn_rshift): Do not use BP_SYM.
24886         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
24887         "bp-asm.h".
24888         (PARMS): Do not use macros from bp-asm.h.
24889         (STR): Likewise.
24890         (CHR): Likewise.
24891         (strchr): Likewise.  Do not use BP_SYM.
24892         (index): Do not use BP_SYM in weak_alias.
24893         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
24894         "bp-asm.h".
24895         (PARMS): Do not use macros from bp-asm.h.
24896         (DEST): Likewise.
24897         (SRC): Likewise.
24898         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
24899         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
24900         "bp-asm.h".
24901         (PARMS): Do not use macros from bp-asm.h.
24902         (strlen): Do not use BP_SYM.
24903         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
24904         "bp-asm.h".
24905         (PARMS): Do not use macros from bp-asm.h.
24906         (S1): Likewise.
24907         (S2): Likewise.
24908         (SIZE): Likewise.
24909         (__mpn_sub_n): Do not use BP_SYM.
24910         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
24911         "bp-asm.h".
24912         (PARMS): Do not use macros from bp-asm.h.
24913         (S1): Likewise.
24914         (SIZE): Likewise.
24915         (__mpn_submul_1): Do not use BP_SYM.
24916         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
24917         "bp-asm.h".
24918         (PARMS): Do not use macros from bp-asm.h.
24919         (S1): Likewise.
24920         (S2): Likewise.
24921         (SIZE): Likewise.
24922         (__mpn_add_n): Do not use BP_SYM.
24923         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
24924         weak_alias.
24925         (bzero): Likewise.
24926         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
24927         "bp-asm.h".
24928         (PARMS): Do not use macros from bp-asm.h.
24929         (BLK2): Likewise.
24930         (LEN): Likewise.
24931         (memcmp): Do not use BP_SYM.
24932         (bcmp): Do not use BP_SYM in weak_alias.
24933         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
24934         "bp-asm.h".
24935         (PARMS): Do not use macros from bp-asm.h.
24936         (DEST): Likewise.
24937         (SRC): Likewise.
24938         (LEN): Likewise.
24939         (memcpy): Likewise.  Do not use BP_SYM.
24940         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
24941         "bp-asm.h".
24942         (PARMS): Do not use macros from bp-asm.h.
24943         (DEST): Likewise.
24944         (SRC): Likewise.
24945         (LEN): Likewise.
24946         (memmove): Likewise.  Do not use BP_SYM.
24947         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
24948         "bp-asm.h".
24949         (PARMS): Do not use macros from bp-asm.h.
24950         (DEST): Likewise.
24951         (SRC): Likewise.
24952         (LEN): Likewise.
24953         (__mempcpy): Likewise.  Do not use BP_SYM.
24954         (mempcpy): Do not use BP_SYM in weak_alias.
24955         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
24956         "bp-asm.h".
24957         (PARMS): Do not use macros from bp-asm.h.
24958         (DEST): Likewise.
24959         (LEN): Likewise.
24960         [!BZERO_P] (CHR): Likewise.
24961         (memset): Likewise.  Do not use BP_SYM.
24962         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
24963         "bp-asm.h".
24964         (PARMS): Do not use macros from bp-asm.h.
24965         (STR2): Likewise.
24966         (strcmp): Do not use BP_SYM.
24967         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
24968         "bp-asm.h".
24969         (PARMS): Do not use macros from bp-asm.h.
24970         (STR): Likewise.
24971         (DELIM): Likewise.
24972         [USE_AS_STRTOK_R] (SAVE): Likewise.
24973         (FUNCTION): Likewise.  Do not use BP_SYM.
24974         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
24975         aliases.
24976         (strtok_r): Likewise.
24977         (__GI___strtok_r): Likewise.
24978         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24979         (PARMS): Do not use macros from bp-asm.h.
24980         (S): Likewise.
24981         (SIZE): Likewise.
24982         (__mpn_lshift): Do not use BP_SYM.
24983         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24984         (PARMS): Do not use macros from bp-asm.h.
24985         (STR): Likewise.
24986         (CHR): Likewise.
24987         (__memchr): Do not use BP_SYM.
24988         (memchr): Do not use BP_SYM in weak_alias.
24989         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24990         (PARMS): Do not use macros from bp-asm.h.
24991         (BLK2): Likewise.
24992         (LEN): Likewise.
24993         (memcmp): Do not use BP_SYM.
24994         (bcmp): Do not use BP_SYM in weak_alias.
24995         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
24996         (PARMS): Do not use macros from bp-asm.h.
24997         (S1): Likewise.
24998         (SIZE): Likewise.
24999         (__mpn_mul_1): Do not use BP_SYM.
25000         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
25001         "bp-asm.h".
25002         (PARMS): Do not use macros from bp-asm.h.
25003         (STR): Likewise.
25004         (CHR): Likewise.
25005         (__rawmemchr): Do not use BP_SYM.
25006         (rawmemchr): Do not use BP_SYM in weak_alias.
25007         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25008         (PARMS): Do not use macros from bp-asm.h.
25009         (S): Likewise.
25010         (SIZE): Likewise.
25011         (__mpn_rshift): Do not use BP_SYM.
25012         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25013         (PARMS): Do not use macros from bp-asm.h.
25014         (SIGMSK): Likewise.
25015         (__sigsetjmp): Likewise.  Do not use BP_SYM.
25016         * sysdeps/i386/start.S: Do not include "bp-sym.h".
25017         (_start): Do not use BP_SYM.
25018         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
25019         (PARMS): Do not use macros from bp-asm.h.
25020         (DEST): Likewise.
25021         (SRC): Likewise.
25022         (__stpcpy): Likewise.  Do not use BP_SYM.
25023         (stpcpy): Do not use BP_SYM in weak_alias.
25024         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
25025         "bp-asm.h".
25026         (PARMS): Do not use macros from bp-asm.h.
25027         (DEST): Likewise.
25028         (SRC): Likewise.
25029         (LEN): Likewise.
25030         (__stpncpy): Likewise.  Do not use BP_SYM.
25031         (stpncpy): Do not use BP_SYM in weak_alias.
25032         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25033         (PARMS): Do not use macros from bp-asm.h.
25034         (STR): Likewise.
25035         (CHR): Likewise.
25036         (strchr): Likewise.  Do not use BP_SYM.
25037         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
25038         "bp-asm.h".
25039         (PARMS): Do not use macros from bp-asm.h.
25040         (STR): Likewise.
25041         (CHR): Likewise.
25042         (__strchrnul): Likewise.  Do not use BP_SYM.
25043         (strchrnul): Do not use BP_SYM in weak_alias.
25044         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
25045         "bp-asm.h".
25046         (PARMS): Do not use macros from bp-asm.h.
25047         (STOP): Likewise.
25048         (strcspn): Do not use BP_SYM.
25049         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
25050         "bp-asm.h".
25051         (PARMS): Do not use macros from bp-asm.h.
25052         (STR): Likewise.
25053         (STOP): Likewise.
25054         (strpbrk): Likewise.  Do not use BP_SYM.
25055         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
25056         "bp-asm.h".
25057         (PARMS): Do not use macros from bp-asm.h.
25058         (STR): Likewise.
25059         (CHR): Likewise.
25060         (strrchr): Likewise.  Do not use BP_SYM.
25061         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
25062         (PARMS): Do not use macros from bp-asm.h.
25063         (SKIP): Likewise.
25064         (strspn): Do not use BP_SYM.
25065         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
25066         (PARMS): Do not use macros from bp-asm.h.
25067         (STR): Likewise.
25068         (DELIM): Likewise.
25069         (SAVE): Likewise.
25070         (FUNCTION): Likewise.  Do not use BP_SYM.
25071         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
25072         aliases.
25073         (strtok_r): Likewise.
25074         (__GI___strtok_r): Likewise.
25075         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25076         (PARMS): Do not use macros from bp-asm.h.
25077         (S1): Likewise.
25078         (S2): Likewise.
25079         (SIZE): Likewise.
25080         (__mpn_sub_n): Do not use BP_SYM.
25081         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
25082         "bp-asm.h".
25083         (PARMS): Do not use macros from bp-asm.h.
25084         (S1): Likewise.
25085         (SIZE): Likewise.
25086         (__mpn_submul_1): Do not use BP_SYM.
25087         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
25088         <bp-sym.h>.
25089         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
25090         and <bp-asm.h>.
25091         (PARMS): Do not use macros from bp-asm.h.
25092         (FLAGS): Likewise.
25093         (PTID): Likewise.
25094         (TLS): Likewise.
25095         (CTID): Likewise.
25096         (__clone): Do not use BP_SYM.
25097         (clone): Do not use BP_SYM in weak_alias.
25098         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
25099         and <bp-asm.h>.
25100         (PARMS): Do not use macros from bp-asm.h.
25101         (LEN): Likewise.
25102         (__mmap64): Do not use BP_SYM.
25103         (mmap64): Do not use BP_SYM in weak_alias.
25104         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
25105         <bp-sym.h> and <bp-asm.h>.
25106         (PARMS): Do not use macros from bp-asm.h.
25107         (__posix_fadvise64_l64): Do not use BP_SYM.
25108         * sysdeps/unix/sysv/linux/i386/semtimedop.S
25109         (PARMS): Do not use macros from bp-asm.h.
25110         (NSOPS): Likewise.
25111         (semtimedop): Do not use BP_SYM.
25112         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
25113         and <bp-asm.h>.
25114
25115 2013-02-21  Allan McRae  <allan@archlinux.org>
25116
25117         * manual/message.texi (Charset conversion in gettext):
25118         Move @end statement to beginning of line.
25119
25120 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25121
25122         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
25123         static.
25124         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25125         Likewise.
25126
25127         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
25128         (denorm): Likewise.
25129         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
25130         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
25131
25132 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25133
25134         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
25135         tail-call to the resolved function if pltexit isn't needed.
25136
25137 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25138
25139         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
25140         or Y being zero as being unlikely.
25141         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
25142         Likewise.
25143
25144 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
25145
25146         * manual/nss.texi (System Databases and Name Service Switch):
25147         Remove frobnicate @pxref.
25148
25149 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25150
25151         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25152         __attribute__ ((unused)) to __attribute__ ((__unused__)).
25153
25154 2013-02-20  Petr Machata  <pmachata@redhat.com>
25155
25156         * elf/elf.h (R_ARM_TARGET1): New macro.
25157         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
25158         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
25159         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
25160         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
25161         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
25162         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
25163         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
25164         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
25165         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
25166         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
25167         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
25168         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
25169         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
25170         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
25171         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
25172         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
25173         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
25174         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
25175         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
25176         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
25177         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
25178         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
25179         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
25180         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
25181         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
25182         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
25183         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
25184         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
25185         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
25186         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
25187         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
25188         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
25189         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
25190         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
25191         (R_ARM_THM_GOT_BREL12): Likewise.
25192         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
25193         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
25194         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
25195         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
25196         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
25197         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
25198         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
25199         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
25200         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
25201
25202 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25203
25204         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25205         __attribute_used__ to __attribute__ ((unused)).
25206
25207 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25208
25209         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
25210         powerpc mpa.c.
25211         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
25212         comment formatting.
25213         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
25214
25215 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
25216
25217         [BZ #13550]
25218         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
25219         Remove macro.
25220         (ENTER): Remove both macro definitions.
25221         (LEAVE): Likewise.
25222         (CHECK_BOUNDS_LOW): Likewise.
25223         (CHECK_BOUNDS_HIGH): Likewise.
25224         (CHECK_BOUNDS_BOTH): Likewise.
25225         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
25226         (RETURN_BOUNDED_POINTER): Likewise.
25227         (RETURN_NULL_BOUNDED_POINTER): Likewise.
25228         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
25229         (POP_ERRNO_LOCATION_RETURN): Likewise.
25230         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
25231         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25232         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
25233         macros.
25234         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25235         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
25236         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
25237         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
25238         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
25239         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
25240         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
25241         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
25242         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
25243         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
25244         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
25245         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
25246         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25247         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
25248         removed macros.
25249         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25250         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
25251         macros.
25252         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25253         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
25254         * sysdeps/i386/i586/memset.S (memset): Likewise.
25255         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
25256         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25257         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
25258         macros.
25259         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25260         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
25261         Change uses of L(2) to L(out).
25262         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
25263         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
25264         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
25265         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25266         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
25267         removed macros.
25268         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25269         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
25270         macros.
25271         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25272         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
25273         (RETURN): Do not use macro LEAVE.
25274         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
25275         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
25276         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
25277         * sysdeps/i386/i686/memset.S (memset): Likewise.
25278         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
25279         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
25280         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25281         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
25282         Likewise.
25283         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25284         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
25285         L(1_2) and L(1_3) into L(1).
25286         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25287         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
25288         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25289         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
25290         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25291         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
25292         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
25293         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25294         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
25295         macros.
25296         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
25297         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25298         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
25299         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
25300         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
25301         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25302         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
25303         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
25304         * sysdeps/i386/strcspn.S (strcspn): Likewise.
25305         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
25306         * sysdeps/i386/strrchr.S (strrchr): Likewise.
25307         * sysdeps/i386/strspn.S (strspn): Likewise.
25308         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
25309         conditional code.
25310         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25311         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
25312         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25313         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
25314         L(1_3) into L(1_1).
25315         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
25316         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25317         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
25318         macros.
25319         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25320
25321 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
25322
25323         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
25324         macro.
25325
25326 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25327
25328         * math/atest-exp.c (exp_mpn): Remove ROUND.
25329         * math/atest-exp2.c (exp_mpn): Likewise.
25330         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
25331
25332         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
25333         * stdlib/tst-tls-atexit-lib.c: Likewise.
25334         * stdlib/tst-tls-atexit.c: Likewise.
25335
25336 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25337
25338         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
25339         and __attribute_alloc_size__.
25340
25341 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25342
25343         * include/programs/xmalloc.h: Change __attribute_alloc_size to
25344         __attribute_alloc_size__.
25345         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
25346         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
25347
25348 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25349
25350         * include/programs/xmalloc.h: New file.
25351         * catgets/gencat.c: Include it.
25352         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
25353         * elf/pldd.c: Likewise.
25354         * iconv/iconv_charmap.c: Likewise.
25355         * iconv/iconvconfig.c: Likewise.
25356         * iconv/strtab.c: Likewise.
25357         * locale/programs/locale.c: Likewise.
25358         * locale/programs/localedef.h: Likewise.
25359         * locale/programs/simple-hash.c: Likewise.
25360         * nscd/nscd.h: Likewise.
25361         * nss/makedb.c: Likewise.
25362         * sysdeps/generic/ldconfig.h: Likewise.
25363
25364 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25365
25366         * Versions.def: Add GLIBC_2.18.
25367         * include/link.h (struct link_map): New member l_tls_dtor_count.
25368         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
25369         (__call_tls_dtors): Likewise.
25370         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
25371         __cxa_thread_atexit_impl.
25372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
25373         Likewise.
25374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25375         Likewise.
25376         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25377         Likewise.
25378         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25379         Likewise.
25380         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
25381         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
25382         Likewise.
25383         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
25384         Likewise.
25385         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
25386         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
25387         Likewise.
25388         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
25389         (tests): Add test case tst-tls-atexit.
25390         (modules-names): Add shared library for tst-tls-atexit.
25391         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
25392         (GLIBC_PRIVATE): Add __call_tls_dtors.
25393         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
25394         for libstdc++.
25395         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
25396         * stdlib/tst-tls-atexit.c: New test case.
25397         * stdlib/tst-tls-atexit-lib.c: New test case.
25398
25399         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
25400
25401         * elf/Versions (ld): Add _dl_find_dso_for_object.
25402         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
25403         * elf/dl-open.c (_dl_find_dso_for_object): New function.
25404         (dl_open_worker): Use _dl_find_dso_for_object.
25405         * elf/dl-sym.c (do_sym): Likewise.
25406         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
25407
25408 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25409
25410         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
25411         Syntactic changes only.
25412         (_dl_runtime_profile): Do a tail-call to the resolved function.
25413
25414 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
25415
25416         [BZ #13550]
25417         * sysdeps/x86_64/bp-asm.h: Remove file.
25418         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
25419         <bp-sym.h> and <bp-asm.h>.
25420         (__clone): Do not use BP_SYM.
25421         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
25422         <bp-sym.h> and <bp-asm.h>.
25423         * sysdeps/unix/x86_64/sysdep.S: Likewise.
25424         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
25425         "bp-asm.h".
25426         (_setjmp): Do not use BP_SYM.
25427         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
25428         "bp-asm.h".
25429         (setjmp): Do not use BP_SYM.
25430         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
25431         libc_hidden_def.
25432         (mempcpy): Do not use BP_SYM in weak_alias.
25433         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
25434         "bp-asm.h".
25435         (strchr): Do not use BP_SYM.
25436         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
25437         "bp-asm.h".
25438         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
25439         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
25440         (_start): Do not use BP_SYM.
25441         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
25442         "bp-asm.h".
25443         (strcat): Do not use BP_SYM.
25444         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
25445         "bp-asm.h".
25446         (STRCMP): Do not use BP_SYM.
25447         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
25448         "bp-asm.h".
25449         (STRCPY): Do not use BP_SYM.
25450         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
25451         "bp-asm.h".
25452         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
25453         "bp-asm.h".
25454         (FUNCTION): Do not use BP_SYM.
25455         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
25456         weak_alias.
25457         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
25458
25459 2013-02-17  Andreas Jaeger  <aj@suse.de>
25460
25461         * time/Versions: Sort entries.
25462         * string/Versions: Likewise.
25463         * resolv/Versions: Likewise.
25464         * posix/Versions: Likewise.
25465         * iconv/Versions: Likewise.
25466         * elf/Versions: Likewise.
25467         * wcsmbs/Versions: Likewise.
25468
25469 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25470
25471         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
25472         loop termination condition.
25473
25474         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
25475         variable to calculate EZ.
25476         (__sqr): Likewise.
25477
25478         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
25479         the lower precision input.
25480
25481 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
25482
25483         [BZ #13550]
25484         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
25485         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
25486         (run-via-rtld-prefix): Do not handle %-bp tests.
25487         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
25488         (all-object-suffixes): Remove .ob.
25489         (bppfx): Remove variable.
25490         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
25491         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
25492         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
25493         [$(build-bounded) = yes] (libtype.ob): Likewise.
25494         * Makerules (elide-routines.ob): Remove variable.
25495         (do-tests-clean): Do not handle *-bp.out.
25496         (common-mostlyclean): Do not handle *-bp and *-bp.out.
25497         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
25498         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
25499         (tests): Do not include $(tests-bp.out).
25500         (xtests): Do not include $(xtests-bp.out).
25501         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
25502         [$(build-bounded) = yes] ($(addprefix
25503         $(objpfx),$(binaries-bounded))): Remove rule.
25504         ($(objpfx)%-bp.out): Remove rule.
25505         * config.make.in (build-bounded): Remove variable.
25506         * crypt/Makefile [$(build-bounded) = yes]
25507         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
25508         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
25509         append to variable.
25510         [$(build-bounded) = yes] (install-lib): Likewise.
25511         [$(build-bounded) = yes] (generated): Likewise.
25512         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
25513         Remove rule.
25514         * intl/Makefile [$(build-bounded) = yes]
25515         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
25516         * math/Makefile [$(build-bounded) = yes]
25517         ($(tests:%=$(objpfx)%-bp): Likewise.
25518         * misc/Makefile [$(build-bounded) = yes]
25519         ($(objpfx)tst-tsearch-bp): Likewise.
25520         * nptl/Makeconfig (bounded-thread-library): Remove variable.
25521         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
25522         Remove dependency.
25523         * string/Makefile (o-objects.ob): Remove variable.
25524         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
25525         (CFLAGS-.ob): Remove variable.
25526         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
25527         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
25528         both definitions of variable.
25529         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
25530         (ASFLAGS-.ob): Remove variable.
25531
25532 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
25533
25534         [BZ #13550]
25535         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
25536         Remove __BOUNDED_POINTERS__ from condition.
25537         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
25538         * string/bits/string2.h [!__NO_STRING_INLINES &&
25539         !__BOUNDED_POINTERS__]: Likewise.
25540         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
25541         Likewise.
25542         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
25543         Remove conditional code.
25544         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
25545         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
25546         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
25547         condition.
25548
25549         [BZ #13550]
25550         * csu/libc-start.c: Do not include <bp-sym.h>.
25551         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
25552         * elf/dl-open.c: Do not include <bp-sym.h>.
25553         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
25554         * math/fegetenv.c: Do not include <bp-sym.h>.
25555         (fegetenv): Do not use BP_SYM in versioned symbols.
25556         * nptl/sysdeps/pthread/bits/libc-lockP.h
25557         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
25558         <bp-sym.h>.
25559         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25560         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
25561         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25562         (__pthread_mutex_destroy): Likewise.
25563         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25564         (__pthread_mutex_lock): Likewise.
25565         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25566         (__pthread_mutex_trylock): Likewise.
25567         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25568         (__pthread_mutex_unlock): Likewise.
25569         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25570         (__pthread_mutexattr_init): Likewise.
25571         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25572         (__pthread_mutexattr_destroy): Likewise.
25573         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25574         (__pthread_mutexattr_settype): Likewise.
25575         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25576         (__pthread_rwlock_init): Likewise.
25577         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25578         (__pthread_rwlock_destroy): Likewise.
25579         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25580         (__pthread_rwlock_rdlock): Likewise.
25581         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25582         (__pthread_rwlock_tryrdlock): Likewise.
25583         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25584         (__pthread_rwlock_wrlock): Likewise.
25585         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25586         (__pthread_rwlock_trywrlock): Likewise.
25587         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25588         (__pthread_rwlock_unlock): Likewise.
25589         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25590         (__pthread_key_create): Likewise.
25591         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25592         (__pthread_setspecific): Likewise.
25593         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25594         (__pthread_getspecific): Likewise.
25595         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
25596         Likewise.
25597         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25598         (_pthread_cleanup_push_defer): Likewise.
25599         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25600         (_pthread_cleanup_pop_restore): Likewise.
25601         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25602         (pthread_setcancelstate): Likewise.
25603         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
25604         <bp-sym.h>.
25605         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
25606         (memchr): Do not use BP_SYM in weak_alias.
25607         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
25608         (fegetenv): Do not use BP_SYM in versioned symbols.
25609         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
25610         (fesetenv): Do not use BP_SYM in versioned symbols.
25611         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25612         (feupdateenv): Do not use BP_SYM in versioned symbols.
25613         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25614         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25615         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
25616         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
25617         (open64): Do not use BP_SYM in weak_alias.
25618         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
25619         (fegetenv): Do not use BP_SYM in versioned symbols.
25620         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
25621         (fesetenv): Do not use BP_SYM in versioned symbols.
25622         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25623         (feupdateenv): Do not use BP_SYM in versioned symbols.
25624         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
25625         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
25626         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
25627         (feraiseexcept): Do not use BP_SYM in versioned symbols.
25628         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25629         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25630         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
25631         <bp-sym.h>.
25632         (__libc_start_main): Do not use BP_SYM.
25633
25634 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25635
25636         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
25637         redundant return line.
25638         (norm): Likewise.
25639         (denorm): Likewise.
25640         (dbl_mp): Likewise.
25641         (sub_magnitudes): Likewise.
25642         (__add): Likewise.
25643         (__sub): Likewise.
25644         (__mul): Likewise.
25645         (__inv): Likewise.
25646         (__dvd): Likewise.
25647         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
25648         (norm): Likewise.
25649         (denorm): Likewise.
25650         (dbl_mp): Likewise.
25651         (sub_magnitudes): Likewise.
25652         (__add): Likewise.
25653         (__sub): Likewise.
25654         (__mul): Likewise.
25655         (__inv): Likewise.
25656         (__dvd): Likewise.
25657
25658         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
25659         instead of __mul.
25660         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
25661         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
25662         (cc32): Likewise.
25663
25664         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
25665         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
25666         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
25667         of __mul for squares.
25668         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
25669         function
25670         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
25671         Likewise.
25672         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
25673         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25674
25675 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
25676
25677         [BZ #13550]
25678         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
25679         code.
25680         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
25681         prototype or function definition.  Rename ubp_* variables and
25682         parameters.  Remove argv definitions conditional on
25683         [__BOUNDED_POINTERS__].
25684         * debug/backtrace.c (__backtrace): Do not use __unbounded.
25685         * elf/dl-runtime.c (_dl_fixup): Likewise.
25686         * include/set-hooks.h (RUN_HOOK): Likewise.
25687         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
25688         definition.
25689         * string/strcpy.c (strcpy): Do not use __unbounded.
25690         * sysdeps/generic/frame.h (struct layout): Likewise.
25691         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
25692         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
25693         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
25694         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
25695         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
25696         (__backtrace): Likewise.
25697         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
25698         use __ptrvalue.
25699         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
25700         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
25701         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
25702         Likewise.
25703         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
25704         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
25705         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
25706         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25707         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
25708         Do not use __unbounded.
25709         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
25710         Rename __unboundedrlimits parameter to rlimits in prototype.
25711         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
25712         Do not use __unbounded.
25713         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
25714         not use __ptrvalue.
25715         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25716         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25717         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25718         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25719         __ptrvalue or __unbounded.
25720         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25721         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25722         use __unbounded.
25723         (__new_msgctl): Do not use __ptrvalue.
25724         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25725         __unbounded.
25726         (__libc_msgrcv): Do not use __ptrvalue.
25727         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25728         startup_info): Do not use __unbounded.
25729         (__libc_start_main): Likewise.  Rename ubp_* variables and
25730         parameters.  Remove argv definitions conditional on
25731         [__BOUNDED_POINTERS__].
25732         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25733         __ptrvalue.
25734         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25735         use __unbounded.
25736         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25737         or __ptrvalue.
25738         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25739         use __unbounded.
25740         (__new_shmctl): Do not use __ptrvalue.
25741         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25742         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25743         Likewise.
25744         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25745         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25746         (__libc_sigaction): Likewise.
25747         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25748         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25749         Likewise.
25750         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25751
25752 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
25753
25754         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
25755
25756         * string/mempcpy.c: Implement by calling memcpy.
25757
25758 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25759
25760         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25761
25762         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25763         evaluation.
25764
25765         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25766         values in the mantissa.
25767
25768         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25769         minimize writes to Z.
25770         (sub_magnitudes): Simplify code a bit.
25771
25772 2013-02-12  Roland McGrath  <roland@hack.frob.com>
25773
25774         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25775         from the message.  The linker prefixes all warnings with that already.
25776
25777 2013-02-12  Andreas Schwab  <schwab@suse.de>
25778
25779         [BZ #15078]
25780         * posix/regexec.c (extend_buffers): Add parameter min_len.
25781         (check_matching): Pass minimum needed length.
25782         (clean_state_log_if_needed): Likewise.
25783         (get_subexp): Likewise.
25784         * posix/Makefile (tests): Add bug-regex34.
25785         (bug-regex34-ENV): Define.
25786         * posix/bug-regex34.c: New file.
25787
25788         [BZ #11561]
25789         * posix/regcomp.c (parse_bracket_exp): When looking up collating
25790         elements compare against the byte sequence of it, not its name.
25791         * posix/Makefile (tests): Add bug-regex35.
25792         (bug-regex35-ENV): Define.
25793         * posix/bug-regex35.c: New file.
25794
25795 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25796
25797         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
25798         comment.
25799         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25800         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25801         (CHECK_EOL): Add undef.
25802
25803 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
25804
25805         * bits/stdlib-bsearch.h: New file.
25806         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
25807         * stdlib/stdlib.h: Likewise.
25808
25809 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25810
25811         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25812         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25813         declaration.
25814         * manual/search.texi (Array Search Function): Add missing const in
25815         lfind prototype.
25816         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25817         declaration to use rlim_t.
25818         (Basic Scheduling Functions): Remove erroneous const from
25819         sched_getparam prototype.  Remove erroneous * from
25820         sched_get_priority_max and sched_get_priority_min prototypes.
25821         (Resource Usage): Fix summary @comment on vtimes to refer to
25822         sys/vtimes.h rather than vtimes.h.
25823         Add missing *s in vtimes prototype.
25824         (Limits on Resources): Fix ulimit prototype to return long int.
25825         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25826         prototypes to use long int rather than double.
25827         (BSD Random): Fix initstate and setstate to use char *, not void *.
25828         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25829         prototype to make second argument 'struct aiocb64 *const[]'.
25830         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25831         (Status of AIO Operations): Remove erroneous const in aio_return and
25832         aio_return64 prototypes.
25833         (Synchronizing I/O): Fix sync prototype to return void.
25834         * manual/startup.texi (Suboptions): Remove an erroneous const in
25835         getsubopt prototype.
25836         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25837         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25838         use size_t rather than int.
25839         (Scanning All Users): Likewise for getpwent_r.
25840         (Setting Groups): Add missing const to setgroups prototype.
25841         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25842         * manual/socket.texi (Host Names): Fix gethostbyaddr and
25843         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25844         'const void *' rather than 'const char *'.
25845         (Host Address Functions): Likewise for inet_ntop.
25846         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25847         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25848         ssize_t for return value.
25849         (Sending Data): Likewise for send, sendto, sendmsg.
25850         (Socket Option Functions): Add a missing const in setsockopt prototype.
25851         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25852         use wchar_t for the argument.
25853         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25854         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
25855         take no arguments.
25856         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
25857         double/float/long double for second argument.
25858         Fix return types of significand, significandf, significandl.
25859         * manual/filesys.texi (Setting Permissions): Use mode_t for second
25860         argument in fchmod prototype.
25861         (File Owner): Use uid_t and gid_t in fchown prototype.
25862         (File Times): Add const to utimes, futimes, and lutimes prototypes.
25863         (Making Special Files): Use mode_t and dev_t in mknod prototype.
25864         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
25865         use 'const struct dirent **' as argument types to CMP function pointer
25866         argument.
25867         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
25868         (File Times): Fix summary magic @comment for struct utimbuf and utime
25869         to refer to utime.h, not time.h.
25870         * manual/string.texi (Argz Functions): Add missing const in
25871         argz_extract and argz_next prototypes.
25872         (Finding Tokens in a String): Likewise for basename.
25873         (String/Array Comparison): Fix typo in wcscasecmp prototype.
25874         (Copying and Concatenation): Fix typo in wmemmove prototype.
25875         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
25876         (Signal Stack): Remove erroneous const in sigstack prototype.
25877         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
25878         prototype.
25879         (Simple Calendar Time): Likewise for stime.
25880         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
25881         prototype.
25882         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
25883         say sys/sysctl.h instead.
25884         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
25885         and vsyslog prototypes.
25886
25887 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25888
25889         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
25890         Remove.
25891
25892 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25893
25894         * misc/sys/mman.h: Fix typo in mremap comment.
25895
25896 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25897
25898         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
25899         the '\0' terminator.
25900
25901 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25902
25903         [BZ #13550]
25904         * debug/segfault.c: Don't include <bp-checks.h>.
25905         * sysdeps/generic/bp-checks.h: Remove file.
25906         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
25907         (__GETDENTS): Don't use CHECK_N.
25908         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
25909         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
25910         (__getgroups): Don't use CHECK_N.
25911         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
25912         (setgroups): Don't use CHECK_N.
25913         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
25914         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
25915         (__libc_msgrcv): Don't use CHECK_N.
25916         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
25917         (__libc_msgsnd): Don't use CHECK_N.
25918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
25919         <bp-checks.h>.
25920         (__libc_pread): Don't use CHECK_N.
25921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
25922         include <bp-checks.h>.
25923         (__libc_pread64): Don't use CHECK_N.
25924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
25925         include <bp-checks.h>.
25926         (__libc_pwrite): Don't use CHECK_N.
25927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
25928         include <bp-checks.h>.
25929         (__libc_pwrite64): Don't use CHECK_N.
25930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
25931         <bp-checks.h>.
25932         (__libc_pread): Don't use CHECK_N.
25933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
25934         include <bp-checks.h>.
25935         (__libc_pread64): Don't use CHECK_N.
25936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
25937         include <bp-checks.h>.
25938         (__libc_pwrite): Don't use CHECK_N.
25939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
25940         include <bp-checks.h>.
25941         (__libc_pwrite64): Don't use CHECK_N.
25942         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
25943         (do_pread): Don't use CHECK_N.
25944         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
25945         (do_pread64): Don't use CHECK_N.
25946         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
25947         (do_pwrite): Don't use CHECK_N.
25948         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
25949         (do_pwrite64): Don't use CHECK_N.
25950         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
25951         (__libc_readv): Don't use CHECK_N.
25952         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
25953         (semop): Don't use CHECK_N.
25954         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
25955         <bp-checks.h>.
25956         (semtimedop): Don't use CHECK_N.
25957         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
25958         (__libc_pread): Don't use CHECK_N.
25959         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
25960         <bp-checks.h>.
25961         (__libc_pread64): Don't use CHECK_N.
25962         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
25963         <bp-checks.h>.
25964         (__libc_pwrite): Don't use CHECK_N.
25965         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
25966         <bp-checks.h>.
25967         (__libc_pwrite64): Don't use CHECK_N.
25968         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
25969         <bp-checks.h>.
25970         (__libc_msgrcv): Don't use CHECK_N.
25971         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
25972         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
25973         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
25974         (__libc_writev): Don't use CHECK_N.
25975
25976 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25977
25978         * string/strcpy.c: Removed unused variable.
25979
25980         * Makeconfig (+sysdep-includes): Define with := rather than =.
25981         Use an existing include/ subdir of each sysdeps dir before it.
25982
25983 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25984
25985         * nscd/connection.c (register_traced_file): Comment function.
25986         [HAVE_INOTIFY] (union __inev): Define.
25987         [HAVE_INOTIFY] (inotify_check_files): New function.
25988         [HAVE_INOTIFY] (clear_db_cache): Likewise.
25989         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
25990         clear_db_cache.
25991         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
25992
25993 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25994
25995         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
25996         loaded if not already and that a failure is permanent.
25997
25998 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25999
26000         [BZ #15006]
26001         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
26002         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
26003
26004 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26005
26006         [BZ #13550]
26007         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
26008         (CHECK_1_NULL_OK): Likewise.
26009         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
26010         (__fxstat): Do not use CHECK_1.
26011         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
26012         <bp-checks.h>.
26013         (___fxstat64): Do not use CHECK_1.
26014         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
26015         <bp-checks.h>.
26016         (__fxstatat): Do not use CHECK_1.
26017         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
26018         <bp-checks.h>.
26019         (__fxstatat64): Do not use CHECK_1.
26020         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
26021         <bp-checks.h>.
26022         (__fxstat): Do not use CHECK_1.
26023         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
26024         <bp-checks.h>.
26025         (__fxstatat): Do not use CHECK_1.
26026         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
26027         <bp-checks.h>.
26028         (__getresgid): Do not use CHECK_1.
26029         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
26030         <bp-checks.h>.
26031         (__getresuid): Do not use CHECK_1.
26032         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
26033         <bp-checks.h>.
26034         (__lxstat): Do not use CHECK_1.
26035         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
26036         <bp-checks.h>.
26037         (__old_msgctl): Do not use CHECK_1.
26038         (__new_msgctl): Likewise.
26039         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
26040         <bp-checks.h>.
26041         (__new_setrlimit): Do not use CHECK_1.
26042         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
26043         <bp-checks.h>.
26044         (__old_shmctl): Do not use CHECK_1.
26045         (__new_shmctl): Likewise.
26046         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
26047         <bp-checks.h>.
26048         (__xstat): Do not use CHECK_1.
26049         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
26050         (__lxstat): Do not use CHECK_1.
26051         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
26052         <bp-checks.h>.
26053         (___lxstat64): Do not use CHECK_1.
26054         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
26055         (__old_msgctl): Do not use CHECK_1.
26056         (__new_msgctl): Likewise.
26057         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
26058         <bp-checks.h>.
26059         (__gettimeofday): Do not use CHECK_1.
26060         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
26061         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
26062         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
26063         <bp-checks.h>.
26064         (__gettimeofday): Do not use CHECK_1.
26065         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
26066         (__old_shmctl): Do not use CHECK_1_NULL_OK.
26067         (__new_shmctl): Do not use CHECK_1.
26068         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
26069         <bp-checks.h>.
26070         (do_sigtimedwait): Do not use CHECK_1.
26071         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
26072         <bp-checks.h>.
26073         (do_sigwaitinfo): Do not use CHECK_1.
26074         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
26075         <bp-checks.h>.
26076         (msgctl): Do not use CHECK_1.
26077         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
26078         <bp-checks.h>.
26079         (shmctl): Do not use CHECK_1.
26080         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
26081         (ustat): Do not use CHECK_1.
26082         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
26083         <bp-checks.h>.
26084         (__fxstat): Do not use CHECK_1.
26085         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
26086         <bp-checks.h>.
26087         (__fxstatat): Do not use CHECK_1.
26088         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
26089         <bp-checks.h>.
26090         (__lxstat): Do not use CHECK_1.
26091         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
26092         <bp-checks.h>.
26093         (__xstat): Do not use CHECK_1.
26094         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
26095         (__xstat): Do not use CHECK_1.
26096         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
26097         (___xstat64): Do not use CHECK_1.
26098
26099         [BZ #13550]
26100         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
26101         definitions.
26102         (CHECK_BOUNDS_HIGH): Likewise.
26103         * string/strcpy.c: Do not include <bp-checks.h>.
26104         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
26105
26106 2013-02-07  Roland McGrath  <roland@hack.frob.com>
26107
26108         * nscd/nscd-client.h (__nscd_drop_map_ref):
26109         Add __attribute__ ((unused)).
26110         * nis/nss-nisplus.h (niserr2nss): Likewise.
26111
26112         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
26113         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
26114
26115         * csu/libc-tls.c (init_static_tls, init_slotinfo):
26116         Remove inline keyword.
26117         * include/rounding-mode.h (round_away): Likewise.
26118         * libio/wfileops.c (adjust_wide_data): Likewise.
26119         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
26120         (__m128i_strloadu_tolower): Likewise.
26121         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
26122         (__m128i_strloadu_tolower): Likewise.
26123         * time/mktime.c (ydhms_diff): Likewise.
26124         * locale/elem-hash.h (elem_hash): Likewise.
26125         * locale/setlocale.c (setdata): Likewise.
26126         * posix/regex_internal.h (re_string_char_size_at): Likewise.
26127         (re_string_wchar_at): Likewise.
26128         (bitset_not, bitset_merge, bitset_mask): Likewise.
26129         [!(__GNUC__ > 3)] (inline): Remove macro.
26130         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
26131         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
26132         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
26133         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
26134         * string/memcmp.c (memcmp_bytes): Likewise.
26135         * locale/programs/locarchive.c (compute_hashval): Likewise.
26136         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
26137         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
26138         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
26139         * nss/getent.c (print_rpc, print_protocols): Likewise.
26140         (print_passwd, print_group, print_aliases): Likewise.
26141         * nis/nss-nisplus.h (niserr2nss): Likewise.
26142         * nscd/connections.c (restart_p): Likewise.
26143         Change return type to bool.
26144
26145 2013-02-05  Roland McGrath  <roland@hack.frob.com>
26146
26147         * Makeconfig (all-Depend-files): Add existing
26148         $(sorted-subdirs:=/Depend) files.
26149         (all-subdirs): Remove nss.
26150         * sysdeps/unix/inet/Subdirs: Add it here instead.
26151         * hesiod/Depend: New file.
26152
26153         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
26154         instead of calling alloca.
26155
26156         * io/lseek.c (__lseek): Rename to __libc_lseek.
26157         Define __lseek as an alias.
26158
26159         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
26160
26161 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
26162
26163         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
26164         else clause and remove check for non-standard endianness.
26165
26166 2013-02-04  David S. Miller  <davem@davemloft.net>
26167
26168         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26169
26170 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
26171
26172         [BZ #13550]
26173         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
26174         (__ubp_memchr): Remove prototype.
26175         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
26176         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26177         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
26178         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26179         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
26180         Remove alias.
26181         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
26182         (__ubp_memchr): Likewise.
26183         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
26184         (__ubp_memchr): Likewise.
26185         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
26186         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
26187         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
26188         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
26189         CHECK_STRING.
26190         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
26191         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
26192         (__getcwd): Do not use CHECK_STRING.
26193         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
26194         <bp-checks.h>.
26195         (__real_chown): Do not use CHECK_STRING.
26196         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
26197         <bp-checks.h>.
26198         (fchownat): Do not use CHECK_STRING.
26199         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
26200         CHECK_STRING.
26201         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
26202         <bp-checks.h>.
26203         (__lchown): Do not use CHECK_STRING.
26204         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26205         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26206         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26207         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
26208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
26209         include <bp-checks.h>.
26210         (truncate64): Do not use CHECK_STRING.
26211         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
26212         <bp-checks.h>.
26213         (__real_chown): Do not use CHECK_STRING.
26214         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
26215         <bp-checks.h>.
26216         (__lchown): Do not use CHECK_STRING.
26217         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
26218         <bp-checks.h>.
26219         (__chown): Do not use CHECK_STRING.
26220         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
26221         <bp-checks.h>.
26222         (truncate64): Do not use CHECK_STRING.
26223         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
26224         Likewise.
26225         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
26226         (__xmknod): Do not use CHECK_STRING.
26227         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
26228         <bp-checks.h>.
26229         (__xmknodat): Do not use CHECK_STRING.
26230         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26231         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
26232
26233 2013-02-04  Andreas Schwab  <schwab@suse.de>
26234
26235         [BZ #14142]
26236         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
26237         * include/netdb.h: Likewise for h_errno.
26238         * elf/tst-stackguard1.c: Include <tls.h>.
26239
26240 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
26241
26242         * elf/link.h (struct link_map): Extend the l_addr comment.
26243         * include/link.h (struct link_map): Likewise.
26244
26245 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
26246
26247         [BZ #13550]
26248         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
26249         (BOUNDED_1): Remove macro.
26250         * debug/backtrace.c: Don't include <bp-checks.h>.
26251         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
26252         (__backtrace): Likewise.
26253         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
26254         <bp-checks.h>.
26255         (__backtrace): Don't use BOUNDED_1.
26256         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
26257         <bp-checks.h>.
26258         (__backtrace): Don't use BOUNDED_1.
26259         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
26260         (__backtrace): Don't use BOUNDED_1.
26261         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
26262         (shmat): Don't use BOUNDED_N.
26263
26264 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
26265
26266         [BZ #13550]
26267         * sysdeps/generic/bp-start.h: Remove file.
26268         * csu/libc-start.c: Don't include <bp-start.h>.
26269         (LIBC_START_MAIN): Set up __environ directly instead of using
26270         INIT_ARGV_and_ENVIRON.
26271         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
26272         <bp-start.h>.
26273
26274         [BZ #13550]
26275         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
26276         definitions.
26277         (CHECK_FCNTL): Likewise.
26278         (CHECK_N_PAGES): Likewise.
26279
26280         [BZ #13550]
26281         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
26282         definitions.
26283         (CHECK_SIGSET_NULL_OK): Likewise.
26284         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
26285         <bp-checks.h>.
26286         (sigpending): Don't use CHECK_SIGSET.
26287         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
26288         <bp-checks.h>.
26289         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26290         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
26291         <bp-checks.h>.
26292         (do_sigsuspend): Don't use CHECK_SIGSET.
26293         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
26294         use CHECK_SIGSET.
26295         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
26296         (do_sigwait): Don't use CHECK_SIGSET.
26297         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
26298         use CHECK_SIGSET.
26299         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
26300         include <bp-checks.h>.
26301         (sigpending): Don't use CHECK_SIGSET.
26302         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
26303         include <bp-checks.h>.
26304         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26305         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
26306         <bp-checks.h>.
26307         (sigpending): Don't use CHECK_SIGSET.
26308         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
26309         <bp-checks.h>.
26310         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26311
26312         [BZ #13550]
26313         * sysdeps/generic/bp-semctl.h: Remove file.
26314         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
26315         <bp-checks.h> and <bp-semctl.h>.
26316         (__old_semctl): Don't use CHECK_SEMCTL.
26317         (__new_semctl): Likewise.
26318         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
26319         and <bp-semctl.h>.
26320         (__old_semctl): Don't use CHECK_SEMCTL.
26321         (__new_semctl): Likewise.
26322         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
26323         <bp-checks.h> and <bp-semctl.h>.
26324         (__old_semctl): Don't use CHECK_SEMCTL.
26325         (__new_semctl): Likewise.
26326         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
26327         <bp-checks.h> and <bp-semctl.h>.
26328         (semctl): Don't use CHECK_SEMCTL.
26329
26330         [BZ #13550]
26331         * Makerules (elide-bp-thunks): Remove variable.
26332         (elide-routines.oS): Don't use $(elide-bp-thunks).
26333         (elide-routines.os): Likewise.
26334         (elide-routines.o): Likewise.
26335         (elide-routines.op): Likewise.
26336         (elide-routines.og): Likewise.
26337         (objects): Don't use $(bp-thunks).
26338         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
26339         include.
26340         (common-generated): Do not add s-proto-bp.d.
26341         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
26342         (int): Likewise.
26343         (typ): Likewise.
26344         Do not generate makefile rules for bounded-pointer thunks.
26345         * sysdeps/generic/bp-thunks.h: Remove file.
26346         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
26347         * sysdeps/unix/s-proto-bp.S: Likewise.
26348
26349         [BZ #15062]
26350         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
26351         parts of result separately when argument is not close to line from
26352         -i to i and one part of argument is small.
26353         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26354         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26355         * math/libm-test.inc (cacos_test): Add more tests.
26356         (casin_test): Likewise.
26357         (casinh_test): Likewise.
26358         * sysdeps/i386/fpu/libm-test-ulps: Update.
26359         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26360
26361 2013-01-31  David S. Miller  <davem@davemloft.net>
26362
26363         * po/de.po: Update from translation team.
26364
26365 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
26366
26367         * time/tzfile.c: Include stdint.h for SIZE_MAX.
26368
26369 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
26370
26371         * configure.in (_AC_PROG_CC_C89): New definition.
26372         * configure: Regenerate.
26373
26374         * configure.in (AC_PROG_CPP): New definition.
26375         * configure: Regenerate.
26376
26377 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26378
26379         * debug/tst-backtrace.h: New file.
26380         * debug/tst-backtrace2.c: Include tst-backtrace.h.
26381         (ret): Remove variable.
26382         (x): Likewise.
26383         (FAIL): Remove macro.
26384         (NO_INLINE): Likewise.
26385         (fn1): Use match function instead of strstr.
26386         * debug/tst-backtrace3.c: Include tst-backtrace.h.
26387         (ret): Remove variable.
26388         (x): Likewise.
26389         (FAIL): Remove macro.
26390         (NO_INLINE): Likewise.
26391         (fn): Use match function instead of strstr.
26392         * debug/tst-backtrace4.c: Include tst-backtrace.h.
26393         (ret): Remove variable.
26394         (x): Likewise.
26395         (FAIL): Remove macro.
26396         (NO_INLINE): Likewise.
26397         (handle_signal): Use match function instead of strstr.
26398         * debug/tst-backtrace5.c: Include tst-backtrace.h.
26399         (ret): Remove variable.
26400         (x): Likewise.
26401         (FAIL): Remove macro.
26402         (NO_INLINE): Likewise.
26403         (handle_signal): Use match function instead of strstr.
26404
26405 2013-01-23  Roland McGrath  <roland@hack.frob.com>
26406
26407         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
26408
26409 2013-01-23  David S. Miller  <davem@davemloft.net>
26410
26411         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
26412         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
26413         argument of CAS if possible.
26414         * sysdeps/sparc/sparc64/bits/atomic.h
26415         (__arch_compare_and_exchange_val_32_acq): Likewise.
26416         (__arch_compare_and_exchange_val_64_acq): Likewise.
26417
26418 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
26419
26420         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
26421         * sysdeps/posix/ulimit.c: ... this.
26422         Include <limits.h>.
26423         * sysdeps/unix/bsd/ulimit.c: Remove file.
26424
26425 2013-01-23  Adam Conrad  <adconrad@0c3.net>
26426
26427         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
26428         (LDFLAGS-tst-array5): Likewise.
26429
26430 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26431
26432         [BZ #15036]
26433         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
26434         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
26435         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
26436         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
26437
26438 2013-01-21  David S. Miller  <davem@davemloft.net>
26439
26440         * sysdeps/sparc/backtrace.c: New file.
26441         * sysdeps/sparc/sparc32/backtrace.h: New file.
26442         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
26443         * sysdeps/sparc/sparc64/backtrace.h: New file.
26444         * sysdeps/sparc/sparc64/backtrace.c: Delete.
26445         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
26446         -funwind-tables.
26447
26448 2013-01-21  Andreas Schwab  <schwab@suse.de>
26449
26450         [BZ #15020]
26451         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
26452         closed its stdout.
26453
26454 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
26455
26456         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
26457         "mpa2.h".
26458         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26459
26460 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
26461             Mark Mitchell  <mark@codesourcery.com>
26462             Tom de Vries  <tom@codesourcery.com>
26463             Paul Pluzhnikov  <ppluzhnikov@google.com>
26464
26465         * debug/tst-backtrace2.c: New file.
26466         * debug/tst-backtrace3.c: Likewise.
26467         * debug/tst-backtrace4.c: Likewise.
26468         * debug/tst-backtrace5.c: Likewise.
26469         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
26470         (CFLAGS-tst-backtrace3.c): Likewise.
26471         (CFLAGS-tst-backtrace4.c): Likewise.
26472         (CFLAGS-tst-backtrace5.c): Likewise.
26473         (LDFLAGS-tst-backtrace2): Likewise.
26474         (LDFLAGS-tst-backtrace3): Likewise.
26475         (LDFLAGS-tst-backtrace4): Likewise.
26476         (LDFLAGS-tst-backtrace5): Likewise.
26477         (tests): Add new tests tst-backtrace2, tst-backtrace3,
26478         tst-backtrace4 and tst-backtrace5.
26479
26480 2013-01-18  Anton Blanchard  <anton@samba.org>
26481             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26482
26483         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
26484         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
26485         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
26486         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
26487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26488         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
26489         "+r" and remove output regs list as redundant.  Add explicit inline
26490         asm to specify register of return val to work around compiler codegen
26491         bug.  Remove (int) cast on return value.  Add return type parameter to
26492         use in macro so that this macro does not truncate return value for
26493         64-bit values.
26494         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
26495         pass to INTERNAL_VSYSCALL_NCS.
26496         (INLINE_VSYSCALL): Add 'long int' as return type to
26497         INTERNAL_VSYSCALL_NCS macro invocation.
26498         (INTERNAL_VSYSCALL): Add 'long int' as return type to
26499         INTERNAL_VSYSCALL_NCS macro invocation.
26500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26501
26502 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26503
26504         [BZ #14496]
26505         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
26506         Fix application of SIMD FP exception mask.
26507
26508         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
26509         mp_no from a power of two.
26510         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
26511         __mpexp_twomm1.  Use __pow_mp.
26512
26513         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
26514         multiplication.
26515
26516 2013-01-17  David S. Miller  <davem@davemloft.net>
26517
26518         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26519
26520 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26521
26522         [BZ #15023]
26523         * include/complex.h: Condition contents on [!_COMPLEX_H].
26524         (__kernel_casinhf): New prototype.
26525         (__kernel_casinh): Likewise.
26526         (__kernel_casinhl): Likewise.
26527         * math/Makefile (libm_calls): Add k_casinh.
26528         * math/k_casinh.c: New file.
26529         * math/k_casinhf.c: Likewise.
26530         * math/k_casinhl.c: Likewise.
26531         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
26532         finite nonzero arguments.
26533         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
26534         finite nonzero arguments.
26535         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
26536         finite nonzero arguments.
26537         * math/s_casinh.c: Do not include <float.h>.
26538         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
26539         * math/s_casinhf.c: Do not include <float.h>.
26540         (__casinhf): Move code for finite nonzero arguments to
26541         k_casinhf.c.
26542         * math/s_casinhl.c: Do not include <float.h>.
26543         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
26544         redefine.
26545         (__casinhl): Move code for finite nonzero arguments to
26546         k_casinhl.c.
26547         * math/libm-test.inc (cacos_test): Add more tests.
26548         * sysdeps/i386/fpu/libm-test-ulps: Update.
26549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26550
26551 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
26552
26553         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
26554         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
26555         [!HAVE_MREMAP]: Remove [defined linux] case.
26556         * malloc/arena.c: Do not include <malloc-sysdep.h>.
26557
26558 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26559
26560         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
26561
26562 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
26563
26564         * elf/elf.h (R_386_SIZE32): New relocation.
26565         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
26566         R_386_SIZE32.
26567         (elf_machine_rela): Likewise.
26568         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
26569         R_X86_64_SIZE64 and R_X86_64_SIZE32.
26570
26571 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26572
26573         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
26574         (FP_FAST_FMA): Do not define.
26575         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
26576         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
26577         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
26578         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
26579         !_SOFT_FLOAT]: Likewise.
26580         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
26581         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
26582         value.
26583         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
26584         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
26585         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
26586         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
26587         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
26588         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
26589         file.
26590
26591 2013-01-16  Andreas Schwab  <schwab@suse.de>
26592
26593         [BZ #14327]
26594         * include/stdlib.h (__mktemp): Add declaration.
26595         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
26596         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
26597
26598 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26599
26600         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
26601         definitions.
26602         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26603         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
26604         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
26605         definitions here.
26606         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
26607         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
26608         definitions.
26609         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
26610         and ONE.
26611         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
26612         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
26613         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
26614         definitions.
26615         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
26616         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
26617         definitions.
26618         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26619
26620         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
26621
26622 2013-01-15  David S. Miller  <davem@davemloft.net>
26623
26624         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26625         trunc{,f} to libm-sysdep_routes.
26626         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26627         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
26628         file.
26629         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
26630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
26631         file.
26632         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
26633         file.
26634         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
26635         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
26636         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
26637         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
26638         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
26639         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
26640         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
26641         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
26642
26643         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26644         nearbyint{,f} to libm-sysdep_routes.
26645         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
26647         New file.
26648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
26649         file.
26650         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
26651         New file.
26652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
26653         file.
26654         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
26655         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
26656         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
26657         file.
26658         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
26659         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
26660         file.
26661         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
26662         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
26663         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
26664
26665         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26666         libc_feholdexcept and libc_fesetenv.
26667
26668 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
26669
26670         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
26671
26672 2013-01-14  David S. Miller  <davem@davemloft.net>
26673
26674         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
26675         (SPARC_ASM_VIS2_IFUNC): Likewise.
26676         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
26677         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
26678         use of 'siam' instruction.
26679         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
26680         Likewise.
26681         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
26682         Likewise.
26683         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
26684         Likewise.
26685         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
26686         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
26687         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
26688         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
26689         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
26690         file.
26691         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
26692         file.
26693         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
26694         file.
26695         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
26696         file.
26697         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
26698         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
26699         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
26700         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
26701         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
26702         new VIS2 routines.
26703         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
26704         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26705         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26706         Likewise.
26707         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26708         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26709         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26710         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26711         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
26712         routines to libm-sysdep_routines.
26713         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26714
26715         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26716         fdim/fdimf to libm-sysdep_routines.
26717         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26718         file.
26719         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26720         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26721         file.
26722         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26723         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26724         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26725         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26726         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26727         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26728         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26729
26730 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26731
26732         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26733         to optimize copies.
26734
26735         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26736         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26737         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26738
26739         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26740         local variable MPTWO.
26741         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26742         Likewise.
26743
26744 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26745
26746         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26747         GLOB_NOESCAPE.
26748
26749 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26750
26751         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26752
26753 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26754
26755         * manual/pattern.texi (glob_t): Document gl_flags.
26756         (glob64_t): Likewise.
26757
26758 2013-01-11  David S. Miller  <davem@davemloft.net>
26759
26760         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26761         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26762         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
26763         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26764         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26765         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26766         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26767         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26768         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26769         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26770         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26771         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26772         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26773
26774         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26775         sparc V9 rather than using V8 code.
26776         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26777         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26778
26779         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26780         Move to...
26781         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26782         Here.
26783
26784 2013-01-11  Roland McGrath  <roland@hack.frob.com>
26785
26786         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26787         not in the main loop.
26788         * configure: Regenerated.
26789
26790 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
26791
26792         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26793         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26794         to just #else.
26795         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
26796         [!__GLIBC_HAVE_LONG_LONG] case.
26797         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26798         condition to just #else.
26799         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26800         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26801         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26802         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26803         unconditional.
26804         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26805         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26806         #elif condition to just #else.
26807         * sysdeps/unix/sysv/linux/sys/sysmacros.h
26808         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26809         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26810         #elif condition to just #else.
26811
26812 2013-01-11  Steve Ellcey  <sellcey@mips.com>
26813
26814         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26815         (EF_MIPS_ARCH_64): Fix value.
26816         (EF_MIPS_ARCH_32R2): New.
26817         (EF_MIPS_ARCH_64R2): New.
26818
26819 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
26820
26821         * Makeconfig (+link-pie-before-libc): New.
26822         (+link-pie-after-libc): Likewise.
26823         (+link-pie-tests): Likewise.
26824         (+link-pie): Rewritten.
26825         (link-before-libc): Remove $(config-LDFLAGS).
26826         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26827         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26828         (config-LDFLAGS): Renamed to ...
26829         (rtld-LDFLAGS): This.
26830         (rtld-tests-LDFLAGS): New macro.
26831         (link-libc-rpath-link): Likewise.
26832         (link-libc-tests-rpath-link): Likewise.
26833         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26834         (link-libc): Prepand $(link-libc-rpath-link).
26835         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26836         (test-program-prefix): New macro.
26837         (test-via-rtld-prefix): Likewise.
26838         (test-program-cmd): Likewise.
26839         (host-test-program-cmd): Likewise.
26840         * Makefile ($(common-objpfx)testrun.sh): Replace
26841         $(run-program-prefix) with $(test-program-prefix).
26842         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26843         $(rtld-LDFLAGS).
26844         ($(common-objpfx)shlib.lds): Likewise.
26845         (build-module-helper): Likewise.
26846         ($(common-objpfx)format.lds): Likewise.
26847         * Rules (binaries-pie-tests): New.
26848         (binaries-pie-notests): Likewise.
26849         (binaries-pie): Rewritten.
26850         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26851         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26852         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26853         (make-test-out): Replace $(host-built-program-cmd) with
26854         $(host-test-program-cmd).
26855         * config.make.in (build-hardcoded-path-in-tests): New variable.
26856         * configure.in (--enable-hardcoded-path-in-tests): New configure
26857         option.
26858         (hardcoded_path_in_tests): New AC_SUBST.
26859         * configure: Regenerated.
26860         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
26861         $(built-program-cmd) with $(test-program-cmd).
26862         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
26863         (test_program_cmd): This.
26864         * elf/Makefile ($(objpfx)order.out): Run test with
26865         $(test-program-prefix).
26866         ($(objpfx)order2.out): Likewise.
26867         ($(objpfx)tst-initorder.out): Likewise.
26868         ($(objpfx)tst-initorder2.out): Likewise.
26869         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
26870         $(test-program-cmd).
26871         ($(objpfx)tst-array1-static.out): Likewise.
26872         ($(objpfx)tst-array2.out): Likewise.
26873         ($(objpfx)tst-array3.out): Likewise.
26874         ($(objpfx)tst-array4.out): Likewise.
26875         ($(objpfx)tst-array5.out): Likewise.
26876         ($(objpfx)tst-array5-static.out): Likewise.
26877         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
26878         $(test-program-cmd).
26879         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
26880         $(run-program-prefix) with $(test-program-prefix).
26881         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
26882         (test_program_prefix): This.
26883         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
26884         $(run-program-prefix) with $(test-program-prefix).
26885         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
26886         (test_program_prefix): This.
26887         * iconvdata/tst-tables.sh: Likewise.
26888         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
26889         $(run-program-prefix) with $(test-program-prefix).
26890         ($(objpfx)tst-translit.out): Likewise.
26891         ($(objpfx)tst-gettext2.out): Likewise.
26892         ($(objpfx)tst-gettext4.out): Likewise.
26893         ($(objpfx)tst-gettext6.out): Likewise.
26894         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
26895         (test_program_prefix): This.
26896         * intl/tst-gettext2.sh: Likewise.
26897         * intl/tst-gettext4.sh  Likewise.
26898         * intl/tst-gettext6.sh: Likewise.
26899         * intl/tst-translit.sh: Likewise.
26900         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
26901         with $(test-program-cmd).
26902         * libio/Makefile ($(objpfx)test-freopen.out): Replace
26903         $(run-program-prefix) with $(test-program-prefix).
26904         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
26905         (test_program_prefix): This.
26906         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
26907         $(run-program-prefix) with $(test-program-prefix).
26908         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
26909         (test_program_prefix): This.
26910         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
26911         * posix/Makefile ($(objpfx)globtest.out): Replace
26912         $(run-via-rtld-prefix) and $(test-wrapper) with
26913         $(test-program-prefix) and $(test-via-rtld-prefix).
26914         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
26915         $(test-program-prefix).
26916         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
26917         $(host-test-program-cmd).
26918         (tst-spawn-ARGS): Likewise.
26919         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
26920         $(test-program-prefix).
26921         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
26922         (test_via_rtld_prefix): This.
26923         (test_wrapper): Renamed to ...
26924         (test_program_prefix): This.
26925         (run_program_prefix): Replaced by test_program_prefix.
26926         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
26927         (test_program_prefix): This.
26928         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
26929         with $(host-test-program-cmd).
26930         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
26931         $(run-program-prefix) with $(test-program-prefix).
26932         ($(objpfx)tst-printf.out): Likewise.
26933         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
26934         $(test-program-cmd).
26935         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
26936         (test_program_prefix): This.
26937         * stdio-common/tst-unbputc.sh: Likewise.
26938         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
26939         $(run-program-prefix) with $(test-program-prefix).
26940         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
26941         (test_program_prefix): This.
26942         * string/Makefile ($(objpfx)tst-svc.out):  Replace
26943         $(built-program-cmd) with $(test-program-cmd).
26944
26945 2013-01-11  Andreas Jaeger  <aj@suse.de>
26946
26947         [BZ #15003]
26948         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
26949         value. Sync with Linux 3.7.
26950
26951 2013-01-10  David S. Miller  <davem@davemloft.net>
26952
26953         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
26954         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26955         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26956
26957 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26958
26959         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
26960         never set.
26961         * configure: Regenerated.
26962
26963 2013-01-10  David S. Miller  <davem@davemloft.net>
26964
26965         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26966         sparc V9 rather than using V8 code.
26967         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26968         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26969
26970 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26971
26972         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
26973         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
26974         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
26975         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
26976         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
26977         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
26978         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
26979         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
26980         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
26981         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
26982         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
26983         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
26984         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
26985         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
26986         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
26987         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
26988         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
26989         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
26990         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
26991         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
26992         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
26993         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
26994         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
26995         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
26996         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
26997         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
26998         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
26999
27000 2013-01-10  David S. Miller  <davem@davemloft.net>
27001
27002         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27003
27004 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27005
27006         * posix/Makefile (tests-static): New variable.
27007         (tests): Add $(tests-static).
27008         (tst-exec-static-ARGS): New variable.
27009         (tst-spawn-static-ARGS): Likewise.
27010         * posix/tst-exec-static.c: New file.
27011         * posix/tst-spawn-static.c: Likewise.
27012         * posix/tst-exec.c: Support run directly.
27013         * posix/tst-spawn.c: Likewise.
27014
27015 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
27016
27017         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
27018         long.
27019         * math/bits/mathcalls.h (llrint): Likewise.
27020         (llround): Likewise.
27021         * stdlib/stdlib.h (struct drand48_data): Likewise.
27022         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
27023         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
27024         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
27025         Likewise.
27026         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
27027         Likewise.
27028         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
27029         (elf_greg_t): Likewise.
27030         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
27031         (__jmp_buf): Likewise.
27032         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
27033         definitions.
27034         (llrint): Likewise, for all definitions.
27035         (llrintl): Likewise.
27036
27037         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
27038         Remove [__GNUC__] condition.
27039         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
27040         condition to just [__USE_ISOC99].
27041         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
27042
27043 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27044
27045         [BZ #14200]
27046         * sysdeps/unix/sysv/linux/x86/bits/environments.h
27047         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
27048         defined.
27049         (_POSIX_V6_ILP32_OFF32): Likewise.
27050         (_XBS5_ILP32_OFF32): Likewise.
27051         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
27052         (__ILP32_OFFBIG_LDFLAGS): Likewise.
27053
27054 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27055
27056         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
27057
27058         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
27059         doubles __mpexp_twomm1.  Adjust usage.
27060         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
27061         Remove.
27062
27063 2013-01-10  Andreas Schwab  <schwab@suse.de>
27064
27065         [BZ #14964]
27066         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
27067         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
27068
27069 2013-01-09  David S. Miller  <davem@davemloft.net>
27070
27071         [BZ #15003]
27072         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
27073         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
27074         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
27075         (TCP_FASTOPEN): Define.
27076         (tcp_repair_opt): New structure.
27077         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
27078         enum values.
27079         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
27080         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
27081         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
27082         (tcp_cookie_transactions): New structure.
27083
27084 2013-01-09  Anton Blanchard  <anton@samba.org>
27085
27086         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
27087         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
27088         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
27089         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
27090
27091 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
27092
27093         * include/features.h (__USE_ANSI): Remove.
27094
27095 2013-01-09  Roland McGrath  <roland@hack.frob.com>
27096
27097         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
27098
27099         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
27100
27101 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
27102
27103         * sysdeps/s390/fpu/libm-test-ulps: Update.
27104
27105         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27106
27107         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
27108         (__acr): Likewise.
27109         (__cpy): Likewise.
27110         (norm): Likewise.
27111         (denorm): Likewise.
27112         (__mp_dbl): Likewise.
27113         (__dbl_mp): Likewise.
27114         (add_magnitudes): Likewise.
27115         (sub_magnitudes): Likewise.
27116         (__add): Likewise.
27117         (__sub): Likewise.
27118         (__mul): Likewise.
27119         (__inv): Likewise.
27120         (__dvd): Likewise.
27121         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
27122         (__acr): Likewise.
27123         (__cpy): Likewise.
27124         (norm): Likewise.
27125         (denorm): Likewise.
27126         (__mp_dbl): Likewise.
27127         (__dbl_mp): Likewise.
27128         (add_magnitudes): Likewise.
27129         (sub_magnitudes): Likewise.
27130         (__add): Likewise.
27131         (__sub): Likewise.
27132         (__mul): Likewise.
27133         (__inv): Likewise.
27134         (__dvd): Likewise.
27135         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
27136         (__acr): Likewise.
27137         (__cpy): Likewise.
27138         (norm): Likewise.
27139         (denorm): Likewise.
27140         (__mp_dbl): Likewise.
27141         (__dbl_mp): Likewise.
27142         (add_magnitudes): Likewise.
27143         (sub_magnitudes): Likewise.
27144         (__add): Likewise.
27145         (__sub): Likewise.
27146         (__mul): Likewise.
27147         (__inv): Likewise.
27148         (__dvd): Likewise.
27149
27150 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
27151
27152         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
27153         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
27154         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
27155         2 && __USE_EXTERN_INLINES]: Likewise.
27156
27157 2013-01-08  Andreas Jaeger  <aj@suse.de>
27158
27159         [BZ# 14985]
27160         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
27161         Remove.
27162         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27163         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27164
27165 2013-01-07  Anton Blanchard  <anton@samba.org>
27166
27167         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
27168         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27169         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
27170         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27171         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27172         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27173         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
27174         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27175         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27176         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27177         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27178         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27179         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
27180         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27181         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
27182         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27183         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27184         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27185         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27186         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27187         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
27188         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
27189         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
27190         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
27191         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
27192         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27193         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27194         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27195         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
27196         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
27197         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
27198         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27199         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27200         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27201         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27202         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
27203         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27204         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
27205         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
27206         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
27207         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
27208         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27209         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27210
27211 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
27212
27213         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
27214         (__MALLOC_PMT): Likewise.
27215         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
27216         [__GNUC__], only on [_LIBC].
27217         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27218         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
27219         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27220         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
27221         forward declaration.
27222         (realloc_hook_ini): Likewise.
27223         (memalign_hook_ini): Likewise.
27224         (__libc_memalign): Do not use __MALLOC_PMT in variable
27225         declaration.
27226         (__libc_valloc): Likewise.
27227         (__libc_pvalloc): Likewise.
27228         (__libc_calloc): Likewise.
27229         (__posix_memalign): Likewise.
27230
27231         [BZ #14996]
27232         * math/s_casinh.c: Include <float.h>.
27233         (__casinh): Do not do computation with squaring and square root
27234         for large arguments.
27235         * math/s_casinhf.c: Include <float.h>.
27236         (__casinhf): Do not do computation with squaring and square root
27237         for large arguments.
27238         * math/s_casinhl.c: Include <float.h>.
27239         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
27240         (__casinhl): Do not do computation with squaring and square root
27241         for large arguments.
27242         * math/libm-test.inc (casin_test): Add more tests.
27243         (casinh_test): Likewise.
27244         * sysdeps/i386/fpu/libm-test-ulps: Update.
27245         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27246
27247 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
27248
27249         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
27250         (__x86_64_raw_data_cache_size): Likewise.
27251         (__x86_64_data_cache_size_half): Likewise.
27252         (__x86_64_raw_data_cache_size_half): Likewise.
27253         (__x86_64_shared_cache_size): Likewise.
27254         (__x86_64_raw_shared_cache_size): Likewise.
27255         (__x86_64_shared_cache_size_half): Likewise.
27256         (__x86_64_raw_shared_cache_size_half): Likewise.
27257         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
27258         to ...
27259         (__x86_data_cache_size): This.
27260         (__x86_64_raw_data_cache_size): Renamed to ...
27261         (__x86_raw_data_cache_size): This.
27262         (__x86_64_data_cache_size_half): Renamed to ...
27263         (__x86_data_cache_size_half): This.
27264         (__x86_64_raw_data_cache_size_half): Renamed to ...
27265         (__x86_raw_data_cache_size_half): This.
27266         (__x86_64_shared_cache_size): Renamed to ...
27267         (__x86_shared_cache_size): This.
27268         (__x86_64_raw_shared_cache_size): Renamed to ...
27269         (__x86_raw_shared_cache_size): This.
27270         (__x86_64_shared_cache_size_half): Renamed to ...
27271         (__x86_shared_cache_size_half): This.
27272         (__x86_64_raw_shared_cache_size_half): Renamed to ...
27273         (__x86_raw_shared_cache_size_half): This.
27274         * sysdeps/x86_64/memcpy.S: Updated.
27275         * sysdeps/x86_64/memset.S: Likewise.
27276         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27277         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27278         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27279
27280 2013-01-04  David S. Miller  <davem@davemloft.net>
27281
27282         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27283
27284 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
27285
27286         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
27287         1 to avoid redefinition warning.
27288         (__USE_GNU): Don't define.
27289         (init_signaling_nan): Protoize.
27290
27291         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27292
27293 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27294
27295         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
27296         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
27297         (__cpymn): Likewise.
27298         (norm): Remove commented code.
27299         (denorm): Likewise.
27300         (__mp_dbl): Likewise.
27301         (__inv): Likewise.
27302         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
27303         (__cpymn): Likewise.
27304         (norm): Remove commented code.
27305         (denorm): Likewise.
27306         (__mp_dbl): Likewise.
27307         (__inv): Likewise.
27308
27309         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
27310         mp_no value for 1.0 and 2.0.
27311         (norm): Use RADIXI instead of radixi.d.
27312         (denorm): Likewise.
27313         (__mul): Use 0.0 instead of zero.d.
27314         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
27315         mp_no value for 1.0 and 2.0.
27316         (norm): Use RADIXI instead of radixi.d.
27317         (denorm): Likewise.
27318         (__mul): Use 0.0 instead of zero.d.
27319
27320 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
27321
27322         [BZ #14994]
27323         * math/s_casinh.c (__casinh): Reduce finite argument to first
27324         quadrant then set signs of results at the end.
27325         * math/s_casinhf.c (__casinhf): Likewise.
27326         * math/s_casinhl.c (__casinhl): Likewise.
27327         * math/libm-test.inc (casin_test): Add more tests.
27328         (casinh_test): Likewise.
27329         * sysdeps/i386/fpu/libm-test-ulps: Update.
27330         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27331
27332 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27333
27334         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
27335
27336         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
27337
27338         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
27339         declarations.
27340         (denorm): Likewise.
27341         (__mp_dbl): Likewise.
27342         (__inv): Likewise.
27343
27344         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
27345         and adjust the header comment.
27346
27347         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
27348         variable name from declaration.
27349
27350 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
27351
27352         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27353         Initialize COMMON_CPUID_INDEX_7 element.
27354         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
27355         (CPUID_RTM): Likewise.
27356         (HAS_RTM): Likewise.
27357         (COMMON_CPUID_INDEX_7): New enum.
27358
27359 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
27360
27361         [BZ #14981]
27362         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
27363         size is zero, record memory as freed.
27364
27365 2013-01-03  Andreas Jaeger  <aj@suse.de>
27366
27367         * po/ia.po: Add new Interlingua translation.
27368
27369 2012-01-03  Allan McRae  <allan@archlinux.org>
27370
27371         * locale/programs/localedef.c: Fix description of '--posix' flag.
27372
27373 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
27374
27375         * NEWS: Update dates in second copyright notice.
27376         * README: Update copyright dates in example.
27377         * manual/libc.texinfo: Update copyright dates.
27378         * scripts/test-installation.pl: Update copyright date in --version
27379         output.
27380
27381         * hurd/ctty-input.c: Fix copyright notice formatting.
27382         * hurd/ctty-output.c: Likewise.
27383         * hurd/dtable.c: Likewise.
27384         * hurd/hurd-raise.c: Likewise.
27385         * hurd/hurdprio.c: Likewise.
27386         * hurd/msgportdemux.c: Likewise.
27387         * misc/sys/file.h: Likewise.
27388         * misc/sys/ioctl.h: Likewise.
27389         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
27390         * sysdeps/mach/hurd/chdir.c: Likewise.
27391         * sysdeps/mach/hurd/fchdir.c: Likewise.
27392         * sysdeps/mach/hurd/rename.c: Likewise.
27393         * sysdeps/mach/hurd/rmdir.c: Likewise.
27394         * sysdeps/mach/hurd/seekdir.c: Likewise.
27395         * sysdeps/mach/hurd/setsid.c: Likewise.
27396         * sysdeps/posix/wait3.c: Likewise.
27397
27398         * All files with FSF copyright notices: Update copyright dates
27399         using scripts/update-copyrights.
27400         * intl/plural.c: Regenerated.
27401         * locale/programs/charmap-kw.h: Likewise.
27402         * locale/programs/locfile-kw.h: Likewise.
27403
27404 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27405
27406         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
27407         four values.
27408
27409         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
27410         calculation loop and add branch prediction.
27411
27412         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
27413         check access beyond bounds of m1np.
27414
27415         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27416         MPTWO.
27417         (__inv): Remove local variable MPTWO to use the global
27418         constant.
27419         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
27420         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27421         variable MPTWO.
27422         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
27423         MP3HALFS static const.
27424
27425 2013-01-01  David S. Miller  <davem@davemloft.net>
27426
27427         * po/ca.po: Update from translation team.
27428
27429 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
27430
27431         * scripts/update-copyrights: New file.
27432         * Makeconfig: Reformat copyright notice.
27433         * ctype/ctype.h: Likewise.
27434         * debug/swprintf_chk.c: Likewise.
27435         * elf/dl-cache.c: Likewise.
27436         * elf/dl-debug.c: Likewise.
27437         * elf/dl-object.c: Likewise.
27438         * grp/initgroups.c: Likewise.
27439         * hurd/Makefile: Likewise.
27440         * hurd/hurd/signal.h: Likewise.
27441         * hurd/hurdfault.c: Likewise.
27442         * hurd/hurdioctl.c: Likewise.
27443         * hurd/hurdlookup.c: Likewise.
27444         * hurd/intr-msg.c: Likewise.
27445         * iconv/gconv_open.c: Likewise.
27446         * libio/swprintf.c: Likewise.
27447         * locale/lc-ctype.c: Likewise.
27448         * locale/nl_langinfo.c: Likewise.
27449         * mach/Machrules: Likewise.
27450         * mach/Makefile: Likewise.
27451         * malloc/obstack.h: Likewise.
27452         * manual/Makefile: Likewise.
27453         * manual/tsort.awk: Likewise.
27454         * misc/bits/stab.def: Likewise.
27455         * nis/nis_print_group_entry.c: Likewise.
27456         * nis/nis_table.c: Likewise.
27457         * nis/nss_compat/compat-pwd.c: Likewise.
27458         * nis/nss_compat/compat-spwd.c: Likewise.
27459         * po/Makefile: Likewise.
27460         * posix/fnmatch.c: Likewise.
27461         * posix/regex.h: Likewise.
27462         * resolv/Makefile: Likewise.
27463         * resolv/nss_dns/dns-network.c: Likewise.
27464         * resolv/res_hconf.c: Likewise.
27465         * scripts/gen-sorted.awk: Likewise.
27466         * soft-fp/soft-fp.h: Likewise.
27467         * stdio-common/printf.h: Likewise.
27468         * stdlib/monetary.h: Likewise.
27469         * stdlib/random.c: Likewise.
27470         * stdlib/random_r.c: Likewise.
27471         * sysdeps/generic/Makefile: Likewise.
27472         * sysdeps/gnu/Makefile: Likewise.
27473         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
27474         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27475         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
27476         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27477         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
27478         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27479         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
27480         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27481         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27482         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27483         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
27484         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
27485         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
27486         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
27487         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
27488         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
27489         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
27490         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27491         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27492         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27493         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
27494         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
27495         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
27496         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27497         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
27498         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
27499         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
27500         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
27501         * sysdeps/mach/hurd/errnos.awk: Likewise.
27502         * sysdeps/mach/hurd/fork.c: Likewise.
27503         * sysdeps/mach/hurd/getcwd.c: Likewise.
27504         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
27505         * sysdeps/mach/hurd/mmap.c: Likewise.
27506         * sysdeps/mach/hurd/utimes.c: Likewise.
27507         * sysdeps/mach/hurd/xmknod.c: Likewise.
27508         * sysdeps/posix/profil.c: Likewise.
27509         * sysdeps/posix/readdir_r.c: Likewise.
27510         * sysdeps/powerpc/bits/mathdef.h: Likewise.
27511         * sysdeps/powerpc/bits/setjmp.h: Likewise.
27512         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
27513         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27514         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27515         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
27516         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27517         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27518         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27519         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
27520         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27521         * sysdeps/pthread/lio_listio.c: Likewise.
27522         * sysdeps/sparc/dl-procinfo.h: Likewise.
27523         * sysdeps/unix/i386/sysdep.S: Likewise.
27524         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
27525         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
27526         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
27527         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
27528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27529         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
27530         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
27531         * sysdeps/unix/sysv/linux/speed.c: Likewise.
27532         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
27533         * sysdeps/wordsize-32/divdi3.c: Likewise.
27534         * time/sys/time.h: Likewise.
27535         * wcsmbs/Makefile: Likewise.
27536
27537 2013-01-01  David S. Miller  <davem@davemloft.net>
27538
27539         * po/fr.po: Update from translation team.
27540
27541         * catgets/gencat.c: Update copyright year.
27542         * csu/version.c: Likewise.
27543         * debug/catchsegv.sh: Likewise.
27544         * debug/pcprofiledump.c: Likewise.
27545         * debug/xtrace.sh: Likewise.
27546         * elf/ldconfig.c: Likewise.
27547         * elf/ldd.bash.in: Likewise.
27548         * elf/pldd.c: Likewise.
27549         * elf/sotruss.ksh: Likewise.
27550         * elf/sprof.c: Likewise.
27551         * iconv/iconv_prog.c: Likewise.
27552         * iconv/iconvconfig.c: Likewise.
27553         * locale/programs/locale.c: Likewise.
27554         * locale/programs/localedef.c: Likewise.
27555         * login/programs/pt_chown.c: Likewise.
27556         * malloc/memusage.sh: Likewise.
27557         * malloc/memusagestat.c: Likewise.
27558         * malloc/mtrace.pl: Likewise.
27559         * nscd/nscd.c: Likewise.
27560         * nss/getent.c: Likewise.
27561         * nss/makedb.c: Likewise.
27562         * posix/getconf.c: Likewise.
27563
27564 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
27565
27566         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
27567         numbers.
27568
27569 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
27570
27571         * math/bits/mathcalls.h (modf): Use __nonnull.
27572
27573 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27574
27575         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
27576         (split): Use macro CN instead of the bare value.
27577         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
27578         could be used.
27579         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
27580         instead of the bare value.
27581         (power1): Likewise.
27582
27583 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27584
27585         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
27586         __ATAN_TWOM.
27587         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27588
27589         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
27590         their values.
27591         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27592         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27593         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
27594         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27595
27596 2012-12-28  Andreas Jaeger  <aj@suse.de>
27597
27598         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
27599         values are from Linux 3.7.
27600
27601         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
27602         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
27603
27604 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27605
27606         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
27607         TRUE case.
27608
27609         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
27610         (norm): Likewise.
27611         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
27612         variables with preprocessor constants.
27613         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27614         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
27615         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
27616
27617 2012-12-27  Bruno Haible  <bruno@clisp.org>
27618
27619         [BZ #14317]
27620         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
27621         only if needed.
27622
27623 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27624
27625         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
27626         and use variable directly.
27627         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
27628
27629         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27630         MPONE.
27631         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
27632         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27633         variable MPONE.
27634         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27635         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27636         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
27637         include directive.  Remove local variable MPONE.
27638         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
27639         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
27640         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
27641
27642 2012-12-25  David S. Miller  <davem@davemloft.net>
27643
27644         * version.h (RELEASE): Set to "development".
27645         (VERSION): Set to "2.17.90".
27646         * NEWS: Add 2.18 section.
27647
27648 2012-12-21  David S. Miller  <davem@davemloft.net>
27649
27650         * po/hr.po: Update from translation team.
27651
27652 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27653
27654         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
27655
27656 2012-12-19  Steve Ellcey  <sellcey@mips.com>
27657
27658         * NEWS:  Mention new memcpy for MIPS.
27659
27660 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27661
27662         * manual/contrib.texi (Contributors): Spelling correction.
27663
27664 2012-12-15  David S. Miller  <davem@davemloft.net>
27665
27666         * po/ru.po: Update from translation team.
27667
27668 2012-12-13  David S. Miller  <davem@davemloft.net>
27669
27670         * NEWS: Mention IFUNC testsuite enhancements.
27671
27672         * po/pl.po: Update from translation team.
27673         * po/bg.po: Likewise.
27674
27675         * manual/contrib.texi (Contributors): Update entries for Hongjiu
27676         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
27677
27678 2012-12-11  David S. Miller  <davem@davemloft.net>
27679
27680         * po/sv.po: Update from translation team.
27681
27682         * po/vi.po: Update from translation team.
27683
27684         * po/cs.po: Update from translation team.
27685
27686         * po/de.po: Update from translation team.
27687         * po/eo.po: Likewise.
27688         * po/nl.po: Likewise.
27689
27690 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27691
27692         [BZ #14246]
27693         * manual/argp.texi (Argp Helper Functions): Move node to follow
27694         Argp Parsing State.
27695
27696         [BZ #14872]
27697         * manual/conf.texi (Limits on File System Capacity): Mention if
27698         terminating null is included in the max size.
27699
27700 2012-12-10  Andreas Jaeger  <aj@suse.de>
27701
27702         * po/cs.po: Update from translation team.
27703
27704 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27705
27706         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
27707         void pointer and cast to uintptr_t.
27708         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
27709         path.
27710         * sysdeps/s390/s390-64/memcpy.S: Likewise.
27711         * sysdeps/s390/s390-64/memset.S: Likewise.
27712
27713 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
27714
27715         [BZ #14833]
27716         * menual/message.texi (Message Translation): Fix typos.
27717         (Helper programs for gettext): Likewise.
27718
27719 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
27720
27721         [BZ #14898]
27722         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27723         Change to -1.
27724
27725 2012-12-07  David S. Miller  <davem@davemloft.net>
27726
27727         * po/libc.pot: Update.
27728
27729 2012-12-07  Richard Henderson  <rth@redhat.com>
27730
27731         [BZ #10114]
27732         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27733         normal/normal case to before the switch.
27734         (_FP_DIV): Likewise.
27735
27736 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
27737             Mike Frysinger  <vapier@gentoo.org>
27738
27739         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27740         check for __NR_fadvise64_64.
27741
27742 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
27743
27744         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27745         0, not just to plain "0" as a statement.
27746         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27747         with cw.
27748
27749 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
27750
27751         * NEWS: Use sourceware.org in Bugzilla URL.
27752
27753 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
27754
27755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27756         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27757
27758         * stdio-common/tst-put-error.c (do_test): Add newline to the
27759         padded test to ensure flush.
27760
27761 2012-12-05  Jeff Law  <law@redhat.com>
27762
27763         * sunrpc/etc.rpc (fedfs_admin): Add entry.
27764
27765 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
27766
27767         * README: Don't refer to ports add-on as distributed separately.
27768         Mention AArch64 in list of systems supported in the ports add-on.
27769
27770         * LICENSES: Add more non-FSF copyright and license notices.
27771
27772         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27773         ((unused)).
27774
27775         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27776
27777         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27778         10000 as width of padded output.
27779
27780 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27781
27782         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27783
27784         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27785         variable LX with __attribute__ ((unused)).
27786         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27787         Likewise.
27788         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27789         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27790         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27791         with __attribute__ ((unused)).
27792
27793 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
27794
27795         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27796
27797 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27798
27799         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27800         (CFLAGS-nldbl-acos.c): New variable.
27801         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27802         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27803         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27804         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27805         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27806         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27807         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27808         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27809         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27810         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27811         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27812         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27813         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27814         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27815         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27816         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27817         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27818         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27819         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27820         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27821         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27822         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27823         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27824         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27825         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27826         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27827         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27828         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27829         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27830         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27831         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27832         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27833         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27834         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27835         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27836         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27837         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27838         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27839         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27840         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27841         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27842         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27843         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27844         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27845         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27846         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27847         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27848         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27849         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27850         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27851         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27852         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27853         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27854         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
27855         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
27856         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
27857         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
27858         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
27859         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
27860         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
27861         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
27862         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
27863         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
27864         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
27865         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
27866         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
27867         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
27868         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
27869         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
27870         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
27871         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
27872         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
27873         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
27874         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
27875         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
27876         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
27877         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
27878         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
27879         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
27880         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
27881         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
27882         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
27883         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
27884         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
27885         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
27886         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
27887         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
27888         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
27889         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
27890         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
27891         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
27892         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
27893         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
27894         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
27895         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
27896         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
27897         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
27898
27899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27900         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27901
27902         [BZ #14914]
27903         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
27904         whole low double instead of just low 47 bits when splitting values
27905         into two parts.
27906
27907 2012-12-03  Allan McRae  <allan@archlinux.org>
27908
27909         * manual/stdio.texi (Predefined Printf Handlers): Remove
27910         @hsep and @vsep usage.
27911
27912 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
27913
27914         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
27915         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
27916
27917 2012-12-03  Jeff Law  <law@redhat.com>
27918
27919         * time/sys/time.h (settimeofday): Do not mark TV argument
27920         as __nonnull.
27921
27922 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
27923
27924         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
27925         when currently writing and seek to current position when not.
27926         * libio/Makefile (tests): Remove bug-fclose1.
27927         * libio/bug-fclose1.c: Delete.
27928
27929 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
27930
27931         * manual/arith.texi (feenableexcept): Fix typo.
27932         (fedisableexcept): Likewise.
27933
27934 2012-11-30  Roland McGrath  <roland@hack.frob.com>
27935
27936         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
27937         second, differently-typed declaration, rather than a cast.
27938
27939 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27940
27941         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
27942         * include/rpc/svc.h: ... here.
27943
27944 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
27945
27946         [BZ #13013]
27947         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
27948         depending n and resplen2 to catch cases where answer
27949         equals answerp2.
27950
27951 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
27952
27953         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
27954         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
27955
27956 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
27957
27958         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
27959
27960 2012-11-29  Roland McGrath  <roland@hack.frob.com>
27961
27962         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
27963
27964 2012-11-28  Jeff Law  <law@redhat.com>
27965
27966         [BZ #13761]
27967         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
27968         dataset_temporary.  Track alloca usage into alloca_used.
27969         If dataset is large allocate and release it via malloc/free.
27970
27971 2012-06-04  Florian Weimer  <fweimer@redhat.com>
27972
27973         [BZ #14197]
27974         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
27975
27976 2012-11-28  David S. Miller  <davem@davemloft.net>
27977
27978         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27979
27980 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27981
27982         [BZ #14803]
27983         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
27984         of pi/2 rounded to nearest to 64 bits.
27985         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
27986         nearest to 64 bits.
27987         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
27988         bits.
27989
27990 2012-11-28  Jeff Law <law@redhat.com>
27991             Martin Osvald <mosvald@redhat.com>
27992
27993         [BZ #14889]
27994         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
27995         * sunrpc/svc.c: Include time.h.
27996         (__svc_accept_failed): New function.
27997         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
27998         any reason other than EINTR, call __svc_accept_failed.
27999         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
28000         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
28001
28002 2012-11-28  Andreas Schwab  <schwab@suse.de>
28003
28004         * scripts/abilist.awk: Also handle indirect functions in .opd
28005         section.
28006
28007 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28008
28009         [BZ #13881]
28010         * sysdeps/x86/fpu/powl_helper.c: New file.
28011         * sysdeps/x86/fpu/Makefile: Likewise.
28012         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
28013         (p3): New object.
28014         (__ieee754_powl): Use __powl_helper for finite arguments except
28015         integer exponents below 8.
28016         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
28017         (p3): New object.
28018         (__ieee754_powl): Use __powl_helper for finite arguments except
28019         integer exponents below 8.
28020         * math/libm-test.inc (pow_test): Add more tests and enable some
28021         previously disabled tests.
28022         * sysdeps/i386/fpu/libm-test-ulps: Update.
28023         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28024
28025 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28026             Carlos O'Donell  <carlos_odonell@mentor.com>
28027
28028         * nss/makedb.c (is_prime): Assert that input is odd and greater
28029         than 4.  Note that fact in a comment too.
28030         (next_prime): Add 4 to input.
28031
28032 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28033
28034         [BZ #11741]
28035         * libio/Makefile (tests): Add test case tst-fwrite-error.
28036         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
28037         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
28038         * libio/tst-fwrite-error.c: New test case.
28039
28040 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
28041
28042         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
28043         before casting to void *.
28044         * include/libc-internal.h (__pointer_type): New macro.
28045         (__integer_if_pointer_type_sub): Likewise.
28046         (__integer_if_pointer_type): Likewise.
28047         (cast_to_integer): Likewise.
28048         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
28049         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
28050         before casting to atomic64_t.
28051         (atomic_exchange_acq): Likewise.
28052         (__arch_exchange_and_add_body): Likewise.
28053         (__arch_add_body): Likewise.
28054         (atomic_add_negative): Likewise.
28055         (atomic_add_zero): Likewise.
28056
28057 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
28058
28059         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
28060         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
28061         (add_fdes): Likewise.
28062         (linear_search_fdes): Likewise.
28063         (binary_search_unencoded_fdes): Likewise.
28064
28065 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
28066
28067         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
28068
28069 2012-11-24  Adam Conrad  <adconrad@0c3.net>
28070
28071         * configure.in: Autodetect C++ header directories.
28072         * configure: Regenerated.
28073
28074 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
28075
28076         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
28077
28078 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
28079
28080         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28081
28082 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
28083
28084         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
28085         LDBL_MANT_DIG == 106]: Disable some tests.
28086         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28087         Likewise.
28088         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28089         Likewise.
28090
28091         [BZ #14871]
28092         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
28093         input for small inputs.  Return +/- pi/2 for large inputs.
28094         * math/libm-test.inc (atan_test): Add more tests.
28095
28096         * sysdeps/generic/unwind-dw2-fde-glibc.c
28097         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
28098         __attribute__ ((unused)).
28099
28100         [BZ #14645]
28101         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
28102         x * y if x and y are nonzero and z is zero.
28103
28104         [BZ #14811]
28105         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
28106         nonzero exponents with absolute value below 0x1p-117 to +/-
28107         0x1p-117.
28108
28109         [BZ #14869]
28110         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
28111         up arguments below 2**-450, not just those below 2**-500.
28112         * math/libm-test.inc (hypot_test): Add another test.
28113
28114         [BZ #14868]
28115         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
28116         Return a+b for ratio over 2**120, not 2**60.
28117         * math/libm-test.inc (hypot_test): Add another test.
28118
28119         * math/libm-test.inc (clog_test): Use
28120         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
28121         (clog10_test): Likewise.
28122
28123         [BZ #6778]
28124         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
28125
28126 2012-11-22  Andreas Schwab  <schwab@suse.de>
28127
28128         * sysdeps/i386/fpu/libm-test-ulps: Update.
28129
28130 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
28131
28132         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
28133         printf output with newline.
28134
28135 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
28136
28137         [BZ #14865]
28138         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
28139         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
28140         -z nodlopen, -z initfirst and -z execstack support.
28141         * configure: Regenerated.
28142
28143         * elf/elf.h (DF_1_NODIRECT): New macro.
28144         (DF_1_IGNMULDEF): Likewise.
28145         (DF_1_NOKSYMS): Likewise.
28146         (DF_1_NOHDR): Likewise.
28147         (DF_1_EDITED): Likewise.
28148         (DF_1_NORELOC): Likewise.
28149         (DF_1_SYMINTPOSE): Likewise.
28150         (DF_1_GLOBAUDIT): Likewise.
28151         (DF_1_SINGLETON): Likewise.
28152         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
28153         DT_1_SUPPORTED_MASK bits.
28154         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
28155
28156 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
28157
28158         * sysdeps/unix/make-syscalls.sh: Document prefixes.
28159
28160 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
28161
28162         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
28163         macro.
28164
28165         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
28166         (sendmmsg): Move declarations...
28167         * socket/sys/socket.h: ... here.
28168         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
28169         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
28170         include it from...
28171         * socket/recvmmsg.c: ... this new file.
28172         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
28173         (sendmmsg): Rename to __sendmmsg, create weak alias and make
28174         definition of __sendmmsg hidden.
28175         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
28176         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
28177         Move ENOSYS stub into and include it from...
28178         * socket/sendmmsg.c: ... this new file.
28179         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
28180         (sysdep_routines): Move recvmmsg and sendmmsg...
28181         * socket/Makefile (routines): ... here.
28182         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
28183         (GLIBC_PRIVATE): Add __sendmmsg.
28184         * include/sys/socket.h (__sendmmsg): Add declarations.
28185         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
28186         sendmmsg.
28187
28188 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
28189
28190         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
28191         variable I1 with __attribute__ ((unused)).
28192         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28193
28194 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28195
28196         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
28197         DUMMY variables with __attribute__ ((unused)).
28198
28199         * bits/byteswap.h: Include <bits/types.h>.
28200         (__bswap_64): Use __uint64_t instead of unsigned long long int.
28201
28202 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28203
28204         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
28205         string_t.  Do not manually set errno.
28206         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
28207         length with __strnlen.  Make sure to both set errno and return it on
28208         failure.
28209
28210 2012-11-19  David S. Miller  <davem@davemloft.net>
28211
28212         With help from Joseph Myers.
28213         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
28214         very large arguments properly.
28215         * math/libm-test.inc (atan_test): New tests.
28216         (atan2_test): New tests.
28217         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28218         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28219
28220 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28221
28222         [BZ #14856]
28223         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
28224         Define to 3.
28225
28226         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
28227         [POSIX] (EADDRNOTAVAIL): Likewise.
28228         [POSIX] (EAFNOSUPPORT): Likewise.
28229         [POSIX] (EALREADY): Likewise.
28230         [POSIX] (ECONNABORTED): Likewise.
28231         [POSIX] (ECONNREFUSED): Likewise.
28232         [POSIX] (ECONNRESET): Likewise.
28233         [POSIX] (EDESTADDRREQ): Likewise.
28234         [POSIX] (EDQUOT): Likewise.
28235         [POSIX] (EHOSTUNREACH): Likewise.
28236         [POSIX] (EIDRM): Likewise.
28237         [POSIX] (EISCONN): Likewise.
28238         [POSIX] (ELOOP): Likewise.
28239         [POSIX] (EMULTIHOP): Likewise.
28240         [POSIX] (ENETDOWN): Likewise.
28241         [POSIX] (ENETUNREACH): Likewise.
28242         [POSIX] (ENOBUFS): Likewise.
28243         [POSIX] (ENODATA): Likewise.
28244         [POSIX] (ENOLINK): Likewise.
28245         [POSIX] (ENOMSG): Likewise.
28246         [POSIX] (ENOPROTOOPT): Likewise.
28247         [POSIX] (ENOSR): Likewise.
28248         [POSIX] (ENOSTR): Likewise.
28249         [POSIX] (ENOTCONN): Likewise.
28250         [POSIX] (ENOTSOCK): Likewise.
28251         [POSIX] (EOPNOTSUPP): Likewise.
28252         [POSIX] (EOVERFLOW): Likewise.
28253         [POSIX] (EPROTO): Likewise.
28254         [POSIX] (EPROTONOSUPPORT): Likewise.
28255         [POSIX] (EPROTOTYPE): Likewise.
28256         [POSIX] (ESTALE): Likewise.
28257         [POSIX] (ETIME): Likewise.
28258         [POSIX] (ETXTBSY): Likewise.
28259         [POSIX] (EWOULDBLOCK): Likewise.
28260         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
28261         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
28262         [POSIX] (SEEK_CUR): Likewise.
28263         [POSIX] (SEEK_END): Likewise.
28264         [POSIX || UNIX98] (mode_t): Do not require.
28265         [POSIX] (off_t): Likewise.
28266         [POSIX] (pid_t): Likewise.
28267         [POSIX] (sys/stat.h): Do not allow header.
28268         [POSIX] (unistd.h): Likewise.
28269         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
28270         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
28271         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
28272         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
28273         require.
28274         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
28275         sigevent): Specify elements.
28276         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
28277         entry.
28278         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
28279         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
28280
28281         * conform/data/cpio.h-data [POSIX]: Disable whole file.
28282         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
28283         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
28284         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
28285         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
28286         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
28287         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
28288         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
28289         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
28290         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
28291         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
28292         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
28293         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
28294         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
28295         Likewise.
28296         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
28297         Likewise.
28298         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
28299         Likewise.
28300         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
28301         Likewise.
28302         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
28303         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
28304         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
28305         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
28306         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
28307         Specify lower bound on value.
28308         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
28309         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
28310         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
28311         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
28312         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
28313         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
28314         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
28315         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
28316         value.
28317         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
28318         as optional.
28319         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
28320         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
28321         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
28322         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
28323         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
28324         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
28325         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
28326         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
28327         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
28328         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
28329         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
28330         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
28331         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
28332         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
28333         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
28334         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
28335         entry.
28336         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
28337         optional.
28338         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
28339         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
28340         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
28341         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
28342         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
28343         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
28344         Likewise.
28345         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
28346         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
28347         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
28348         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
28349         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
28350         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
28351         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
28352         as optional.
28353         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
28354         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
28355         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
28356         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
28357         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
28358         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
28359         specify as optional.
28360         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
28361         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
28362         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
28363         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
28364         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
28365         [XPG3] (NL_LANGMAX): Likewise.
28366         [POSIX || XPG3] (NL_MSGMAX): Likewise.
28367         [POSIX || XPG3] (NL_NMAX): Likewise.
28368         [POSIX || XPG3] (NL_SETMAX): Likewise.
28369         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
28370         [XPG3] (NZERO): Likewise.
28371         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
28372         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
28373         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
28374         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
28375         (REG_ERANGE): Expect.
28376         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
28377         optional-constant.
28378         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
28379         Use (void) in prototype.
28380         [POSIX] (*_t): Allow.
28381         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
28382         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
28383         (WRDE_BADVAL): Expect.
28384
28385         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
28386         expect.
28387         [XPG3 || XPG4] (O_RSYNC): Likewise.
28388         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
28389         Likewise.
28390         [XPG3 || XPG4] (pthread_sigmask): Likewise.
28391         [XPG3 || XPG4] (sigqueue): Likewise.
28392         [XPG3 || XPG4] (sigtimedwait): Likewise.
28393         [XPG3 || XPG4] (sigwaitinfo): Likewise.
28394         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
28395         [XPG3 || XPG4] (vsnprintf): Likewise.
28396         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
28397         Likewise.
28398         [XPG3 || XPG4] (blksize_t): Likewise.
28399         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
28400         Likewise.
28401         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
28402         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
28403         [XPG3 || XPG4] (struct itimerspec): Likewise.
28404         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
28405         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
28406         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
28407         [XPG3 || XPG4] (clockid_t): Likewise.
28408         [XPG3 || XPG4] (timer_t): Likewise.
28409         [XPG3 || XPG4] (clock_getres): Likewise.
28410         [XPG3 || XPG4] (clock_gettime): Likewise.
28411         [XPG3 || XPG4] (clock_settime): Likewise.
28412         [XPG3 || XPG4] (nanosleep): Likewise.
28413         [XPG3 || XPG4] (timer_create): Likewise.
28414         [XPG3 || XPG4] (timer_delete): Likewise.
28415         [XPG3 || XPG4] (timer_gettime): Likewise.
28416         [XPG3 || XPG4] (timer_getoverrun): Likewise.
28417         [XPG3 || XPG4] (timer_settime): Likewise.
28418         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
28419         [XPG3 || XPG4] (getlogin_r): Likewise.
28420         [XPG3 || XPG4] (pread): Likewise.
28421         [XPG3 || XPG4] (pthread_atfork): Likewise.
28422         [XPG3 || XPG4] (pwrite): Likewise.
28423
28424         [BZ #14835]
28425         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
28426         <bits/siginfo.h>.
28427
28428 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28429
28430         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
28431         finalizing MALLSTREAM.
28432
28433         * sysdeps/mach/hurd/syncfs.c: New file.
28434
28435 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28436
28437         [BZ #14719]
28438         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
28439         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
28440         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
28441         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
28442         (_nss_dns_gethostbyname4_r): Likewise.
28443         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
28444         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
28445
28446 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
28447
28448         [BZ #13763]
28449         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
28450
28451 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
28452
28453         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
28454         * elf/cache.c (print_entry): Print ",AArch64" for
28455         FLAG_AARCH64_LIB64
28456
28457         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
28458         * elf/cache.c (print_entry): Print ",hard-float" for
28459         FLAG_ARM_LIBHF.
28460
28461 2012-11-18  David S. Miller  <davem@davemloft.net>
28462
28463         With help from Joseph Myers.
28464         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
28465         cutoff to 2**-13.
28466         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
28467         cutoff to 2**-25.
28468         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
28469         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
28470         small.
28471         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
28472         * math/libm-test.inc (y0_test): New tests.
28473         (y1_test): New tests.
28474         * sysdeps/i386/fpu/libm-test-ulps: Update.
28475         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28476         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28477
28478 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
28479
28480         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
28481         64-bit targets.
28482         * configure: Regenerated.
28483
28484 2012-11-17  David S. Miller  <davem@davemloft.net>
28485
28486         [BZ #14811]
28487         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
28488         nonzero exponents with absolute value below 0x1p-128 to +/-
28489         0x1p-128.
28490
28491 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
28492
28493         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
28494
28495         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
28496
28497         * posix/getconf-speclist.c: New file.
28498         * posix/posix-envs.def: Likewise.
28499         * posix/confstr.c (START_ENV_GROUP): New macro.
28500         (END_ENV_GROUP): Likewise.
28501         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28502         (KNOWN_PRESENT_ENV_STRING): Likewise.
28503         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28504         (UNKNOWN_ENVIRONMENT): Likewise.
28505         (confstr): Include posix-envs.def instead of handling
28506         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
28507         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
28508         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
28509         (END_ENV_GROUP): Likewise.
28510         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28511         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28512         (UNKNOWN_ENVIRONMENT): Likewise.
28513         (__sysconf): Include posix-envs.def instead of handling associated
28514         cases directly here.
28515         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
28516         preprocessing getconf-speclist.c rather than running getconf or
28517         generating empty file.
28518
28519 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
28520
28521         * scripts/check-local-headers.sh: Ignore 'mach' headers.
28522
28523 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
28524
28525         [BZ #14672]
28526         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
28527
28528 2012-11-16  David S. Miller  <davem@davemloft.net>
28529
28530         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
28531         smaller than LDBL_EPSILON/2.0L, just return xm1.
28532
28533 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
28534
28535         * elf/tst-array1.c (init): Set constructor priority to 1000.
28536         (fini): Set destructor priority to 1000.
28537         * elf/tst-array2dep.c: Likewise.
28538
28539 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28540
28541         [BZ #11741]
28542         * libio/fileops.c (_IO_new_file_write): Correctly return error.
28543         (_IO_new_file_xsputn): Also return EOF if none of the input
28544         data was written when overflow failed.
28545         * libio/iopadn.c (_IO_padn): Likewise.
28546         * libio/iowpadn.c (_IO_wpadn): Likewise.
28547         * stdio-common/tst-put-error.c: Add copyright notice.
28548         (do_test): Add case for printing padded string.
28549         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
28550         _IO_padn returned error.
28551         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
28552         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
28553         return EOF.
28554
28555 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28556
28557         * libio/libioP.h: Add comment note that the references to C++
28558         bits are now obsolete.
28559
28560 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28561
28562         * math/libm-test.inc (check_complex): Use asprintf.
28563
28564 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
28565
28566         * debug/pcprofiledump.c (print_version): Update copyright year.
28567         * malloc/memusagestat.c (print_version): Likewise.
28568
28569 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
28570
28571         [BZ #14831]
28572         * elf/Makefile (tests): Add tst-audit8.
28573         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
28574         ($(objpfx)tst-audit8.out): New target.
28575         (tst-audit8-ENV): New variable.
28576         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
28577         audit if l_reloc_result is NULL.
28578         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
28579         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
28580         * elf/tst-audit8.c: New file.
28581
28582 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28583
28584         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
28585         * misc/Makefile (CFLAGS-select.c): Define.
28586         * posix/Makefile (CFLAGS-pause.c): Define.
28587
28588 2012-11-13  David S. Miller  <davem@davemloft.net>
28589
28590         * crypt/Makefile: Move test targets after toplevel Rules
28591         inclusion.  Grab any necessary sysdep routines when linking.
28592         * crypt/md5.c (md5_process_block): Remove define, we will always
28593         name it __md5_process_block.
28594         (md5_finish_ctx): Update md5_process_block call.
28595         (md5_stream): Likewise.
28596         (md5_process_bytes): Likewise.
28597         (md5_process_block): Rename to __md5_process_block and move to ...
28598         * crypt/md5-block.c: ... here.
28599         * crypt/sha256.c (sha256_process_block): Move to ...
28600         * crypt/sha256-block.c: ... here.
28601         * crypt/sha512.c (sha512_process_block): Move to ...
28602         * crypt/sha512-block.c: ... here.
28603         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
28604         path.
28605         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
28606         * sysdeps/sparc/sparc64/multiarch/Makefile
28607         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
28608         crypt subdir.
28609         (localedef-aux): Add md5 crypto assembler when in locale subdir.
28610         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
28611         multiarch changes.
28612         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
28613         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
28614         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
28615         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
28616         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
28617         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
28618         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
28619         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
28620         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
28621         file.
28622         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
28623         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
28624         file.
28625         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
28626
28627 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
28628
28629         * timezone/tzselect.ksh: Update from tzcode git revision
28630         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
28631         * timezone/zdump.c: Likewise.
28632         * timezone/zic.c: Likewise.
28633         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
28634         in TZVERSION setting, not $(PKGVERSION).
28635         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
28636         REPORT_BUGS_TO settings.
28637
28638         [BZ #14838]
28639         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
28640         macro.
28641
28642 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28643
28644         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
28645         detection to immediately after _FP_ROUND().
28646         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
28647         bits are 0.
28648
28649 2012-11-11  David S. Miller  <davem@davemloft.net>
28650
28651         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
28652         inttypes.h
28653         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
28654         __close rather than their public counterparts.
28655
28656 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
28657
28658         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
28659         file.
28660         [UNIX98] (sem_timedwait): Do not expect.
28661         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
28662         [XPG4 || UNIX98] (sockatmark): Do not expect.
28663         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
28664         (clock_getcpuclockid): Do not expect.
28665         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
28666         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
28667         Do not expect.
28668         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
28669         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
28670         [UNIX98] (vwscanf): Likewise.
28671         [UNIX98] (vswscanf): Likewise.
28672
28673 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
28674
28675         * timezone/version.h: Remove file.
28676         * timezone/README: Do not refer to version.h.
28677         * timezone/Makefile ($(objpfx)zic.o): New dependency on
28678         $(objpfx)version.h.
28679         ($(objpfx)zdump.o): Likewise.
28680         ($(objpfx)version.h): New target.
28681
28682         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
28683         2012i.
28684         * timezone/README: Don't mention modification to tzselect.ksh.
28685         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
28686         work on unmodified tzselect.ksh.  Substitute version numbers in
28687         tzselect.ksh.
28688
28689         * Makefile (format-me): Remove.
28690         (INSTALL): Adjust indentation.  Use commands directly instead of
28691         using $(format-me).
28692
28693         * aclocal.m4 (ACX_PKGVERSION): New macro.
28694         (ACX_BUGURL): Likewise.
28695         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
28696         (PKGVERSION): New AC_DEFINE_UNQUOTED.
28697         (REPORT_BUGS_TO): Likewise.
28698         * configure: Regenerated.
28699         * config.h.in (PKGVERSION): New macro.
28700         (REPORT_BUGS_TO): Likewise.
28701         * config.make.in (PKGVERSION): New variable.
28702         (PKGVERSION_TEXI): Likewise.
28703         (REPORT_BUGS_TO): Likewise.
28704         (REPORT_BUGS_TEXI): Likewise.
28705         * Makefile (format-me): Use -I$(common-objpfx)manual.
28706         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
28707         ($(common-objpfx)manual/%): New target.
28708         (manual/%): Remove target.
28709         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
28710         (print_version): Use PKGVERSION.
28711         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
28712         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
28713         and REPORT_BUGS_TO.
28714         ($(objpfx)xtrace): Likewise.
28715         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28716         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28717         (print_version): Use PKGVERSION.
28718         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28719         (do_version): Use PKGVERSION.
28720         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28721         REPORT_BUGS_TO.
28722         (common-ldd-rewrite): Likewise.
28723         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28724         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28725         (print_version): Use PKGVERSION.
28726         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28727         * elf/pldd.c (argp_program_bug_address): Remove variable.
28728         (more_help): New function.
28729         (argp): Use more_help.
28730         (print_version): Use PKGVERSION.
28731         * elf/sln.c (main): Use PKGVERSION.
28732         (usage): Use REPORT_BUGS_TO.
28733         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28734         (top level): Use PKGVERSION.
28735         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28736         (print_version): Use PKGVERSION.
28737         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28738         (print_version): Use PKGVERSION.
28739         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28740         (print_version): Use PKGVERSION.
28741         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28742         (print_version): Use PKGVERSION.
28743         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28744         (print_version): Use PKGVERSION.
28745         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28746         (print_version): Use PKGVERSION.
28747         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28748         and BUGURL.
28749         ($(objpfx)memusage): Likewise.
28750         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28751         (do_version): Use PKGVERSION.
28752         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28753         (print_version): Use PKGVERSION.
28754         * malloc/mtrace.pl ($PACKAGE): Remove variable.
28755         ($PKGVERSION): New variable.
28756         ($REPORT_BUGS_TO): Likewise.
28757         (usage): Use $REPORT_BUGS_TO.
28758         (top level): Use $PKGVERSION.
28759         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28760         ($(objpfx)pkgvers.texi): New rule.
28761         ($(objpfx)stamp-pkgvers): Likewise.
28762         * manual/install.texi: Include pkgvers.texi.
28763         (--with-pkgversion): Document new configure option.
28764         (--with-bugurl): Likewise.
28765         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28766         than necessarily for this particular distribution.  Use
28767         REPORT_BUGS_TO for where to report bugs.
28768         * INSTALL: Regenerated.
28769         * manual/libc.texinfo: Include pkgvers.texi.
28770         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28771         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28772         (print_version): Use PKGVERSION.
28773         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28774         (print_version): Use PKGVERSION.
28775         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28776         (print_version): Use PKGVERSION.
28777         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28778         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28779         macro.
28780         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28781         (print_version): Use PKGVERSION.
28782         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28783         (print_version): Use PKGVERSION.
28784         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28785         and PKGVERSION.
28786
28787         * timezone/checktab.awk: Update from tzcode 2012i.
28788         * timezone/ialloc.c: Likewise.
28789         * timezone/private.h: Likewise.
28790         * timezone/scheck.c: Likewise.
28791         * timezone/tzfile.h: Likewise.
28792         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28793         (TZVERSION): Hardcode tzcode version number.
28794         * timezone/zdump.c: Update from tzcode 2012i.
28795         * timezone/zic.c: Likewise.
28796         * timezone/version.h: New file.
28797         * timezone/README: Describe version.h.  Update upstream location.
28798
28799         [BZ #14824]
28800         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28801         (mktemp): Enable declaration.
28802         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28803         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28804         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28805         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28806         Likewise.
28807         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28808         Likewise.
28809         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28810         Likewise.
28811         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28812         Likewise.
28813         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28814         Likewise.
28815         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28816         Likewise.
28817
28818         [BZ #14821]
28819         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28820         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
28821         for copies of such integer values.
28822         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28823         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28824
28825 2012-11-09  Andreas Jaeger  <aj@suse.de>
28826
28827         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28828         definitions and declarations that are provided by
28829         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28830
28831 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28832
28833         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
28834         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28835         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28836         definition.
28837
28838 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28839
28840         * elf/elf.h: Update comment before AArch64 relocations.
28841
28842 2012-11-07  David S. Miller  <davem@davemloft.net>
28843
28844         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28845         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28846         (__start_context): Declare.
28847         (__makecontext_ret): Delete.
28848         (__makecontext): Hook up __start_context instead of
28849         __makecontext_ret.
28850         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28851         (sysdep_routines): Add __start_context when in stdlib.
28852
28853 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28854
28855         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
28856         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
28857         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
28858         hardcoded "nm".
28859         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
28860         (READELF): New variable.  Use it instead of hardcoded "readelf".
28861
28862 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
28863
28864         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
28865         * sysdeps/x86/Makefile: Here.
28866         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
28867         * sysdeps/x86/tst-xmmymm.sh: This.
28868
28869 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28870
28871         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
28872         expectations.
28873         [UNIX98] (pthread_barrier_t): Do not expect.
28874         [UNIX98] (pthread_barrierattr_t): Likewise.
28875         [UNIX98] (pthread_spinlock_t): Likewise.
28876         [UNIX98] (pthread_barrier_destroy): Likewise.
28877         [UNIX98] (pthread_barrier_init): Likewise.
28878         [UNIX98] (pthread_barrier_wait): Likewise.
28879         [UNIX98] (pthread_barrierattr_destroy): Likewise.
28880         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
28881         [UNIX98] (pthread_barrierattr_init): Likewise.
28882         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
28883         [UNIX98] (pthread_getcpuclockid): Likewise.
28884         [UNIX98] (pthread_mutex_timedlock): Likewise.
28885         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
28886         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
28887         [UNIX98] (pthread_sigmask): Likewise.
28888         [UNIX98] (pthread_spin_destroy): Likewise.
28889         [UNIX98] (pthread_spin_init): Likewise.
28890         [UNIX98] (pthread_spin_lock): Likewise.
28891         [UNIX98] (pthread_spin_trylock): Likewise.
28892         [UNIX98] (pthread_spin_unlock): Likewise.
28893         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
28894         Do not expect.
28895         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
28896         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
28897         [XPG3 || XPG4] (pthread_cond_t): Likewise.
28898         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
28899         [XPG3 || XPG4] (pthread_key_t): Likewise.
28900         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
28901         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
28902         [XPG3 || XPG4] (pthread_once_t): Likewise.
28903         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
28904         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
28905         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
28906         [XPG3 || XPG4] (pthread_t): Likewise.
28907
28908         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
28909         not expect.
28910         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
28911
28912         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
28913         Change function return type to int.
28914
28915         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
28916         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
28917         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
28918         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
28919         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
28920         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
28921         [!POSIX] (posix_madvise): Likewise.
28922         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
28923         && !UNIX98].
28924         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
28925         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
28926         (mode_t): Likewise.
28927         (posix_mem_offset): Likewise.
28928         (posix_typed_mem_get_info): Likewise.
28929         (posix_typed_mem_open): Likewise.
28930
28931         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
28932         Change condition to [XOPEN2K8].
28933
28934         * conform/conformtest.pl: Preprocess allow-header data with -x c
28935         instead of from stdin.
28936         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
28937         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
28938         [C99-based standards] (cerfc): Likewise.
28939         [C99-based standards] (cexp2): Likewise.
28940         [C99-based standards] (cexpm1): Likewise.
28941         [C99-based standards] (clog10): Likewise.
28942         [C99-based standards] (clog1p): Likewise.
28943         [C99-based standards] (clog2): Likewise.
28944         [C99-based standards] (clgamma): Likewise.
28945         [C99-based standards] (ctgamma): Likewise.
28946         [C99-based standards] (cerff): Likewise.
28947         [C99-based standards] (cerfcf): Likewise.
28948         [C99-based standards] (cexp2f): Likewise.
28949         [C99-based standards] (cexpm1f): Likewise.
28950         [C99-based standards] (clog10f): Likewise.
28951         [C99-based standards] (clog1pf): Likewise.
28952         [C99-based standards] (clog2f): Likewise.
28953         [C99-based standards] (clgammaf): Likewise.
28954         [C99-based standards] (ctgammaf): Likewise.
28955         [C99-based standards] (cerfl): Likewise.
28956         [C99-based standards] (cerfcl): Likewise.
28957         [C99-based standards] (cexp2l): Likewise.
28958         [C99-based standards] (cexpm1l): Likewise.
28959         [C99-based standards] (clog10l): Likewise.
28960         [C99-based standards] (clog1pl): Likewise.
28961         [C99-based standards] (clog2l): Likewise.
28962         [C99-based standards] (clgammal): Likewise.
28963         [C99-based standards] (ctgammal): Likewise.
28964         * conform/data/inttypes.h-data [C99-based standards]: Include
28965         stdint.h-data.  Remove all expectations for stdint.h contents.
28966         [C99-based standards] (PRI*): Do not allow.
28967         [C99-based standards] (SCN*): Likewise.
28968         [C99-based standards] (*_t): Likewise.
28969         [C99-based-standards] (PRId8): Expect macro.
28970         [C99-based-standards] (PRIi8): Likewise.
28971         [C99-based-standards] (PRIo8): Likewise.
28972         [C99-based-standards] (PRIu8): Likewise.
28973         [C99-based-standards] (PRIx8): Likewise.
28974         [C99-based-standards] (PRIX8): Likewise.
28975         [C99-based-standards] (SCNd8): Likewise.
28976         [C99-based-standards] (SCNi8): Likewise.
28977         [C99-based-standards] (SCNo8): Likewise.
28978         [C99-based-standards] (SCNu8): Likewise.
28979         [C99-based-standards] (SCNx8): Likewise.
28980         [C99-based-standards] (PRIdLEAST8): Likewise.
28981         [C99-based-standards] (PRIiLEAST8): Likewise.
28982         [C99-based-standards] (PRIoLEAST8): Likewise.
28983         [C99-based-standards] (PRIuLEAST8): Likewise.
28984         [C99-based-standards] (PRIxLEAST8): Likewise.
28985         [C99-based-standards] (PRIXLEAST8): Likewise.
28986         [C99-based-standards] (SCNdLEAST8): Likewise.
28987         [C99-based-standards] (SCNiLEAST8): Likewise.
28988         [C99-based-standards] (SCNoLEAST8): Likewise.
28989         [C99-based-standards] (SCNuLEAST8): Likewise.
28990         [C99-based-standards] (SCNxLEAST8): Likewise.
28991         [C99-based-standards] (PRIdFAST8): Likewise.
28992         [C99-based-standards] (PRIiFAST8): Likewise.
28993         [C99-based-standards] (PRIoFAST8): Likewise.
28994         [C99-based-standards] (PRIuFAST8): Likewise.
28995         [C99-based-standards] (PRIxFAST8): Likewise.
28996         [C99-based-standards] (PRIXFAST8): Likewise.
28997         [C99-based-standards] (SCNdFAST8): Likewise.
28998         [C99-based-standards] (SCNiFAST8): Likewise.
28999         [C99-based-standards] (SCNoFAST8): Likewise.
29000         [C99-based-standards] (SCNuFAST8): Likewise.
29001         [C99-based-standards] (SCNxFAST8): Likewise.
29002         [C99-based-standards] (PRId16): Likewise.
29003         [C99-based-standards] (PRIi16): Likewise.
29004         [C99-based-standards] (PRIo16): Likewise.
29005         [C99-based-standards] (PRIu16): Likewise.
29006         [C99-based-standards] (PRIx16): Likewise.
29007         [C99-based-standards] (PRIX16): Likewise.
29008         [C99-based-standards] (SCNd16): Likewise.
29009         [C99-based-standards] (SCNi16): Likewise.
29010         [C99-based-standards] (SCNo16): Likewise.
29011         [C99-based-standards] (SCNu16): Likewise.
29012         [C99-based-standards] (SCNx16): Likewise.
29013         [C99-based-standards] (PRIdLEAST16): Likewise.
29014         [C99-based-standards] (PRIiLEAST16): Likewise.
29015         [C99-based-standards] (PRIoLEAST16): Likewise.
29016         [C99-based-standards] (PRIuLEAST16): Likewise.
29017         [C99-based-standards] (PRIxLEAST16): Likewise.
29018         [C99-based-standards] (PRIXLEAST16): Likewise.
29019         [C99-based-standards] (SCNdLEAST16): Likewise.
29020         [C99-based-standards] (SCNiLEAST16): Likewise.
29021         [C99-based-standards] (SCNoLEAST16): Likewise.
29022         [C99-based-standards] (SCNuLEAST16): Likewise.
29023         [C99-based-standards] (SCNxLEAST16): Likewise.
29024         [C99-based-standards] (PRIdFAST16): Likewise.
29025         [C99-based-standards] (PRIiFAST16): Likewise.
29026         [C99-based-standards] (PRIoFAST16): Likewise.
29027         [C99-based-standards] (PRIuFAST16): Likewise.
29028         [C99-based-standards] (PRIxFAST16): Likewise.
29029         [C99-based-standards] (PRIXFAST16): Likewise.
29030         [C99-based-standards] (SCNdFAST16): Likewise.
29031         [C99-based-standards] (SCNiFAST16): Likewise.
29032         [C99-based-standards] (SCNoFAST16): Likewise.
29033         [C99-based-standards] (SCNuFAST16): Likewise.
29034         [C99-based-standards] (SCNxFAST16): Likewise.
29035         [C99-based-standards] (PRId32): Likewise.
29036         [C99-based-standards] (PRIi32): Likewise.
29037         [C99-based-standards] (PRIo32): Likewise.
29038         [C99-based-standards] (PRIu32): Likewise.
29039         [C99-based-standards] (PRIx32): Likewise.
29040         [C99-based-standards] (PRIX32): Likewise.
29041         [C99-based-standards] (SCNd32): Likewise.
29042         [C99-based-standards] (SCNi32): Likewise.
29043         [C99-based-standards] (SCNo32): Likewise.
29044         [C99-based-standards] (SCNu32): Likewise.
29045         [C99-based-standards] (SCNx32): Likewise.
29046         [C99-based-standards] (PRIdLEAST32): Likewise.
29047         [C99-based-standards] (PRIiLEAST32): Likewise.
29048         [C99-based-standards] (PRIoLEAST32): Likewise.
29049         [C99-based-standards] (PRIuLEAST32): Likewise.
29050         [C99-based-standards] (PRIxLEAST32): Likewise.
29051         [C99-based-standards] (PRIXLEAST32): Likewise.
29052         [C99-based-standards] (SCNdLEAST32): Likewise.
29053         [C99-based-standards] (SCNiLEAST32): Likewise.
29054         [C99-based-standards] (SCNoLEAST32): Likewise.
29055         [C99-based-standards] (SCNuLEAST32): Likewise.
29056         [C99-based-standards] (SCNxLEAST32): Likewise.
29057         [C99-based-standards] (PRIdFAST32): Likewise.
29058         [C99-based-standards] (PRIiFAST32): Likewise.
29059         [C99-based-standards] (PRIoFAST32): Likewise.
29060         [C99-based-standards] (PRIuFAST32): Likewise.
29061         [C99-based-standards] (PRIxFAST32): Likewise.
29062         [C99-based-standards] (PRIXFAST32): Likewise.
29063         [C99-based-standards] (SCNdFAST32): Likewise.
29064         [C99-based-standards] (SCNiFAST32): Likewise.
29065         [C99-based-standards] (SCNoFAST32): Likewise.
29066         [C99-based-standards] (SCNuFAST32): Likewise.
29067         [C99-based-standards] (SCNxFAST32): Likewise.
29068         [C99-based-standards] (PRId64): Likewise.
29069         [C99-based-standards] (PRIi64): Likewise.
29070         [C99-based-standards] (PRIo64): Likewise.
29071         [C99-based-standards] (PRIu64): Likewise.
29072         [C99-based-standards] (PRIx64): Likewise.
29073         [C99-based-standards] (PRIX64): Likewise.
29074         [C99-based-standards] (SCNd64): Likewise.
29075         [C99-based-standards] (SCNi64): Likewise.
29076         [C99-based-standards] (SCNo64): Likewise.
29077         [C99-based-standards] (SCNu64): Likewise.
29078         [C99-based-standards] (SCNx64): Likewise.
29079         [C99-based-standards] (PRIdLEAST64): Likewise.
29080         [C99-based-standards] (PRIiLEAST64): Likewise.
29081         [C99-based-standards] (PRIoLEAST64): Likewise.
29082         [C99-based-standards] (PRIuLEAST64): Likewise.
29083         [C99-based-standards] (PRIxLEAST64): Likewise.
29084         [C99-based-standards] (PRIXLEAST64): Likewise.
29085         [C99-based-standards] (SCNdLEAST64): Likewise.
29086         [C99-based-standards] (SCNiLEAST64): Likewise.
29087         [C99-based-standards] (SCNoLEAST64): Likewise.
29088         [C99-based-standards] (SCNuLEAST64): Likewise.
29089         [C99-based-standards] (SCNxLEAST64): Likewise.
29090         [C99-based-standards] (PRIdFAST64): Likewise.
29091         [C99-based-standards] (PRIiFAST64): Likewise.
29092         [C99-based-standards] (PRIoFAST64): Likewise.
29093         [C99-based-standards] (PRIuFAST64): Likewise.
29094         [C99-based-standards] (PRIxFAST64): Likewise.
29095         [C99-based-standards] (PRIXFAST64): Likewise.
29096         [C99-based-standards] (SCNdFAST64): Likewise.
29097         [C99-based-standards] (SCNiFAST64): Likewise.
29098         [C99-based-standards] (SCNoFAST64): Likewise.
29099         [C99-based-standards] (SCNuFAST64): Likewise.
29100         [C99-based-standards] (SCNxFAST64): Likewise.
29101         [C99-based-standards] (PRIdMAX): Likewise.
29102         [C99-based-standards] (PRIiMAX): Likewise.
29103         [C99-based-standards] (PRIoMAX): Likewise.
29104         [C99-based-standards] (PRIuMAX): Likewise.
29105         [C99-based-standards] (PRIxMAX): Likewise.
29106         [C99-based-standards] (PRIXMAX): Likewise.
29107         [C99-based-standards] (SCNdMAX): Likewise.
29108         [C99-based-standards] (SCNiMAX): Likewise.
29109         [C99-based-standards] (SCNoMAX): Likewise.
29110         [C99-based-standards] (SCNuMAX): Likewise.
29111         [C99-based-standards] (SCNxMAX): Likewise.
29112         [C99-based-standards] (PRIdPTR): Likewise.
29113         [C99-based-standards] (PRIiPTR): Likewise.
29114         [C99-based-standards] (PRIoPTR): Likewise.
29115         [C99-based-standards] (PRIuPTR): Likewise.
29116         [C99-based-standards] (PRIxPTR): Likewise.
29117         [C99-based-standards] (PRIXPTR): Likewise.
29118         [C99-based-standards] (SCNdPTR): Likewise.
29119         [C99-based-standards] (SCNiPTR): Likewise.
29120         [C99-based-standards] (SCNoPTR): Likewise.
29121         [C99-based-standards] (SCNuPTR): Likewise.
29122         [C99-based-standards] (SCNxPTR): Likewise.
29123         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
29124         allow.
29125         * conform/data/stdint.h-data: Update comments to clarify
29126         requirements.
29127         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
29128         type.
29129         [C99-based standards] (INT8_MAX): Likewise.
29130         [C99-based standards] (INT16_MIN): Likewise.
29131         [C99-based standards] (INT16_MAX): Likewise.
29132         [C99-based standards] (INT32_MIN): Likewise.
29133         [C99-based standards] (INT32_MAX): Likewise.
29134         [C99-based standards] (INT64_MIN): Likewise.
29135         [C99-based standards] (INT64_MAX): Likewise.
29136         [C99-based standards] (UINT8_MAX): Likewise.
29137         [C99-based standards] (UINT16_MAX): Likewise.
29138         [C99-based standards] (UINT32_MAX): Likewise.
29139         [C99-based standards] (UINT64_MAX): Likewise.
29140         [C99-based standards] (INT_LEAST8_MIN): Likewise.
29141         [C99-based standards] (INT_LEAST8_MAX): Likewise.
29142         [C99-based standards] (INT_LEAST16_MIN): Likewise.
29143         [C99-based standards] (INT_LEAST16_MAX): Likewise.
29144         [C99-based standards] (INT_LEAST32_MIN): Likewise.
29145         [C99-based standards] (INT_LEAST32_MAX): Likewise.
29146         [C99-based standards] (INT_LEAST64_MIN): Likewise.
29147         [C99-based standards] (INT_LEAST64_MAX): Likewise.
29148         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
29149         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
29150         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
29151         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
29152         [C99-based standards] (INT_FAST8_MIN): Likewise.
29153         [C99-based standards] (INT_FAST8_MAX): Likewise.
29154         [C99-based standards] (INT_FAST16_MIN): Likewise.
29155         [C99-based standards] (INT_FAST16_MAX): Likewise.
29156         [C99-based standards] (INT_FAST32_MIN): Likewise.
29157         [C99-based standards] (INT_FAST32_MAX): Likewise.
29158         [C99-based standards] (INT_FAST64_MIN): Likewise.
29159         [C99-based standards] (INT_FAST64_MAX): Likewise.
29160         [C99-based standards] (UINT_FAST8_MAX): Likewise.
29161         [C99-based standards] (UINT_FAST16_MAX): Likewise.
29162         [C99-based standards] (UINT_FAST32_MAX): Likewise.
29163         [C99-based standards] (UINT_FAST64_MAX): Likewise.
29164         [C99-based standards] (INTPTR_MIN): Likewise.
29165         [C99-based standards] (INTPTR_MAX): Likewise.
29166         [C99-based standards] (UINTPTR_MAX): Likewise.
29167         [C99-based standards] (INTMAX_MIN): Likewise.
29168         [C99-based standards] (INTMAX_MAX): Likewise.
29169         [C99-based standards] (UINTMAX_MAX): Likewise.
29170         [C99-based standards] (PTRDIFF_MIN): Likewise.
29171         [C99-based standards] (PTRDIFF_MAX): Likewise.
29172         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
29173         [C99-based standards] (SIZE_MAX): Likewise.
29174         [C99-based standards] (WCHAR_MAX): Likewise.
29175         [C99-based standards] (WINT_MAX): Likewise.
29176         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
29177         constraint on value.
29178         [C99-based standards] (WCHAR_MIN): Likewise.
29179         [C99-based standards] (WINT_MIN): Likewise.
29180         [C99-based standards] (*_t): Allow.
29181         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
29182         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
29183         Include math.h-data and complex.h-data.  Remove all expectations
29184         of math.h and complex.h contents.
29185         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
29186         at end of line.
29187         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
29188         (struct tm): Expect tag.
29189         [C99-based-standards] (wcstof): Expect function.
29190         [C99-based-standards] (wcstold): Likewise.
29191         [C99-based-standards] (wcstoll): Likewise.
29192         [C99-based-standards] (wcstoull): Likewise.
29193         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
29194         macro-int-constant.  Specify type.
29195         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
29196         constraint on value.
29197         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29198         Specify type.
29199         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
29200         Specify value.
29201         [ISO C standards]: Do not allow headers.
29202         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
29203         wcs[abcdefghijklmnopqrstuvwxyz]*.
29204         [ISO C standards] (*_t): Do not allow.
29205         * conform/data/wctype.h-data [C99-based standards] (iswblank):
29206         Expect function.
29207         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
29208         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29209         Specify type.
29210         [ISO C standards]: Do not allow headers.
29211         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
29212         is[abcdefghijklmnopqrstuvwxyz]*.
29213         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
29214         to[abcdefghijklmnopqrstuvwxyz]*.
29215         [ISO C standards] (*_t): Do not allow.
29216         * conform/data/stdalign.h-data: New file.
29217         * conform/data/stdbool.h-data: Likewise.
29218         * conform/data/stdnoreturn.h-data: Likewise.
29219
29220 2012-11-07  Roland McGrath  <roland@hack.frob.com>
29221
29222         [BZ #14815]
29223         * manual/filesys.texi (Directory Entries): Typo fix.
29224         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
29225
29226 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29227
29228         * elf/elf.h (EM_AARCH64): New macro.
29229         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
29230         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
29231         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
29232         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
29233         (R_AARCH64_TLSDESC): Likewise.
29234         (NT_ARM_TLS): Likewise.
29235         (NT_ARM_HW_BREAK): Likewise.
29236         (NT_ARM_HW_WATCH): Likewise.
29237
29238 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29239
29240         [BZ #14811]
29241         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
29242         (__ieee754_powl): Saturate nonzero exponents with absolute value
29243         below 0x1p-79 to +/- 0x1p-79.
29244         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
29245         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
29246         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
29247         nonzero exponents with absolute value below 0x1p-32 to +/-
29248         0x1p-32.
29249         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
29250         (__ieee754_powl): Saturate nonzero exponents with absolute value
29251         below 0x1p-79 to +/- 0x1p-79.
29252         * math/libm-test.inc (pow_test): Add more tests.
29253
29254 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29255
29256         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
29257         _dl_s390_cap_flags with kernel. Increase string length.
29258         (_dl_s390_platforms): Add z196 and zEC12.
29259
29260 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29261
29262         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
29263         Change XOPEN21K to XOPEN2K.
29264
29265 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
29266
29267         * string/memmove.c: Use memcpy when possible.
29268
29269 2012-11-06  Andreas Jaeger  <aj@suse.de>
29270
29271         * po/eo.po: Update from translation team.
29272
29273 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
29274
29275         [BZ #14793]
29276         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
29277         exponent and small x and y exponents, scale x or y up.  Increase
29278         by 2 the exponent used in scaling up.
29279         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29280         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29281         * math/libm-test.inc (fma_test): Add more tests.
29282         (fma_test_towardzero): Likewise.
29283         (fma_test_downward): Likewise.
29284         (fma_test_upward): Likewise.
29285
29286 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
29287
29288         [BZ #14805]
29289         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
29290         fenv_t *.
29291
29292         [BZ #14801]
29293         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
29294         namespace for names of struct fields.
29295         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
29296         fenv_t fields.
29297         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
29298         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
29299
29300 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29301
29302         [BZ #3665]
29303         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
29304
29305 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29306
29307         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
29308         PTR_DEMANGLE.
29309
29310         [BZ #5246]
29311         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
29312         PTR_DEMANGLE.
29313
29314 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
29315
29316         [BZ #14797]
29317         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
29318         definitely overflow as x * y not x * y + z.
29319         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29320         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29321         * math/libm-test.inc (fma_test): Add more tests.
29322         (fma_test_towardzero): Likewise.
29323         (fma_test_downward): Likewise.
29324         (fma_test_upward): Likewise.
29325
29326 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29327
29328         [BZ #157]
29329
29330         * include/stub-tag.h: Remove file.
29331         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
29332         '#include' of it.
29333         * manual/maint.texi (Porting): Don't reference it.
29334         * Makerules ($(objpfx)stubs): Likewise.
29335         * dirent/closedir.c: Don't include <stub-tag.h>.
29336         * dirent/dirfd.c: Likewise.
29337         * dirent/fdopendir.c: Likewise.
29338         * dirent/getdents.c: Likewise.
29339         * dirent/getdents64.c: Likewise.
29340         * dirent/opendir.c: Likewise.
29341         * dirent/readdir.c: Likewise.
29342         * dirent/readdir64.c: Likewise.
29343         * dirent/readdir64_r.c: Likewise.
29344         * dirent/readdir_r.c: Likewise.
29345         * dirent/rewinddir.c: Likewise.
29346         * dirent/seekdir.c: Likewise.
29347         * dirent/telldir.c: Likewise.
29348         * gmon/profil.c: Likewise.
29349         * grp/setgroups.c: Likewise.
29350         * inet/if_index.c: Likewise.
29351         * io/access.c: Likewise.
29352         * io/chdir.c: Likewise.
29353         * io/chmod.c: Likewise.
29354         * io/chown.c: Likewise.
29355         * io/close.c: Likewise.
29356         * io/dup.c: Likewise.
29357         * io/dup2.c: Likewise.
29358         * io/dup3.c: Likewise.
29359         * io/euidaccess.c: Likewise.
29360         * io/faccessat.c: Likewise.
29361         * io/fchdir.c: Likewise.
29362         * io/fchmod.c: Likewise.
29363         * io/fchmodat.c: Likewise.
29364         * io/fchown.c: Likewise.
29365         * io/fchownat.c: Likewise.
29366         * io/fcntl.c: Likewise.
29367         * io/flock.c: Likewise.
29368         * io/fstatfs.c: Likewise.
29369         * io/fstatfs64.c: Likewise.
29370         * io/fstatvfs.c: Likewise.
29371         * io/fstatvfs64.c: Likewise.
29372         * io/futimens.c: Likewise.
29373         * io/fxstat.c: Likewise.
29374         * io/fxstat64.c: Likewise.
29375         * io/fxstatat.c: Likewise.
29376         * io/fxstatat64.c: Likewise.
29377         * io/getcwd.c: Likewise.
29378         * io/isatty.c: Likewise.
29379         * io/lchmod.c: Likewise.
29380         * io/lchown.c: Likewise.
29381         * io/link.c: Likewise.
29382         * io/linkat.c: Likewise.
29383         * io/lseek.c: Likewise.
29384         * io/lseek64.c: Likewise.
29385         * io/lxstat64.c: Likewise.
29386         * io/mkdir.c: Likewise.
29387         * io/mkdirat.c: Likewise.
29388         * io/mkfifo.c: Likewise.
29389         * io/mkfifoat.c: Likewise.
29390         * io/open.c: Likewise.
29391         * io/open64.c: Likewise.
29392         * io/openat.c: Likewise.
29393         * io/openat64.c: Likewise.
29394         * io/pipe.c: Likewise.
29395         * io/pipe2.c: Likewise.
29396         * io/poll.c: Likewise.
29397         * io/posix_fadvise.c: Likewise.
29398         * io/posix_fadvise64.c: Likewise.
29399         * io/posix_fallocate.c: Likewise.
29400         * io/posix_fallocate64.c: Likewise.
29401         * io/read.c: Likewise.
29402         * io/readlink.c: Likewise.
29403         * io/readlinkat.c: Likewise.
29404         * io/rmdir.c: Likewise.
29405         * io/sendfile.c: Likewise.
29406         * io/sendfile64.c: Likewise.
29407         * io/statfs.c: Likewise.
29408         * io/statfs64.c: Likewise.
29409         * io/statvfs.c: Likewise.
29410         * io/statvfs64.c: Likewise.
29411         * io/symlink.c: Likewise.
29412         * io/symlinkat.c: Likewise.
29413         * io/ttyname.c: Likewise.
29414         * io/ttyname_r.c: Likewise.
29415         * io/umask.c: Likewise.
29416         * io/unlink.c: Likewise.
29417         * io/unlinkat.c: Likewise.
29418         * io/utime.c: Likewise.
29419         * io/utimensat.c: Likewise.
29420         * io/write.c: Likewise.
29421         * io/xmknod.c: Likewise.
29422         * io/xmknodat.c: Likewise.
29423         * io/xstat.c: Likewise.
29424         * io/xstat64.c: Likewise.
29425         * login/getpt.c: Likewise.
29426         * login/grantpt.c: Likewise.
29427         * login/unlockpt.c: Likewise.
29428         * math/e_acoshl.c: Likewise.
29429         * math/e_acosl.c: Likewise.
29430         * math/e_asinl.c: Likewise.
29431         * math/e_atan2l.c: Likewise.
29432         * math/e_atanhl.c: Likewise.
29433         * math/e_coshl.c: Likewise.
29434         * math/e_expl.c: Likewise.
29435         * math/e_fmodl.c: Likewise.
29436         * math/e_gammal_r.c: Likewise.
29437         * math/e_hypotl.c: Likewise.
29438         * math/e_j0l.c: Likewise.
29439         * math/e_j1l.c: Likewise.
29440         * math/e_jnl.c: Likewise.
29441         * math/e_lgammal_r.c: Likewise.
29442         * math/e_log10l.c: Likewise.
29443         * math/e_log2l.c: Likewise.
29444         * math/e_logl.c: Likewise.
29445         * math/e_powl.c: Likewise.
29446         * math/e_rem_pio2l.c: Likewise.
29447         * math/e_sinhl.c: Likewise.
29448         * math/e_sqrtl.c: Likewise.
29449         * math/fclrexcpt.c: Likewise.
29450         * math/fedisblxcpt.c: Likewise.
29451         * math/feenablxcpt.c: Likewise.
29452         * math/fegetenv.c: Likewise.
29453         * math/fegetexcept.c: Likewise.
29454         * math/fegetround.c: Likewise.
29455         * math/feholdexcpt.c: Likewise.
29456         * math/fesetenv.c: Likewise.
29457         * math/fesetround.c: Likewise.
29458         * math/feupdateenv.c: Likewise.
29459         * math/fgetexcptflg.c: Likewise.
29460         * math/fraiseexcpt.c: Likewise.
29461         * math/fsetexcptflg.c: Likewise.
29462         * math/ftestexcept.c: Likewise.
29463         * math/k_cosl.c: Likewise.
29464         * math/k_rem_pio2l.c: Likewise.
29465         * math/k_sinl.c: Likewise.
29466         * math/k_tanl.c: Likewise.
29467         * math/s_asinhl.c: Likewise.
29468         * math/s_atanl.c: Likewise.
29469         * math/s_cbrtl.c: Likewise.
29470         * math/s_erfl.c: Likewise.
29471         * math/s_expm1l.c: Likewise.
29472         * math/s_log1pl.c: Likewise.
29473         * math/s_tanhl.c: Likewise.
29474         * misc/acct.c: Likewise.
29475         * misc/brk.c: Likewise.
29476         * misc/chflags.c: Likewise.
29477         * misc/chroot.c: Likewise.
29478         * misc/fchflags.c: Likewise.
29479         * misc/fgetxattr.c: Likewise.
29480         * misc/flistxattr.c: Likewise.
29481         * misc/fremovexattr.c: Likewise.
29482         * misc/fsetxattr.c: Likewise.
29483         * misc/fsync.c: Likewise.
29484         * misc/ftruncate.c: Likewise.
29485         * misc/futimes.c: Likewise.
29486         * misc/futimesat.c: Likewise.
29487         * misc/getdomain.c: Likewise.
29488         * misc/getdtsz.c: Likewise.
29489         * misc/gethostid.c: Likewise.
29490         * misc/gethostname.c: Likewise.
29491         * misc/getloadavg.c: Likewise.
29492         * misc/getpagesize.c: Likewise.
29493         * misc/getsysstats.c: Likewise.
29494         * misc/getxattr.c: Likewise.
29495         * misc/gtty.c: Likewise.
29496         * misc/ioctl.c: Likewise.
29497         * misc/lgetxattr.c: Likewise.
29498         * misc/listxattr.c: Likewise.
29499         * misc/llistxattr.c: Likewise.
29500         * misc/lremovexattr.c: Likewise.
29501         * misc/lsetxattr.c: Likewise.
29502         * misc/lutimes.c: Likewise.
29503         * misc/madvise.c: Likewise.
29504         * misc/mincore.c: Likewise.
29505         * misc/mlock.c: Likewise.
29506         * misc/mlockall.c: Likewise.
29507         * misc/mmap.c: Likewise.
29508         * misc/mprotect.c: Likewise.
29509         * misc/msync.c: Likewise.
29510         * misc/munlock.c: Likewise.
29511         * misc/munlockall.c: Likewise.
29512         * misc/munmap.c: Likewise.
29513         * misc/preadv.c: Likewise.
29514         * misc/preadv64.c: Likewise.
29515         * misc/ptrace.c: Likewise.
29516         * misc/pwritev.c: Likewise.
29517         * misc/pwritev64.c: Likewise.
29518         * misc/readv.c: Likewise.
29519         * misc/reboot.c: Likewise.
29520         * misc/remap_file_pages.c: Likewise.
29521         * misc/removexattr.c: Likewise.
29522         * misc/revoke.c: Likewise.
29523         * misc/select.c: Likewise.
29524         * misc/setdomain.c: Likewise.
29525         * misc/setegid.c: Likewise.
29526         * misc/seteuid.c: Likewise.
29527         * misc/sethostid.c: Likewise.
29528         * misc/sethostname.c: Likewise.
29529         * misc/setregid.c: Likewise.
29530         * misc/setreuid.c: Likewise.
29531         * misc/setxattr.c: Likewise.
29532         * misc/sstk.c: Likewise.
29533         * misc/stty.c: Likewise.
29534         * misc/swapoff.c: Likewise.
29535         * misc/swapon.c: Likewise.
29536         * misc/sync.c: Likewise.
29537         * misc/syncfs.c: Likewise.
29538         * misc/syscall.c: Likewise.
29539         * misc/truncate.c: Likewise.
29540         * misc/ualarm.c: Likewise.
29541         * misc/usleep.c: Likewise.
29542         * misc/ustat.c: Likewise.
29543         * misc/utimes.c: Likewise.
29544         * misc/vhangup.c: Likewise.
29545         * misc/writev.c: Likewise.
29546         * posix/_exit.c: Likewise.
29547         * posix/alarm.c: Likewise.
29548         * posix/execve.c: Likewise.
29549         * posix/fexecve.c: Likewise.
29550         * posix/fork.c: Likewise.
29551         * posix/fpathconf.c: Likewise.
29552         * posix/getaddrinfo.c: Likewise.
29553         * posix/getegid.c: Likewise.
29554         * posix/geteuid.c: Likewise.
29555         * posix/getgid.c: Likewise.
29556         * posix/getgroups.c: Likewise.
29557         * posix/getlogin.c: Likewise.
29558         * posix/getlogin_r.c: Likewise.
29559         * posix/getpgid.c: Likewise.
29560         * posix/getpid.c: Likewise.
29561         * posix/getppid.c: Likewise.
29562         * posix/getresgid.c: Likewise.
29563         * posix/getresuid.c: Likewise.
29564         * posix/getsid.c: Likewise.
29565         * posix/getuid.c: Likewise.
29566         * posix/glob64.c: Likewise.
29567         * posix/nanosleep.c: Likewise.
29568         * posix/pathconf.c: Likewise.
29569         * posix/pause.c: Likewise.
29570         * posix/posix_madvise.c: Likewise.
29571         * posix/pread.c: Likewise.
29572         * posix/pread64.c: Likewise.
29573         * posix/pwrite.c: Likewise.
29574         * posix/pwrite64.c: Likewise.
29575         * posix/sched_getaffinity.c: Likewise.
29576         * posix/sched_getp.c: Likewise.
29577         * posix/sched_gets.c: Likewise.
29578         * posix/sched_primax.c: Likewise.
29579         * posix/sched_primin.c: Likewise.
29580         * posix/sched_rr_gi.c: Likewise.
29581         * posix/sched_setaffinity.c: Likewise.
29582         * posix/sched_setp.c: Likewise.
29583         * posix/sched_sets.c: Likewise.
29584         * posix/sched_yield.c: Likewise.
29585         * posix/setgid.c: Likewise.
29586         * posix/setlogin.c: Likewise.
29587         * posix/setpgid.c: Likewise.
29588         * posix/setresgid.c: Likewise.
29589         * posix/setresuid.c: Likewise.
29590         * posix/setsid.c: Likewise.
29591         * posix/setuid.c: Likewise.
29592         * posix/sleep.c: Likewise.
29593         * posix/spawni.c: Likewise.
29594         * posix/sysconf.c: Likewise.
29595         * posix/times.c: Likewise.
29596         * posix/wait.c: Likewise.
29597         * posix/wait3.c: Likewise.
29598         * posix/wait4.c: Likewise.
29599         * posix/waitpid.c: Likewise.
29600         * resolv/gai_sigqueue.c: Likewise.
29601         * resource/getpriority.c: Likewise.
29602         * resource/getrlimit.c: Likewise.
29603         * resource/getrusage.c: Likewise.
29604         * resource/nice.c: Likewise.
29605         * resource/setpriority.c: Likewise.
29606         * resource/setrlimit.c: Likewise.
29607         * resource/ulimit.c: Likewise.
29608         * rt/aio_cancel.c: Likewise.
29609         * rt/aio_fsync.c: Likewise.
29610         * rt/aio_read.c: Likewise.
29611         * rt/aio_sigqueue.c: Likewise.
29612         * rt/aio_suspend.c: Likewise.
29613         * rt/aio_write.c: Likewise.
29614         * rt/clock_getres.c: Likewise.
29615         * rt/clock_gettime.c: Likewise.
29616         * rt/clock_nanosleep.c: Likewise.
29617         * rt/clock_settime.c: Likewise.
29618         * rt/lio_listio.c: Likewise.
29619         * rt/mq_close.c: Likewise.
29620         * rt/mq_getattr.c: Likewise.
29621         * rt/mq_notify.c: Likewise.
29622         * rt/mq_open.c: Likewise.
29623         * rt/mq_receive.c: Likewise.
29624         * rt/mq_send.c: Likewise.
29625         * rt/mq_setattr.c: Likewise.
29626         * rt/mq_timedreceive.c: Likewise.
29627         * rt/mq_timedsend.c: Likewise.
29628         * rt/mq_unlink.c: Likewise.
29629         * rt/shm_open.c: Likewise.
29630         * rt/shm_unlink.c: Likewise.
29631         * rt/timer_create.c: Likewise.
29632         * rt/timer_delete.c: Likewise.
29633         * rt/timer_getoverr.c: Likewise.
29634         * rt/timer_gettime.c: Likewise.
29635         * rt/timer_settime.c: Likewise.
29636         * setjmp/__longjmp.c: Likewise.
29637         * setjmp/setjmp.c: Likewise.
29638         * signal/kill.c: Likewise.
29639         * signal/killpg.c: Likewise.
29640         * signal/raise.c: Likewise.
29641         * signal/sigaction.c: Likewise.
29642         * signal/sigaltstack.c: Likewise.
29643         * signal/sigblock.c: Likewise.
29644         * signal/sigignore.c: Likewise.
29645         * signal/sigintr.c: Likewise.
29646         * signal/signal.c: Likewise.
29647         * signal/sigpause.c: Likewise.
29648         * signal/sigpending.c: Likewise.
29649         * signal/sigqueue.c: Likewise.
29650         * signal/sigreturn.c: Likewise.
29651         * signal/sigset.c: Likewise.
29652         * signal/sigsetmask.c: Likewise.
29653         * signal/sigstack.c: Likewise.
29654         * signal/sigsuspend.c: Likewise.
29655         * signal/sigtimedwait.c: Likewise.
29656         * signal/sigvec.c: Likewise.
29657         * signal/sigwait.c: Likewise.
29658         * signal/sigwaitinfo.c: Likewise.
29659         * signal/sysv_signal.c: Likewise.
29660         * socket/accept.c: Likewise.
29661         * socket/accept4.c: Likewise.
29662         * socket/bind.c: Likewise.
29663         * socket/connect.c: Likewise.
29664         * socket/getpeername.c: Likewise.
29665         * socket/getsockname.c: Likewise.
29666         * socket/getsockopt.c: Likewise.
29667         * socket/isfdtype.c: Likewise.
29668         * socket/listen.c: Likewise.
29669         * socket/recv.c: Likewise.
29670         * socket/recvfrom.c: Likewise.
29671         * socket/recvmsg.c: Likewise.
29672         * socket/send.c: Likewise.
29673         * socket/sendmsg.c: Likewise.
29674         * socket/sendto.c: Likewise.
29675         * socket/setsockopt.c: Likewise.
29676         * socket/shutdown.c: Likewise.
29677         * socket/sockatmark.c: Likewise.
29678         * socket/socket.c: Likewise.
29679         * socket/socketpair.c: Likewise.
29680         * stdio-common/ctermid.c: Likewise.
29681         * stdio-common/cuserid.c: Likewise.
29682         * stdio-common/remove.c: Likewise.
29683         * stdio-common/rename.c: Likewise.
29684         * stdio-common/renameat.c: Likewise.
29685         * stdio-common/tempname.c: Likewise.
29686         * stdlib/getcontext.c: Likewise.
29687         * stdlib/makecontext.c: Likewise.
29688         * stdlib/setcontext.c: Likewise.
29689         * stdlib/swapcontext.c: Likewise.
29690         * stdlib/system.c: Likewise.
29691         * streams/fattach.c: Likewise.
29692         * streams/fdetach.c: Likewise.
29693         * streams/getmsg.c: Likewise.
29694         * streams/getpmsg.c: Likewise.
29695         * streams/putmsg.c: Likewise.
29696         * streams/putpmsg.c: Likewise.
29697         * sysdeps/unix/bsd/getpt.c: Likewise.
29698         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
29699         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
29700         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
29701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
29702         Likewise.
29703         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
29704         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
29705         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
29706         * sysvipc/msgctl.c: Likewise.
29707         * sysvipc/msgget.c: Likewise.
29708         * sysvipc/msgrcv.c: Likewise.
29709         * sysvipc/msgsnd.c: Likewise.
29710         * sysvipc/semctl.c: Likewise.
29711         * sysvipc/semget.c: Likewise.
29712         * sysvipc/semop.c: Likewise.
29713         * sysvipc/semtimedop.c: Likewise.
29714         * sysvipc/shmat.c: Likewise.
29715         * sysvipc/shmctl.c: Likewise.
29716         * sysvipc/shmdt.c: Likewise.
29717         * sysvipc/shmget.c: Likewise.
29718         * termios/tcdrain.c: Likewise.
29719         * termios/tcflow.c: Likewise.
29720         * termios/tcflush.c: Likewise.
29721         * termios/tcgetattr.c: Likewise.
29722         * termios/tcgetpgrp.c: Likewise.
29723         * termios/tcsendbrk.c: Likewise.
29724         * termios/tcsetattr.c: Likewise.
29725         * termios/tcsetpgrp.c: Likewise.
29726         * time/adjtime.c: Likewise.
29727         * time/clock.c: Likewise.
29728         * time/getitimer.c: Likewise.
29729         * time/gettimeofday.c: Likewise.
29730         * time/setitimer.c: Likewise.
29731         * time/settimeofday.c: Likewise.
29732         * time/stime.c: Likewise.
29733         * time/time.c: Likewise.
29734
29735 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
29736
29737         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29738         /usr/old/bin.
29739
29740         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29741         instead of spaces.
29742         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29743
29744 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
29745
29746         [BZ #14796]
29747         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29748         FE_TONEAREST before applying Dekker multiplication and Knuth
29749         addition.  Clear inexact exceptions and check for exact zero
29750         results afterwards.
29751         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29752         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29753         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29754         * math/libm-test.inc (fma_test): Add more tests.
29755         (fma_test_towardzero): Likewise.
29756         (fma_test_downward): Likewise.
29757         (fma_test_upward): Likewise.
29758         * sysdeps/generic/math_private.h (default_libc_fesetround): New
29759         function.
29760         (libc_fesetround): New macro.
29761         (libc_fesetroundf): Likewise.
29762         (libc_fesetroundl): Likewise.
29763         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29764         function.
29765         (libc_fesetround_387): Likewise.
29766         (libc_fesetroundf): New macro.
29767         (libc_fesetround): Likewise.
29768         (libc_fesetroundl): Likewise.
29769         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29770         function.
29771         (libc_fesetroundf): New macro.
29772         (libc_fesetround): Likewise.
29773         (libc_fesetroundl): Likewise.
29774         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29775         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29776         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29777         libm_hidden_ver.
29778         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29779         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29780         libm_hidden_def.
29781         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29782         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29783         libm_hidden_ver.
29784         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29785         libm_hidden_def.
29786
29787         [BZ #3439]
29788         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29789         integer constant usable in #if and use that to give value to enum
29790         constant.
29791         (FE_DIVBYZERO): Likewise.
29792         (FE_UNDERFLOW): Likewise.
29793         (FE_OVERFLOW): Likewise.
29794         (FE_INVALID): Likewise.
29795         (FE_INVALID_SNAN): Likewise.
29796         (FE_INVALID_ISI): Likewise.
29797         (FE_INVALID_IDI): Likewise.
29798         (FE_INVALID_ZDZ): Likewise.
29799         (FE_INVALID_IMZ): Likewise.
29800         (FE_INVALID_COMPARE): Likewise.
29801         (FE_INVALID_SOFTWARE): Likewise.
29802         (FE_INVALID_SQRT): Likewise.
29803         (FE_INVALID_INTEGER_CONVERSION): Likewise.
29804         (FE_TONEAREST): Likewise.
29805         (FE_TOWARDZERO): Likewise.
29806         (FE_UPWARD): Likewise.
29807         (FE_DOWNWARD): Likewise.
29808         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29809         (FE_DIVBYZERO): Likewise.
29810         (FE_OVERFLOW): Likewise.
29811         (FE_UNDERFLOW): Likewise.
29812         (FE_INEXACT): Likewise.
29813         (FE_TONEAREST): Likewise.
29814         (FE_DOWNWARD): Likewise.
29815         (FE_UPWARD): Likewise.
29816         (FE_TOWARDZERO): Likewise.
29817         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29818         (FE_UNDERFLOW): Likewise.
29819         (FE_OVERFLOW): Likewise.
29820         (FE_DIVBYZERO): Likewise.
29821         (FE_INVALID): Likewise.
29822         (FE_TONEAREST): Likewise.
29823         (FE_TOWARDZERO): Likewise.
29824         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29825         (FE_OVERFLOW): Likewise.
29826         (FE_UNDERFLOW): Likewise.
29827         (FE_DIVBYZERO): Likewise.
29828         (FE_INEXACT): Likewise.
29829         (FE_TONEAREST): Likewise.
29830         (FE_TOWARDZERO): Likewise.
29831         (FE_UPWARD): Likewise.
29832         (FE_DOWNWARD): Likewise.
29833         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29834         (FE_DIVBYZERO): Likewise.
29835         (FE_OVERFLOW): Likewise.
29836         (FE_UNDERFLOW): Likewise.
29837         (FE_INEXACT): Likewise.
29838         (FE_TONEAREST): Likewise.
29839         (FE_DOWNWARD): Likewise.
29840         (FE_UPWARD): Likewise.
29841         (FE_TOWARDZERO): Likewise.
29842
29843 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
29844
29845         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29846
29847 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
29848
29849         * scripts/cross-test-ssh.sh (command): Use newlines to separate
29850         commands.  Quote $PWD.
29851         (blacklist_exports): Don't use remove_newlines.  Replace "declare
29852         -x" by "export".
29853         (remove_newlines): Remove.
29854
29855 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
29856
29857         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
29858         * stdlib/stdlib.h (atof): Moved to ...
29859         * include/bits/stdlib-float.h: Here.  New file.
29860         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
29861         * stdlib/bits/stdlib-float.h: New file.
29862         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
29863         -mno-sse -mno-mmx.
29864         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
29865         <xmmintrin.h>.
29866
29867 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29868
29869         * conform/conformtest.pl (@headers): Add fenv.h.
29870         * conform/data/fenv.h-data: New file.
29871         * include/fenv.h [_ISOMAC]: Disable all contents of file except
29872         include of <math/fenv.h>.
29873
29874         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
29875         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
29876         && !UNIX98].  Enables tests for XOPEN2K8.
29877         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
29878         POSIX2008]: Likewise.
29879
29880         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
29881         (struct rusage): Do not expect type or its members.
29882
29883         [BZ #3439]
29884         * math/math.h (FP_NAN): Define macro to integer constant usable in
29885         #if and use that to give value to enum constant.
29886         (FP_INFINITE): Likewise.
29887         (FP_ZERO): Likewise.
29888         (FP_SUBNORMAL): Likewise.
29889         (FP_NORMAL): Likewise.
29890
29891 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
29892
29893         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
29894         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
29895         arguments.
29896
29897 2012-11-02  Roland McGrath  <roland@hack.frob.com>
29898
29899         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
29900         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
29901         autoconf-time if not.
29902         * configure.in: Remove AC_PREREQ.
29903
29904 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29905
29906         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
29907         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
29908         of the internal implementation.
29909
29910 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
29911
29912         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
29913         except include of <misc/sys/syslog.h>.
29914
29915 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29916
29917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
29918         function returns with a NULL context exit with zero.
29919
29920 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29921
29922         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
29923
29924 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
29925
29926         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
29927         (run_program_cmd): This.
29928         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
29929         (tst_langinfo): New variable.  Use it.
29930
29931 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
29932
29933         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
29934         floating point opcodes.
29935
29936 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29937
29938         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
29939         variable.
29940
29941         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
29942
29943         * sysdeps/mach/hurd/powerpc: Remove directory.
29944         * sysdeps/mach/powerpc: Likewise.
29945
29946 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29947
29948         * scripts/check-local-headers.sh: Ignore c++ headers.
29949
29950 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29951
29952         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
29953         __libc_cleanup_region_start argument.
29954
29955 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
29956
29957         [BZ #14784]
29958         [BZ #14785]
29959         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
29960         x * y using scaling, not as x * y + z.
29961         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29962         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29963         * math/libm-test.inc (fma_test): Add more tests.
29964         (fma_test_towardzero): Likewise.
29965         (fma_test_downward): Likewise.
29966         (fma_test_upward): Likewise.
29967
29968 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29969
29970         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
29971
29972 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29973
29974         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
29975         New variable.
29976
29977 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
29978
29979         * rt/tst-shm.c (worker): Correct checking for mmap failure.
29980
29981 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29982
29983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29984         Fix sort order.
29985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29986         Likewise.
29987
29988 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29989
29990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29991         Fix the order of the list for glibc 2.17.
29992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29993         Likewise.
29994
29995 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29996
29997         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29998
29999 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30000
30001         [BZ #14610]
30002         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
30003         for low part of x being zero before using __atanl (y).
30004         * math/libm-test.inc (atan2_test): Add another test.
30005
30006         * manual/install.texi (Configuring and compiling): Document
30007         general use of test-wrapper and test-wrapper-env.
30008         * INSTALL: Regenerated.
30009
30010         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
30011         (__fma): Do not extract and scale down low bits on after-rounding
30012         systems when result rounded to normal precision would have normal
30013         exponent.
30014         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
30015         (__fmal): Do not extract and scale down low bits on after-rounding
30016         systems when result rounded to normal precision would have normal
30017         exponent.
30018         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
30019         (__fmal): Do not extract and scale down low bits on after-rounding
30020         systems when result rounded to normal precision would have normal
30021         exponent.
30022         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
30023         macro.
30024         (fma_test): Add more tests.
30025         (fma_test_towardzero): Likewise.
30026         (fma_test_downward): Likewise.
30027         (fma_test_upward): Likewise.
30028
30029 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
30030
30031         * sysdeps/i386/tininess.h: Renamed to ...
30032         * sysdeps/x86/tininess.h: This.
30033         * sysdeps/x86_64/tininess.h: Removed.
30034
30035 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30036
30037         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
30038         input.  Use $(build-program-cmd).
30039         ($(objpfx)tst-array1-static.out): Likewise.
30040         ($(objpfx)tst-array2.out): Likewise.
30041         ($(objpfx)tst-array3.out): Likewise.
30042         ($(objpfx)tst-array4.out): Likewise.
30043         ($(objpfx)tst-array5.out): Likewise.
30044         ($(objpfx)tst-array5-static.out): Likewise.
30045
30046 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
30047
30048         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
30049         if defined.
30050
30051         * nss/nsswitch.h (nss_interface_function): Provide new
30052         macro for use with NSS functions.
30053         * grp/initgroups.c: Use new macro.
30054         * nss/getXXbyYY.c: Likewise.
30055         * nss/getXXbyYY_r.c: Likewise.
30056         * nss/getXXent.c: Likewise.
30057         * nss/getXXent_r.c: Likewise.
30058         * sysdeps/posix/getaddrinfo.c: Likewise.
30059
30060 2012-10-30  Andreas Jaeger  <aj@suse.de>
30061
30062         * po/ru.po: Update Russion translation from translation project.
30063
30064 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30065
30066         [BZ #14152]
30067         [BZ #14783]
30068         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
30069         result and shift together with sticky bit instead of replicating
30070         round-to-nearest rounding.
30071         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30072         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30073         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
30074         missing underflow exceptions.
30075         (fma_test_towardzero): Add more tests.
30076         (fma_test_downward): Likewise.
30077         (fma_test_upward): Likewise.
30078
30079         [BZ #14047]
30080         * sysdeps/generic/tininess.h: New file.
30081         * sysdeps/i386/tininess.h: Likewise.
30082         * sysdeps/sh/tininess.h: Likewise.
30083         * sysdeps/x86_64/tininess.h: Likewise.
30084         * stdlib/tst-strtod-underflow.c: Likewise.
30085         * stdlib/tst-tininess.c: Likewise.
30086         * stdlib/strtod_l.c: Include <tininess.h>.
30087         (round_and_return): Do not set errno for exact underflow cases.
30088         Force an underflow exception when setting errno for underflow.
30089         Determine underflow based on rounding to normal precision if
30090         TININESS_AFTER_ROUNDING.
30091         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
30092         ERANGE for exact underflow cases.
30093         * stdlib/Makefile (tests): Add tst-tininess and
30094         tst-strtod-underflow.
30095         ($(objpfx)tst-tininess): Use $(link-libm).
30096         ($(objpfx)tst-strtod-underflow): Likewise.
30097
30098 2012-10-30  Andreas Jaeger  <aj@suse.de>
30099
30100         [BZ#14767]
30101         * elf/Makefile (tests): Remove conditional for have-initfini-array
30102         since this is now always required and the variable does not exist
30103         anymore.
30104         (tests-static): Likewise.
30105         (modules-names): Likewise.
30106
30107         * po/eo.po: Add Esperanto translation from translation project.
30108
30109         * elf/tst-array1.c (fini_array): Make writeable so that it can be
30110         merged with constructor/destructor.
30111         (init_array): Likewise.
30112         * elf/tst-array2dep.c (fini_array): Likewise.
30113         (init_array): Likewise.
30114
30115 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
30116
30117         * manual/message.texi: Delete @cartouche tags.
30118
30119 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
30120
30121         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
30122         EOPNOTSUPP.
30123         * sysdeps/mach/hurd/fsync.c: Likewise.
30124
30125         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
30126         [_POSIX_REALTIME_SIGNALS]: Change condition to
30127         [_POSIX_REALTIME_SIGNALS > 0].
30128
30129 2012-10-27  Andreas Jaeger  <aj@suse.de>
30130
30131         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
30132         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
30133         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
30134         [__WORDSIZE != 64]: Likewise.
30135
30136 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
30137
30138         *  iconvdata/tst-table.sh: Remove ${SHELL}.
30139         *  iconvdata/tst-tables.sh: Likewise.
30140
30141 2012-10-25  David S. Miller  <davem@davemloft.net>
30142
30143         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30144         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
30145         of strtoull.
30146
30147         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
30148         ifunc-impl-list.c
30149         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30150         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
30151         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
30152         file.
30153
30154 2012-10-25  Roland McGrath  <roland@hack.frob.com>
30155
30156         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30157         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
30158         __getdirentries.
30159
30160 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30161             Jim Blandy  <jimb@codesourcery.com>
30162
30163         * scripts/cross-test-ssh.sh: New file.
30164         * manual/install.texi (Configuring and compiling): Document use of
30165         cross-test-ssh.sh.
30166         * INSTALL: Regenerated.
30167
30168 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
30169
30170         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
30171         EOPNOTSUPP.
30172
30173 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30174
30175         * Makeconfig (run-program-prefix): Fix comment.
30176
30177 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30178             Jim Blandy  <jimb@codesourcery.com>
30179
30180         * Makeconfig (test-wrapper): New variable,
30181         (test-wrapper-env): Likewise.
30182         [$(cross-compiling) = yes && $(test-wrapper) != ""]
30183         (run-built-tests): Define to yes.
30184         (run-program-prefix): Use $(test-wrapper).
30185         (built-program-cmd): Likewise.
30186         * Rules (make-test-out): Use $(test-wrapper-env) and
30187         $(host-built-program-cmd).
30188         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
30189         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
30190         tst-pathopt.sh.
30191         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
30192         $(test-wrapper-env) to tst-rtld-load-self.sh.
30193         ($(objpfx)order2.out): Use $(test-wrapper).
30194         ($(objpfx)tst-initorder.out): Likewise.
30195         ($(objpfx)tst-initorder2.out): Likewise.
30196         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
30197         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
30198         (test_wrapper_env): New variable.  Use it to run ld.so.
30199         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
30200         Use it to run ld.so.
30201         (test_wrapper_env): Likewise.
30202         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
30203         $(test-wrapper) to run-iconv-test.sh.
30204         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
30205         (ICONV): Use $test_wrapper.
30206         * posix/Makefile ($(objpfx)globtest.out): Pass
30207         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
30208         globtest.sh, not $(run-program-prefix).
30209         * posix/globtest.sh (run_via_rtld_prefix): New variable.
30210         (test_wrapper): Likewise.
30211         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
30212         set together with run_via_rtld_prefix.
30213         (run_program_prefix): Define in terms of test_wrapper and
30214         run_via_rtld_prefix.
30215
30216 2012-10-24  Roland McGrath  <roland@hack.frob.com>
30217
30218         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
30219         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
30220         Targets removed.
30221
30222         [BZ #14743]
30223         * include/time.h: Remove librt_hidden_proto (clock_gettime).
30224         Declare __clock_getres, __clock_gettime, __clock_settime,
30225         __clock_nanosleep, and __clock_getcpuclockid.
30226         * rt/clock_gettime.c: Define __clock_gettime as an alias.
30227         Remove librt_hidden_def (clock_gettime).
30228         * sysdeps/unix/clock_gettime.c: Likewise.
30229         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
30230         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
30231         * rt/clock_getres.c: Define __clock_getres as an alias.
30232         * sysdeps/posix/clock_getres.c: Likewise.
30233         * rt/clock_settime.c: Define __clock_settime as an alias.
30234         * sysdeps/unix/clock_settime.c: Likewise.
30235         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
30236         * sysdeps/unix/clock_nanosleep.c: Likewise.
30237         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
30238         * rt/clock-compat.c: New file.
30239         * rt/Makefile (librt-routines): Add clock-compat and move
30240         $(clock-routines) to ...
30241         (routines): ... here, new variable.
30242         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
30243         Don't add get_clockfreq here.
30244         * rt/Versions (libc: GLIBC_2.17): New version set.
30245         Add clock_* symbols here.
30246         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
30247         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
30248         (GLIBC_2.17): Add clock_* symbols.
30249         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
30250         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
30251         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30253         Likewise.
30254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30255         Likewise.
30256         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30257         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
30258         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
30259         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
30260         * NEWS: Mention the move.
30261
30262         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
30263         Use __open, __read, __close rather than their public counterparts.
30264         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30265         (__get_clockfreq_via_cpuinfo): Likewise.
30266         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
30267         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
30268
30269         * config.h.in (HAVE_IFUNC): New #undef.
30270         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
30271         was successful.
30272         * configure: Regenerated.
30273
30274 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30275
30276         * configure.in: Move READELF check to start of file.
30277         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
30278         libc_cv_asm_gnu_indirect_function in the process.
30279         * configure: Regenerated.
30280
30281 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30282
30283         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
30284         send the output to /dev/null.
30285         (libc_cv_cc_with_libunwind): Likewise.
30286         (libc_cv_as_noexecstack): Likewise.
30287         * configure: Regenerate.
30288
30289 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30290
30291         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
30292
30293         * posix/globtest.sh (TMPDIR): Do not set.
30294         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
30295         (testout): Likewise.
30296
30297 2012-10-24  Andreas Jaeger  <aj@suse.de>
30298
30299         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
30300         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
30301         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
30302         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
30303         posix_fadvise64, posix_fallocate64.
30304
30305         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
30306         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
30307         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
30308         Likewise.
30309         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
30310         Likewise.
30311         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
30312
30313         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
30314         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
30315         <bits/fcntl-linux.h>.
30316         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
30317
30318         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
30319         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
30320         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
30321         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
30322         [__WORDSIZE != 64]: Likewise.
30323
30324 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30325
30326         * Makeconfig (run-built-tests): New variable.
30327         * Rules [$(cross-compiling) = yes]: Change condition to
30328         [$(run-built-tests) = no].
30329         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
30330         to [$(run-built-tests) = yes].
30331         * elf/Makefile [$(cross-compiling) = no]: Likewise
30332         * grp/Makefile [$(cross-compiling) = no]: Likewise.
30333         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
30334         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
30335         * intl/Makefile [$(cross-compiling) = no]: Likewise.
30336         * io/Makefile [$(cross-compiling) = no]: Likewise.
30337         * libio/Makefile [$(cross-compiling) = no]: Likewise.
30338         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
30339         * misc/Makefile [$(cross-compiling) = no]: Likewise.
30340         * posix/Makefile [$(cross-compiling) = no]: Likewise.
30341         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
30342         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
30343         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
30344         * string/Makefile [$(cross-compiling) = no]: Likewise.
30345
30346         * posix/Makefile ($(objpfx)globtest.out): Pass
30347         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
30348         $(rtld-installed-name).
30349         * posix/globtest.sh (elf_objpfx): Remove variable.
30350         (rtld_installed_name): Likewise.
30351         (library_path): Likewise.
30352         (run_program_prefix): New variable.  Use for running globtest
30353         binary.
30354
30355 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
30356             Joseph Myers  <joseph@codesourcery.com>
30357
30358         * Makeconfig (host-built-program-cmd): New variable.
30359         * elf/Makefile (tst-stackguard1-ARGS): Use
30360         $(host-built-program-cmd).
30361         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
30362         (tst-spawn-ARGS): Likewise.
30363         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
30364
30365 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30366             Jim Blandy  <jimb@codesourcery.com>
30367
30368         * Makeconfig (run-via-rtld-prefix): New variable.
30369         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
30370         (built-program-cmd): Likewise.
30371
30372 2012-10-22  Andreas Jaeger  <aj@suse.de>
30373
30374         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
30375         __O_RSYNC if it exists, otherwise to O_SYNC.
30376
30377 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
30378             Joseph Myers  <joseph@codesourcery.com>
30379
30380         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
30381         /dev/null.
30382         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
30383         from /dev/null
30384         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
30385         /dev/null.
30386
30387 2012-10-22  Andreas Jaeger  <aj@suse.de>
30388
30389         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
30390         Define always.
30391         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
30392
30393         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30394         bits/fcntl-linux.h.
30395
30396         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
30397         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
30398
30399         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
30400         to __O_LARGEFILE.
30401         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
30402         to __O_LARGEFILE.
30403
30404 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
30405             Joseph Myers  <joseph@codesourcery.com>
30406
30407         * config.make.in (NM): New variable.
30408
30409 2012-10-21  Andreas Jaeger  <aj@suse.de>
30410
30411         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
30412         definitions and declarations that are provided by
30413         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
30414
30415 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30416
30417         [BZ #14683]
30418         * elf/Makefile (tests-static): Add tst-leaks1-static.
30419         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
30420         ($(objpfx)tst-leaks1-static): New rule.
30421         ($(objpfx)tst-leaks1-static-mem): Likewise.
30422         (tst-leaks1-static-ENV): New macro.
30423         * elf/dl-open.c (dl_open_worker): Check the main application
30424         only if SHARED is defined.
30425         * elf/tst-leaks1-static.c: New file.
30426
30427 2012-10-20  Andreas Jaeger  <aj@suse.de>
30428
30429         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
30430         generic values for Linux.
30431         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
30432         and declarations that are provided by <bits/fcntl-linux.h> and
30433         include <bits/fcntl-linux.h>.
30434         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30435         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
30436
30437 2012-10-20  Roland McGrath  <roland@hack.frob.com>
30438
30439         * io/fcntl.h: Move include of <bits/types.h> to the top and
30440         include it unconditionally.
30441
30442 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30443
30444         * wcsmbs/Makefile (tests-ifunc): New variable.
30445         (tests): Add $(tests-ifunc).
30446         * wcsmbs/test-wcschr-ifunc.c: New file.
30447         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
30448         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
30449         * wcsmbs/test-wcslen-ifunc.c: Likewise.
30450         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
30451         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
30452
30453         * string/Makefile (tests-ifunc): New variable.
30454         (tests): Add $(tests-ifunc).
30455         * string/test-memccpy.c (TEST_NAME): New macro.
30456         * string/test-memchr.c (TEST_NAME): Likewise.
30457         * string/test-memcmp.c (TEST_NAME): Likewise.
30458         * string/test-memcpy.c (TEST_NAME): Likewise.
30459         * string/test-memmem.c (TEST_NAME): Likewise.
30460         * string/test-memmove.c (TEST_NAME): Likewise.
30461         * string/test-memset.c (TEST_NAME): Likewise.
30462         * string/test-rawmemchr.c (TEST_NAME): Likewise.
30463         * string/test-stpcpy.c (TEST_NAME): Likewise.
30464         * string/test-stpncpy.c (TEST_NAME): Likewise.
30465         * string/test-strcasecmp.c (TEST_NAME): Likewise.
30466         * string/test-strcasestr.c (TEST_NAME): Likewise.
30467         * string/test-strcat.c (TEST_NAME): Likewise.
30468         * string/test-strchr.c (TEST_NAME): Likewise.
30469         * string/test-strcmp.c(TEST_NAME): Likewise.
30470         * string/test-strcpy.c (TEST_NAME): Likewise.
30471         * string/test-strcspn.c (TEST_NAME): Likewise.
30472         * string/test-strlen.c (TEST_NAME): Likewise.
30473         * string/test-strncasecmp.c (TEST_NAME): Likewise.
30474         * string/test-strncmp.c (TEST_NAME): Likewise.
30475         * string/test-strncpy.c (TEST_NAME): Likewise.
30476         * string/test-strnlen.c (TEST_NAME): Likewise.
30477         * string/test-strpbrk.c (TEST_NAME): Likewise.
30478         * string/test-strrchr.c (TEST_NAME): Likewise.
30479         * string/test-strspn.c (TEST_NAME): Likewise.
30480         * string/test-strstr.c (TEST_NAME): Likewise.
30481         * string/test-bcopy-ifunc.c: New file.
30482         * string/test-bzero-ifunc.c: Likewise.
30483         * string/test-memccpy-ifunc.c: Likewise.
30484         * string/test-memchr-ifunc.c: Likewise.
30485         * string/test-memcmp-ifunc.c: Likewise.
30486         * string/test-memcpy-ifunc.c: Likewise.
30487         * string/test-memmem-ifunc.c: Likewise.
30488         * string/test-memmove-ifunc.c: Likewise.
30489         * string/test-mempcpy-ifunc.c: Likewise.
30490         * string/test-memset-ifunc.c: Likewise.
30491         * string/test-rawmemchr-ifunc.c: Likewise.
30492         * string/test-stpcpy-ifunc.c: Likewise.
30493         * string/test-stpncpy-ifunc.c: Likewise.
30494         * string/test-strcasecmp-ifunc.c: Likewise.
30495         * string/test-strcasestr-ifunc.c: Likewise.
30496         * string/test-strcat-ifunc.c: Likewise.
30497         * string/test-strchr-ifunc.c: Likewise.
30498         * string/test-strchrnul-ifunc.c: Likewise.
30499         * string/test-strcmp-ifunc.c: Likewise.
30500         * string/test-strcpy-ifunc.c: Likewise.
30501         * string/test-strcspn-ifunc.c: Likewise.
30502         * string/test-strlen-ifunc.c: Likewise.
30503         * string/test-strncasecmp-ifunc.c: Likewise.
30504         * string/test-strncat-ifunc.c: Likewise.
30505         * string/test-strncmp-ifunc.c: Likewise.
30506         * string/test-strncpy-ifunc.c: Likewise.
30507         * string/test-strnlen-ifunc.c: Likewise.
30508         * string/test-strpbrk-ifunc.c: Likewise.
30509         * string/test-strrchr-ifunc.c: Likewise.
30510         * string/test-strspn-ifunc.c: Likewise.
30511         * string/test-strstr-ifunc.c: Likewise.
30512
30513         * debug/Makefile (tests-ifunc): New variable.
30514         (tests): Add $(tests-ifunc).
30515         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
30516         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
30517         * debug/test-stpcpy_chk-ifunc.c: New file.
30518         * debug/test-strcpy_chk-ifunc.c: Likewise.
30519
30520 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30521
30522         [BZ #13601]
30523         * elf/dl-load.c (open_verify): Retry read if the entire ELF
30524         header is not read in.
30525
30526 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
30527
30528         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
30529         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
30530         directly.  Pass built executable to script as
30531         $(built-program-cmd).
30532         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
30533         $testprogram without using LD_LIBRARY_PATH and $ldso.
30534
30535         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
30536         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
30537         $(rtld-installed-name).
30538         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
30539         (rtld_installed_name): Likewise.
30540         (library_path): Likewise.
30541         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
30542         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
30543         $(run-program-prefix) to tst-tables.sh.
30544         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
30545         it to run tst-table-from and tst-table-to.
30546         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
30547         Pass it to tst-table.sh.
30548         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
30549         $(run-program-prefix) to tst-gettext.sh.
30550         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
30551         tst-translit.sh.
30552         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
30553         tst-gettext2.sh.
30554         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
30555         to run tst-gettext.
30556         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
30557         to run tst-gettext2.
30558         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
30559         to run tst-translit.
30560         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
30561         $(run-program-prefix) to tst-mtrace.sh.
30562         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
30563         to run tst-mtrace.
30564         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
30565         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
30566         $(rtld-installed-name).
30567         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
30568         (rtld_installed_name): Likewise.
30569         (run_program_prefix): New variable.  Use it to run wordexp-test.
30570
30571         * Makeconfig (ARCH): Remove all definitions.
30572         (machine): Likewise.
30573         [ARCH]: Remove conditional code.
30574         [!objdir]: Give error.
30575         [!objdir] (objpfx): Remove.
30576         [!objdir] (common-objpfx): Likewise.
30577         [!objdir] (common-objdir): Likewise.
30578         * configure.in (config_makefile): Remove.  Hardcode Makefile in
30579         AC_CONFIG_FILES call.
30580         * configure: Regenerated.
30581
30582         [BZ #13888]
30583         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
30584         or TMPDIR.
30585         (testout): Likewise.
30586
30587         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
30588         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
30589         $(rtld-installed-name).
30590         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
30591         (rtld_installed_name): Likwise.
30592         (runit): Remove function.
30593         (run_getconf): New variable,  Use it for running getconf binary.
30594
30595 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
30596
30597         [BZ #14716]
30598         * string/test-memmem.c (check_result): New function.
30599         (do_one_test): Use it.
30600         (check1): New function.
30601         (test_main): Use it.
30602
30603 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
30604
30605         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
30606
30607 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
30608
30609         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
30610         (_G_LSEEK64): Likewise.
30611         (_G_MMAP64): Likewise.
30612         (_G_FSTAT64): Likewise.
30613         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
30614         (_G_LSEEK64): Likewise.
30615         (_G_MMAP64): Likewise.
30616         (_G_FSTAT64): Likewise.
30617         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
30618         unconditional.  Call __mmap64 directly.
30619         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
30620         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
30621         __lseek64 directly.
30622         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
30623         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
30624         __mmap64 directly.
30625         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
30626         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30627         __lseek64 directly.
30628         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
30629         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30630         __lseek64 directly.
30631         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
30632         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
30633         __lseek64 directly.
30634         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
30635         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
30636         __fxstat64 directly.
30637         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
30638         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
30639         unconditional.
30640         (freopen64) [!_G_OPEN64]: Remove conditional code.
30641         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
30642         unconditional.
30643         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
30644         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
30645         unconditional.
30646         (ftello64) [!_G_LSEEK64]: Remove conditional code.
30647         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
30648         unconditional.
30649         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30650         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
30651         unconditional.
30652         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
30653         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
30654         unconditional.
30655         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30656         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
30657         unconditional.
30658         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30659         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
30660         unconditional.
30661         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30662
30663 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30664
30665         [BZ #12140]
30666         * manual/memory.texi (Malloc Tunable Parameters): Add note
30667         about free list pointers overwriting some perturb bytes.
30668         Wording suggested by Roland McGrath.
30669
30670 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
30671
30672         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
30673         (lgamma_test): Likewise.
30674         (tgamma_test): Likewise.
30675
30676 2012-10-16  Florian Weimer  <fweimer@redhat.com>
30677
30678         [BZ #14700]
30679         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
30680         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
30681
30682 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
30683
30684         * NEWS: Mention BZ #14716.
30685         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
30686         when removing AVAILABLE1_USES_J macro.
30687
30688 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
30689
30690         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
30691         (__bswap_64): __uint64_t for unsigned 64-bit int.
30692
30693 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
30694
30695         * include/string.h (memmem): Declare libc hidden alias.
30696         * string/memmem.c (memmem): Define libc hidden alias.
30697         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
30698         __read, __close instead of open, read, close.
30699
30700 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
30701
30702         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
30703         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
30704         global and hidden.
30705         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
30706         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
30707         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
30708         Likewise.
30709         (__rawmemchr_sse2): Likewise.
30710         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
30711         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
30712         (__strchr_sse2): Likewise.
30713         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
30714         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
30715         (__strcasecmp_sse2): Likewise.
30716         (__strncasecmp_sse2): Likewise.
30717         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30718         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30719         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30720         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30721         (__strrchr_sse2): Likewise.
30722         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30723         ifunc-impl-list.c.
30724         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30725         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30726         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30727         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30728         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30729         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30730         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30731         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30732         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30733         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30734         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30735         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30736         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30737         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30738         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30739         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30740         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30741         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30742         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30743         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30744         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30745         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30746         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30747         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30748         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30749         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30750         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30751         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30752         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30753         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30754
30755         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30756         global and hidden.
30757         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30758         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30759         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30760         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30761         Likewise.
30762         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30763         Likewise.
30764         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30765         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30766         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30767         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30768         ifunc-impl-list.c.
30769         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30770         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30771         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30772         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30773         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30774         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30775         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30776         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30777         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30778         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30779         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30780         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30781         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30782         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30783         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30784         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30785         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30786         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30787         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30788         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30789         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30790         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30791         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30792         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30793         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30794         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30795         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30796         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30797         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30798         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30799         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30800         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30801         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30802         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30803         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30804         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30805         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30806         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30807         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30808         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30809         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30810
30811         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30812         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30813         * include/ifunc-impl-list.h: New file.
30814         * misc/ifunc-impl-list.c: Likewise.
30815         * misc/Makefile (routines): Add ifunc-impl-list.
30816         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30817         * string/test-string.h: Include <ifunc-impl-list.h>.
30818         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30819         TEST_NAME]: New variables.
30820         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30821         are defined.
30822         (test_init): Call __libc_ifunc_impl_list to initialize
30823         func_list if TEST_IFUNC and TEST_NAME are defined.
30824
30825         * string/Makefile (strop-tests): Add bcopy and bzero.
30826         * string/test-bcopy.c: New file.
30827         * string/test-bzero.c: Likewise.
30828         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30829         defined.
30830         * string/test-memset.c: Support bzero test if TEST_BZERO is
30831         defined.
30832         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30833         __libc_memmove.
30834         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30835         __libc_memset.
30836         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30837         of memset.
30838
30839 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
30840
30841         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30842         * configure: Regenerated.
30843
30844         * Makeconfig (+link-static-before-libc): Don't include
30845         $(link-static-libc).
30846
30847         * libio/libio.h (_IO_pos_t): Remove.
30848
30849 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30850
30851         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
30852         McGrath.
30853
30854 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30855
30856         * crypt/crypt-entry.c: Include fips-private.h.
30857         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
30858         * crypt/md5c-test.c (main): Tolerate disabled MD5.
30859         * sysdeps/unix/sysv/linux/fips-private.h: New file.
30860         * sysdeps/generic/fips-private.h: New file, dummy fallback.
30861
30862 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30863
30864         * crypt/crypt-private.h: Include stdbool.h.
30865         (_ufc_setup_salt_r): Return bool.
30866         * crypt/crypt-entry.c: Include errno.h.
30867         (__crypt_r): Return NULL with EINVAL for bad salt.
30868         * crypt/crypt_util.c (bad_for_salt): New.
30869         (_ufc_setup_salt_r): Check that salt is long enough and within
30870         the specified alphabet.
30871         * crypt/badsalttest.c: New file.
30872         * crypt/Makefile (tests): Add it.
30873         ($(objpfx)badsalttest): New.
30874
30875 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
30876
30877         * NEWS: Add entry for BZ #14602.
30878
30879 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30880
30881         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
30882         type-generic.
30883         * math/libm-test.inc: Update comment listing what functions and
30884         macros are tested.
30885         (isgreater_test): New function.
30886         (isgreaterequal_test): Likewise.
30887         (isless_test): Likewise.
30888         (islessequal_test): Likewise.
30889         (islessgreater_test): Likewise.
30890         (isunordered_test): Likewise.
30891         (main): Call the new functions.
30892
30893 2012-10-09  Roland McGrath  <roland@hack.frob.com>
30894
30895         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
30896         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
30897         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
30898         * sysdeps/i386/configure: Regenerated.
30899         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
30900         * sysdeps/mach/configure: Regenerated.
30901         * sysdeps/mach/hurd/configure: Regenerated.
30902         * sysdeps/powerpc/configure: Regenerated.
30903         * sysdeps/powerpc/powerpc32/configure: Regenerated.
30904         * sysdeps/powerpc/powerpc64/configure: Regenerated.
30905         * sysdeps/s390/s390-32/configure: Regenerated.
30906         * sysdeps/s390/s390-64/configure: Regenerated.
30907         * sysdeps/sh/configure: Regenerated.
30908         * sysdeps/sparc/configure: Regenerated.
30909         * sysdeps/unix/sysv/linux/configure: Regenerated.
30910         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
30911         * sysdeps/x86_64/configure: Regenerated.
30912
30913         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
30914         defined.  Don't check if MAP is NULL.
30915
30916 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
30917
30918         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
30919         (_G_stat64): Likewise.
30920         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
30921         (_G_stat64): Likewise.
30922         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
30923         instead of struct _G_stat64.
30924         * libio/fileops.c (mmap_remap_check): Likewise.
30925         (decide_maybe_mmap): Likewise.
30926         (_IO_new_file_seekoff): Likewise.
30927         (_IO_file_stat): Likewise.
30928         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
30929         _G_off64_t.
30930         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
30931         instead of struct _G_stat64.
30932         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30933
30934 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
30935
30936         [BZ #14602]
30937         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30938         Replace with ...
30939         (CHECK_EOL): New macro.
30940         (two_way_short_needle): Check beginning of haystack for EOL.  Use
30941         CHECK_EOL.
30942         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30943         Replace with CHECK_EOL.
30944         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30945         Replace with CHECK_EOL.
30946
30947 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
30948
30949         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
30950         type-generic.
30951         * math/libm-test.inc: Update comment listing what functions and
30952         macros are tested.
30953         (finite_test): New function.
30954         (isinf_test): Likewise.
30955         (isnan_test): Likewise.
30956         (fpclassify_test): Test subnormal input.
30957         (isfinite_test): Likewise.
30958         (isnormal_test): Likewise.
30959         (main): Call the new functions.
30960
30961 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
30962
30963         [BZ #14660]
30964         * Makerules (%.dynsym): Force C locale when running
30965         $(OBJDUMP) --dynamic-syms.
30966
30967 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
30968
30969         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
30970         <stdint.h>.
30971
30972 2012-10-06  David S. Miller  <davem@davemloft.net>
30973
30974         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
30975         upper 32-bits of the length value in %o2 since we use branch-on-register
30976         tests which consider the entire 64-bit register.
30977
30978 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
30979
30980         * string/test-strstr.c (check2): Add a test for page boundary.
30981
30982 2012-10-05  David S. Miller  <davem@davemloft.net>
30983
30984         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
30985         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
30986         file.
30987         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30988         sysdep_routines.
30989         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30990         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
30991         and bzero when HWCAP_SPARC_CRYPTO is present.
30992
30993 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
30994
30995         [BZ #14602]
30996         * string/test-strstr.c (check2): New function.
30997         (test_main): Call check2.
30998
30999         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
31000         and bug-strchr1.
31001         * string/bug-strcasestr1.c (do_test): Moved to ...
31002         * string/test-strcasestr.c (check1): Here.  New function.
31003         (do_one_test): Break out result checking code into ...
31004         (check_result): This.  New function.
31005         (do_one_test): Call check_result.
31006         (test_main): Call check1.
31007         * string/bug-strchr1.c (do_test): Moved to ...
31008         * string/test-strchr.c (check1): Here.  New function.
31009         (do_one_test): Break out result checking code into ...
31010         (check_result): This.  New function.
31011         (do_one_test): Call check_result.
31012         (test_main): Call check1.
31013         * string/bug-strstr1.c (main): Moved to ...
31014         * string/test-strstr.c (check1): Here.  New function.
31015         (do_one_test): Break out result checking code into ...
31016         (check_result): This.  New function.
31017         (do_one_test): Call check_result.
31018         (test_main): Call check1.
31019         * string/bug-strcasestr1.c: Removed.
31020         * string/bug-strchr1.c: Likewise.
31021         * string/bug-strstr1.c: Likewise.
31022
31023         * elf/Makefile (dl-routines): Add hwcaps.
31024         * elf/dl-support.c (_dl_important_hwcaps): Removed.
31025         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
31026         (_dl_important_hwcaps): Moved to ...
31027         * elf/dl-hwcaps.c: Here.  New file.
31028         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
31029
31030         [BZ #14557]
31031         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
31032         if IS_IN_rtld isn't defined.
31033
31034         * elf/dl-support.c (_dl_sysinfo_map): New.
31035         Include "get-dynamic-info.h" and "setup-vdso.h".
31036         (_dl_non_dynamic_init): Call setup_vdso.
31037         * elf/dynamic-link.h: Don't include <assert.h>.
31038         (elf_get_dynamic_info): Moved to ...
31039         * elf/get-dynamic-info.h: Here.  New file.
31040         * elf/dynamic-link.h: Include "get-dynamic-info.h".
31041         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
31042         * elf/setup-vdso.h: Here.  New file.
31043         * elf/rtld.c: Include "setup-vdso.h".
31044         (dl_main): Call setup_vdso.
31045
31046 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
31047
31048         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
31049         creal in comment listing functions tested.  List finite, isinf,
31050         isnan, isless, islessequal, isgreater, isgreaterequal,
31051         islessgreater, isunordered, lgamma_r and pow10 as functions and
31052         macros not tested.  Mention which functions not tested are aliases
31053         for other functions.  Fix typo.  Note that signs of NaNs are not
31054         tested.
31055
31056         * scripts/config.guess: Update from config.git.
31057         * scripts/config.sub: Likewise.
31058
31059 2012-10-04  Roland McGrath  <roland@hack.frob.com>
31060
31061         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
31062         * misc/madvise.c (madvise): Renamed to __madvise.
31063         Make madvise a weak alias.
31064         * include/sys/mman.h: Declare __madvise.
31065         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
31066         * sysdeps/unix/syscalls.list
31067         (madvise): Make __madvise the strong name, and madvise a weak alias.
31068         * sysdeps/unix/sysv/linux/syscalls.list
31069         (madvise, mmap): Remove redundant entries.
31070         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
31071         * malloc/malloc.c (mtrim): Likewise.
31072         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
31073
31074 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31075
31076         * sysdeps/mach/hurd/dl-cache.c: File removed.
31077         * config.h.in (USE_LDCONFIG): New #undef.
31078         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
31079         * configure: Regenerated.
31080         * elf/Makefile (dl-routines): Add dl-cache only under
31081         [$(use-ldconfig) = yes].
31082         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
31083         cache on [USE_LDCONFIG].
31084         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
31085         [USE_LDCONFIG].
31086         * elf/rtld.c (dl_main): Likewise.
31087
31088 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
31089
31090         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
31091         _SC_LEVEL4_CACHE_LINESIZE.
31092
31093 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31094
31095         * sysdeps/unix/bsd/confstr.h: File removed.
31096
31097 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
31098
31099         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
31100         sys/sdt-config.h.
31101
31102 2012-10-02  Roland McGrath  <roland@hack.frob.com>
31103
31104         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
31105         Make 'mapoff' field ElfW(Off) rather than off_t.
31106
31107 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
31108
31109         * nscd/Makefile: Remove nscd-cflags and all its users.
31110         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
31111         (CFLAGS-nonlib): Add compiler flags for nscd modules.
31112
31113         [BZ #10631]
31114         * malloc.c (malloc_printerr): Clarify error message.
31115
31116 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
31117
31118         [BZ #14648]
31119         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31120         Set bit_FMA_Usable if FMA is supported.
31121         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
31122         macro.
31123         (bit_FMA4_Usable): Updated.
31124         (index_FMA_Usable): New macro.
31125         (CPUID_FMA): Likewise
31126         (HAS_FMA): Defined with bit_FMA_Usable.
31127
31128 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31129
31130         * bits/types.h (__swblk_t): Type removed.
31131         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
31132         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
31133         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31134         (__SWBLK_T_TYPE): Likewise.
31135         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31136         (__SWBLK_T_TYPE): Likewise.
31137         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31138         (__SWBLK_T_TYPE): Likewise.
31139         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
31140         (__SWBLK_T_TYPE): Likewise.
31141
31142 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
31143             Honza Horak <hhorak@redhat.com>
31144
31145         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
31146         (xdr_mapname): Use YPMAXMAP as maxsize.
31147         (xdr_peername): Use YPMAXPEER as maxsize.
31148         (xdr_keydat): Use YPAXRECORD as maxsize.
31149         (xdr_valdat): Use YPMAXRECORD as maxsize.
31150
31151 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31152
31153         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
31154
31155         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
31156         * csu/init-first.c: ... here.
31157         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
31158         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
31159         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
31160         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
31161         * sysdeps/i386/init-first.c: File removed.
31162         * sysdeps/sh/init-first.c: File removed.
31163
31164 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
31165
31166         [BZ #14645]
31167         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
31168         if x * y might underflow to zero and z is zero.
31169         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31170         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31171         * math/libm-test.inc (min_subnorm_value): New variable.
31172         (fma_test): Add more tests.
31173         (fma_test_towardzero): Likewise.
31174         (fma_test_downward): Likewise
31175         (fma_test_upward): Likewise.
31176         (initialize): Set min_subnorm_value.
31177
31178 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
31179
31180         [BZ #14638]
31181         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
31182         0 + 0.
31183         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
31184         mode for addition resulting in exact zero.
31185         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
31186         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
31187         exact 0 + 0.
31188         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
31189         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31190         * math/libm-test.inc (fma_test): Add more tests.
31191         (fma_test_towardzero): New function.
31192         (fma_test_downward): Likewise.
31193         (fma_test_upward): Likewise.
31194         (main): Call the new functions.
31195
31196 2012-09-28  David S. Miller  <davem@davemloft.net>
31197
31198         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
31199
31200 2012-09-28  Roland McGrath  <roland@hack.frob.com>
31201
31202         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
31203         instead of SIGALRM.
31204
31205         * sysdeps/gnu/_G_config.h: Moved to ...
31206         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
31207         * sysdeps/mach/hurd/_G_config.h: Moved to ...
31208         * sysdeps/generic/_G_config.h: ... here.
31209
31210         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
31211
31212         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
31213
31214         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
31215         Conditionalize target on [libnss_test1.so-version].
31216
31217         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
31218
31219         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
31220         (elfobjdir): Move out of conditionals.
31221
31222         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
31223         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
31224         (__nss_lookup_function): Conditionalize label remove_from_tree on
31225         [!DO_STATIC_NSS || SHARED], matching its only use.
31226
31227 2012-09-28  David S. Miller  <davem@davemloft.net>
31228
31229         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
31230         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
31231         file.
31232         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31233         sysdep_routines.
31234         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31235         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
31236         when HWCAP_SPARC_CRYPTO is present.
31237
31238 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31239
31240         * io/tst-mknodat.c: Create a FIFO instead of a socket.
31241
31242 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
31243
31244         [BZ #6530]
31245         * stdio-common/vfprintf.c (process_string_arg): Revert
31246         2000-07-22 change.
31247
31248 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
31249
31250         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
31251         for testcase.
31252         * stdio-common/tst-sprintf.c: Include <locale.h>
31253         (main): Test sprintf's handling of incomplete multibyte
31254         characters.
31255
31256 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
31257
31258         * elf/dl-runtime.c (VERSYMIDX): Removed.
31259         * elf/dl-version.c (VERSYMIDX): Likewise.
31260         * elf/do-rel.h (VERSYMIDX): Likewise.
31261         (VALIDX): Likewise.
31262         * elf/dynamic-link.h (VERSYMIDX): Likewise.
31263         * elf/rtld.c (VALIDX): Likewise.
31264         (ADDRIDX): Likewise.
31265         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
31266         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
31267         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
31268         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
31269         (VALIDX): Likewise.
31270         (ADDRIDX): Likewise.
31271
31272 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31273
31274         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
31275
31276 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
31277
31278         [BZ #11438]
31279         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
31280         to global scope.
31281         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
31282         addresses are in the same scope as 192.0.2/24.
31283         * posix/gai.conf: Document new scope table defaults.
31284
31285 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31286
31287         [BZ #5298]
31288         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
31289         for ftell.  Compute offsets from write pointers instead.
31290         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31291
31292 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31293
31294         [BZ #14543]
31295         * libio/Makefile (tests): New test case tst-fseek.
31296         * libio/tst-fseek.c: New test case to verify that fseek/ftell
31297         combination works in wide mode.
31298         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
31299         state when the external buffer state changes.
31300
31301 2012-09-27  David S. Miller  <davem@davemloft.net>
31302
31303         [BZ #14376]
31304         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
31305         pass reloc->r_addend in as the 'high' argument to
31306         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
31307
31308         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31309
31310 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31311
31312         * rt/tst-aio2.c: Include <pthread.h>.
31313         * rt/tst-aio3.c: Likewise.
31314
31315 2012-09-27  Steve Ellcey  <sellcey@mips.com>
31316
31317         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
31318
31319 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
31320
31321         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
31322         contents on [SHARED].
31323
31324 2012-09-26  Marek Polacek  <polacek@redhat.com>
31325
31326         [BZ #14530]
31327         [BZ #13741]
31328         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
31329         for C++ and GCC <4.3 as well as for non GCC compilers.
31330
31331 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
31332
31333         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31334
31335 2012-09-25  Roland McGrath  <roland@hack.frob.com>
31336
31337         * Makefile.in (all, install): Declare with .PHONY.
31338         Reported by Michael Hope <michael.hope@linaro.org>.
31339
31340 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31341
31342         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
31343         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
31344         system header.
31345         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
31346         Likewise.
31347         (sydep_routines): Add the new and the internal functions.
31348         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
31349         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
31350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
31351         (GLIBC_2.17): Add the new function.
31352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
31353         (GLIBC_2.17): Likewise.
31354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
31355         (GLIBC_2.17): Likewise.
31356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
31357         (GLIBC_2.17): Likewise.
31358         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
31359
31360 2012-09-25  Alan Modra  <amodra@gmail.com>
31361
31362         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
31363         Add release barrier before setting once_control to say
31364         initialisation is done.  Add hints on lwarx.  Use macro in
31365         place of isync.
31366         (clear_once_control): Add release barrier.
31367
31368 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31369
31370         [BZ #13629]
31371         * math/s_clog.c (__clog): Handle more values close to |z| = 1
31372         specially.
31373         * math/s_clog10.c (__clog10): Likewise.
31374         * math/s_clog10f.c (__clog10f): Likewise.
31375         * math/s_clog10l.c (__clog10l): Likewise.
31376         * math/s_clogf.c (__clogf): Likewise.
31377         * math/s_clogl.c (__clogl): Likewise.
31378         * math/Makefile (libm-calls): Add x2y2m1.
31379         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
31380         (__x2y2m1): Likewise.
31381         (__x2y2m1l): Likewise.
31382         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
31383         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
31384         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
31385         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
31386         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
31387         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
31388         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
31389         * sysdeps/i386/fpu/libm-test-ulps: Update.
31390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31391
31392         [BZ #14621]
31393         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
31394         int as type of variable DEPTH.
31395         (glob): Use size_t instead of int as type of variables NEWCOUNT
31396         and OLD_PATHC.
31397
31398 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31399
31400         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31401         Add s_sincosf-sse2.
31402         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
31403         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
31404         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
31405         macros for using routine as __sincosf_ia32.
31406         Use macro for function declaration and weak_alias.
31407         * sysdeps/i386/fpu/libm-test-ulps: Update.
31408
31409         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
31410         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31411
31412         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
31413         subnormal argument.
31414         * math/s_cexpf.c (__cexpf): Likewise.
31415         * math/s_csinf.c (__csinf): Likewise.
31416         * math/s_csinhf.c (__csinhf): Likewise.
31417         * math/s_ctanf.c (__ctanf): Likewise.
31418         * math/s_ctanhf.c (__ctanhf): Likewise.
31419         * math/s_ccosh.c (__ccoshf): Likewise.
31420         * math/s_cexp.c (__cexpl): Likewise.
31421         * math/s_csin.c (__csin): Likewise.
31422         * math/s_csinh.c (__csinh): Likewise.
31423         * math/s_ctan.c (__ctan): Likewise.
31424         * math/s_ctanh.c (ctanh): Likewise.
31425         * math/s_ccoshl.c (__ccoshl): Likewise.
31426         * math/s_cexpl.c (__cexpl): Likewise.
31427         * math/s_csinl.c (__csinl): Likewise.
31428         * math/s_csinhl.c (__csinhl): Likewise.
31429         * math/s_ctanl.c (__ctanl): Likewise.
31430         * math/s_ctanhl.c (__ctanhl): Likewise.
31431
31432 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31433
31434         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
31435         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
31436         (_IO_off_t): Define to __off_t, not _G_off_t.
31437         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
31438         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
31439         (_IO_wint_t): Define to wint_t, not _G_wint_t.
31440         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
31441         type of __dummy and __dummy2 fields.
31442         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
31443         (_G_ssize_t): Likewise.
31444         (_G_off_t): Likewise.
31445         (_G_pid_t): Likewise.
31446         (_G_uid_t): Likewise.
31447         (_G_wchar_t): Likewise.
31448         (_G_wint_t): Likewise.
31449         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
31450         (_G_ssize_t): Likewise.
31451         (_G_off_t): Likewise.
31452         (_G_pid_t): Likewise.
31453         (_G_uid_t): Likewise.
31454         (_G_wchar_t): Likewise.
31455         (_G_wint_t): Likewise.
31456         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
31457         (_G_ssize_t): Likewise.
31458         (_G_off_t): Likewise.
31459         (_G_pid_t): Likewise.
31460         (_G_uid_t): Likewise.
31461         (_G_wchar_t): Likewise.
31462         (_G_wint_t): Likewise.
31463
31464 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31465
31466         * malloc/arena.c: Include malloc-sysdep.h.
31467         (shrink_heap): Use check_may_shrink_heap to decide if madvise
31468         is sufficient to shrink the heap or an unmap is needed.
31469         * sysdeps/generic/malloc-sysdep.h: New file.  Define
31470         new function check_may_shrink_heap.
31471         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
31472         new function check_may_shrink_heap.
31473
31474 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31475
31476         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
31477         comments.
31478
31479 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
31480
31481         * catgets/test-gencat.sh: Add "set -e".
31482         * elf/tst-pathopt.sh: Likewise.
31483         * grp/tst_fgetgrent.sh: Likewise.
31484         * iconvdata/run-iconv-test.sh: Likewise.
31485         * intl/tst-gettext.sh: Likewise.
31486         * intl/tst-gettext2.sh: Likewise.
31487         * intl/tst-gettext4.sh: Likewise.
31488         * intl/tst-gettext6.sh: Likewise.
31489         * intl/tst-translit.sh: Likewise.
31490         * io/ftwtest-sh: Likewise.
31491         * libio/test-freopen.sh: Likewise.
31492         * malloc/tst-mtrace.sh: Likewise.
31493         * posix/globtest.sh: Likewise.
31494         * posix/tst-getconf.sh: Likewise.
31495         * posix/wordexp-tst.sh: Likewise.
31496         * stdio-common/tst-printf.sh: Likewise.
31497         * stdio-common/tst-unbputc.sh: Likewise.
31498         * stdlib/tst-fmtmsg.sh: Likewise.
31499         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31500         * catgets/Makefile: Do not specify -e option when running
31501         testsuite shell scripts.
31502         * elf/Makefile: Likewise.
31503         * grp/Makefile: Likewise.
31504         * iconvdata/Makefile: Likewise.
31505         * intl/Makefile: Likewise.
31506         * io/Makefile: Likewise.
31507         * libio/Makefile: Likewise.
31508         * malloc/Makefile: Likewise.
31509         * posix/Makefile: Likewise.
31510         * stdio-common/Makefile: Likewise.
31511         * stdlib/Makefile: Likewise.
31512         * sysdeps/x86_64/Makefile: Likewise.
31513
31514         * io/ftwtest-sh: Add copyright header.
31515         * posix/globtest.sh: Likewise.
31516         * posix/tst-getconf.sh: Likewise.
31517         * posix/wordexp-tst.sh: Likewise.
31518         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31519
31520 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
31521
31522         [BZ #13679]
31523         * Makeconfig (+link): Defined as $(+link-static) if
31524         $(build-shared) isn't yes.
31525         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
31526         isn't yes.
31527         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
31528
31529         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
31530
31531         [BZ #14562]
31532         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
31533         new chunk size with MALLOC_ALIGN_MASK.
31534
31535 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
31536
31537         [BZ #5044]
31538         * stdio-common/printf_fphex.c: Include <stdbool.h> and
31539         <rounding-mode.h>.
31540         (__printf_fphex): Determine rounding using get_rounding_mode and
31541         round_away.
31542         * stdio-common/tst-printf-round.c (struct hex_test): New
31543         structure.
31544         (hex_tests): New variable.
31545         (test_hex_in_one_mode): New function.
31546         (do_test): Also run tests for hex float output.
31547
31548 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
31549
31550         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31551         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31552         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
31553         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31554         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31555         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
31556         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31557         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31558
31559 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
31560
31561         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
31562         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
31563         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
31564         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
31565
31566 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
31567
31568         [BZ #14579]
31569         * elf/rtld.c (dl_main): Limit the check for self loading to normal
31570         mode only.
31571         * elf/tst-rtld-load-self.sh: New test.
31572         * elf/Makefile: Run it.
31573
31574 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
31575
31576         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
31577         (tst-writev-ENV): Remove.
31578         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
31579
31580 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
31581
31582         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
31583
31584 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
31585
31586         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
31587         unconditional.
31588         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
31589         Likewise.
31590         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
31591         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
31592         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
31593         Likewise.
31594
31595 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
31596
31597         [BZ #14587]
31598         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
31599         * config.make.in (have-cpp-asm-debuginfo): Removed.
31600         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
31601         * configure: Regenerated.
31602
31603 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
31604
31605         [BZ #5044]
31606         * stdio-common/printf_fp.c: Include <stdbool.h> and
31607         <rounding-mode.h>.
31608         (___printf_fp): Determine rounding using get_rounding_mode and
31609         round_away.
31610         * stdio-common/tst-printf-round.c: New file.
31611         * stdio-common/Makefile (tests): Add tst-printf-round.
31612         (link-libm): New variable.
31613         ($(objpfx)tst-printf-round): Depend in $(link-libm).
31614
31615 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
31616
31617         [BZ #14576]
31618         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
31619         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
31620         Likewise.
31621         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
31622         Likewise.
31623
31624 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
31625
31626         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
31627         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31628         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31629         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31630
31631 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
31632
31633         [BZ #14518]
31634         * include/rounding-mode.h: New file.
31635         * sysdeps/generic/get-rounding-mode.h: Likewise.
31636         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
31637         * stdlib/strtod_l.c: Include <rounding-mode.h>.
31638         (MAX_VALUE): New macro.
31639         (MIN_VALUE): Likewise.
31640         (overflow_value): New function.
31641         (underflow_value): Likewise.
31642         (round_and_return): Use overflow_value and underflow_value to
31643         determine return values in overflow and underflow cases.  Use
31644         round_away to determine rounding depending on rounding mode.
31645         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
31646         determine return values in overflow and underflow cases.
31647         * stdlib/tst-strtod-round.c: Include <fenv.h>.
31648         (struct test_results): New structure.
31649         (struct test): Use struct test_results to store expected results
31650         for all rounding modes.
31651         (TEST): Include expected results for all rounding modes.
31652         (test_in_one_mode): New function.
31653         (do_test): Use test_in_one_mode to compute and check results.
31654         Check results for all rounding modes.
31655         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
31656         $(link-libm).
31657
31658 2012-12-09  Allan McRae  <allan@archlinux.org>
31659
31660         * sysdeps/i386/fpu/libm-test-ulps: Update
31661
31662 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
31663
31664         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
31665         (_G_int32_t): Likewise.
31666         (_G_uint16_t): Likewise.
31667         (_G_uint32_t): Likewise.
31668         (_G_HAVE_BOOL): Likewise.
31669         (_G_HAVE_ATEXIT): Likewise.
31670         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31671         (_G_HAVE_IO_FILE_OPEN): Likewise.
31672         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
31673         (_G_int32_t): Likewise.
31674         (_G_uint16_t): Likewise.
31675         (_G_uint32_t): Likewise.
31676         (_G_HAVE_BOOL): Likewise.
31677         (_G_HAVE_ATEXIT): Likewise.
31678         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31679         (_G_HAVE_IO_FILE_OPEN): Likewise.
31680         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
31681         (_G_int32_t): Likewise.
31682         (_G_uint16_t): Likewise.
31683         (_G_uint32_t): Likewise.
31684         (_G_HAVE_BOOL): Likewise.
31685         (_G_HAVE_ATEXIT): Likewise.
31686         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31687         (_G_HAVE_IO_FILE_OPEN): Likewise.
31688
31689 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
31690
31691         * csu/libc-tls.c: Update copyright years.
31692
31693 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
31694
31695         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
31696         [!_G_USING_THUNKS]: Remove conditional code.
31697         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
31698         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
31699
31700         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
31701         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
31702         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31703         (_G_VTABLE_LABEL_PREFIX): Likewise.
31704         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31705         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31706         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31707         (_G_VTABLE_LABEL_PREFIX): Likewise.
31708         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31709         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31710         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31711         (_G_VTABLE_LABEL_PREFIX): Likewise.
31712         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31713
31714 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
31715
31716         * libio/Makefile: Include ../Makeconfig before tests.
31717         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31718         only if $(build-shared) is yes.
31719
31720         * iconv/gconv_db.c: Update copyright years.
31721
31722 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31723
31724         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31725         unwind info if defined PIC. Fix special cases description.
31726         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31727
31728         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31729         DP_HI_MASK entry.
31730         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31731
31732 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
31733
31734         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31735
31736         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31737         is NULL.
31738
31739         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31740         (LDLIBS-tst-chk4): This.
31741         (LDFLAGS-tst-chk5): Renamed to ...
31742         (LDLIBS-tst-chk5): This.
31743         (LDFLAGS-tst-chk6): Renamed to ...
31744         (LDLIBS-tst-chk6): This.
31745         (LDFLAGS-tst-lfschk4): Renamed to ...
31746         (LDLIBS-tst-lfschk4): This.
31747         (LDFLAGS-tst-lfschk5): Renamed to ...
31748         (LDLIBS-tst-lfschk5): This.
31749         (LDFLAGS-tst-lfschk6): Renamed to ...
31750         (LDLIBS-tst-lfschk6): This.
31751
31752         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31753         on $(common-objpfx)soversions.mk.
31754
31755 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
31756
31757         [BZ #10014]
31758         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31759         example host name.
31760
31761 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31762
31763         * malloc/arena.c (arena_get_retry): New function that gets
31764         another arena for the caller to try its request on.
31765         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31766         current arena cannot fulfill the request.
31767         (__libc_memalign): Likewise.
31768         (__libc_memalign): Likewise.
31769         (__libc_pvalloc): Likewise.
31770         (__libc_calloc): Likewise.
31771
31772 2012-09-05  John Tobey  <john.tobey@gmail.com>
31773
31774         [BZ #13542]
31775         * manual/arith.texi (Operations on Complex): Fix description
31776         of carg branch cut.
31777
31778 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31779
31780         [BZ #10014]
31781         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31782         host name.
31783
31784         [BZ #10038]
31785         * manual/memory.texi (Memory): Make order of menu items match
31786         order of sections.
31787
31788 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31789
31790         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31791         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
31792         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31793
31794 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31795
31796         * csu/libc-tls.c (static_dtv): Renamed to ...
31797         (_dl_static_dtv): This.  Make it global.
31798         (_dl_initial_dtv): Removed.
31799         (__libc_setup_tls): Updated.
31800         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31801         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31802         DL_INITIAL_DTV.
31803
31804 2012-09-06  Petr Machata  <pmachata@redhat.com>
31805
31806         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31807         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31808         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31809         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31810
31811 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31812
31813         [BZ #14545]
31814         * csu/libc-tls.c (_dl_initial_dtv): New variable.
31815         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31816         freeing dtv[-1].
31817
31818 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31819
31820         [BZ #14544]
31821         * Makeconfig (link-static-before-libc): Replace $(+prector)
31822         with $(+prectorT).
31823         (link-static-after-libc): Replace $(+postctor) with
31824         $(+postctorT).
31825         (link-bounded): Replace $(+prector)/$(+postctor) with
31826         $(+prectorT)/$(+postctorT).
31827         (+prectorT): New macro.
31828         (+postctorT): Likewise.
31829
31830 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31831
31832         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31833         (round_str): Handle values above the maximum for IBM long double
31834         as inexact.
31835         * stdlib/tst-strtod-round.c (tests): Regenerated.
31836
31837 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31838
31839         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31840         assembler flag.
31841         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31842         zarch_nohighgprs around the zarch optimized routines.
31843         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31844         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31845         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31846         for zarch.
31847
31848 2012-09-05  David S. Miller  <davem@davemloft.net>
31849
31850         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31851
31852         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31853         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
31854         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
31855         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31856         entries.
31857
31858 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31859
31860         * malloc/arena.c: Fold copyright years.
31861         * malloc/mcheck.c, malloc/memusage.c: Likewise.
31862
31863 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31864
31865         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
31866
31867 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31868
31869         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
31870
31871 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31872
31873         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
31874         change internal state upon failure.
31875
31876 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31877
31878         * malloc/mcheck.c (mcheck_check_all): Fix typo.
31879         * malloc/memusage.c (mmap): Likewise.
31880         (mmap64, mremap): Likewise.  Adjust name in comment.
31881
31882 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31883
31884         * libio/fileops.c: Fix typos in comments.
31885         * libio/oldfileops.c: Likewise.
31886         * libio/wfileops.c: Likewise.
31887
31888 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
31889
31890         [BZ #1349]
31891         * malloc/Makefile (tests): Add tst-malloc-usable test case.
31892         (tst-malloc-usable-ENV): Set environment for test case.
31893         * malloc/hooks.c (malloc_check_get_size): New function to get
31894         requested size.
31895         * malloc/malloc.c (musable): Use malloc_check_get_size.
31896         * malloc/tst-malloc-usable.c: New test case.
31897
31898 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31899
31900         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
31901
31902 2012-09-05  Allan McRae  <allan@archlinux.org>
31903
31904         [BZ #13966]
31905         * configure.in (CXX_SYSINCLUDES): Use compiler output to
31906         determine header location.
31907         * configure: Regenerated.
31908
31909 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31910
31911         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
31912         float format.
31913         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
31914         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
31915         format.
31916         (test): Regenerate.
31917
31918 2012-09-04  David S. Miller  <davem@davemloft.net>
31919
31920         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
31921         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
31922         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
31923
31924 2012-09-04  Florian Weimer  <fweimer@redhat.com>
31925
31926         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
31927         failures.
31928
31929         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
31930
31931 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
31932
31933         [BZ #9914]
31934         * libio/iogetdelim.c: Include <limits.h>.
31935         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
31936         + len + 1 would overflow.
31937
31938 2012-09-03  Andreas Jaeger  <aj@suse.de>
31939
31940         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31941         * sysdeps/i386/fpu/libm-test-ulps: Update.
31942
31943 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31944
31945         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31946         Add s_sinf-sse2, s_conf-sse2.
31947
31948         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
31949         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
31950         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
31951         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
31952
31953         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
31954         for using routine as __sinf_ia32.
31955         Use macro for function declaration and weak_alias.
31956         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
31957         for using routine as __cosf_ia32.
31958         Use macro for function declaration and weak_alias.
31959
31960         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
31961         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
31962
31963         * sysdeps/x86_64/fpu/s_sinf.S: New file.
31964         * sysdeps/x86_64/fpu/s_cosf.S: New file.
31965         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31966
31967         * math/libm-test.inc (cos_test): Add more test cases.
31968         (sin_test): Likewise.
31969         (sincos_test): Likewise.
31970
31971 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31972
31973         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
31974         (IFUNC_RESOLVE): Make pointers to the specialized implementations
31975         hidden.
31976         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31977
31978 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
31979
31980         [BZ #14538]
31981         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
31982         first element of the GOT.
31983         (elf_machine_load_address): Return the difference between
31984         the runtime address of _DYNAMIC and elf_machine_dynamic ().
31985
31986 2012-09-01  Allan McRae  <allan@archlinux.org>
31987
31988         [BZ #13412]
31989         * configure.in (AWK): Require gawk version 3.0 or later.
31990         * configure: Regenerated.
31991
31992 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
31993
31994         * sysdeps/unix/sysv/linux/kernel-features.h
31995         (__ASSUME_POSIX_CPU_TIMERS): Remove.
31996         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31997         [__NR_clock_getres]: Make code unconditional.
31998         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
31999         (clock_getcpuclockid): Remove code left unreachable by removal of
32000         conditionals.
32001         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
32002         code unconditional.
32003         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32004         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32005         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
32006         Make code unconditional.
32007         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32008         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32009         * sysdeps/unix/sysv/linux/clock_settime.c
32010         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
32011         conditional code.
32012         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
32013         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32014
32015 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
32016
32017         [BZ #14476]
32018         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
32019         scripts/test-installation.pl.
32020
32021         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
32022         and $ld_so_version if it is set.
32023
32024 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32025
32026         [BZ #14516]
32027         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
32028         failure if reading from procfs failed.
32029         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
32030
32031 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32032
32033         * sysdeps/unix/sysv/linux/kernel-features.h
32034         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
32035         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32036         Remove conditional code.
32037         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32038         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
32039         Remove conditional code.
32040         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32041         * sysdeps/unix/sysv/linux/i386/fxstat.c
32042         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32043         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32044         * sysdeps/unix/sysv/linux/i386/fxstatat.c
32045         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32046         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32047         * sysdeps/unix/sysv/linux/i386/lxstat.c
32048         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32049         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32050         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
32051         Remove conditional code.
32052         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32053         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32054         Remove conditional code.
32055         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32056         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
32057         <kernel-features.h>.
32058         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
32059         Remove.
32060         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
32061         Remove conditional code.
32062         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32063         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
32064         Remove conditional.
32065
32066 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
32067
32068         [BZ #5400]
32069         * NEWS: Add fixed bug number.
32070
32071 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32072
32073         [BZ #14519]
32074         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
32075         underflowing exponent in case of negative sign.
32076         * stdlib/tst-strtod-round-data: Add more tests.
32077         * stdlib/tst-strtod-round.c (tests): Regenerated.
32078
32079         [BZ #3479]
32080         * stdlib/strtod_l.c (NDIG): Remove.
32081         (HEXNDIG): Likewise.
32082         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
32083         smallest representable value.
32084         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
32085         lie within an exact representation of 1/2 ulp of the result.
32086         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
32087         unconditionally.
32088         (TENS_P9_IDX): Define unconditionally.
32089         (TENS_P9_SIZE): Likewise.
32090         (TENS_P10_IDX): Likewise.
32091         (TENS_P10_SIZE): Likewise.
32092         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
32093         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
32094         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
32095         entries for 10^2^13 and 10^2^14.
32096         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
32097         (TENS_P13_IDX): Define.
32098         (TENS_P13_SIZE): Likewise.
32099         (TENS_P14_IDX): Likewise.
32100         (TENS_P14_SIZE): Likewise.
32101         (_fpioconst_pow10): Change array size to
32102         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
32103         unconditional.
32104         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
32105         1024]: Add entries for 10^2^13 and 10^2^14.
32106         [LAST_POW10 > _LAST_POW10]: Remove #error.
32107         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
32108         (_fpioconst_pow10): Change array size to
32109         FPIOCONST_POW10_ARRAY_SIZE.
32110         * stdlib/gen-fpioconst.c: New file.
32111         * stdlib/gen-tst-strtod-round.c: Likewise.
32112         * stdlib/tst-strtod-round-data: Likewise.
32113         * stdlib/tst-strtod-round.c: Likewise.
32114         * stdlib/Makefile (tests): Add tst-strtod-round.
32115
32116         [BZ #14459]
32117         * stdlib/strtod_l.c: Include <stdint.h>.
32118         (NDEBUG): Do not define.
32119         (round_and_return): Change EXPONENT parameter to type intmax_t.
32120         Rearrange calculations to avoid internal overflow possibilities.
32121         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
32122         Rearrange calculations to avoid internal overflow possibilities.
32123         Assert that number fits inside MPNSIZE limbs.
32124         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
32125         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
32126         calculations and add assertions to avoid internal overflow
32127         possibilities.  Add casts to avoid signed/unsigned operations.
32128         * stdlib/tst-strtod-overflow.c: New file.
32129         * stdlib/Makefile (tests): Add tst-strtod-overflow.
32130
32131 2012-08-25  Marek Polacek  <polacek@redhat.com>
32132
32133         * time/time.h: Fix some typos in comments.
32134
32135 2012-08-23  Roland McGrath  <roland@hack.frob.com>
32136
32137         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
32138         * posix/tst-rfc3484-2.c: Likewise.
32139         * posix/tst-rfc3484-3.c: Likewise.
32140
32141 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
32142
32143         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
32144         (EF_ARM_ABI_FLOAT_HARD): Likewise.
32145
32146 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
32147
32148         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
32149         #include of fxstatat64.c.
32150
32151 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32152
32153         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
32154         * shadow/getspent_r.c: Likewise.
32155         * shadow/getspnam.c: Likewise.
32156         * shadow/getspnam_r.c: Likewise.
32157         * gshadow/getsgent.c: Likewise.
32158         * gshadow/getsgent_r.c: Likewise.
32159         * gshadow/getsgnam.c: Likewise.
32160         * gshadow/getsgnam_r.c: Likewise.
32161         * inet/getnetbyad.c: Likewise.
32162         * inet/getnetbyad_r.c: Likewise.
32163         * inet/getnetbynm.c: Likewise.
32164         * inet/getnetbynm_r.c: Likewise.
32165         * inet/getnetent.c: Likewise.
32166         * inet/getnetent_r.c: Likewise.
32167         * inet/getproto.c: Likewise.
32168         * inet/getproto_r.c: Likewise.
32169         * inet/getprtent.c: Likewise.
32170         * inet/getprtent_r.c: Likewise.
32171         * inet/getprtname.c: Likewise.
32172         * inet/getprtname_r.c: Likewise.
32173         * inet/getrpcbyname.c: Likewise.
32174         * inet/getrpcbyname_r.c: Likewise.
32175         * inet/getrpcbynumber.c: Likewise.
32176         * inet/getrpcbynumber_r.c: Likewise.
32177         * inet/getrpcent.c: Likewise.
32178         * inet/getrpcent_r.c: Likewise.
32179         * inet/getaliasent.c: Likewise.
32180         * inet/getaliasent_r.c: Likewise.
32181         * inet/getaliasname.c: Likewise.
32182         * inet/getaliasname_r.c: Likewise.
32183         * nscd/getgrgid_r.c: Likewise.
32184         * nscd/getgrnam_r.c: Likewise.
32185         * nscd/gethstbyad_r.c: Likewise.
32186         * nscd/gethstbynm3_r.c: Likewise.
32187         * nscd/getpwnam_r.c: Likewise.
32188         * nscd/getpwuid_r.c: Likewise.
32189         * nscd/getsrvbynm_r.c: Likewise.
32190         * nscd/getsrvbypt_r.c: Likewise.
32191         * nscd/gai.c: Likewise.
32192
32193         * configure.in (build_nscd): New substituted variable, set
32194         by --disable-build-nscd and defaults to $use_nscd.
32195         * configure: Regenerated.
32196         * config.make.in (build-nscd): New substituted variable.
32197         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
32198         Change conditional to require [$(build-nscd) = yes] as well.
32199         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
32200
32201         [BZ# 13696]
32202         * configure.in (use_nscd): New substituted variable, set by
32203         --disable-nscd.  If enabled, define USE_NSCD.
32204         * configure: Regenerated.
32205         * config.h.in: Add USE_NSCD.
32206         * config.make.in (use-nscd): New substituted variable.
32207         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
32208         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
32209         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
32210         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
32211         (CFLAGS-getgrnam_r.c): Likewise.
32212         (CFLAGS-initgroups.c): Likewise.
32213         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
32214         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
32215         Variables removed.
32216         * inet/getnetgrent_r.c
32217         (nscd_setnetgrent): New function, broken out of ...
32218         (setnetgrent): ... here.  Call it.
32219         (innetgr): Conditionalize nscd bits on [USE_NSCD].
32220         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
32221         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
32222         * nscd/Makefile (routines, aux): Move definitions after include of
32223         Makeconfig.  Conditionalize on [$(use-nscd) != no].
32224         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
32225         Conditionalize on [USE_NSCD].
32226         (is_nscd, nscd_init_cb): Likewise.
32227         (nss_load_library): Conditionalize init callback on [USE_NSCD].
32228         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
32229         * nss/nss_db/db-init.c: Likewise.
32230         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
32231         [USE_NSCD].
32232         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
32233         (make_request): Use it.
32234         (cache_valid_p): New function.
32235         (__check_pf): Use it.
32236         * NEWS: Add item for --disable-nscd.
32237
32238 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
32239
32240         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
32241         to support sed >= 4.2.1-20-ga9bf076.
32242         * configure: Regenerated.
32243
32244 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32245
32246         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
32247         Conditionalize whole body on [IREL].
32248
32249 2012-08-22  Jeff Law <law@redhat.com>
32250
32251         [BZ #14505]
32252         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
32253         if the family is PF_UNSPEC.
32254
32255 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
32256
32257         * Makerules (lib-version): Rename from V.
32258         (install-lib-nosubdir): Change V to lib-version.
32259
32260 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
32261
32262         [BZ #14252]
32263         * powerpc32/power6/wcschr.c: New file.
32264         * powerpc32/power6/wcscpy.c: New file.
32265         * powerpc32/power6/wcsrchr.c: New file.
32266         * powerpc64/power6/wcschr.c: New file.
32267         * powerpc64/power6/wcscpy.c: New file.
32268         * powerpc64/power6/wcsrchr.c: New file.
32269
32270 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32271
32272         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
32273         (two_way_short_needle): Use it.
32274         * string/strstr.c (AVAILABLE1_USES_J): Define.
32275         * string/strcasestr.c: Likewise.
32276
32277         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
32278         array references.
32279         * string/strcasestr.c (TOLOWER): Make side-effect safe.
32280
32281         [BZ #11607]
32282         * NEWS: Add an entry.
32283         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
32284         define their defaults.
32285         (two_way_short_needle): Detect end-of-string on-the-fly.
32286         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
32287         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
32288         * string/bug-strcasestr1.c: New test.
32289         * string/Makefile: Run it.
32290
32291 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32292
32293         [BZ #11607]
32294         * string/str-two-way.h (two_way_short_needle): Optimize matching of
32295         the first character.
32296
32297 2012-08-21  Roland McGrath  <roland@hack.frob.com>
32298
32299         * csu/elf-init.c (__libc_csu_irel): Function removed.
32300         * csu/libc-start.c (apply_irel): New function.
32301         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
32302
32303 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
32304
32305         * sysdeps/unix/sysv/linux/kernel-features.h
32306         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
32307         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32308         <kernel-features.h>.
32309         [__NR_fadvise64_64]: Make code unconditional.
32310         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
32311         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32312         !__NR_fadvise64_64)]: Likewise.
32313         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32314         !__NR_fadvise64_64))]: Likewise.
32315         [__NR_fadvise64]: Make code unconditional.
32316         [!__NR_fadvise64]: Remove conditional code.
32317         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
32318         <kernel-features.h>.
32319         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32320         unconditional.
32321         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32322         conditional code.
32323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
32324         not include <kernel-features.h>.
32325         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32326         unconditional.
32327         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32328         conditional code.
32329         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
32330         include <kernel-features.h>.
32331         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32332         unconditional.
32333         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32334         conditional code.
32335
32336 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
32337
32338         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
32339         slight instruction rearrangements per scrollpipe analysis.
32340         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32341
32342 2012-08-20  Roland McGrath  <roland@hack.frob.com>
32343
32344         * manual/syslog.texi (syslog; vsyslog, closelog):
32345         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
32346         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
32347
32348         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
32349         DSOCAPS to match condition on defining it.
32350
32351 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
32352
32353         * sysdeps/unix/sysv/linux/kernel-features.h
32354         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
32355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
32356         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32357         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
32359         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32360         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
32362         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32363         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32364
32365         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
32366         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
32367
32368         * sysdeps/unix/sysv/linux/kernel-features.h
32369         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
32370         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
32371         unconditional.
32372         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32373         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
32374         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32375         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32376         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
32377         Make code unconditional.
32378         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32379         (__mmap64) [!__NR_mmap2]: Likewise.
32380         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
32381         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32382         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32383         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
32384         [__NR_mmap2]: Make code unconditional.
32385         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32386         (__mmap64) [!__NR_mmap2]: Likewise.
32387
32388 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32389
32390         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
32391
32392 2012-08-18  Andreas Jaeger  <aj@suse.de>
32393
32394         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
32395
32396 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32397
32398         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
32399         * include/unistd.h (__have_sock_cloexec): Likewise.
32400         (__have_pipe2): Likewise.
32401         (__have_dup3): Likewise.
32402
32403 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32404
32405         [BZ #9685]
32406         * include/unistd.h (__have_pipe2): Change define into an extern int.
32407         (__have_dup3): Likewise.
32408         * socket/have_sock_cloexec.c: Include fcntl.h.
32409         (__have_pipe2): New variable.
32410         (__have_dup3): Likewise.
32411
32412 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
32413
32414         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
32415
32416 2012-08-17  Marek Polacek  <polacek@redhat.com>
32417
32418         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
32419         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
32420
32421 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32422
32423         * configure.in: Add AC_SUBST for sysheaders.
32424         * configure: Regenerated.
32425         * config.make.in (sysheaders): New substituted variable.
32426
32427         * sysdeps/unix/mkfifo.c: Moved ...
32428         * sysdeps/posix/mkfifo.c: ... here.
32429         * sysdeps/unix/mkfifoat.c: Moved ...
32430         * sysdeps/posix/mkfifoat.c: ... here.
32431
32432         * sysdeps/unix/utime.c: Moved ...
32433         * sysdeps/posix/utime.c: ... here.
32434
32435         * sysdeps/unix/time.c: Moved ...
32436         * sysdeps/posix/time.c: ... here.
32437         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
32438         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
32439
32440         * sysdeps/unix/nice.c: Moved ...
32441         * sysdeps/posix/nice.c: ... here.
32442
32443         * sysdeps/unix/alarm.c: Moved ...
32444         * sysdeps/posix/alarm.c: ... here.
32445
32446         * intl/Makefile ($(codeset_mo)): Depend on the input file.
32447
32448 2012-08-17  Jeff Law <law@redhat.com>
32449
32450         * intl/Makefile (codeset_mo): New variable.
32451         ($(codeset_mo)): New target.
32452         (tst-codeset.out): Depend on that.  Remove explicit rule.
32453         (tst-gettext3.out, tst-gettext5.out): Likewise.
32454         (LOCPATH-ENV, tst-codeset-ENV): New variables.
32455         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
32456         * intl/tst-codeset.sh: Remove.
32457         * intl/tst-gettext3.sh: Likewise.
32458         * intl/tst-gettext5.sh: Likewise.
32459
32460 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32461
32462         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
32463         * sysdeps/unix/syscalls.list: ... here.
32464
32465         * sysdeps/posix/getaddrinfo.c
32466         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
32467         (gaiconf_init, gaiconf_reload): Use them.
32468         [!_STATBUF_ST_NSEC]
32469         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
32470         Define using time_t rather than struct timespec.
32471
32472         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
32473         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
32474         Macros removed.
32475         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
32476         [!NO_THREADS].
32477         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
32478         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
32479         Likewise.
32480
32481         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
32482         __libc_cleanup_push argument.
32483
32484         * bits/param.h: New file.
32485         * misc/sys/param.h: New file.
32486         * include/sys/param.h: New file.
32487         * misc/Makefile (headers): Add bits/param.h.
32488         * sysdeps/generic/sys/param.h: File removed.
32489         * sysdeps/unix/sysv/linux/bits/param.h: New file.
32490         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
32491         * sysdeps/mach/hurd/bits/param.h: New file.
32492         * sysdeps/mach/hurd/sys/param.h: File removed.
32493
32494         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
32495         last change.
32496
32497         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
32498         [_IO_MTSAFE_IO].
32499         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
32500         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
32501         New macros.
32502
32503         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
32504         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
32505         rather than -D_IO_MTSAFE_IO conditionally.
32506         * stdio-common/Makefile (CPPFLAGS): Likewise.
32507         * wcsmbs/Makefile (CPPFLAGS): Likewise.
32508         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
32509         Use $(libio-mtsafe).
32510         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
32511         of -D_IO_MTSAFE_IO.
32512         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
32513         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
32514         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
32515         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
32516         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
32517         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
32518         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
32519         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
32520         (CFLAGS-fread_u_chk.c): Likewise.
32521         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
32522         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
32523         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
32524         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
32525         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
32526         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
32527         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
32528         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
32529         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
32530
32531         * libio/Makefile: Test [$(libc-reentrant) = yes]
32532         instead of [$(filter %REENTRANT, $(defines)) nonempty].
32533
32534         * Makeconfig
32535         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
32536         * sysdeps/pthread/configure: File removed.
32537         * sysdeps/pthread/Makeconfig: New file.
32538         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
32539         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
32540
32541 2012-08-16  Gary Benson  <gbenson@redhat.com>
32542
32543         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
32544         unmapping the first object in a namespace.
32545
32546 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32547
32548         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
32549         (__internal_setnetgrent): ... this.  Add internal_function to
32550         definition.  Add libc_hidden_def.
32551         (setnetgrent): Update caller.
32552         (internal_endnetgrent): Renamed to ...
32553         (__internal_endnetgrent): ... this.  Add internal_function to
32554         definition.  Add libc_hidden_def.
32555         (endnetgrent): Update caller.
32556         (internal_getnetgrent_r): Renamed to ...
32557         (__internal_getnetgrent_r): ... this.  Add internal_function to
32558         definition.  Add libc_hidden_def.
32559         (__getnetgrent_r): Update caller.
32560         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
32561
32562 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32563
32564         * stdlib/longlong.h: Update from GCC.
32565
32566 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32567
32568         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
32569         on _QL, which is set by umul_ppmm but never used.
32570         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
32571         variables, which are set by GMP macros but never used.
32572         * stdio-common/_itowa.c (_itowa): Likewise.
32573         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
32574         * stdlib/mod_1.c (mpn_mod_1): Likewise.
32575
32576 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
32577
32578         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
32579         struct La_sh_regs is not constant.
32580         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
32581         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
32582         and struct La_sparc64_regs are not constant.
32583
32584 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32585
32586         * sysdeps/unix/sysv/linux/kernel-features.h
32587         (__ASSUME_POSIX_TIMERS): Remove.
32588         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32589         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32590         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
32591         Make code unconditional.
32592         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32593         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
32594         Make code unconditional.
32595         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32596         * sysdeps/unix/sysv/linux/clock_nanosleep.c
32597         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
32598         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32599         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
32600         Make code unconditional.
32601         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32602         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
32603         (__libc_missing_posix_timers): Remove.
32604
32605 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32606
32607         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
32608         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
32609
32610         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
32611
32612         * elf/dl-sym.c: Include <stdlib.h>.
32613
32614         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
32615         constants, which avoids warnings in 32-bit builds.
32616
32617         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
32618         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
32619
32620         * misc/lseek.c: File moved to ...
32621         * io/lseek.c: ... here.
32622
32623         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
32624
32625         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
32626         shifting LEN more than 31 bits at once.
32627
32628 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32629
32630         [BZ #14195]
32631         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
32632         segmentation fault for a case of two empty input strings.
32633         * string/test-strncasecmp.c (check1): Renamed to...
32634         (bz12205): ...this.
32635         (bz14195): Add new testcase for two empty input strings and N > 0.
32636         (test_main): Call new testcase, adapt for renamed function.
32637
32638 2012-08-15  Andreas Jaeger  <aj@suse.de>
32639
32640         [BZ #14090]
32641         * crypt/md5test2.c: New test, based on test supplied by Serge
32642         Belyshev <belyshev@depni.sinp.msu.ru>.
32643         * crypt/Makefile (xtests): Add md5test-giant..
32644         * crypt/Makefile ($(objpfx)md5test-giant): Add.
32645
32646 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32647
32648         [BZ #14090]
32649         * crypt/md5.c (md5_process_block): Don't assume the buffer
32650         length is less than 2**32.
32651         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
32652         length is less than 2**64.
32653
32654 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32655
32656         * string/str-two-way.h: Include <sys/param.h>.
32657         (MAX): Macro removed.
32658
32659         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
32660         Move #define and #undef of memmove to just before and after
32661         including <string.h>.
32662
32663         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
32664         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
32665         and after including <string.h>.  Move declarations of
32666         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
32667         to before #include "string/memmove.c".
32668
32669         * include/dirent.h: Declare __getdirentries.
32670
32671         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
32672         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
32673
32674 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
32675
32676         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
32677         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
32678         * sysdeps/i386/configure: Regenerated.
32679         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
32680         STABS_CURRENT_FILE, and STABS_FUN.
32681         (END): Remove call to STABS_FUN_END.
32682         (STABS_CURRENT_FILE1): Delete.
32683         (STABS_CURRENT_FILE): Likewise.
32684         (STABS_FUN): Likewise.
32685         (STABS_FUN_END): Likewise.
32686         (STABS_FUN2): Likewise.
32687         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
32688         * sysdeps/x86_64/configure: Regenerated.
32689
32690 2012-08-14  Roland McGrath  <roland@hack.frob.com>
32691
32692         * elf/dl-open.c: Include <atomic.h>.
32693         * elf/dl-lookup.c: Likewise.
32694
32695 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
32696
32697         * sysdeps/unix/sysv/linux/kernel-features.h
32698         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
32699         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
32700         unconditionally.
32701         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
32702         unconditionally.
32703         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
32704         condition on __ASSUME_CLONE_THREAD_FLAGS.
32705
32706 2012-08-14  Andreas Jaeger  <aj@suse.de>
32707
32708         * sysdeps/i386/fpu/libm-test-ulps: Update.
32709
32710 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
32711
32712         * include/atomic.h (atomic_exchange_and_add): Split into ...
32713         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
32714         New atomic macros.
32715
32716 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
32717
32718         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32719
32720 2012-08-13  Jeff Law <law@redhat.com>
32721
32722         * manual/stdio.texi (snprintf): Clarify handling of the trailing
32723         null byte in the output string.
32724
32725 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
32726
32727         * sysdeps/unix/sysv/linux/kernel-features.h
32728         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32729         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32730         (__ASSUME_ARG_MAX_STACK_BASED): Define.
32731         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32732         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32733         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
32734         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32735
32736 2012-08-09  Jeff Law <law@redhat.com>
32737
32738         [BZ #13939]
32739         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32740         When avoid_arena is set, don't retry in the that arena.  Pick the
32741         next one, whatever it might be.
32742         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32743         (arena_lock): Pass in new parameter to arena_get2.
32744         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32745         arena_get2.
32746         (__libc_malloc): Unify retrying after main arena failure with
32747         __libc_memalign version.
32748         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32749
32750 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
32751
32752         [BZ #14166]
32753         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32754         to __redirect_strstr.
32755         (__strstr_sse42): Use typeof __redirect_strstr.
32756         (__strstr_ia32): Likewise.
32757         (__libc_strstr): New prototype.
32758         (strstr): Renamed to ...
32759         (__libc_strstr): This.
32760         (strstr): New strong alias of __libc_strstr.
32761         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32762         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32763         __redirect_time.
32764         Include <time.h>.
32765         (__libc_time): New prototype.
32766         (time_ifunc): Replace time with __libc_time.
32767         (time): New strong alias and hidden definition of __libc_time.
32768         (__GI_time): Remove strong alias.
32769         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32770         Include <stddef.h>.
32771         (memmove): Redefined to __redirect_memmove.
32772         (__memmove_sse2): Use typeof __redirect_memmove.
32773         (__memmove_ssse3): Likewise.
32774         (__memmove_ssse3_back): Likewise.
32775         (__libc_memmove): New prototype.
32776         (memmove): Renamed to ...
32777         (__libc_memmove): This.
32778         (memmove): New strong alias of __libc_memmove.
32779
32780 2012-08-08  Mark Salter  <msalter@redhat.com>
32781
32782         * elf/elf.h
32783         (R_MN10300_TLS_GD): Define.
32784         (R_MN10300_TLS_LD): Likewise.
32785         (R_MN10300_TLS_LDO): Likewise.
32786         (R_MN10300_TLS_GOTIE): Likewise.
32787         (R_MN10300_TLS_IE): Likewise.
32788         (R_MN10300_TLS_LE): Likewise.
32789         (R_MN10300_TLS_DTPMOD): Likewise.
32790         (R_MN10300_TLS_DTPOFF): Likewise.
32791         (R_MN10300_TLS_TPOFF): Likewise.
32792         (R_MN10300_SYM_DIFF): Likewise.
32793         (R_MN10300_ALIGN): Likewise.
32794         (R_MN10300_NUM): Update.
32795
32796 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
32797
32798         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32799         Remove.
32800
32801 2012-08-08  Roland McGrath  <roland@hack.frob.com>
32802
32803         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32804
32805         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32806         sysdeps/unix -> sysdeps/posix move.
32807         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32808
32809 2012-08-07      Allan McRae     <allan@archlinux.org>
32810
32811         [BZ #14303]
32812         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32813         (SUNOS_CPP): Likewise.
32814         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32815         not found.
32816         (open_input): Call CPP using execvp.
32817
32818 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32819
32820         * sysdeps/unix/sysv/linux/kernel-features.h
32821         (__ASSUME_PROT_GROWSUPDOWN): Remove.
32822         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32823         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32824         (__ASSUME_WAITID_SYSCALL): Likewise.
32825         * sysdeps/unix/sysv/linux/dl-execstack.c
32826         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32827         code unconditional.
32828         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32829         conditional code.
32830         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32831         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32832         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32833         code.
32834         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32835         unconditional.
32836         [__ASSUME_WAITID_SYSCALL]: Likewise.
32837         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32838
32839 2012-08-07  Roland McGrath  <roland@hack.frob.com>
32840
32841         * sysdeps/unix/closedir.c: Renamed to ...
32842         * sysdeps/posix/closedir.c: ... here.
32843         * sysdeps/unix/dirfd.c: Renamed to ...
32844         * sysdeps/posix/dirfd.c: ... here.
32845         * sysdeps/unix/dirstream.h: Renamed to ...
32846         * sysdeps/posix/dirstream.h: ... here.
32847         * sysdeps/unix/fdopendir.c: Renamed to ...
32848         * sysdeps/posix/fdopendir.c: ... here.
32849         * sysdeps/unix/opendir.c: Renamed to ...
32850         * sysdeps/posix/opendir.c: ... here.
32851         * sysdeps/unix/readdir.c: Renamed to ...
32852         * sysdeps/posix/readdir.c: ... here.
32853         * sysdeps/unix/readdir_r.c: Renamed to ...
32854         * sysdeps/posix/readdir_r.c: ... here.
32855         * sysdeps/unix/rewinddir.c: Renamed to ...
32856         * sysdeps/posix/rewinddir.c: ... here.
32857         * sysdeps/unix/seekdir.c: Renamed to ...
32858         * sysdeps/posix/seekdir.c: ... here.
32859         * sysdeps/unix/telldir.c: Renamed to ...
32860         * sysdeps/posix/telldir.c: ... here.
32861         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
32862         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
32863         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
32864         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
32865
32866         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
32867         * bits/fcntl.h: ... here.
32868
32869         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
32870         not 0.
32871         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
32872         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
32873         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
32874         (struct flock): Move l_start, l_len to the beginning.
32875         Use __pid_t for l_pid.
32876         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
32877         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
32878         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
32879         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
32880         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
32881         [__USE_LARGEFILE64] (struct flock64): New type.
32882         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
32883
32884         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
32885         * bits/dirent.h: ... here.
32886
32887         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
32888         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
32889
32890 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32891
32892         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32893         Change from 2.6.0 to 2.6.16.
32894         * sysdeps/unix/sysv/linux/configure: Regenerated.
32895         * sysdeps/unix/sysv/linux/kernel-features.h
32896         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
32897         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
32898         version.
32899         (__ASSUME_UTIMES): Likewise.
32900         (__ASSUME_CLONE_STOPPED): Remove.
32901         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
32902         architectures, not kernel version.
32903         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
32904         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32905         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32906         (__ASSUME_WAITID_SYSCALL): Likewise.
32907         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
32908         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
32909         * README: State 2.6.16 as minimum Linux kernel version.  Do not
32910         refer to older versions.
32911
32912 2012-08-06  Roland McGrath  <roland@hack.frob.com>
32913
32914         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
32915         Define alphasort64 as an alias.
32916         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
32917         Define versionsort64 as an alias.
32918         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
32919         Define scandir64 as an alias.
32920         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
32921         Define scandirat64 as an alias.
32922         * dirent/alphasort64.c (alphasort64):
32923         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
32924         * dirent/versionsort64.c: Likewise.
32925         * dirent/scandir64.c: Likewise.
32926         * dirent/scandirat64.c: Likewise.
32927         * sysdeps/wordsize-64/alphasort.c: File removed.
32928         * sysdeps/wordsize-64/alphasort64.c: File removed.
32929         * sysdeps/wordsize-64/scandir.c: File removed.
32930         * sysdeps/wordsize-64/scandir64.c: File removed.
32931         * sysdeps/wordsize-64/scandirat.c: File removed.
32932         * sysdeps/wordsize-64/scandirat64.c: File removed.
32933         * sysdeps/wordsize-64/versionsort.c: File removed.
32934         * sysdeps/wordsize-64/versionsort64.c: File removed.
32935         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
32936         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
32937         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
32938         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
32939         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
32940         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
32941         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
32942         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
32943
32944         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
32945         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32946         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
32947         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32948         [defined __arch64__ || defined __sparcv9]
32949         (__INO_T_MATCHES_INO64_T): New macro.
32950         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32951         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
32952         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
32953         * sysdeps/unix/sysv/linux/bits/dirent.h
32954         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
32955         (_DIRENT_MATCHES_DIRENT64): New macro.
32956
32957         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
32958         Define lockf64 as an alias.
32959         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
32960         Define fseeko64 as an alias.
32961         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
32962         Define ftello64 as an alias.
32963         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
32964         Define _IO_fgetpos64 and fgetpos64 as aliases.
32965         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
32966         Define _IO_fsetpos64 and fsetpos64 as aliases.
32967         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
32968         Conditionalize body on this.
32969         * libio/fseeko64.c: Likewise.
32970         * libio/ftello64.c: Likewise.
32971         * libio/iofgetpos64.c: Likewise.
32972         * libio/iofsetpos64.c: Likewise.
32973         * sysdeps/wordsize-64/lockf.c: File removed.
32974         * sysdeps/wordsize-64/lockf64.c: File removed.
32975         * sysdeps/wordsize-64/fseeko.c: File removed.
32976         * sysdeps/wordsize-64/fseeko64.c: File removed.
32977         * sysdeps/wordsize-64/ftello.c: File removed.
32978         * sysdeps/wordsize-64/ftello64.c: File removed.
32979         * sysdeps/wordsize-64/iofgetpos.c: File removed.
32980         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
32981         * sysdeps/wordsize-64/iofsetpos.c: File removed.
32982         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
32983         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
32984         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
32985         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
32986         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
32987         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
32988         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
32989         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
32990         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
32991         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
32992         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
32993
32994         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32995         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32996         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
32997         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32998         [defined __arch64__ || defined __sparcv9]
32999         (__OFF_T_MATCHES_OFF64_T): New macro.
33000         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33001         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33002         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33003         (__OFF_T_MATCHES_OFF64_T): New macro.
33004
33005 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33006
33007         * stdlib/secure-getenv.c (__secure_getenv): Replace
33008         GLIBC_2_16 with GLIBC_2_17.
33009
33010 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33011
33012         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
33013         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
33014
33015 2012-08-03  David S. Miller  <davem@davemloft.net>
33016
33017         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33018
33019 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33020
33021         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
33022         Remove.
33023         (__ASSUME_CORRECT_SI_PID): Likewise.
33024         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
33025         (__ASSUME_TMPFS_NAME): Likewise.
33026         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
33027         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
33028         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
33029         (HAVE_AUX_SECURE): Make definition unconditional.
33030         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
33031         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
33032
33033 2012-08-03  Roland McGrath  <roland@hack.frob.com>
33034
33035         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
33036         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
33037         * sysdeps/mach/hurd/eloop-threshold.h: New file.
33038         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
33039         __eloop_threshold instead of SYMLOOP_MAX.
33040
33041         * sysdeps/generic/eloop-threshold.h: New file.
33042         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
33043         of MAXSYMLINKS.
33044         * elf/chroot_canon.c (chroot_canon): Likewise.
33045
33046 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33047
33048         [BZ #13717]
33049         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33050         Change to 2.6.0 everywhere.
33051         * sysdeps/unix/sysv/linux/configure: Regenerated.
33052         * sysdeps/unix/sysv/linux/kernel-features.h
33053         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
33054         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
33055         kernel versions.
33056         (__ASSUME_POSIX_TIMERS): Define unconditionally.
33057         (__ASSUME_FUTEX_REQUEUE): Remove.
33058         (__ASSUME_STATFS64): Define unconditionally.
33059         (__ASSUME_AT_SECURE): Likewise.
33060         (__ASSUME_CORRECT_SI_PID): Likewise.
33061         (__ASSUME_TGKILL): Define without depending on kernel version for
33062         i386.
33063         (__ASSUME_UTIMES): Likewise.
33064         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
33065         kernel version.
33066         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
33067         (__ASSUME_TMPFS_NAME): Likewise.
33068         * README: Update reference to Linux kernel versions.
33069
33070 2012-08-02  Marek Polacek  <polacek@redhat.com>
33071
33072         [BZ# 14150]
33073         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
33074         libc_cv_asm_type_prefix with %.
33075         * configure: Regenerated.
33076         * include/libc-symbols.h: Remove comment about
33077         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33078         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
33079         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
33080         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
33081         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
33082         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33083         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
33084         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
33085         * elf/tst-unique2mod1.c: Likewise.
33086         * elf/tst-unique1mod2.c: Likewise.
33087         * elf/tst-unique1mod1.c: Likewise.
33088         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
33089         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
33090         Replace ASM_TYPE_DIRECTIVE with .type.
33091         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33092         * sysdeps/i386/sysdep.h: Likewise.
33093         * sysdeps/x86_64/sysdep.h: Likewise.
33094         * sysdeps/sh/sysdep.h: Likewise.
33095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
33096         Do not define ASM_TYPE_DIRECTIVE.
33097         * sysdeps/powerpc/sysdep.h: Likewise.
33098         * sysdeps/powerpc/powerpc32/sysdep.h:
33099         Replace ASM_TYPE_DIRECTIVE with .type.
33100         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33101         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33102         * sysdeps/i386/fpu/e_powf.S: Likewise.
33103         * sysdeps/i386/fpu/e_expl.S: Likewise.
33104         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33105         * sysdeps/i386/fpu/e_acosh.S: Likewise.
33106         * sysdeps/i386/fpu/e_pow.S: Likewise.
33107         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
33108         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33109         * sysdeps/i386/fpu/s_expm1.S: Likewise.
33110         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
33111         * sysdeps/i386/fpu/e_log2.S: Likewise.
33112         * sysdeps/i386/fpu/e_log2l.S: Likewise.
33113         * sysdeps/i386/fpu/e_scalb.S: Likewise.
33114         * sysdeps/i386/fpu/e_powl.S: Likewise.
33115         * sysdeps/i386/fpu/e_log10f.S: Likewise.
33116         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
33117         * sysdeps/i386/fpu/e_logl.S: Likewise.
33118         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
33119         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
33120         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
33121         * sysdeps/i386/fpu/e_log2f.S: Likewise.
33122         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33123         * sysdeps/i386/fpu/e_log.S: Likewise.
33124         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33125         * sysdeps/i386/fpu/e_logf.S: Likewise.
33126         * sysdeps/i386/fpu/e_log10l.S: Likewise.
33127         * sysdeps/i386/fpu/e_atanh.S: Likewise.
33128         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
33129         * sysdeps/i386/fpu/e_log10.S: Likewise.
33130         * sysdeps/i386/fpu/s_frexp.S: Likewise.
33131         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33132         * sysdeps/i386/fpu/s_asinh.S: Likewise.
33133         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
33134         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33135         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
33136         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
33137         * sysdeps/i386/i686/strtok.S: Likewise.
33138         * sysdeps/i386/i386-mcount.S: Likewise.
33139         * sysdeps/i386/strtok.S: Likewise.
33140         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
33141         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33142         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33143         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33144         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
33145         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33146         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
33147         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
33148         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33149         * sysdeps/x86_64/_mcount.S: Likewise.
33150         * sysdeps/x86_64/strtok.S: Likewise.
33151         * sysdeps/sh/_mcount.S: Likewise.
33152
33153 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33154
33155         * libio/iofopen.c: Include <fcntl.h>.
33156         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
33157         (_IO_fopen64, fopen64): Define as aliases.
33158         * libio/iofopen64.c: Include <fcntl.h>.
33159         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
33160         Conditionalize body on this.
33161         * sysdeps/wordsize-64/iofopen.c: File removed.
33162         * sysdeps/wordsize-64/iofopen64.c: File removed.
33163
33164 2012-08-01  Marek Polacek  <polacek@redhat.com>
33165
33166         * libc/Makeconfig: Use elf in place of binfmt-subdir.
33167         Use dlfcn directly instead of a variable.
33168         (binfmt-subdir): Do not define.
33169         (dlfcn): Likewise.
33170
33171 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
33172
33173         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
33174         Remove all definitions.
33175         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
33176         <kernel-features.h>.
33177         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33178         (miss_F_GETOWN_EX): Remove all definitions.
33179         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
33180         macro definition.
33181         [!__ASSUME_FCNTL64]: Remove conditional code.
33182         [__ASSUME_FCNTL64]: Make code unconditional.
33183         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
33184         <kernel-features.h>.
33185         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33186         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
33187         (lockf64) [__NR_fcntl64]: Make code unconditional.
33188         (lockf64) [__ASSUME_FCNTL64]: Likewise.
33189
33190         * sysdeps/unix/sysv/linux/kernel-features.h
33191         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
33192         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
33193         Make code unconditional.
33194         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33195         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
33197         [__NR_vfork]: Make code unconditional.
33198         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33199         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
33201         [__NR_vfork]: Make code unconditional.
33202         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33203         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33204
33205 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33206
33207         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
33208         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
33209
33210         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33211         Define mkstemp64 as an alias.
33212         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33213         Define mkstemps64 as an alias.
33214         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33215         Define mkostemp64 as an alias.
33216         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33217         Define mkostemps64 as an alias.
33218         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
33219         Conditionalize body on this.
33220         * misc/mkostemp64.c: Likewise.
33221         * misc/mkostemps64.c: Likewise.
33222         * misc/mkstemps64.c: Likewise.
33223         * sysdeps/wordsize-64/mkstemp64.c: File removed.
33224         * sysdeps/wordsize-64/mkostemp64.c: File removed.
33225         * sysdeps/wordsize-64/mkostemp.c: File removed.
33226         * sysdeps/wordsize-64/mkstemp.c: File removed.
33227         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
33228         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
33229         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
33230         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
33231
33232         [BZ #14138]
33233         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
33234         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
33235         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
33236         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
33237
33238         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
33239         compat_symbol macros from <shlib-compat.h> rather than the underlying
33240         default_symbol_version and symbol_version macros, so that DEFAULT
33241         lines in shlib-versions are respected.
33242         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
33243
33244 2012-08-01  Florian Weimer  <fweimer@redhat.com>
33245
33246         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
33247         Declare with warn_unused_result.
33248         (setgid, setregid, setegid, setresgid): Likewise.
33249         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
33250         Likewise.
33251         * WUR-REPORT: Remove set*id functions.
33252
33253 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
33254
33255         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
33256
33257 2012-07-31  Roland McGrath  <roland@hack.frob.com>
33258
33259         [BZ #10191]
33260         * include/sys/socket.h (__libc_accept, __libc_accept4):
33261         Add attribute_hidden.
33262         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
33263
33264         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
33265         use of PTR_MANGLE.
33266         * inet/getnetgrent_r.c (setup): Likewise.
33267
33268         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
33269
33270 2012-07-31  David S. Miller  <davem@davemloft.net>
33271
33272         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33273
33274 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
33275
33276         [BZ #13629]
33277         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
33278         value between 1.0 and 2.0 and smaller part has absolute value less
33279         than 1.0.
33280         * math/s_clog10.c (__clog10): Likewise.
33281         * math/s_clog10f.c (__clog10f): Likewise.
33282         * math/s_clog10l.c (__clog10l): Likewise.
33283         * math/s_clogf.c (__clogf): Likewise.
33284         * math/s_clogl.c (__clogl): Likewise.
33285         * math/libm-test.inc (clog_test): Add more tests.
33286         (clog10_test): Likewise.
33287         * sysdeps/i386/fpu/libm-test-ulps: Update.
33288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33289
33290 2012-07-31  Florian Weimer  <fweimer@redhat.com>
33291
33292         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
33293         Exit with zero in case no suitable GID is found, and write a
33294         message to standard error.
33295
33296 2012-07-30  Roland McGrath  <roland@hack.frob.com>
33297
33298         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
33299         rather than to 1.
33300         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
33301         (MAXPATHLEN): Removed.
33302         (NOGROUP, NODEV): New macros.
33303         (setbit, clrbit, isset, isclr): New macros.
33304         (howmany, roundup, powerof2): New macros.
33305         (DEV_BSIZE): New macro.
33306
33307         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
33308         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
33309
33310         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
33311         definition on [!__NO_LONG_DOUBLE_MATH].
33312
33313         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
33314         PTR_MANGLE and PTR_DEMANGLE.
33315
33316         * socket/accept4.c (accept4): Rename to __libc_accept4.
33317         Define accept4 as a weak alias.
33318
33319         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
33320         on [_DIRENT_HAVE_D_TYPE].
33321         * io/ftw.c (ftw_dir): Likewise.
33322
33323         * io/xmknod.c (__xmknod): Don't check PATH for being null.
33324
33325         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
33326
33327         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
33328         Use the BSD numbers rather than the arbitrary ones we had.
33329         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
33330         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
33331         (SIGXCPU, SIGXFSZ): New macros.
33332         (_NSIG): Now 32.
33333
33334         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
33335         initializer on [_LIBC_REENTRANT].
33336
33337         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
33338         definitions inside [_POSIX_MAPPED_FILES].
33339
33340         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
33341
33342         * dirent/opendir.c: Include <fcntl.h>.
33343
33344         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
33345         (__libc_getspecific): Likewise.
33346         (__libc_key_create): Likewise.
33347
33348         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
33349         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
33350         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
33351         (tmpfile64): Define as alias.
33352         * sysdeps/wordsize-64/tmpfile.c: File removed.
33353         * sysdeps/wordsize-64/tmpfile64.c: File removed.
33354         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
33355         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
33356
33357         * stdio-common/vfscanf.c: Include <stdbool.h>.
33358         * nss/makedb.c: Likewise.
33359         * stdio-common/_i18n_number.h: Likewise.
33360         * argp/argp-help.c: Likewise.
33361         * posix/wordexp.c: Likewise.
33362         * sysdeps/posix/spawni.c: Likewise.
33363         * nss/nss_files/files-initgroups.c: Likewise.
33364         * stdio-common/reg-modifier.c: Include <stdlib.h>.
33365         * nss/nss_files/files-initgroups.c: Likewise.
33366         * nss/nss_db/db-netgrp.c: Likewise.
33367         * nss/nss_db/db-initgroups.c: Likewise.
33368         * io/fchmodat.c: Include <sys/stat.h>.
33369
33370         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
33371         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
33372
33373         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
33374         [HAVE_MMAP].
33375
33376         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
33377         Add multiple inclusion protection.
33378
33379 2012-07-27  David S. Miller  <davem@davemloft.net>
33380
33381         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33382
33383 2012-07-27  Gary Benson  <gbenson@redhat.com>
33384
33385         [BZ #14298]
33386         * elf/rtld.c: Include <stap-probe.h>.
33387         (dl_main): Added static probes "init_start" and "init_complete".
33388         * elf/dl-load.c: Include <stap-probe.h>.
33389         (lose): Take new parameter "nsid".
33390         Added static probe "map_failed".
33391         (_dl_map_object_from_fd): Pass namespace id to lose.
33392         Added static probe "map_start".
33393         (open_verify): Pass namespace id to lose.
33394         * elf/dl-open.c: Include <stap-probe.h>.
33395         (dl_open_worker) Added static probes "map_complete", "reloc_start"
33396         and "reloc_complete".
33397         * elf/dl-close.c: Include <stap-probe.h>.
33398         (_dl_close_worker): Added static probes "unmap_start" and
33399         "unmap_complete".
33400         * elf/rtld-debugger-interface.txt: New file documenting the above.
33401
33402 2012-07-26  Roland McGrath  <roland@hack.frob.com>
33403
33404         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
33405         rather than a string variable.
33406         * sunrpc/rpc_main.c (h_output): Likewise.
33407         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
33408
33409 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
33410
33411         * inet/check_native.c: New file.
33412
33413 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
33414
33415         [BZ #13629]
33416         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
33417         if larger part has absolute value 1.0.
33418         * math/s_clog10.c (__clog10): Likewise.
33419         * math/s_clog10f.c (__clog10f): Likewise.
33420         * math/s_clog10l.c (__clog10l): Likewise.
33421         * math/s_clogf.c (__clogf): Likewise.
33422         * math/s_clogl.c (__clogl): Likewise.
33423         * math/libm-test.inc (clog_test): Add more tests.
33424         (clog10_test): Likewise.
33425         * sysdeps/i386/fpu/libm-test-ulps: Update.
33426         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33427
33428         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
33429         (pltexit): Likewise.
33430         (La_regs): Likewise.
33431         (La_retval): Likewise.
33432         (int_retval): Likewise.
33433         Update #error for removed macros to refer only to definitions in
33434         tst-audit.h.
33435         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
33436         macro.
33437         (pltexit): Likewise.
33438         (La_regs): Likewise.
33439         (La_retval): Likewise.
33440         (int_retval): Likewise.
33441         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
33442         macro.
33443         (pltexit): Likewise.
33444         (La_regs): Likewise.
33445         (La_retval): Likewise.
33446         (int_retval): Likewise.
33447         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
33448         macro.
33449         (pltexit): Likewise.
33450         (La_regs): Likewise.
33451         (La_retval): Likewise.
33452         (int_retval): Likewise.
33453         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
33454         macro.
33455         (pltexit): Likewise.
33456         (La_regs): Likewise.
33457         (La_retval): Likewise.
33458         (int_retval): Likewise.
33459         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
33460         macro.
33461         (pltexit): Likewise.
33462         (La_regs): Likewise.
33463         (La_retval): Likewise.
33464         (int_retval): Likewise.
33465         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
33466         macro.
33467         (pltexit): Likewise.
33468         (La_regs): Likewise.
33469         (La_retval): Likewise.
33470         (int_retval): Likewise.
33471         * sysdeps/generic/tst-audit.h: Update comment to refer only to
33472         macro definitions in tst-audit.h.
33473         * sysdeps/i386/tst-audit.h: New file.
33474         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
33475         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
33476         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
33477         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
33478         * sysdeps/sh/tst-audit.h: Likewise.
33479         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
33480         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
33481         * sysdeps/x86_64/tst-audit.h: Likewise.
33482
33483 2012-07-26  Andreas Jaeger  <aj@suse.de>
33484
33485         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
33486         ptrace.
33487
33488         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
33489         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
33490         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
33491         PTRACE_O_MASK.
33492         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
33493         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
33494         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
33495
33496         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
33497         value.
33498
33499         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
33500         _sigsys.
33501         (si_call_addr, si_syscall, si_arch): Define new macro.
33502         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
33503         _sigsys.
33504         (si_call_addr, si_syscall, si_arch): Define new marcro.
33505         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
33506         _sigsys.
33507         (si_call_addr, si_syscall, si_arch): Define new macro.
33508         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
33509         _sigsys.
33510         (si_call_addr, si_syscall, si_arch): Define new macro.
33511
33512 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33513
33514         [BZ #13717]
33515         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33516         Change to 2.4.21 where previously 2.4.1.
33517         * sysdeps/unix/sysv/linux/configure: Regenerated.
33518         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
33519         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
33520         Linux kernel version.
33521         (__ASSUME_STD_AUXV): Remove.
33522         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
33523         kernel version.
33524         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
33525         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
33526         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
33527         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
33528         (__ASSUME_NETLINK_SUPPORT): Likewise.
33529         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
33530         (__no_netlink_support): Remove conditional definition.
33531         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
33532         Remove.
33533         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33534         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
33535         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
33536         (if_nameindex_ioctl): Remove.
33537         (if_nameindex_netlink): Do not handle __no_netlink_support.
33538         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33539         code.
33540         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
33541         Remove conditional code.
33542         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33543         code.
33544         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
33545         unconditional.
33546         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33547         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
33548         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
33549         Remove.
33550         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
33551         [!__ASSUME_STD_AUXV]: Remove conditional code.
33552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
33553         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
33554         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
33555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
33556         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
33557         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33558         code.
33559         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
33561         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
33562         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33563         conditional code.
33564         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
33566         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33567         code.
33568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
33569         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33570         conditional code.
33571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
33572         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33573         code unconditional.
33574         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33575         conditional code.
33576         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33577         unconditional.
33578         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33579         conditional code.
33580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
33581         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33582         unconditional.
33583         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33584         conditional code.
33585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
33586         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33587         code unconditional.
33588         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33589         conditional code.
33590         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33591         unconditional.
33592         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33593         conditional code.
33594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
33595         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33596         code unconditional.
33597         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33598         conditional code.
33599         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33600         unconditional.
33601         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33602         conditional code.
33603
33604 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
33605
33606         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
33607         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
33608         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
33609         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
33610         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
33611         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
33612         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
33613         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
33614         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
33615         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
33616         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
33617         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
33618         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
33619         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
33620         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
33621         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
33622         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
33623         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
33624         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
33625         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
33626         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
33627         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
33628         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
33629
33630 2012-07-25  Florian Weimer  <fweimer@redhat.com>
33631
33632         * Versions.def: Add GLIBC_2.17.
33633         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
33634         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
33635         Introduce __libc_secure_getenv.
33636         * stdlib/Versions (2.17): Add secure_getenv
33637         (GLIBC_PRIVATE): Add __libc_secure_getenv.
33638         * stdlib/secure-getenv.c: Rename __secure_getenv to
33639         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
33640         symbol __secure_getenv for GLIBC_2.0.
33641         * stdlib/tst-secure-getenv.c: New.
33642         * stdlib/Makefile (tests): Add testcase.
33643         * manual/startup.texi (Environment Access): Document
33644         secure_getenv.
33645         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
33646         __libc_secure_getenv.
33647         * inet/ruserpass.c (ruserpass): Likewise.
33648         * malloc/mtrace.c (mtrace): Likewise.
33649         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
33650         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
33651         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
33652         * sysdeps/posix/tempname.c: Likewise.  Evaluate
33653         HAVE_SECURE_GETENV.
33654         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
33655         __secure_getenv to __libc_secure_getenv.
33656         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
33657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33658         Likewise.
33659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33660         Likewise.
33661         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33662         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33663         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33664         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33665         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33666         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33667         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33668
33669 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33670
33671         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
33672         (struct La_i86_retval): Likewise.
33673         (struct La_x86_64_regs): Likewise.
33674         (struct La_x86_64_retval): Likewise.
33675         (struct La_x32_regs): Likewise.
33676         (struct La_x32_retval): Likewise.
33677         (struct La_ppc32_regs): Likewise.
33678         (struct La_ppc32_retval): Likewise.
33679         (struct La_ppc64_regs): Likewise.
33680         (struct La_ppc64_retval): Likewise.
33681         (struct La_sh_regs): Likewise.
33682         (struct La_sh_retval): Likewise.
33683         (struct La_s390_32_regs): Likewise.
33684         (struct La_s390_32_retval): Likewise.
33685         (struct La_s390_64_regs): Likewise.
33686         (struct La_s390_64_retval): Likewise.
33687         (struct La_sparc32_regs): Likewise.
33688         (struct La_sparc32_retval): Likewise.
33689         (struct La_sparc64_regs): Likewise.
33690         (struct La_sparc64_retval): Likewise.
33691         (struct audit_ifaces): Remove architecture-specific pltenter and
33692         pltexit members.
33693         * sysdeps/i386/ldsodefs.h: New file.
33694         * sysdeps/powerpc/ldsodefs.h: Likewise.
33695         * sysdeps/s390/ldsodefs.h: Likewise.
33696         * sysdeps/sh/ldsodefs.h: Likewise.
33697         * sysdeps/sparc/ldsodefs.h: Likewise.
33698         * sysdeps/x86_64/ldsodefs.h: Likewise.
33699
33700 2012-07-25  Marek Polacek  <polacek@redhat.com>
33701
33702         [BZ #6808]
33703         * math/libm-test.inc (yn_test): Add another test.
33704         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
33705         to ERANGE when the result is +-Inf.
33706         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
33707         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
33708         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
33709         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
33710
33711 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
33712
33713         * conform/data/time.h-data (NULL): Use macro-constant.  Require
33714         equal to 0.
33715         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
33716         clock_t.
33717         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
33718
33719 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
33720
33721         * configure.in <sysdeps resolving>: Correct printing
33722         Implies_before.
33723         * configure: Regenerate.
33724
33725 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
33726
33727         * math/w_ilogb.c: Include <limits.h>.
33728         * math/w_ilogbl.c: Likewise.
33729
33730 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33731
33732         * manual/lang.texi (__va_copy): Document primarily as ISO C99
33733         va_copy.  Document allowing for unavailable va_copy only as
33734         pre-C99 compatibility.
33735         * manual/string.texi (Copying and Concatenation): Use va_copy
33736         instead of __va_copy in concat example.
33737
33738 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
33739
33740         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33741         (__sendto): Use create_address_port.  Initialize APORT and deallocate
33742         it if not null.
33743
33744         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33745         with O_NOLINK passed to __file_name_lookup.
33746
33747         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33748         with O_NOLINK passed to __file_name_lookup.
33749
33750         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33751         negative N or less than NGIDS.
33752
33753         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33754         type to string_t.  Set ERANGE as errno and return it if NAME is not big
33755         enough.  Use memcpy instead of strncpy.
33756
33757 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33758
33759         * elf/Makefile (check-data): Remove.
33760         (localplt.data): New vpath directive.
33761         ($(objpfx)check-localplt.out): Use localplt.data from vpath
33762         instead of $(check-data).
33763         * scripts/data/localplt-generic.data: Move to ...
33764         * sysdeps/generic/localplt.data: ... here.
33765         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33766         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33767         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33769         ... here.
33770         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33772         ... here.
33773         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33774         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33775         ... here.
33776         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33777         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33778         ... here.
33779         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33780         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33781         ... here.
33782         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33783         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33784         ... here.
33785
33786 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33787
33788         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33789         PPC32 and PPC64 files.
33790         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33791         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33792
33793 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33794
33795         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33796         __makecontext_ret to ...
33797         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33798         ... here and call exit if uc_link is NULL.  New file.
33799         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33800         __makecontext_ret.S.
33801         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33802         __makecontext_ret to ...
33803         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33804         ... here and call exit if uc_link is NULL.  New file.
33805         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33806         __makecontext_ret.S.
33807
33808 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33809
33810         * elf/elf.h (R_390_IRELATIVE): New definition.
33811         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33812         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
33813         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33814         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33815         (elf_machine_lazy_rel): Likewise.
33816         * sysdeps/s390/dl-irel.h: New file.
33817         * sysdeps/s390/s390-64/memcpy.S: New asm code.
33818         * sysdeps/s390/s390-64/memset.S: New asm code.
33819         * sysdeps/s390/s390-64/memcmp.S: New asm code.
33820         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33821         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33822         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33823         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33824         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33825         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33826         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33827         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33828         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33829         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33830         * sysdeps/s390/s390-32/memcpy.S: New asm code.
33831         * sysdeps/s390/s390-32/memset.S: New asm code.
33832         * sysdeps/s390/s390-32/memcmp.S: New asm code.
33833
33834 2012-07-17  Marek Polacek  <polacek@redhat.com>
33835
33836         [BZ #14349]
33837         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33838         * sysdeps/s390/s390-64/configure.in: Likewise.
33839         * sysdeps/sparc/configure.in: Likewise.
33840         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33841         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33842         * sysdeps/i386/configure.in: Likewise.
33843         * sysdeps/x86_64/configure.in: Likewise.
33844         * sysdeps/sh/configure.in: Likewise.
33845         * sysdeps/s390/s390-32/configure: Regenerated.
33846         * sysdeps/s390/s390-64/configure: Likewise.
33847         * sysdeps/x86_64/configure: Likewise.
33848         * sysdeps/sh/configure: Likewise.
33849         * sysdeps/powerpc/powerpc64/configure: Likewise.
33850         * sysdeps/powerpc/powerpc32/configure: Likewise.
33851         * sysdeps/sparc/configure: Likwise.
33852         * sysdeps/i386/configure: Likewise.
33853
33854         * elf/dl-open.c: Comment fixes.
33855
33856 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
33857
33858         * Makefile [CXX] (check-data): Remove.
33859         [CXX] (c++-types.data): New vpath directive.
33860         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
33861         vpath.  Do not allow for C++ type data being missing.
33862         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
33863         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
33864         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
33865         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
33866         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
33867         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
33868         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
33869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
33870         ... here.
33871         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
33872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
33873         ... here.
33874         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
33875         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
33876         ... here.
33877         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
33878         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
33879         ... here.
33880         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
33881         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
33882         ... here.
33883         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
33884         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
33885         ... here.
33886         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
33887         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
33888         ... here.
33889         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
33890         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
33891
33892         * elf/tls-macros.h (TLS_LE): Move architecture-specific
33893         definitions to architecture-specific files.
33894         (TLS_IE): Likewise.
33895         (TLS_LD): Likewise.
33896         (TLS_GD): Likewise.
33897         * sysdeps/i386/tls-macros.h: New file.
33898         * sysdeps/powerpc/tls-macros.h: Likewise.
33899         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
33900         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
33901         * sysdeps/sh/tls-macros.h: Likewise.
33902         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
33903         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
33904         * sysdeps/x86_64/tls-macros.h: Likewise.
33905
33906 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33907
33908         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
33909         zero value for regular exit case.
33910
33911         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
33912         (__start_context): Preserve zero value for regular exit case.
33913
33914 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
33915             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33916
33917         * manual/setjmp.texi (setcontext): Clarify normal process
33918         termination when uc_link is the null pointer.
33919         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
33920         exit call.
33921
33922 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
33923
33924         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
33925         preprocessor.  Test for each exception mask separately.
33926
33927 2012-07-16  Andreas Jaeger  <aj@suse.de>
33928
33929         * po/ru.po: Update from translation team.
33930
33931 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
33932
33933         * conform/data/string.h-data (NULL): Use macro-constant.  Require
33934         equal to 0.
33935         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
33936         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
33937         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
33938         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
33939         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33940
33941 2012-07-13  Andreas Jaeger  <aj@suse.de>
33942
33943         * po/fr.po: Update from translation team.
33944
33945 2012-07-12  Marek Polacek  <polacek@redhat.com>
33946
33947         [BZ #14173]
33948         * math/libm-test.inc (yn_test): Add test for BZ #14173.
33949         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
33950         loop condition.
33951
33952 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
33953
33954         [BZ #13717]
33955         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33956         Change to 2.4.1 where previously 2.4.0.
33957         * sysdeps/unix/sysv/linux/configure: Regenerated.
33958         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
33959         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
33960         version.
33961         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
33962         (__ASSUME_AT_CLKTCK): Remove.
33963         (__ASSUME_AT_PAGESIZE): Likewise.
33964         (__ASSUME_AT_XID): Likewise.
33965         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
33966         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
33967         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
33968         unconditionally.
33969         (HAVE_AUX_PAGESIZE): Likewise.
33970         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
33971         [__ASSUME_AT_CLKTCK]: Make code unconditional.
33972         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
33973
33974 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
33975
33976         [BZ #14307]
33977         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
33978         the temporary buffer used to invoke __gethostbyname2_r,
33979         __gethostbyaddr_r and gethostbyname4_r to make room for struct
33980         host_data / struct gaih_addrtuple.
33981         * resolv/nss_dns/dns-host.c (global scope): Move definition of
33982         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
33983         header file nss/nsswitch.h.
33984         * nss/nsswitch.h (global scope): Add definition of implementation
33985         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
33986         resolv/nss_dns/dns-host.c).
33987
33988 2012-07-11  Andreas Jaeger  <aj@suse.de>
33989
33990         * po/fr.po: Update from translation team.
33991
33992         * po/sv.po: Update from translation team
33993         * po/fr.po: Another update from translation team.
33994
33995 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33996
33997         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
33998         for subnormals or multiply small sinh result by itself.
33999         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
34000         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34001
34002 2012-07-11  David S. Miller  <davem@davemloft.net>
34003
34004         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34005
34006 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
34007
34008         [BZ #14347]
34009         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
34010         (INTERNAL_MARK): Shift it here.
34011
34012 2012-07-10  Marek Polacek  <polacek@redhat.com>
34013
34014         [BZ #14151]
34015         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
34016         libc_cv_asm_global_directive with .globl.
34017         * configure: Regenerated.
34018         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
34019         with .globl.
34020         * sysdeps/i386/configure: Regenerated.
34021         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
34022         with .globl.
34023         * sysdeps/x86_64/configure: Regenerated.
34024         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
34025         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
34026         * elf/tst-unique2mod2.c: Likewise.
34027         * elf/tst-unique2mod1.c: Likewise.
34028         * elf/tst-unique1mod2.c: Likewise.
34029         * elf/tst-unique1mod1.c: Likewise.
34030         * sysdeps/s390/s390-32/sysdep.h: Likewise.
34031         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
34032         * sysdeps/s390/s390-64/sysdep.h: Likewise.
34033         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
34034         * sysdeps/mach/sysdep.h: Likewise.
34035         * sysdeps/i386/sysdep.h: Likewise.
34036         * sysdeps/i386/i386-mcount.S: Likewise.
34037         * sysdeps/x86_64/_mcount.S: Likewise.
34038         * sysdeps/x86_64/sysdep.h: Likewise.
34039         * sysdeps/sh/_mcount.S: Likewise.
34040         * sysdeps/sh/sysdep.h: Likewise.
34041         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
34042         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
34043         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
34044         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34045         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
34046         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
34047         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
34048         * locale/localeinfo.h: Likewise.
34049         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
34050         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
34051
34052 2012-07-09  Roland McGrath  <roland@hack.frob.com>
34053
34054         [BZ #14336]
34055         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
34056         system".
34057         * manual/message.texi (The Uniforum approach): Likewise.
34058         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
34059         (glibc iconv Implementation): Likewise.
34060
34061 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
34062
34063         [BZ #14337]
34064         * math/s_clog.c (__clog): Avoid scaling a value down where that
34065         could result in underflow.
34066         * math/s_clog10.c (__clog10): Likewise.
34067         * math/s_clog10f.c (__clog10f): Likewise.
34068         * math/s_clog10l.c (__clog10l): Likewise.
34069         * math/s_clogf.c (__clogf): Likewise.
34070         * math/s_clogl.c (__clogl): Likewise.
34071         * math/libm-test.inc (clog_test): Add more tests.
34072         (clog10_test): Likewise.
34073         * sysdeps/i386/fpu/libm-test-ulps: Update.
34074         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34075
34076 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
34077
34078         [BZ #14283]
34079         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
34080         by 7 not 8 to examine high bit of fractional part.
34081
34082         [BZ #14042]
34083         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
34084         for call to __mcount_internal.
34085         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
34086         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
34087         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
34088
34089 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
34090
34091         [BZ #14154]
34092         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
34093         approximation for values within 0x1p-13f of an odd multiple of
34094         pi/4.
34095         * math/libm-test.inc (tan_test): Do not allow spurious underflow
34096         exception.  Add more tests.
34097         * sysdeps/i386/fpu/libm-test-ulps: Update.
34098
34099         [BZ #6778]
34100         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
34101         inputs and return -1 for them.  Do not check for +Inf in case not
34102         reachable for +Inf.
34103         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34104         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
34105         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34106         and return -1 for them.  Do not check for +Inf in case not
34107         reachable for +Inf.
34108         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
34109         define.
34110         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34111         and return -1 for them.  Do not check for +Inf in case not
34112         reachable for +Inf.
34113         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
34114         spurious underflow.
34115         * sysdeps/i386/fpu/libm-test-ulps: Update.
34116         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34117
34118 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
34119
34120         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
34121
34122 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
34123
34124         [BZ #14157]
34125         [BZ #14331]
34126         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
34127         could result in spurious underflow.  Scale down values above
34128         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
34129         * math/s_csqrtf.c (__csqrtf): Likewise.
34130         * math/s_csqrtl.c (__csqrtl): Likewise.
34131         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
34132         spurious underflow.
34133         * sysdeps/i386/fpu/libm-test-ulps: Update.
34134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34135
34136 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
34137
34138         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
34139         xopen-msg.sed.
34140         * catgets/xopen-msg.awk: New file.
34141         * catgets/xopen-msg.sed: Removed.
34142
34143         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
34144         po2text.sed.
34145         * intl/po2test.awk: New file.
34146         * intl/po2test.sed: Removed.
34147
34148 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
34149
34150         [BZ #14328]
34151         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
34152         or multiply small sinh result by itself.
34153         * math/s_ctanf.c (__ctanf): Likewise.
34154         * math/s_ctanh.c (__ctanh): Likewise.
34155         * math/s_ctanhf.c (__ctanhf): Likewise.
34156         * math/s_ctanhl.c (__ctanhl): Likewise.
34157         * math/s_ctanl.c (__ctanl): Likewise.
34158         * math/libm-test.inc (ctan_test_tonearest): New function.
34159         (ctan_test_towardzero): Likewise.
34160         (ctan_test_downward): Likewise.
34161         (ctan_test_upward): Likewise.
34162         (ctanh_test_tonearest): Likewise.
34163         (ctanh_test_towardzero): Likewise.
34164         (ctanh_test_downward): Likewise.
34165         (ctanh_test_upward): Likewise.
34166         (main): Call these new functions.
34167         * sysdeps/i386/fpu/libm-test-ulps: Update.
34168         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34169
34170 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
34171
34172         * .gitignore: Delete /ports entry.
34173
34174 2012-07-03  Andreas Jaeger  <aj@suse.de>
34175
34176         * po/bg.po: Update from translation team.
34177         * po/cs.po: Likewise.
34178         * po/de.po: Likewise.
34179         * po/hr.po: Likewise.
34180         * po/nl.pl: Likewise.
34181         * po/pl.po: Likewise.
34182         * po/vi.po: Likewise.
34183
34184 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
34185
34186         * Makeconfig [!+link] (+link-before-libc): New variable.
34187         [!+link] (+link-after-libc): Likewise.
34188         [!+link] (+link-tests): Likewise.
34189         [!+link] (+link): Define in terms of $(+link-before-libc) and
34190         $(+link-after-libc).
34191         [!+link-static] (+link-static-before-libc): New variable.
34192         [!+link-static] (+link-static-after-libc): Likewise.
34193         [!+link-static] (+link-static-tests): Likewise.
34194         [!+link-static] (+link-static): Define in terms of
34195         $(+link-static-before-libc) and $(+link-static-after-libc).
34196         [build-shared] (link-libc-before-gnulib): New variable.
34197         [build-shared] (link-libc-tests): Likewise.
34198         [build-shared] (link-libc): Define in terms of
34199         $(link-libc-before-gnulib).
34200         [!build-shared] (link-libc-tests): New variable.
34201         (link-libc-static-tests): New variable.
34202         [!gnulib] (gnulib-arch): New variable.
34203         [!gnulib] (gnulib-tests): Likewise.
34204         [!gnulib] (static-gnulib-arch): Likewise.
34205         [!gnulib] (static-gnulib-tests): Likewise.
34206         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
34207         Define with "=" instead of ":=".
34208         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
34209         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
34210         * Rules (binaries-all-notests): New variable.
34211         (binaries-all-tests): Likewise.
34212         (binaries-static-notests): Likewise.
34213         (binaries-static-tests): Likewise.
34214         (binaries-all): Define using $(binaries-all-notests) and
34215         $(binaries-all-tests).
34216         (binaries-static): Define using $(binaries-static-notests) and
34217         $(binaries-static-tests).
34218         (binaries-shared-tests): New variable.
34219         (binaries-shared-notests): Likewise.
34220         (binaries-shared): Remove variable.
34221         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
34222         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
34223         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
34224         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
34225         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
34226         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
34227         * elf/Makefile (sln-modules): New variable.
34228         (extra-objs): Add $(sln-modules:=.o).
34229         (ldconfig-modules): Add static-stubs.
34230         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
34231         * elf/static-stubs.c: New file.
34232
34233         [BZ #14283]
34234         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
34235         by 7 not 8 to examine high bit of fractional part.  Use volatile
34236         variables when splitting into final array of floats if
34237         __FLT_EVAL_METHOD__ != 0.
34238         * math/libm-test.inc (cos_test): Add another test.
34239         (sin_test): Likewise.
34240         * sysdeps/i386/fpu/libm-test-ulps: Update.
34241
34242         [BZ #14273]
34243         * math/libm-test.inc (cosh_test): Add more tests.
34244
34245         * version.h (RELEASE): Set to "development".
34246         (VERSION): Set to "2.16.90".
34247
34248 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
34249
34250         * NEWS: Update copyright. Remove last-updated date.
34251         Mention math library bug fixes and timezone data changes.
34252         * README: Mention GNU/Hurd, x32, and HPPA support status.
34253
34254 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
34255
34256         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
34257
34258 2012-06-27  Andreas Jaeger  <aj@suse.de>
34259
34260         * manual/contrib.texi (Contributors): Add Samuel Thibault.
34261
34262 2012-06-25  Andreas Jaeger  <aj@suse.de>
34263
34264         * sysdeps/s390/fpu/libm-test-ulps: Update.
34265
34266 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
34267             Thomas Schwinge  <thomas@codesourcery.com>
34268
34269         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
34270         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
34271         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
34272         fanotify_mark.
34273
34274 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
34275
34276         * sysdeps/mach/start.c: Remove file.
34277         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
34278         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
34279         * sysdeps/sh/init-first.c: Likewise.
34280
34281         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
34282         registers for frame unwinding purposes, add CFI directives.
34283         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34284         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
34285         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
34286         Likewise.
34287
34288         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
34289         __fortify_fail returning.
34290         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34291
34292         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
34293         sysdeps/sh/____longjmp_chk.S.
34294         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
34295         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
34296         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
34297         (gen-as-const-headers): Append sigaltstack-offsets.sym.
34298
34299         * sysdeps/sh/abort-instr.h: New file.
34300         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
34301         process in case exit returns.
34302
34303         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
34304         initialize the GOT register before use.
34305
34306         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
34307         calculation of ARGC > 4.
34308
34309         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
34310         meaningful names to some local labels.
34311
34312 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
34313             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34314
34315         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
34316         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
34317         (__arch_compare_and_exchange_val_16_acq): Likewise.
34318         (__arch_compare_and_exchange_val_32_acq): Likewise.
34319         (atomic_exchange_and_add): Fix gUSA sequence.
34320         (atomic_add): Likewise.
34321         (atomic_add_negative): Likewise.
34322         (atomic_add_zero): Likewise.
34323         (atomic_bit_test_set): Likewise.
34324
34325 2012-06-22  Andreas Schwab  <schwab@redhat.com>
34326
34327         [BZ #13579]
34328         * include/link.h (struct link_map): Add l_free_initfini.
34329         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
34330         l_initfini.
34331         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
34332         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
34333         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
34334         set.
34335
34336 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
34337
34338         * configure.in: Use AC_LANG_SOURCE.
34339         * configure: Regenerate.
34340
34341 2012-06-22  Roland McGrath  <roland@hack.frob.com>
34342
34343         * configure.in (libc_cv_localstatedir): New substituted variable.
34344         * configure: Regenerated.
34345         * config.make.in (localstatedir): New variable, substituted from
34346         libc_cv_localstatedir.
34347         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
34348         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
34349         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
34350         * sysdeps/gnu/configure: Regenerated.
34351
34352 2012-06-21  Jeff Law  <law@redhat.com>
34353
34354         [BZ #14277]
34355         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
34356         free.  Simplify list management for _LIBC case.
34357
34358 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
34359
34360         [BZ #14273]
34361         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
34362         Clear sign bit of 64-bit integer value before comparing against
34363         overflow value.
34364
34365         * sysdeps/mach/configure: Regenerated.
34366
34367 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
34368
34369         [BZ #14278]
34370         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
34371
34372 2012-06-21  Jeff Law  <law@redhat.com>
34373
34374         [BZ #13882]
34375         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
34376         uint16_t for elements in the "seen" array to avoid char overflows.
34377         * elf/dl-fini.c (_dl_sort_fini): Likewise.
34378         * elf/dl-open.c (dl_open_worker): Likewise.
34379
34380 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
34381
34382         * scripts/list-sources.sh: Scan PORTS for translations.
34383         * po/libc.pot: Regenerated.
34384
34385 2012-06-21  Andreas Jaeger  <aj@suse.de>
34386
34387         [BZ #12194]
34388         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
34389         warning.
34390         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
34391         * bits/byteswap-16.h (__bswap_16): Likewise.
34392         * bits/byteswap.h (__bswap_constant_16): Likewise.
34393
34394 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
34395
34396         [BZ #14117]
34397         * sysdeps/i386/fpu_control.h: Removed.
34398         * sysdeps/x86_64/fpu_control.h: Moved to ...
34399         * sysdeps/x86/fpu_control.h: Here.
34400
34401         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
34402         (_FPU_SETCW): Likewise.
34403
34404 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
34405
34406         [BZ #14117]
34407         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
34408         * sysdeps/x86/fpu/bits/mathinline.h: This.
34409         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
34410
34411         [BZ #14050]
34412         [BZ #14117]
34413         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
34414         functions if __x86_64__ is defined.
34415
34416 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
34417
34418         * string/endian.h: Add !__ASSEMBLER__ condition for including
34419         conversion interfaces.
34420
34421 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
34422
34423         [BZ #14241]
34424         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
34425         of ABS(x) in calculating zero to negative powers other than odd
34426         integers.
34427         * math/libm-test.inc (pow_test): Add more tests.
34428
34429 2012-06-15  Andreas Jaeger  <aj@suse.de>
34430
34431         * manual/contrib.texi (Contributors): Update entry of Liubov
34432         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
34433         Machado Filho.
34434
34435 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
34436
34437         * string/string.h: Add __wur to GNU version of strerror_r.
34438
34439 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
34440
34441         [BZ #14229]
34442         * string/Makefile (tests): Add tst-strtok_r.
34443         * string/tst-strtok_r.c: New file.
34444         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
34445         RAX_LP/RDX_LP on SAVE_PTR.
34446
34447 2012-06-14  Roland McGrath  <roland@hack.frob.com>
34448
34449         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
34450
34451 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
34452
34453         * libm_test.inc (csqrt_test): Allow more spurious underflow
34454         exceptions.
34455         (j0_test): Likewise.
34456         (j1_test): Likewise.
34457         (y0_test): Likewise.
34458         (y1_test): Likewise.
34459
34460 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
34461
34462         * po/Makefile (libc.pot): Use UTF-8 charset.
34463
34464 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
34465
34466         [BZ #14210]
34467         Suppress sign-conversion warning from FD_SET.
34468         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
34469         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
34470         not unsigned long int.
34471         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
34472
34473 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
34474
34475         [BZ #14050]
34476         [BZ #14117]
34477         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
34478         __extern_always_inline instead of __extern_inline.
34479         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
34480         (__signbit): Likewise.
34481         (__signbitl): Support C++ namespace.
34482         (lrintf): New inline function.
34483         (lrint): Likewise.
34484         (llrintf): Likewise.
34485         (llrint): Likewise.
34486         (fmaxf): Likewise.
34487         (fmax): Likewise.
34488         (fminf): Likewise.
34489         (fmin): Likewise.
34490         (rint): Likewise.
34491         (rintf): Likewise.
34492         (ceil): Likewise.
34493         (ceilf): Likewise.
34494         (floor): Likewise.
34495         (floorf): Likewise.
34496         (nearbyint): Likewise.
34497         (nearbyintf): Likewise.
34498
34499 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
34500
34501         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
34502         non-default versions.
34503
34504 2012-06-11  Roland McGrath  <roland@hack.frob.com>
34505
34506         [BZ #14218]
34507         * manual/argp.texi (Argp): Reword argp_parse description slightly.
34508
34509 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
34510
34511         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
34512         (FE_UPWARD, FE_DOWNWARD): Don't define.
34513         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
34514         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34515
34516         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
34517         reading it.
34518         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34519         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34520
34521 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34522
34523         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
34524         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
34525         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
34526         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
34527
34528 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
34529
34530         [BZ #14117]
34531         * sysdeps/i386/fpu/bits/fenv.h: Removed.
34532         * sysdeps/i386/fpu/Implies: New file.
34533         * sysdeps/x86_64/fpu/Implies: Likewise.
34534         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
34535         * sysdeps/x86/fpu/bits/fenv.h: This.
34536
34537         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
34538         __SSE_MATH__.
34539
34540 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34541
34542         [BZ #14134]
34543         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
34544         character 0xffff that matches the last element of the
34545         conversion table.
34546
34547 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34548
34549         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
34550         fmodl commit.
34551
34552 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34553
34554         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
34555         values higher than 25.6283.
34556
34557 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34558
34559         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
34560         subnormal exponent extraction and add some __builtin_expect.
34561         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
34562         Fix for subnormal mantissa calculation.
34563
34564 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
34565
34566         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
34567         cpu2 is -1 and errno is not ENOSYS.
34568
34569 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
34570
34571         [BZ #14117]
34572         * sysdeps/i386/i486/bits/string.h: Renamed to ...
34573         * sysdeps/x86/bits/string.h: This.
34574         * sysdeps/x86_64/bits/string.h: Removed.
34575
34576         * sysdeps/i386/i486/bits/string.h: Define inline functions only
34577         if not compiling for x86-64, but compiling for >= i486.
34578
34579         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
34580         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
34581
34582         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
34583         New macro from Linux kernel 3.4.0.
34584         (FP_XSTATE_MAGIC2): Likewise.
34585         (FP_XSTATE_MAGIC2_SIZE): Likewise.
34586         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
34587         (struct _fpx_sw_bytes): New struct.
34588         (struct _xsave_hdr): Likewise.
34589         (struct _ymmh_state): Likewise.
34590         (struct _xstate): Likewise.
34591
34592         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
34593         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
34594         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
34595         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
34596         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
34597         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
34598
34599         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
34600         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
34601         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
34602         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
34603         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
34604         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
34605
34606 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34607
34608         [BZ #13743]
34609         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
34610         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
34611         (sysdep_headers): Include sys/platform/ppc.h.
34612         * sysdeps/powerpc/test-gettimebase.c: Test for
34613         __ppc_get_timebase() to catch future ISA opcode/insn changes.
34614         * manual/Makefile (appendices): Include platform.texi.
34615         * manual/contrib.texi (Contributors): Update @node pointers.
34616         * manual/maint.texi (Maintenance): Likewise.
34617         (Platform): New node.
34618         * manual/platform.texi: New file.  Document the new features.
34619
34620 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34621             Jakub Jelinek  <jakub@redhat.com>
34622
34623         [BZ #14188]
34624         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
34625         where __builtin_expect is unavailable.
34626
34627 2012-06-03  David S. Miller  <davem@davemloft.net>
34628
34629         * stdlib/longlong.h: Updated from GCC.
34630
34631 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
34632
34633         [BZ #14042]
34634         * sysdeps/powerpc/powerpc32/mcount.c: New file.
34635         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
34636         __mcount_internal.
34637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34638         (GLIBC_2.16): Likewise.
34639
34640 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34641
34642         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
34643
34644 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34645
34646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
34647         (default-abi): New variable.
34648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
34649         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
34650         variable.
34651         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
34652         Likewise.
34653         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
34654         Likewise.
34655         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
34656         Likewise.
34657
34658         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
34659         definition.  Document in comment.
34660
34661 2012-06-01  David S. Miller  <davem@davemloft.net>
34662
34663         * stdlib/longlong.h: Updated from GCC.
34664
34665 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34666
34667         [BZ #14117]
34668         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
34669         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
34670         sys/debugreg.h sys/io.h here.
34671         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
34672         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
34673         sys/io.h.
34674         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
34675         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
34676         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
34677         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
34678         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
34679         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
34680
34681         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
34682         Define only if __x86_64__ is defined.
34683
34684 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34685
34686         [BZ #14048]
34687         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
34688         Use int64_t for variable i.
34689         * math/libm-test.inc (fmod_test): Add more tests.
34690
34691         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
34692         z computation is not scheduled after fetestexcept.
34693         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
34694         Use math_force_eval instead of asm to ensure calculation scheduled
34695         before exception test.
34696         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
34697         Ensure a1 + u.d computation is not scheduled after fetestexcept.
34698
34699 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
34700
34701         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
34702         computation is not scheduled after fetestexcept.
34703
34704 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34705
34706         [BZ #14117]
34707         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
34708         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
34709
34710 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34711
34712         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
34713         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
34714
34715 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34716
34717         [BZ #14117]
34718         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34719         <bits/wordsize.h>.
34720         (__WCHAR_MIN): Support __WORDSIZE == 64.
34721         (__WCHAR_MAX): Likewise.
34722
34723         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34724         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34725
34726         [BZ #14183]
34727         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34728         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34729
34730         [BZ #14117]
34731         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34732         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34733
34734         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34735         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34736
34737         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34738         Defined to 1 if __x86_64__ isn't defined.
34739         (_STAT_VER_LINUX_OLD): New.
34740         (st_atime): Remove duplicate.
34741         (st_mtime): Likewise.
34742         (st_ctime): Likewise.
34743
34744 2012-05-31  David S. Miller  <davem@davemloft.net>
34745
34746         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34747         entries.
34748
34749 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
34750
34751         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34752         gen-libm-test.pl.
34753
34754         [BZ #14132]
34755         * elf/dl-reloc.c: Include <_itoa.h>.
34756         (_dl_reloc_bad_type): Remove use of INTUSE.
34757         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34758         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34759         * stdio-common/psiginfo.c (psiginfo): Likewise.
34760         * stdio-common/psignal.c (psignal): Likewise.
34761         * string/strsignal.c (strsignal): Likewise.
34762         * include/signal.h (_sys_siglist): Declare hidden proto.
34763         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
34764         INTVARDEF with libc_hidden_data_def.
34765         * stdio-common/itoa-udigits.c: Likewise.
34766         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34767         (_itoa_lower_digits_internal): Remove declaration.
34768         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34769         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34770         (_sys_sigabbrev_internal): Remove aliases.
34771         (_sys_siglist): Define hidden alias.
34772
34773 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
34774
34775         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34776         bits/sysctl.h.
34777
34778 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34779
34780         [BZ #14117]
34781         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34782         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34783
34784         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34785         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34786         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34787         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34788         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34789         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34790
34791         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34792         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34793         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34794
34795         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34796         with __addr.
34797         (insw): Likewise.
34798         (insl): Likewise.
34799         (outsb): Likewise.
34800         (outsw): Likewise.
34801         (outsl): Likewise.
34802
34803         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34804         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34805         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34806
34807         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34808         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34809         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34810         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34811         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34812         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34813
34814         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34815         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34816
34817         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34818         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34819
34820         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34821         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34822         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34823
34824         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34825         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34826         to ...
34827         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34828
34829         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34830         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34831         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34832
34833         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34834         for x86-64.
34835         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34836
34837 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
34838
34839         * math/math.h (M_El): Use two more decimal places.
34840         (M_LOG2El): Likewise.
34841         (M_LOG10El): Likewise.
34842         (M_LN2l): Likewise.
34843         (M_LN10l): Likewise.
34844         (M_PIl): Likewise.
34845         (M_PI_2l): Likewise.
34846         (M_PI_4l): Likewise.
34847         (M_1_PIl): Likewise.
34848         (M_2_PIl): Likewise.
34849         (M_2_SQRTPIl): Likewise.
34850         (M_SQRT2l): Likewise.
34851         (M_SQRT1_2l): Likewise.
34852
34853 2012-05-31  David S. Miller  <davem@davemloft.net>
34854
34855         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
34856         values between float registers.
34857         * sysdeps/sparc/sparc64/memset.S: Likewise.
34858         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
34859
34860 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
34861
34862         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
34863         -D_FORTIFY_SOURCE=1.
34864         (CPPFLAGS-tst-longjmp_chk.c): Define.
34865         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
34866         (CPPFLAGS-tst-longjmp_chk2.c): Define.
34867         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
34868         CFLAGS-tst-wchar-h.c.
34869
34870 2012-05-31  Marek Polacek  <polacek@redhat.com>
34871
34872         [BZ #14132]
34873         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
34874         __endmntent_internal): Remove declaration.
34875         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
34876         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
34877         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
34878
34879 2012-05-30  David S. Miller  <davem@davemloft.net>
34880
34881         * sysdeps/sparc/sparc32/soft-fp/q_util.c
34882         (___Q_simulate_exceptions): Use real FP ops rather than writing
34883         into the %fsr.
34884         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
34885         Likewise.
34886
34887 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34888
34889         [BZ #14117]
34890         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
34891         * sysdeps/x86/bits/xtitypes.h: This.
34892
34893         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
34894         * sysdeps/x86/bits/wordsize.h: This.
34895
34896         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
34897         * sysdeps/x86/bits/huge_vall.h: This.
34898
34899         * sysdeps/i386/bits/select.h: Removed.
34900         * sysdeps/x86_64/bits/select.h: Renamed to ...
34901         * sysdeps/x86/bits/select.h: This.
34902
34903         * sysdeps/i386/bits/setjmp.h: Removed.
34904         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
34905         * sysdeps/x86/bits/setjmp.h: This.
34906
34907         * sysdeps/i386/bits/mathdef.h: Removed.
34908         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
34909         * sysdeps/x86/bits/mathdef.h: This.
34910
34911 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
34912
34913         [BZ #14132]
34914         * include/sys/socket.h (__connect_internal)
34915         (__libc_sa_len_internal): Remove declaration.
34916         (__connect, __libc_sa_len): Declare hidden_proto.
34917         (SA_LEN): Remove use of INTUSE.
34918         * socket/connect.c: Add libc_hidden_def.
34919         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
34920         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
34921         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
34922         alias.
34923         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
34924         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
34925         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
34926         of adding _internal alias.
34927
34928 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34929
34930         [BZ #14117]
34931         * sysdeps/i386/bits/link.h: Removed.
34932         * sysdeps/i386/bits/linkmap.h: Likewise.
34933         * sysdeps/x86_64/bits/link.h: Renamed to ...
34934         * sysdeps/x86/bits/link.h: This.
34935         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
34936         * sysdeps/x86/bits/linkmap.h: This.
34937
34938         * sysdeps/i386/bits/endian.h: Removed.
34939         * sysdeps/x86_64/bits/endian.h: Renamed to ...
34940         * sysdeps/x86/bits/endian.h: This.
34941
34942         * sysdeps/i386/bits/byteswap.h: Removed.
34943         * sysdeps/i386/bits/byteswap-16.h: Likewise.
34944         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
34945         * sysdeps/x86/bits/byteswap.h: This.
34946         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
34947         * sysdeps/x86/bits/byteswap-16.h: This.
34948         * sysdeps/i386/Implies: Add x86.
34949         * sysdeps/x86_64/Implies: Likewise.
34950
34951 2012-05-30  David S. Miller  <davem@davemloft.net>
34952
34953         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
34954         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
34955         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
34956         (FP_TRAPPING_EXCEPTIONS): Define.
34957         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
34958         (FP_TRAPPING_EXCEPTIONS): Define.
34959         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
34960         subnormals only when inexact has been signalled or underflow
34961         exceptions are enabled.
34962         (_FP_PACK_CANONICAL): Likewise.
34963
34964 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34965
34966         [BZ #14183]
34967         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
34968         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
34969
34970 2012-05-30  Richard Henderson  <rth@twiddle.net>
34971
34972         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
34973         with #ifndef NOT_IN_libc.
34974
34975         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
34976         marked to avoid plt entry.
34977
34978 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34979
34980         [BZ #14112]
34981         * Makeconfig (default-abi): New macro.
34982         (abi-includes): Likewise.
34983         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
34984         $(abi-$(default-abi)-lib-soname) for soname if defined.
34985         ($(common-objpfx)gnu/lib-names.stmp): Generate from
34986         abi-variants.
34987         * Makefile (installed-stubs): Likewise.
34988         * include/stubs-biarch.h: Removed.
34989         * scripts/lib-names.awk: Only handle one library at a time.
34990         * scripts/soversions.awk: Remove WORDSIZE support.
34991         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
34992         entries.
34993         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
34994         Removed.
34995         (syscall-list-default-condition): Likewise.
34996         (syscall-list-default-condition): Likewise.
34997         (syscall-list-includes): Likewise.
34998         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
34999         syscall-list-* with abi-*.  Handle undefined abi-variants.
35000         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
35001         * sysdeps/unix/sysv/linux/i386/Implies: New file.
35002         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
35003         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
35004         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
35005         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
35006         Removed.
35007         (syscall-list-32-options): Likewise.
35008         (syscall-list-32-condition): Likewise.
35009         (syscall-list-64-options): Likewise.
35010         (syscall-list-64-condition): Likewise.
35011         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
35012         macro.
35013         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
35014         Renamed to ...
35015         (abi-*): This.
35016         (abi-64-ld-soname): New macro.
35017         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
35018         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
35019         Renamed to ...
35020         (abi-*): This.
35021         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
35022         * sysdeps/x86_64/x32/shlib-versions: Likewise.
35023
35024 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
35025
35026         * sysdeps/unix/sysv/linux/kernel-features.h
35027         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
35028         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
35029         include <kernel-features.h>.
35030         [!__NR_ftruncate64]: Remove conditional code.
35031         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35032         [__NR_ftruncate64]: Make code unconditional.
35033         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35034         * sysdeps/unix/sysv/linux/truncate64.c: Do not
35035         include <kernel-features.h>.
35036         [!__NR_ftruncate64]: Remove conditional code.
35037         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35038         [__NR_ftruncate64]: Make code unconditional.
35039         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
35041         include <kernel-features.h>.
35042         [!__NR_ftruncate64]: Remove conditional code.
35043         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35044         [__NR_ftruncate64]: Make code unconditional.
35045         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
35047         include <kernel-features.h>.
35048         [!__NR_ftruncate64]: Remove conditional code.
35049         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35050         [__NR_ftruncate64]: Make code unconditional.
35051         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35052
35053         * configure.in (libc_cv_fpie): Weaken to a compile test using
35054         LIBC_TRY_CC_OPTION.
35055         * configure: Regenerated.
35056
35057 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35058
35059         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
35060         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
35061         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
35062         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
35063         Refreshed.
35064         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
35065         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
35066         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
35067         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
35068         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
35069         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
35070         Refreshed.
35071
35072 2012-05-27  David S. Miller  <davem@davemloft.net>
35073
35074         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
35075         (___Q_zero): New.
35076         (__Q_simulate_exceptions): Return void.  Change to simulate
35077         exceptions by writing into the %fsr.
35078         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
35079         (__Qp_handle_exceptions): Likewise.
35080         (numbers): Delete.
35081         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
35082         __Qp_handle_exceptions.
35083         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
35084         __Qp_handle_exceptions.
35085         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35086         as unused and give dummy FP_RND_NEAREST initializer.
35087         (FP_INHIBIT_RESULTS): Define.
35088         (___Q_simulate_exceptions): Update declaration.
35089         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
35090         formatting.
35091         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35092         as unused and give dummy FP_RND_NEAREST initializer.
35093         (__Qp_handle_exceptions): Update declaration.
35094         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
35095         formatting.
35096
35097 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
35098
35099         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
35100         the temporary FPU control word.
35101         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
35102         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
35103         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
35104         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35105         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
35106         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
35107         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
35108         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35109         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
35110         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
35111         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35112
35113 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35114
35115         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
35116         fields.
35117
35118 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
35119
35120         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
35121         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
35122         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
35123         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
35124         Likewise.
35125         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
35126         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
35127         Likewise.
35128
35129 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
35130
35131         * po/h.po: Update from translation team.
35132
35133 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
35134
35135         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
35136
35137         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
35138         handling of denormals.
35139         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35140         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
35141         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35142         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35143         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35144         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
35145         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
35146         Likewise.
35147
35148 2012-05-26  Marek Polacek  <polacek@redhat.com>
35149
35150         [BZ #14152]
35151         * math/libm-test.inc (fma_test): Don't always expect underflow
35152         exception.
35153
35154 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
35155
35156         [BZ #12416]
35157         * elf/tst-execstack.c: Include stackinfo.h.
35158         (do_test): Adjust test case to ensure that pthread_getattr_np
35159         behaviour remains the same after marking stack executable.
35160
35161 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35162
35163         * sysdeps/unix/sysv/linux/kernel-features.h
35164         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
35165         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
35166         kernel-features.h.
35167         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35168         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35169         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
35170         kernel-features.h.
35171         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35172         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35173
35174 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
35175
35176         * configure.in: Define the default includes to being none.
35177         * configure: Regenerated.
35178
35179 2012-05-25  Roland McGrath  <roland@hack.frob.com>
35180
35181         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
35182         * sysdeps/x86_64/setjmp.S: Likewise.
35183         * sysdeps/i386/bsd-setjmp.S: Likewise.
35184         * sysdeps/i386/bsd-_setjmp.S: Likewise.
35185         * sysdeps/i386/setjmp.S: Likewise.
35186         * sysdeps/i386/__longjmp.S: Likewise.
35187         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35188         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
35189
35190         * include/stap-probe.h: New file.
35191         * configure.in: Handle --enable-systemtap.
35192         * configure: Regenerated.
35193         * config.h.in (USE_STAP_PROBE): New #undef.
35194         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
35195         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
35196         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
35197
35198 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35199
35200         [BZ #13717]
35201         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35202         to 2.4.0 where earlier.
35203         * sysdeps/unix/sysv/linux/configure: Regenerated.
35204         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
35205         <kernel-features.h>.
35206         [__ASSUME_32BITUIDS]: Make code unconditional.
35207         [!__ASSUME_32BITUIDS]: Remove conditional code.
35208         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
35209         <kernel-features.h>.
35210         [__ASSUME_32BITUIDS]: Make code unconditional.
35211         [!__ASSUME_32BITUIDS]: Remove conditional code.
35212         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
35213         [__ASSUME_32BITUIDS]: Make code unconditional.
35214         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
35215         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
35216         <kernel-features.h>.
35217         [__ASSUME_32BITUIDS]: Make code unconditional.
35218         [!__ASSUME_32BITUIDS]: Remove conditional code.
35219         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
35220         <kernel-features.h>.
35221         [__ASSUME_32BITUIDS]: Make code unconditional.
35222         [!__ASSUME_32BITUIDS]: Remove conditional code.
35223         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
35224         <kernel-features.h>.
35225         [__ASSUME_32BITUIDS]: Make code unconditional.
35226         [!__ASSUME_32BITUIDS]: Remove conditional code.
35227         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
35228         <kernel-features.h>.
35229         [__ASSUME_32BITUIDS]: Make code unconditional.
35230         [!__ASSUME_32BITUIDS]: Remove conditional code.
35231         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
35232         <kernel-features.h>.
35233         [__ASSUME_32BITUIDS]: Make code unconditional.
35234         [!__ASSUME_32BITUIDS]: Remove conditional code.
35235         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
35236         <kernel-features.h>.
35237         [__ASSUME_32BITUIDS]: Make code unconditional.
35238         [!__ASSUME_32BITUIDS]: Remove conditional code.
35239         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
35240         <kernel-features.h>.
35241         [__ASSUME_32BITUIDS]: Make code unconditional.
35242         [!__ASSUME_32BITUIDS]: Remove conditional code.
35243         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
35244         <kernel-features.h>.
35245         [__ASSUME_32BITUIDS]: Make code unconditional.
35246         [!__ASSUME_32BITUIDS]: Remove conditional code.
35247         * sysdeps/unix/sysv/linux/i386/msgctl.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/semctl.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/setegid.c: Do not include
35256         <kernel-features.h>.
35257         [__NR_setresgid] (__setresgid): Do not declare.
35258         [__ASSUME_32BITUIDS]: Make code unconditional.
35259         [!__ASSUME_32BITUIDS]: Remove conditional code.
35260         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
35261         <kernel-features.h>.
35262         [__NR_setresuid] (__setresuid): Do not declare.
35263         [__ASSUME_32BITUIDS]: Make code unconditional.
35264         [!__ASSUME_32BITUIDS]: Remove conditional code.
35265         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
35266         <kernel-features.h>.
35267         [__ASSUME_32BITUIDS]: Make code unconditional.
35268         [!__ASSUME_32BITUIDS]: Remove conditional code.
35269         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
35270         <kernel-features.h>.
35271         [__ASSUME_32BITUIDS]: Make code unconditional.
35272         [!__ASSUME_32BITUIDS]: Remove conditional code.
35273         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
35274         <kernel-features.h>.
35275         [__ASSUME_32BITUIDS]: Make code unconditional.
35276         [!__ASSUME_32BITUIDS]: Remove conditional code.
35277         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
35278         <kernel-features.h>.
35279         [__ASSUME_32BITUIDS]: Make code unconditional.
35280         [!__ASSUME_32BITUIDS]: Remove conditional code.
35281         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
35282         <kernel-features.h>.
35283         [__ASSUME_32BITUIDS]: Make code unconditional.
35284         [!__ASSUME_32BITUIDS]: Remove conditional code.
35285         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
35286         <kernel-features.h>.
35287         [__ASSUME_32BITUIDS]: Make code unconditional.
35288         [!__ASSUME_32BITUIDS]: Remove conditional code.
35289         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
35290         <kernel-features.h>.
35291         [__ASSUME_32BITUIDS]: Make code unconditional.
35292         [!__ASSUME_32BITUIDS]: Remove conditional code.
35293         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
35294         <kernel-features.h>.
35295         [__ASSUME_32BITUIDS]: Make code unconditional.
35296         [!__ASSUME_32BITUIDS]: Remove conditional code.
35297         * sysdeps/unix/sysv/linux/i386/setuid.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/shmctl.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/kernel-features.h
35306         (__ASSUME_SETRESUID_SYSCALL): Remove.
35307         (__ASSUME_SETRESGID_SYSCALL): Likewise.
35308         (__ASSUME_32BITUIDS): Likewise.
35309         (__ASSUME_LDT_WORKS): Likewise.
35310         (__ASSUME_O_DIRECTORY): Likewise.
35311         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
35312         architecture but not kernel version.
35313         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
35314         (__ASSUME_MMAP2_SYSCALL): Likewise.
35315         (__ASSUME_STAT64_SYSCALL): Likewise.
35316         (__ASSUME_IPC64): Likewise.
35317         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
35318         <kernel-features.h>.
35319         [__ASSUME_32BITUIDS]: Make code unconditional.
35320         [!__ASSUME_32BITUIDS]: Remove conditional code.
35321         * sysdeps/unix/sysv/linux/opendir.c: Do not include
35322         <kernel-features.h>.
35323         [__ASSUME_O_DIRECTORY]: Make code unconditional.
35324         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
35325         132096]: Remove conditional code.
35326         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
35327         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
35328         <kernel-features.h>.
35329         [__ASSUME_32BITUIDS]: Make code unconditional.
35330         [!__ASSUME_32BITUIDS]: Remove conditional code.
35331         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
35332         <kernel-features.h>.
35333         [__ASSUME_32BITUIDS]: Make code unconditional.
35334         [!__ASSUME_32BITUIDS]: Remove conditional code.
35335         * sysdeps/unix/sysv/linux/setegid.c: Do not include
35336         <kernel-features.h>.
35337         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
35338         unconditional.
35339         (__setresgid): Do not declare.
35340         [__ASSUME_32BITUIDS]: Make code unconditional.
35341         [!__ASSUME_32BITUIDS]: Remove conditional code.
35342         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
35343         <kernel-features.h>.
35344         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
35345         unconditional.
35346         (__setresuid): Do not declare.
35347         [__ASSUME_32BITUIDS]: Make code unconditional.
35348         [!__ASSUME_32BITUIDS]: Remove conditional code.
35349         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
35350         <kernel-features.h>.
35351         [__ASSUME_32BITUIDS]: Make code unconditional.
35352         [!__ASSUME_32BITUIDS]: Remove conditional code.
35353         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
35354         <kernel-features.h>.
35355         [__ASSUME_32BITUIDS]: Make code unconditional.
35356         [!__ASSUME_32BITUIDS]: Remove conditional code.
35357
35358 2012-05-25  Richard Henderson  <rth@twiddle.net>
35359
35360         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
35361         dl_hwcap to ifunc resolver.
35362         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
35363         elf_ifunc_invoke.
35364         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
35365         dl_hwcap to ifunc resolver.
35366         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
35367
35368 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35369
35370         [BZ #14153]
35371         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
35372         for |x| <= 2**-26, not 2**-57.
35373         * math/libm-test.inc (acos_test): Do not allow spurious underflow
35374         exception.
35375
35376 2012-05-24  Jeff Law  <law@redhat.com>
35377
35378         * stdio-common/Makefile (tests): Add bug25.
35379         * stdio-common/bug25.c: New test.
35380
35381 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35382
35383         [BZ #13576]
35384         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
35385         multiple of MALLOC_ALIGNMENT in size.
35386         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
35387
35388 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35389
35390         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
35391         Require >= 256.
35392         (FILENAME_MAX): Use macro-int-constant.
35393         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
35394         (_IOFBF): Use macro-int-constant.
35395         (_IOLBF): Likewise.
35396         (_IONBF): Likewise.
35397         (SEEK_CUR): Likewise.
35398         (SEEK_END): Likewise.
35399         (SEEK_SET): Likewise.
35400         (TMP_MAX): Likewise.
35401         (EOF): Use macro-int-constant.  Require < 0.
35402         (NULL): Use macro-constant.  Require == 0.
35403         (stdin): Require type to be FILE *.
35404         (stdout): Likewise.
35405         (stderr): Likewise.
35406         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
35407         macro-int-constant.
35408         (EXIT_SUCCESS): Likewise.
35409         (NULL): Use macro-constant.  Require == 0.
35410         (RAND_MAX): Use macro-int-constant.
35411         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
35412         [C99-based standards] (strtof): Require function.
35413         [C99-based standards] (strtold): Likewise.
35414         [C99-based standards] (strtoll): Likewise.
35415         [C99-based standards] (strtoull): Likewise.
35416         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
35417         [ISO || ISO99 || ISO11] (limits.h): Likewise.
35418         [ISO || ISO99 || ISO11] (math.h): Likewise.
35419         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
35420         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
35421         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35422
35423 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
35424
35425         [BZ #14132]
35426         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
35427         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
35428         * intl/dgettext.c (DCGETTEXT): Likewise.
35429         * intl/gettext.c (DCGETTEXT): Likewise.
35430         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
35431         * posix/regex_internal.h (gettext): Likewise.
35432         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
35433         Remove declaration.
35434         * include/argz.h (__argz_count_internal)
35435         (__argz_stringify_internal): Remove declaration.
35436         (__argz_count, __argz_stringify): Declare hidden proto.
35437         * intl/dcgettext.c: Remove use of INTDEF.
35438         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
35439         * string/argz-stringify.c: Likewise.
35440         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35441         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35442         Declare hidden proto.
35443         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35444         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35445         Declare hidden proto.
35446         * include/stdio.h (__asprintf_internal): Don't declare.
35447         (__asprintf): Don't define as macro.  Declare hidden proto.
35448         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
35449         (__fsetlocking): Declare hidden proto.
35450         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
35451         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
35452         hidden proto.
35453         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
35454         (_IO_setlinebuf): Remove use of INTUSE.
35455         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
35456         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
35457         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
35458         Remove declaration.
35459         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
35460         (_IO_do_flush): Remove use of INTUSE.
35461         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
35462         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
35463         (_IO_adjust_column, _IO_least_wmarker)
35464         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
35465         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
35466         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
35467         (_IO_default_doallocate, _IO_wdefault_doallocate)
35468         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
35469         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
35470         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
35471         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
35472         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
35473         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
35474         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
35475         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
35476         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
35477         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
35478         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
35479         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
35480         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
35481         proto.
35482         (_IO_flush_all_internal, _IO_adjust_column_internal)
35483         (_IO_default_uflow_internal, _IO_default_finish_internal)
35484         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
35485         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
35486         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
35487         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
35488         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
35489         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
35490         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
35491         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
35492         (_IO_file_close_internal, _IO_file_close_it_internal)
35493         (_IO_file_underflow_internal, _IO_file_overflow_internal)
35494         (_IO_file_init_internal, _IO_file_attach_internal)
35495         (_IO_file_fopen_internal, _IO_file_read_internal)
35496         (_IO_file_sync_internal, _IO_file_seek_internal)
35497         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
35498         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
35499         (_IO_str_underflow_internal, _IO_str_overflow_internal)
35500         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
35501         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
35502         (_IO_list_all_internal, _IO_link_in_internal)
35503         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
35504         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
35505         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
35506         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
35507         (_IO_do_write_internal, _IO_padn_internal)
35508         (_IO_getline_info_internal, _IO_getline_internal)
35509         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
35510         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
35511         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
35512         (_IO_vfscanf_internal, _IO_vfprintf_internal)
35513         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
35514         (_IO_init_internal, _IO_un_link_internal): Don't declare.
35515         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
35516         with libc_hidden_ver, remove use of INTUSE.
35517         * libio/genops.c: Likewise.
35518         * libio/freopen.c: Likewise.
35519         * libio/freopen64.c: Likewise.
35520         * libio/iofclose.c: Likewise.
35521         * libio/iofdopen.c: Likewise.
35522         * libio/iofflush.c: Likewise.
35523         * libio/iofflush_u.c: Likewise.
35524         * libio/iofgets.c: Likewise.
35525         * libio/iofgets_u.c: Likewise.
35526         * libio/iofopen.c: Likewise.
35527         * libio/iofopncook.c: Likewise.
35528         * libio/iofread.c: Likewise.
35529         * libio/iofread_u.c: Likewise.
35530         * libio/ioftell.c: Likewise.
35531         * libio/iofwrite.c: Likewise.
35532         * libio/iogetline.c: Likewise.
35533         * libio/iogets.c: Likewise.
35534         * libio/iogetwline.c: Likewise.
35535         * libio/iopadn.c: Likewise.
35536         * libio/iopopen.c: Likewise.
35537         * libio/ioseekoff.c: Likewise.
35538         * libio/ioseekpos.c: Likewise.
35539         * libio/iosetbuffer.c: Likewise.
35540         * libio/iosetvbuf.c: Likewise.
35541         * libio/ioungetc.c: Likewise.
35542         * libio/ioungetwc.c: Likewise.
35543         * libio/iovdprintf.c: Likewise.
35544         * libio/iovsprintf.c: Likewise.
35545         * libio/iovsscanf.c: Likewise.
35546         * libio/memstream.c: Likewise.
35547         * libio/obprintf.c: Likewise.
35548         * libio/oldfileops.c: Likewise.
35549         * libio/oldiofclose.c: Likewise.
35550         * libio/oldiofdopen.c: Likewise.
35551         * libio/oldiofopen.c: Likewise.
35552         * libio/oldiopopen.c: Likewise.
35553         * libio/oldstdfiles.c: Likewise.
35554         * libio/putc.c: Likewise.
35555         * libio/setbuf.c: Likewise.
35556         * libio/setlinebuf.c: Likewise.
35557         * libio/stdfiles.c: Likewise.
35558         * libio/strops.c: Likewise.
35559         * libio/vasprintf.c: Likewise.
35560         * libio/vscanf.c: Likewise.
35561         * libio/vsnprintf.c: Likewise.
35562         * libio/vswprintf.c: Likewise.
35563         * libio/wfiledoalloc.c: Likewise.
35564         * libio/wfileops.c: Likewise.
35565         * libio/wgenops.c: Likewise.
35566         * libio/wmemstream.c: Likewise.
35567         * libio/wstrops.c: Likewise.
35568         * libio/__fpurge.c: Likewise.
35569         * libio/__fsetlocking.c: Likewise.
35570         * assert/assert.c: Likewise.
35571         * debug/fgets_chk.c: Likewise.
35572         * debug/fgets_u_chk.c: Likewise.
35573         * debug/fread_chk.c: Likewise.
35574         * debug/fread_u_chk.c: Likewise.
35575         * debug/gets_chk.c: Likewise.
35576         * debug/obprintf_chk.c: Likewise.
35577         * debug/vasprintf_chk.c: Likewise.
35578         * debug/vdprintf_chk.c: Likewise.
35579         * debug/vsnprintf_chk.c: Likewise.
35580         * debug/vsprintf_chk.c: Likewise.
35581         * malloc/mtrace.c: Likewise.
35582         * misc/error.c: Likewise.
35583         * misc/syslog.c: Likewise.
35584         * stdio-common/asprintf.c: Likewise.
35585         * stdio-common/fxprintf.c: Likewise.
35586         * stdio-common/getw.c: Likewise.
35587         * stdio-common/isoc99_fscanf.c: Likewise.
35588         * stdio-common/isoc99_scanf.c: Likewise.
35589         * stdio-common/isoc99_vfscanf.c: Likewise.
35590         * stdio-common/isoc99_vscanf.c: Likewise.
35591         * stdio-common/isoc99_vsscanf.c: Likewise.
35592         * stdio-common/printf-prs.c: Likewise.
35593         * stdio-common/printf_fp.c: Likewise.
35594         * stdio-common/printf_fphex.c: Likewise.
35595         * stdio-common/printf_size.c: Likewise.
35596         * stdio-common/putw.c: Likewise.
35597         * stdio-common/scanf.c: Likewise.
35598         * stdio-common/sprintf.c: Likewise.
35599         * stdio-common/tmpfile.c: Likewise.
35600         * stdio-common/vfprintf.c: Likewise.
35601         * stdio-common/vfscanf.c: Likewise.
35602         * stdlib/strfmon_l.c: Likewise.
35603         * sunrpc/openchild.c: Likewise.
35604         * sunrpc/xdr_stdio.c: Likewise.
35605         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
35606         * sysdeps/mach/hurd/tmpfile.c: Likewise.
35607
35608 2012-05-24  Roland McGrath  <roland@hack.frob.com>
35609
35610         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35611
35612         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
35613         in the third column, to generate for the shared library an IFUNC
35614         that uses _dl_vdso_vsym.
35615         * Makerules (COMPILE.c, compile-stdin.c): New variables.
35616         * Makeconfig (object-suffixes-noshared): New variable.
35617
35618         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
35619         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
35620         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
35621         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
35622
35623         [BZ #14132]
35624         * include/sys/time.h (__gettimeofday): Remove macro.
35625         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
35626         * time/gettimeofday.c (__gettimeofday): Remove #undef.
35627         Remove INTDEF.
35628         (__gettimeofday): Add libc_hidden_def.
35629         (gettimeofday): Add libc_hidden_weak.
35630         * sysdeps/mach/gettimeofday.c: Likewise.
35631         * sysdeps/posix/gettimeofday.c: Likewise.
35632         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
35633         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
35634         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
35635         (__gettimeofday_internal): Remove strong_alias.
35636         (__gettimeofday): Add libc_hidden_def.
35637         (gettimeofday): Add libc_hidden_weak.
35638         * sysdeps/unix/syscalls.list (gettimeofday):
35639         Remove __gettimeofday_internal alias.
35640
35641 2012-05-24  Daniel Jacobowitz  <drow@false.org>
35642             H.J. Lu  <hongjiu.lu@intel.com>
35643
35644         [BZ #12495]
35645         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
35646         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
35647         (largebin_index_32_big): New.
35648         (largebin_index): Use it for 16-byte alignment.
35649         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
35650         correction with front_misalign.
35651
35652 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35653
35654         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
35655         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
35656         Likewise.
35657         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
35658         Likewise.
35659         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
35660         Likewise.
35661         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
35662         Likewise.
35663         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
35664         Likewise.
35665         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
35666         Likewise.
35667         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
35668         Likewise.
35669         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
35670         Likewise.
35671         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
35672         Likewise.
35673         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
35674         Likewise.
35675         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
35676         Likewise.
35677         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
35678         Likewise.
35679
35680         * scripts/data/c++-types-x32-linux-gnu.data: New file.
35681         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
35682
35683 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35684
35685         [BZ #10846]
35686         [BZ #14036]
35687         * math/libm-test.inc (exp_test): Add test from bug 14036.
35688         (pow_test): Add test from bug 10846.
35689
35690         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
35691         and other flags.
35692         (special_function): Do not include flags in test name.
35693         (parse_args): Likewise.
35694         * sysdeps/i386/fpu/libm-test-ulps: Update.
35695         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
35696         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
35697         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
35698         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35699
35700         * math/gen-libm-test.pl (%beautify): Add entries for underflow
35701         exceptions.
35702         * math/libm-test.inc ("Philosophy"): Update comment about
35703         exception testing.
35704         (UNDERFLOW_EXCEPTION): New macro.
35705         (UNDERFLOW_EXCEPTION_OK): Likewise.
35706         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
35707         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
35708         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
35709         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
35710         (INVALID_EXCEPTION_OK): Update value.
35711         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
35712         (OVERFLOW_EXCEPTION_OK): Likewise.
35713         (IGNORE_ZERO_INF_SIGN): Likewise.
35714         (test_exceptions): Handle underflow exceptions.
35715         (acos_test): Update for underflow exception expectations.
35716         (cexp_test): Likewise.
35717         (clog_test): Likewise.
35718         (clog10_test): Likewise.
35719         (csqrt_test): Likewise.
35720         (ctan_test): Likewise.
35721         (ctanh_test): Likewise.
35722         (exp_test): Likewise.
35723         (exp10_test): Likewise.
35724         (exp2_test): Likewise.
35725         (expm1_test): Likewise.
35726         (fma_test): Likewise.
35727         (j0_test): Likewise.
35728         (jn_test): Likewise.
35729         (nexttoward_test): Likewise.
35730         (pow_test): Likewise.
35731         (scalbn_test): Likewise.
35732         (scalbln_test): Likewise.
35733         (tan_test): Likewise.
35734         (y1_test): Likewise.
35735         * sysdeps/i386/fpu/libm-test-ulps: Update.
35736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35737
35738 2012-05-23  David S. Miller  <davem@davemloft.net>
35739
35740         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35741         (__libc_sigaction): Remove unused local variables.
35742
35743 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35744
35745         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35746
35747 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
35748
35749         mktime: avoid signed integer overflow
35750         * time/mktime.c (__mktime_internal): Do not mishandle the case
35751         where diff == INT_MIN.
35752
35753         mktime: simplify computation of average
35754         * time/mktime.c (ranged_convert): Use new time_t_avg function
35755         instead of rolling our own (probably-slower) code.
35756
35757         mktime: do not assume signed right shift propagates sign bit
35758         * time/mktime.c (isdst_differ): New static function.
35759         (__mktime_internal): No need to normalize tm_isdst now.
35760         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35761         tm_isdst values.
35762
35763         mktime: merge another wrapv change from gnulib
35764         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35765         from some compilers.
35766
35767         mktime: remove incorrect attempt at unusual arithmetics
35768         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35769         The code didn't really work on such machines anyway.
35770         (TYPE_MINIMUM): Assume two's complement.
35771         (twos_complement_arithmetic): Verify that long_int and time_t
35772         are two's complement (or unsigned, in the latter case).
35773
35774         mktime: check signed shifts on long_int and time_t, too
35775         * time/mktime.c (SHR): Check that shifts work as desired
35776         on the types long_int and time_t too, as SHR is used on
35777         such types.
35778
35779         mktime: do not assume 'long' is wide enough
35780         * time/mktime.c (verify): Move decl up.
35781         (long_int): New type.
35782         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35783         to remove assumption in the code that 'long' is wide enough to
35784         store year values.  This assumption is not true on x32 and on
35785         some non-glibc platforms.
35786
35787         mktime: merge wrapv change from gnulib
35788         * time/mktime.c (WRAPV): New macro.
35789         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35790         (guess_time_tm, __mktime_internal): Do not assume that signed
35791         integer overflow wraps around; modern compilers generate code
35792         where this assumption is no longer valid.
35793
35794 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35795
35796         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35797         Replace "jmp L(pseudo_end)" with "ret".
35798         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35799         Likewise.
35800
35801 2012-05-23  Andreas Jaeger  <aj@suse.de>
35802
35803         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35804         * sysdeps/unix/sysv/linux/poll.c: Remove file.
35805
35806 2012-05-23  Andreas Jaeger  <aj@suse.de>
35807             Maximilian Attems  <max@stro.at>
35808
35809         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35810         New macros.
35811
35812 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35813
35814         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35815         code so that pseudo_end is just ret and the stack pointer is
35816         correct also for static library in error case.
35817
35818 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
35819
35820         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35821         move to syscalls.list.
35822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35826
35827         * manual/install.texi (Running make install): Do not mention Linux
35828         kernel version for which pt_chown is not needed.
35829         (Linux): Do not mention problems with nscd with 2.0 kernels.
35830         * INSTALL: Regenerated.
35831
35832 2012-05-23  Andreas Jaeger  <aj@suse.de>
35833
35834         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35835         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35836         macro.
35837         * sysdeps/unix/sysv/linux/s390/bits/mman.h
35838         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35839         * sysdeps/unix/sysv/linux/sh/bits/mman.h
35840         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35841         * sysdeps/unix/sysv/linux/i386/bits/mman.h
35842         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35843         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35844         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35845         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35846         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35847         * sysdeps/unix/sysv/linux/bits/in.h
35848         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35849
35850 2012-05-22  Roland McGrath  <roland@hack.frob.com>
35851
35852         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35853         (PREPARE_VERSION): Just use assert instead, it will be elided
35854         under [NDEBUG] anyway.
35855
35856 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35857
35858         * sysdeps/unix/sysv/linux/Makefile: Include
35859         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
35860         (sysdep_routines): Remove sysctl.
35861         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
35862         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
35863         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
35864         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
35865         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
35866
35867 2012-05-22  Andreas Jaeger  <aj@suse.de>
35868
35869         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
35870         that pseudo_end is just ret and the stack pointer is correct also
35871         for static library in error case.
35872
35873 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
35874
35875         [BZ #14122]
35876         * nss/nsswitch.c (defconfig_entries): New variable.
35877         (__nss_database_lookup): Don't leak defconfig entries.
35878         (nss_parse_service_list): Don't leak on error paths.
35879         (free_database_entries): New function.
35880         (free_defconfig): New function.
35881         (free_mem): Move common code to free_database_entries.
35882
35883 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35884
35885         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
35886         Add arch_prctl.
35887         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
35888
35889         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
35890         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
35891         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
35892         New macro.
35893         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
35894         (INTERNAL_SYSCALL_TYPES): Likewise.
35895         (LOAD_ARGS_TYPES_[1-6]): Likewise.
35896         (LOAD_REGS_TYPES_[1-6]): Likewise.
35897         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
35898         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
35899
35900 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35901
35902         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
35903         copysignl for GLIBC_2_0.
35904         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
35905         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
35906         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
35907         logbl for GLIBC_2_0.
35908         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
35909         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
35910
35911 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35912
35913         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
35914         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35915
35916         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35917         Use "neg %eax".
35918
35919         * time/mktime.c: Update copyright years.
35920
35921 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
35922
35923         mktime: merge comment-quoting-style change from gnulib
35924         * time/mktime.c: Quote 'like this' in comments.
35925         The GNU coding standards suggest that we no longer quote `like this',
35926         as "`" and "'" are typically rendered asymmetrically nowadays.
35927         The typical gnulib style is to quote 'like this' when quoting
35928         code, and "like this" when quoting English.
35929
35930         * time/mktime.c (compile-command): Add "-I.".
35931
35932         mktime: merge mktime-internal.h change from gnulib
35933         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
35934
35935         mktime: merge time_r change from gnulib
35936         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
35937
35938         mktime: merge DEBUG change from gnulib
35939         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
35940         case system <time.h> has a #define.
35941
35942         mktime: merge <sys/types.h> change from gnulib
35943         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
35944         since <time.t> is now guaranteed to define time_t.
35945
35946         mktime: merge HAVE_CONFIG_H change from gnulib
35947         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
35948
35949 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35950
35951         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35952         Use "neg %eax".
35953
35954         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
35955         __rlim_t cast.
35956         (struct rusage): Use anonymous union to pad each field to
35957         __syscall_slong_t.
35958
35959 2012-05-21  David S. Miller  <davem@davemloft.net>
35960
35961         * Makefules (o-iterator): Remove .s cases.
35962         (compile-command.s): Delete.
35963         (COMPILE.s): Delete.
35964         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
35965
35966 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
35967
35968         * configure.in (libc_cv_predef_stack_protector): Only consider
35969         "foobar" and "__stack_chk_fail" lines in libc_undefs.
35970         * configure: Regenerated.
35971
35972 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35973
35974         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35975         New macro.  Use R*LP on int and pointer.
35976         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
35977         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
35978         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
35979         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
35980
35981         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
35982         [__WORDSIZE_TIME64_COMPAT32] instead of
35983         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
35984         (struct utmp): Likewise.
35985         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
35986         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
35987         Renamed to ...
35988         (__WORDSIZE_TIME64_COMPAT32): This.
35989         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
35990         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
35991         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
35992         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
35993         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
35994         (__WORDSIZE_TIME64_COMPAT32): New macro.
35995
35996 2012-05-21  Andreas Jaeger  <aj@suse.de>
35997
35998         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
35999         only if [SHARED]. Add prototype for __wcschr_ia32.
36000
36001 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36002
36003         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
36004         of %rbp unmolested in the jmp_buf while mangling the low bits.
36005         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
36006         unmolested high bits of %rbp while demangling the low bits.
36007         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
36008
36009 2012-05-21  Andreas Jaeger  <aj@suse.de>
36010
36011         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
36012         * sunrpc/svc_simple.c: Use it for registerrpc.
36013         * sunrpc/xcrypt.c: Use it for passwd2des.
36014
36015         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
36016
36017 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36018
36019         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
36020         Don't define if [__SYSCALL_WORDSIZE != 32].
36021         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
36022         New macro.
36023
36024 2012-05-21  Bruno Haible  <bruno@clisp.org>
36025             Andreas Jaeger  <aj@suse.de>
36026
36027         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
36028         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
36029         inptr and inend for must_buffer_ch.
36030         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
36031         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
36032         * stdio-common/Makefile (tests): Remove bug15.
36033         (bug15-ENV): Remove macro.
36034         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
36035         anymore.
36036
36037 2012-05-19  Andreas Jaeger  <aj@suse.de>
36038             Roland McGrath  <roland@hack.frob.com>
36039
36040         * manual/contrib.texi: Completely rewritten. It contains now an
36041         alphabetical list of contributors and their contributions.
36042
36043 2012-05-21  Richard Henderson  <rth@twiddle.net>
36044
36045         * misc/getauxval.c (__getauxval): Use unsigned long int.
36046         * misc/sys/auxv.h: Include <sys/cdefs.h>.
36047         (getauxval): Use unsigned long int.
36048
36049 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36050
36051         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36052
36053 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36054
36055         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
36056         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
36057         __alignof__ (long double).
36058
36059 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36060
36061         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36062
36063 2012-05-20  Richard Henderson  <rth@twiddle.net>
36064
36065         * misc/getauxval.c: New file.
36066         * misc/sys/auxv.h: New file.
36067         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
36068         (routines): Add getauxval.
36069         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
36070         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
36071         * elf/dl-sysdep.c (_dl_auxv): Remove.
36072         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
36073         * elf/dl-support.c (_dl_auxv): New variable.
36074         (_dl_aux_init): Initialize it.
36075         * manual/startup.texi (Auxiliary Vector): New node.
36076         * sysdeps/generic/bits/hwcap.h: New file.
36077         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
36078         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
36079         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
36080         * sysdeps/sparc/sysdep.h: ... here.  Include it.
36081         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
36082         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
36083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36084         Update.
36085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
36086         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
36087         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
36088         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
36089         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36090         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36091         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
36092         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
36093
36094 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36095
36096         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36097
36098 2012-05-19  David S. Miller  <davem@davemloft.net>
36099
36100         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36101
36102 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36103
36104         [BZ #14123]
36105         * math/s_ccosh.c: Include <float.h>
36106         (__ccosh): Avoid internal overflow calculating sinh and cosh
36107         values before multiplying by sin and cos values.
36108         * math/s_ccoshf.c: Likewise.
36109         * math/s_ccoshl.c: Likewise.
36110         * math/s_csin.c: Likewise.
36111         * math/s_csinf.c: Likewise.
36112         * math/s_csinl.c: Likewise.
36113         * math/s_csinh.c: Likewise.
36114         * math/s_csinhf.c: Likewise.
36115         * math/s_csinhl.c: Likewise.
36116         * math/libm-test.inc (ccos_test): Add more tests.
36117         (ccosh_test): Likewise.
36118         (csin_test): Likewise.
36119         (csinh_test): Likewise.
36120         * sysdeps/i386/fpu/libm-test-ulps: Update.
36121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36122
36123 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
36124
36125         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
36126         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
36127
36128         * sysdeps/x86_64/x32/_itoa.h: Add comment.
36129
36130 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36131
36132         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
36133         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
36134         * sysdeps/powerpc/soft-fp/Versions: Likewise.
36135         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
36136         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
36137         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
36138         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
36139         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
36140         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
36141         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
36142         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
36143         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
36144         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
36145         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
36146         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
36147         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
36148         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
36149         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
36150         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
36151         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
36152         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
36153         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
36154         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
36155         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
36156         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
36157         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
36158         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
36159         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
36160         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
36161         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
36162         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
36163
36164 2012-05-18  Andreas Jaeger  <aj@suse.de>
36165
36166         * csu/.gitignore: Delete.
36167
36168 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36169
36170         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
36171         (timex): Use __syscall_slong_t.
36172
36173 2012-05-18  Andreas Jaeger  <aj@suse.de>
36174             Carlos O'Donell  <carlos_odonell@mentor.com>
36175
36176         * manual/install.texi (Configuring and compiling): Update
36177         description about files modified in the source directory.
36178         * INSTALL: Regenerated.
36179
36180 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36181
36182         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
36183         value.  Use "or" to set return value to -1.
36184         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
36185         negate return value.
36186
36187 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36188
36189         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
36190         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
36191         failure if the compiler has Graphite support disabled.
36192         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
36193         Likewise.
36194         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
36195         (CFLAGS-memmove.c): Likewise.
36196         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
36197         Likewise.
36198
36199 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36200
36201         * sysdeps/x86_64/x32/_itoa.h: New file.
36202
36203         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
36204         getdents system call only if kernel and user dirents have the
36205         same d_ino and d_off.
36206
36207         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
36208         LLONG_MAX != LONG_MAX.
36209         (_itoa_word): Use _ITOA_WORD_TYPE on value.
36210         (_fitoa_word): Likewise.
36211
36212         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
36213         years.
36214         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
36215         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
36216         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
36217
36218         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
36219         include <bits/wordsize.h>.  Check __x86_64__ instead of
36220         __WORDSIZE.
36221         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
36222         if __x86_64__ is defined.  Use anonymous union on fpstate.
36223
36224         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
36225         anonymous union.
36226
36227 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
36228
36229         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
36230         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
36231         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
36232         Refer to _rtld_local_ro instead of _rtld_global_ro.
36233         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
36234         Likewise.
36235         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
36236         Likewise.
36237         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
36238         Likewise.
36239         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
36240         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
36241         of _rtld_global, and rtld_progname instead of _dl_argv[0].
36242
36243         * sysdeps/powerpc/powerpc32/dl-machine.c
36244         (__elf_machine_runtime_setup) [PROF]: Don't reference
36245         _dl_prof_resolve.
36246
36247 2012-05-18  Andreas Jaeger  <aj@suse.de>
36248
36249         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
36250         function only available for GCCs before 3.4 since GCC 3.4
36251         introduced a builtin.
36252         (lrint): Likewise.
36253         (llrintf): Likewise.
36254         (llrint): Likewise.
36255         (fmaxf): Likewise.
36256         (fmax): Likewise.
36257         (fminf): Likewise.
36258         (fmin): Likewise.
36259         (rint): Likewise.
36260         (rintf): Likewise.
36261         (nearbyint): Likewise.
36262         (nearbyintf): Likewise.
36263         (ceil): Likewise.
36264         (ceilf): Likewise.
36265         (floor): Likewise.
36266         (floorf): Likewise.
36267
36268 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36269
36270         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
36271         on both fields and cast pointer to __syscall_ulong_t.
36272
36273         * bits/types.h (__fsword_t): New type.
36274         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
36275         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
36276         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36277         (__FSWORD_T_TYPE): Likewise.
36278         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36279         (__FSWORD_T_TYPE): Likewise.
36280         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36281         (__FSWORD_T_TYPE): Likewise.
36282         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
36283         (__FSWORD_T_TYPE): Likewise.
36284         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
36285         __SWORD_TYPE with __fsword_t.
36286         (statfs64): Likewise.
36287
36288 2012-05-17  David S. Miller  <davem@davemloft.net>
36289
36290         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
36291
36292 2012-05-17  Andreas Jaeger  <aj@suse.de>
36293
36294         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
36295         warning.
36296
36297 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36298
36299         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
36300
36301 2012-05-17  Andreas Jaeger  <aj@suse.de>
36302
36303         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
36304         when it is used.
36305
36306 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36307
36308         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
36309
36310 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36311
36312         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
36313         * sysdeps/x86_64/tst-mallocalign1.c: New file.
36314
36315 2012-05-17  Andreas Jaeger  <aj@suse.de>
36316             Carlos O'Donell  <carlos_odonell@mentor.com>
36317
36318         [BZ #14059]
36319         * sysdeps/x86_64/multiarch/init-arch.h
36320         (bit_YMM_Usable): Rename to...
36321         (bit_AVX_Usable): ... this.
36322         (bit_FMA4_Usable): New macro.
36323         (bit_XMM_state): New macro.
36324         (bit_YMM_state): New macro.
36325         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
36326         [__ASSEMBLER__] (index_AVX_Usable): ... this.
36327         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
36328         (CPUID_OSXSAVE): New macro.
36329         (CPUID_AVX): New macro.
36330         (CPUID_FMA4): New macro.
36331         (index_YMM_Usable): Rename to...
36332         (index_AVX_Usable): ... this.
36333         (HAS_AVX): Use HAS_ARCH_FEATURE.
36334         (HAS_FMA4): Likewise.
36335         (HAS_YMM_USABLE): Remove.
36336         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36337         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
36338         are present.
36339         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
36340         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
36341         * sysdeps/x86_64/multiarch/Makefile: Likewise.
36342         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
36343         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
36344
36345 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36346
36347         * math/libm-test.c: Support platforms without multiple rounding modes.
36348         * math/bug-nextafter.c: Support platforms without FP exceptions.
36349         * math/bug-nexttoward.c: Likewise.
36350         * math/test-fenv.c: Likewise.
36351         * math/test-misc.c: Likewise.
36352         * stdlib/bug-getcontext.c: Likewise.
36353
36354 2012-05-17  Andreas Jaeger  <aj@suse.de>
36355
36356         * manual/examples/search.c (critter_cmp): Change signature to
36357         avoid warnings.
36358         * manual/string.texi (Collation Functions): Likewise.
36359
36360 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36361
36362         * bits/types.h: Fold copyright years.
36363         * bits/typesizes.h: Likewise.
36364         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
36365         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
36366         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
36367         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
36368         * time/time.h: Likewise.
36369
36370 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
36371
36372         [BZ #208]
36373         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
36374         in instead of returning them.  Return void.
36375         (__libc_mallinfo): Accumulate over all arenas.
36376         (__malloc_stats): Adjust for change in int_mallinfo interface.
36377
36378 2012-05-16  Roland McGrath  <roland@hack.frob.com>
36379
36380         [BZ #10375]
36381         * configure.in (NM): Add AC_CHECK_TOOL for it.
36382         (libc_extra_cflags): New substituted variable.
36383         Check for -fstack-protector being used implicitly.
36384         * configure: Regenerated.
36385         * config.make.in (config-extra-cflags): New variable,
36386         gets @libc_extra_cflags@.
36387         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
36388
36389         [BZ #10375]
36390         * configure.in: Check for _FORTIFY_SOURCE being predefined.
36391         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
36392         * configure: Regenerated.
36393         * config.make.in (CPPUNDEFS): New substituted variable.
36394         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
36395         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
36396         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
36397
36398 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36399
36400         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
36401         (mq_attr): Use __syscall_slong_t.
36402
36403 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36404
36405         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
36406         Check __x86_64__ instead of __WORDSIZE.
36407         (_STAT_VER_LINUX): Likewise.
36408         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
36409         __syscall_ulong_t and __syscall_slong_t.
36410         (stat64): Likewise.
36411
36412 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36413
36414         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
36415
36416 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36417
36418         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
36419
36420 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36421
36422         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
36423         __syscall_ulong_t.
36424
36425         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
36426         include <bits/wordsize.h>.  Check __x86_64__ instead of
36427         __WORDSIZE.
36428         (greg_t): Use "__extension__ long long int" if __x86_64__ is
36429         defined.
36430         (mcontext_t): Replace "unsigned long" with "unsigned long long".
36431
36432         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
36433         include <bits/wordsize.h>.  Check __x86_64__ instead of
36434         __WORDSIZE.
36435         (user_regs_struct): Use "__extension__ unsigned long long"
36436         instead of "unsigned long" if __x86_64__ is defined.
36437         (user): Likewise.  Pad after pointer field if __ILP32__ is
36438         defined.
36439
36440 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
36441
36442         * configure.in (makeinfo): Require version 4.5 or later.  Allow
36443         versions 5 to 9.
36444         * configure: Regenerated.
36445         * manual/install.texi (texinfo): Increase version requirement to
36446         4.5 or later.
36447         * INSTALL: Regenerated.
36448
36449         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
36450
36451 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36452
36453         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
36454
36455         * sysdeps/x86_64/x32/ffs.c: New file.
36456
36457         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
36458         __syscall_ulong_t.
36459         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
36460         defined.  Use __syscall_ulong_t.
36461         (shminfo): Use __syscall_ulong_t.
36462         (shm_info): Likewise.
36463
36464         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
36465         __syscall_ulong_t.
36466
36467         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
36468         <bits/wordsize.h>.
36469         (msgqnum_t): Use __syscall_ulong_t.
36470         (msglen_t): Likewise.
36471         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
36472         __syscall_ulong_t.
36473
36474         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
36475         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36476
36477         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
36478
36479         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
36480         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
36481
36482         * sysvipc/sys/msg.h (msgbuf): Replace long int with
36483         __syscall_slong_t.
36484
36485         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
36486         include <bits/wordsize.h>.  Check __x86_64__ instead of
36487         __WORDSIZE.
36488
36489         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
36490         "unsigned long long int" if __x86_64__ is defined.
36491         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
36492
36493         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
36494         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36495         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
36496
36497         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
36498         <stdint.h>.
36499         (GET_PC): Cast to uintptr_t first.
36500         (GET_FRAME): Likewise.
36501         (GET_STACK): Likewise.
36502
36503         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
36504         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
36505         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
36506         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
36507         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
36508         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
36509         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
36510         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
36511         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
36512         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
36513         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
36514         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
36515         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36516         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
36517         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
36518         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
36519         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
36520         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
36521         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
36522         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
36523         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
36524         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
36525         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
36526         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
36527         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
36528         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
36529         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
36530         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
36531         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
36532
36533 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
36534
36535         * Makerules (+depfiles): Also collect depfiles from .oS in
36536         $(extra-objs).
36537         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
36538         .oS, $(libnldbl-routines)).
36539
36540         * Makerules (native-compile-mkdep-flags): Define.
36541         * sunrpc/Makefile (extra-objs): Add $(addprefix
36542         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
36543         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
36544         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
36545         calling $(make-target-directory).
36546
36547 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36548
36549         * bits/types.h (__snseconds_t): Removed.
36550         * time/time.h (struct timespec): Replace __snseconds_t with
36551         __syscall_slong_t.
36552         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
36553         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
36554         Likewise.
36555         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36556         (__SNSECONDS_T_TYPE): Likewise.
36557         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36558         (__SNSECONDS_T_TYPE): Likewise.
36559         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36560         (__SNSECONDS_T_TYPE): Likewise.
36561
36562 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36563
36564         * sysdeps/mach/hurd/bits/typesizes.h
36565         (__SYSCALL_SLONG_TYPE): New macro.
36566         (__SYSCALL_ULONG_TYPE): Likewise.
36567
36568 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36569
36570         * bits/types.h (__syscall_slong_t): New type.
36571         (__syscall_ulong_t): Likewise.
36572
36573         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
36574         (__SYSCALL_ULONG_TYPE): Likewise.
36575         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36576         (__SYSCALL_SLONG_TYPE): Likewise.
36577         (__SYSCALL_ULONG_TYPE): Likewise.
36578         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36579         (__SYSCALL_SLONG_TYPE): Likewise.
36580         (__SYSCALL_ULONG_TYPE): Likewise.
36581         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36582         (__SYSCALL_SLONG_TYPE): Likewise.
36583         (__SYSCALL_ULONG_TYPE): Likewise.
36584
36585 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36586
36587         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
36588         Add sigaltstack-offsets.sym.
36589         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
36590         <sigaltstack-offsets.h>.
36591         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
36592         longjmp_msg pointer.
36593         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
36594         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
36595         signal stack.
36596         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
36597
36598 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36599
36600         * elf/stackguard-macros.h: Remove file.
36601         * sysdeps/generic/stackguard-macros.h: New file.
36602         * sysdeps/i386/stackguard-macros.h: Likewise.
36603         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
36604         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
36605         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
36606         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
36607         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
36608         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
36609         * sysdeps/x86_64/stackguard-macros.h: Likewise.
36610         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
36611         <elf/stackguard-macros.h>.
36612
36613         [BZ #14109]
36614         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
36615         __aligned__ in attribute.
36616         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
36617         (gregset_t): Likewise.
36618
36619 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36620
36621         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
36622         * sysdeps/x86_64/64/Implies-after: Here.  New file.
36623         * sysdeps/x86_64/x32/Implies-after: New file.
36624
36625 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36626
36627         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
36628         and access return value for _dl_profile_fixup.  Use R10_LP to
36629         load frame size.
36630
36631 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36632
36633         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
36634
36635 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36636
36637         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
36638         * sysdeps/x86_64/x32/sysdep.h: New file.
36639
36640 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36641
36642         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
36643         * sysdeps/x86_64/setjmp.S: Likewise.
36644
36645 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36646
36647         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
36648         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
36649         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
36650         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
36651         remove unused global constant.
36652
36653 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
36654
36655         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
36656         include of <not-cancel.h>.
36657
36658 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36659
36660         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
36661
36662 2012-05-15  Jeff Law  <law@redhat.com>
36663             Andreas Jaeger  <aj@suse.de>
36664
36665         [BZ #13594]
36666         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
36667         out from...
36668         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
36669         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
36670         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
36671         code changing __hst_map_handle.map.
36672
36673 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36674
36675         * configure.in (sysnames): Look for Implies-before and Implies-after
36676         files.
36677         * configure: Regenerated.
36678
36679 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36680
36681         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
36682         8-byte data alignment with LP_SIZE alignment.
36683
36684 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36685
36686         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
36687         into R10_LP.
36688
36689 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36690
36691         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
36692
36693 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36694
36695         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
36696         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
36697         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
36698         Likewise.
36699         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36700
36701 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36702
36703         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
36704         (stackinfo_sub_sp): Likewise.
36705
36706 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36707
36708         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
36709         RAX_LP.
36710
36711 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36712
36713         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
36714         into R*_LP.
36715
36716 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36717
36718         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36719         sizes into R*_LP.
36720
36721 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36722
36723         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36724
36725 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36726
36727         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36728         into R11_LP and load __x86_64_shared_cache_size_half into
36729         R8_LP.
36730
36731 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36732
36733         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36734         R8_LP.
36735
36736 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36737
36738         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36739         logb for POWER7.
36740         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36741         logbf for POWER7.
36742         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36743         logbl for POWER7.
36744         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36745         powerpc32/power7/fpu/s_logb.c via #include.
36746         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36747         powerpc32/power7/fpu/s_logbf.c via #include.
36748         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36749         powerpc32/power7/fpu/s_logbl.c via #include.
36750
36751 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36752
36753         * README.libm: Remove file.
36754
36755 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36756
36757         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36758         count for x32.  Use R*_LP and omit operand-size suffix.
36759
36760 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36761
36762         * shlib-versions: Move x86_64-.*-linux.* entries to ...
36763         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
36764         * sysdeps/x86_64/x32/shlib-versions: New file.
36765
36766 2012-05-14  Roland McGrath  <roland@hack.frob.com>
36767
36768         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36769         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36770         Use _dl_fatal_printf instead.
36771
36772 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36773
36774         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36775         set if not set by the user.  Do not allow for being unset.
36776         * sysdeps/unix/sysv/linux/configure: Regenerated.
36777
36778 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36779
36780         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36781         the `q' suffix from lea and replace .quad with ASM_ADDR.
36782
36783 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36784
36785         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36786         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
36787         instead of $17.
36788         (PTR_DEMANGLE): Likewise.
36789
36790 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36791
36792         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36793         (LP_OP): Likewise.
36794         (ASM_ADDR): Likewise.
36795         (RAX_LP): Likewise.
36796         (RBP_LP): Likewise.
36797         (RBX_LP): Likewise.
36798         (RCX_LP): Likewise.
36799         (RDI_LP): Likewise.
36800         (RSI_LP): Likewise.
36801         (RSP_LP): Likewise.
36802         (R8_LP): Likewise.
36803         (R9_LP): Likewise.
36804         (R10_LP): Likewise.
36805         (R10_LP): Likewise.
36806         (R11_LP): Likewise.
36807         (R12_LP): Likewise.
36808         (R13_LP): Likewise.
36809         (R14_LP): Likewise.
36810         (R15_LP): Likewise.
36811
36812 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36813
36814         * sysdeps/x86_64/x32/dl-machine.h: New file.
36815
36816 2012-05-14  Andreas Jaeger  <aj@suse.de>
36817
36818         * manual/Makefile (subdir): Remove export of subdir.
36819         (all): Remove target.
36820         (.PHONY): Remove all from list.
36821         (mkinstalldirs): Remove.
36822         (.PHONY): Remove installdirs from list.
36823         ($(inst_infodir)/libc.info): Use make-target-directory.
36824         (installdirs): Remove.
36825         (subdir_%): Remove.
36826         (glibc-targets): Remove.
36827         (lib): Remove.
36828         (stubs): Remove.
36829         ($(objpfx)stubs ../po/manual.pot): Remove.
36830         ($(objpfx)stamp%): Remove.
36831         (make-target-directory): Remove.
36832         (subdir_install): Remove.
36833         (routines): Remove.
36834         (aux): Remove.
36835         (sources): Remove.
36836         (objects): Remove.
36837         (headers): Remove.
36838
36839         [BZ #13750]
36840         * manual/.gitignore: Remove, it's not needed anymore.
36841         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36842         all files in it.
36843         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36844         directory.
36845         (texis): Renamed to $(objpfx)texis.
36846         (texis-path): New, contains path to generated files.
36847         (chapters.%): Use texis-path for complete path, add extra argument
36848         libc-texinfo.sh.
36849         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36850         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36851         (summary,texi, stamp-summary): Use complete path of
36852         files. Generate files in build dir.
36853         (dir-add.texi): Build in build dir.
36854         (libm-err.texi,stamp-libm-err): Likewise.
36855         (version.texi, stamp-version): Likewise.
36856         (.%c.texi): Likewise.
36857         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
36858         (mostlyclean): Remove target.
36859         (realclean): Remove target.
36860         (generated): Add new variable with contents from mostlyclean and
36861         realclean, remove entries duplicated in common-mostlyclean, add
36862         stamp-libm-err and stamp-version.
36863         (generated-dirs): Add libc directory.
36864         ($(inst_infodir)/libc.info): Install files from build dir.
36865
36866         * manual/install.texi (Configuring and compiling): Adjust since
36867         the info files are not part of the tar ball anymore.
36868
36869 2012-05-14  Andreas Jaeger  <aj@suse.de>
36870
36871         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
36872         variable.
36873
36874 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36875
36876         [BZ #13717]
36877         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
36878         to 2.2.0 where earlier.
36879         * sysdeps/unix/sysv/linux/configure: Regenerated.
36880         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
36881         Remove conditional code.
36882         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
36883         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
36884         Remove conditional code.
36885         [!__NR_lchown]: Likewise.
36886         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36887         [__NR_lchown]: Likewise.
36888         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
36889         comment referencing __ASSUME_LCHOWN_SYSCALL.
36890         * sysdeps/unix/sysv/linux/i386/sigaction.c
36891         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36892         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36893         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
36894         Remove conditional code.
36895         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
36896         (__protocol_available): Remove #if 0 code.
36897         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
36898         conditional code.
36899         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
36900         * sysdeps/unix/sysv/linux/kernel-features.h
36901         (__ASSUME_GETCWD_SYSCALL): Don't define.
36902         (__ASSUME_REALTIME_SIGNALS): Likewise.
36903         (__ASSUME_PREAD_SYSCALL): Likewise.
36904         (__ASSUME_PWRITE_SYSCALL): Likewise.
36905         (__ASSUME_POLL_SYSCALL): Likewise.
36906         (__ASSUME_LCHOWN_SYSCALL): Likewise.
36907         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
36908         non-SPARC.
36909         (__ASSUME_SIOCGIFNAME): Don't define.
36910         (__ASSUME_MSG_NOSIGNAL): Likewise.
36911         (__ASSUME_SENDFILE): Define unconditionally.
36912         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
36913         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
36914         conditional code.
36915         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
36916         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
36917         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36918         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36919         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
36920         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36921         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
36923         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36924         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
36926         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36927         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
36929         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36930         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
36932         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36933         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
36935         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36936         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
36938         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36939         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
36941         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36942         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
36944         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36945         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36946         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
36947         Remove conditional code.
36948         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36949         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36950         Remove conditional code.
36951         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36952         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
36953         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
36954         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36955         Remove conditional code.
36956         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36957         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
36958         Remove conditional code.
36959         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36960         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
36961         Remove conditional code.
36962         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36963         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36964         Remove conditional code.
36965         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36966         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36967         Remove conditional code.
36968         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36969         * sysdeps/unix/sysv/linux/sh/pwrite64.c
36970         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36971         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36972         * sysdeps/unix/sysv/linux/sigaction.c
36973         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36974         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36975         * sysdeps/unix/sysv/linux/sigpending.c
36976         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36977         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36978         * sysdeps/unix/sysv/linux/sigprocmask.c
36979         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36980         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36981         * sysdeps/unix/sysv/linux/sigsuspend.c
36982         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36983         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36984         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36985         (__libc_missing_rt_sigs): Remove.
36986         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
36987         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
36988         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
36989         Remove conditional code.
36990         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
36991         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
36992         return 1.
36993         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
36994         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
36995         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
36996         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
36997
36998 2012-05-14  Andreas Jaeger  <aj@suse.de>
36999
37000         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
37001         it's not used in glibc.
37002         (__coshm1): Likewise.
37003         (__acosh1p): Likewise.
37004         (__sgn): Likewise.
37005
37006         * manual/string.texi (Copying and Concatenation): Add missing
37007         variable in concat example.
37008         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
37009
37010 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37011
37012         [BZ #14103]
37013         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
37014         __builtin_clzl with __builtin_clzll.
37015
37016 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37017
37018         [BZ #14104]
37019         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
37020         libc_freeres_ptr.
37021
37022 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37023
37024         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
37025         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
37026         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
37027         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
37028
37029 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
37030
37031         * NEWS: Update ia64 info.
37032
37033 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
37034
37035         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
37036         used as bcopy.
37037
37038 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
37039
37040         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
37041         * sysdeps/unix/syscalls.list (dup3): Likewise.
37042         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
37043         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
37044
37045 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37046
37047         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
37048         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
37049
37050 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37051
37052         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
37053         thread pointer.
37054         (TLS_IE): Use mov/add instead of movq/addq to load thread
37055         pointer.
37056         (TLS_GD_PREFIX): New.
37057         (TLS_GD): Use it.
37058
37059 2012-05-11  David S. Miller  <davem@davemloft.net>
37060
37061         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
37062         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
37063         (_FPU_SETCW): Likewise.
37064
37065 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37066
37067         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
37068         is 32-byte aligned.
37069
37070 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
37071
37072         [BZ #11837]
37073         * iconvdata/gb18030.c: Update tables.
37074         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
37075         characters specially.
37076         (BODY for TO_LOOP): Add encoding of missing ranges.
37077
37078 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
37079
37080         [BZ #13673]
37081         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
37082         * sysdeps/mach/hurd/dup3.c: Likewise.
37083         * sysdeps/mach/hurd/readlinkat.c: Likewise.
37084         * sysdeps/powerpc/memmove.c:: Likewise.
37085
37086 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37087
37088         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
37089         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
37090
37091 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37092
37093         * elf/elf.h (R_X86_64_RELATIVE64): New.
37094         (R_X86_64_NUM): Updated.
37095         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37096         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
37097         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
37098         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
37099         tst-quad1pie tst-quad2pie
37100         (modules-names): Add tst-quadmod1 tst-quadmod2.
37101         ($(objpfx)tst-quad1): New dependency.
37102         ($(objpfx)tst-quad2): Likewise.
37103         ($(objpfx)tst-quad1pie): Likewise.
37104         ($(objpfx)tst-quad2pie): Likewise.
37105         * sysdeps/x86_64/tst-quad1.c: New file.
37106         * sysdeps/x86_64/tst-quad1pie.c: New file.
37107         * sysdeps/x86_64/tst-quad2.c: Likewise.
37108         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
37109         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
37110         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
37111         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
37112         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
37113
37114 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37115
37116         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
37117         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
37118         * streams/stropts.h (t_scalar_t): Define type.
37119
37120         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
37121         (_PATH_PRESERVE): Set to "/var/lib".
37122         (_PATH_RWHODIR): Set to "/var/spool/rwho".
37123
37124         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
37125         instead of int.
37126
37127         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
37128         if __dir_mkfile succeeded.
37129
37130         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
37131         checking for _hurd_dtablesize.  Unlock it right after having
37132         finished _hurd_dtable allocation.
37133
37134 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37135
37136         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
37137         * sysdeps/mach/hurd/configure: Regenerated.
37138         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
37139         special-casing to...
37140         * sysdeps/gnu/configure.in: ... this new file.
37141         * sysdeps/unix/sysv/linux/configure: Regenerated.
37142         * sysdeps/gnu/configure: New generated file.
37143
37144         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
37145         for Linux: use nsec instead of usec, as well as:
37146         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
37147         members of type struct timespec.
37148         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
37149         New macros.
37150         (struct stat64): Likewise.
37151         (_STATBUF_ST_NSEC): New macro.
37152         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
37153
37154         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37155         __strtoul_internal rather than strtoul.
37156
37157 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37158
37159         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
37160         and reject them.
37161
37162 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37163
37164         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
37165         which preserves existing values.
37166         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
37167
37168 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37169
37170         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
37171         TIMEOUT values.  Return EINVAL for NFDS values either negative or
37172         greater than FD_SETSIZE.
37173
37174 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37175
37176         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
37177         allocated, call __vm_protect to finish enabling the existing space, and
37178         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
37179         allocate the remainder.
37180
37181 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37182
37183         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
37184         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
37185
37186 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37187
37188         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
37189         sysdeps/mach/hurd/readlink.c.
37190
37191         * posix/tst-sysconf.c (posix_options): Only use
37192         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
37193         _POSIX_SYNCHRONIZED_IO when they are defined
37194         * sysdeps/mach/hurd/bits/posix_opt.h:
37195         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
37196         (_XOPEN_REALTIME): Undefine macro.
37197         (_XOPEN_REALTIME_THREADS): Undefine macro.
37198         (_XOPEN_SHM): Undefine macro.
37199         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
37200         macro to -1.
37201         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
37202         macro to -1.
37203         (_POSIX_ASYNC_IO): Undefine macro.
37204         (_POSIX_PRIORITIZED_IO): Undefine macro.
37205         (_POSIX_SPIN_LOCKS): Define macro to -1.
37206
37207         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
37208         SA_NODEFER, SA_RESETHAND.
37209         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
37210         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
37211         F_DUPFD_CLOEXEC.
37212
37213 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37214
37215         * elf/Makefile (pldd-modules): Define unconditionally.
37216
37217 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37218
37219         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
37220
37221 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37222
37223         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
37224         Return ENOENT when name is empty.
37225         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
37226
37227 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37228
37229         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
37230
37231         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
37232
37233 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37234
37235         Fix mlock in all cases except non-readable pages.
37236         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
37237         instead of VM_PROT_ALL as parameter to __vm_wire function.
37238
37239         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
37240         (__mkdir): When path is `/', just fail with EEXIST.
37241         * sysdeps/mach/hurd/mkdirat.c: Likewise.
37242
37243 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37244
37245         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
37246         <sys/uio.h> (for writev).
37247         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
37248         and <sys/param.h> (for MIN).
37249
37250 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37251
37252         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
37253         REQUESTED_TIME.  Properly set the remaining time and return EINTR
37254         if interrupted.
37255
37256 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37257
37258         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
37259         Depend on against $(link-rpcuserlibs).
37260
37261 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37262
37263         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
37264         (__libc_stack_end): Do not use attribute_relro.
37265         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
37266         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
37267         to libthread-provided value.
37268         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
37269         attribute_relro.
37270
37271 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37272
37273         [BZ #3748]
37274         * bits/libc-lock.h (__libc_once_get): New macro.
37275         * sysdeps/mach/bits/libc-lock.h: Likewise.
37276         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
37277         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
37278         instead of using implementation details.
37279
37280         * libio/fileops.c: Unconditionally include <kernel-features.h>.
37281         * libio/freopen.c: Likewise.
37282         * libio/freopen64.c: Likewise.
37283         * misc/syslog.c: Likewise.
37284         * nscd/connections.c: Likewise.
37285         * nscd/netgroupcache.c: Likewise.
37286         * sysdeps/posix/getcwd.c: Likewise.
37287
37288 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37289
37290         * math/w_ilogbf.c: Add #include <limits.h>.
37291
37292 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37293
37294         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
37295         path instead of returning without unlocking.
37296
37297         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
37298         immediate-write ioctls.
37299         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
37300
37301 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37302
37303         * sysdeps/mach/hurd/i386/init-first.c (init): Use
37304         __builtin_frame_address instead of making assumptions about the
37305         location of the return address relative to DATA.  Force early load of
37306         the return address.
37307         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
37308         __builtin_frame_address.
37309
37310         dup3 for GNU Hurd.
37311         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
37312         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
37313         implement dup3 and do some further code clean-ups.
37314         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
37315         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
37316
37317 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37318
37319         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
37320
37321         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
37322         HURD_CRITICAL_END around holding _hurd_dtable_lock.
37323         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
37324         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
37325         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
37326         d->port.lock.
37327
37328         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
37329         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
37330         when handler == SIG_ERR, not when handler != SIG_ERR.
37331
37332 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37333
37334         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
37335         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
37336         definitions.
37337
37338         accept4 for GNU Hurd.
37339         * include/sys/socket.h (__libc_accept4): New prototype.
37340         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
37341         to implement __libc_accept4.
37342         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
37343         __libc_accept4.
37344         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
37345
37346         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
37347         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
37348         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
37349         signal-defines.sym.
37350
37351 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37352
37353         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
37354
37355 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37356
37357         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
37358         assertion on O_CLOEXEC flag.
37359         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
37360         * hurd/intern-fd.c: Likewise.
37361         * hurd/port2fd.c: Likewise.
37362
37363 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37364
37365         [BZ #3906]
37366         * bits/in.h (IPV6_PKTINFO): Define new macro.
37367         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
37368
37369 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37370
37371         [BZ #13954]
37372         [BZ #13955]
37373         [BZ #13956]
37374         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
37375         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37376         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
37377         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37378         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37379         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37380         * math/libm-test.inc (logb_test) : Additional logb tests.
37381
37382 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
37383             Andreas Jaeger  <aj@suse.de>
37384
37385         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
37386         * configure: Regenerated.
37387         * config.h.in (LINK_OBSOLETE_RPC): New macro.
37388         * config.make.in (link-obsolete-rpc): New substituted variable.
37389         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
37390         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
37391         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37392         (shared-only-routines): Don't set it under [link-obsolete-rpc],
37393         so that libc.a contains the symbols.
37394         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37395         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
37396         * sunrpc/auth_none.c: Likewise.
37397         * sunrpc/auth_unix.c: Likewise.
37398         * sunrpc/authdes_prot.c: Likewise.
37399         * sunrpc/authuxprot.c: Likewise.
37400         * sunrpc/clnt_gen.c: Likewise.
37401         * sunrpc/clnt_perr.c: Likewise.
37402         * sunrpc/clnt_raw.c: Likewise.
37403         * sunrpc/clnt_simp.c: Likewise.
37404         * sunrpc/clnt_tcp.c: Likewise.
37405         * sunrpc/clnt_udp.c: Likewise.
37406         * sunrpc/clnt_unix.c: Likewise.
37407         * sunrpc/des_crypt.c: Likewise.
37408         * sunrpc/des_soft.c: Likewise.
37409         * sunrpc/get_myaddr.c: Likewise.
37410         * sunrpc/key_call.c: Likewise.
37411         * sunrpc/key_prot.c: Likewise.
37412         * sunrpc/netname.c: Likewise.
37413         * sunrpc/pm_getmaps.c: Likewise.
37414         * sunrpc/pm_getport.c: Likewise.
37415         * sunrpc/pmap_clnt.c: Likewise.
37416         * sunrpc/pmap_prot.c: Likewise.
37417         * sunrpc/pmap_prot2.c: Likewise.
37418         * sunrpc/pmap_rmt.c: Likewise.
37419         * sunrpc/publickey.c: Likewise.
37420         * sunrpc/rpc_cmsg.c: Likewise.
37421         * sunrpc/rpc_common.c: Likewise.
37422         * sunrpc/rpc_dtable.c: Likewise.
37423         * sunrpc/rpc_prot.c: Likewise.
37424         * sunrpc/rpc_thread.c: Likewise.
37425         * sunrpc/rtime.c: Likewise.
37426         * sunrpc/svc.c: Likewise.
37427         * sunrpc/svc_auth.c: Likewise.
37428         * sunrpc/svc_raw.c: Likewise.
37429         * sunrpc/svc_run.c: Likewise.
37430         * sunrpc/svc_tcp.c: Likewise.
37431         * sunrpc/svc_udp.c: Likewise.
37432         * sunrpc/svc_unix.c: Likewise.
37433         * sunrpc/svcauth_des.c: Likewise.
37434         * sunrpc/xcrypt.c: Likewise.
37435         * sunrpc/xdr.c: Likewise.
37436         * sunrpc/xdr_array.c: Likewise.
37437         * sunrpc/xdr_float.c: Likewise.
37438         * sunrpc/xdr_intXX_t.c: Likewise.
37439         * sunrpc/xdr_mem.c: Likewise.
37440         * sunrpc/xdr_rec.c: Likewise.
37441         * sunrpc/xdr_ref.c: Likewise.
37442         * sunrpc/xdr_sizeof.c: Likewise.
37443         * sunrpc/xdr_stdio.c: Likewise.
37444
37445 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37446
37447         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
37448         change.  Update copyright years.
37449
37450 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37451
37452         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
37453
37454 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
37455             Joseph Myers  <joseph@codesourcery.com>
37456             Paul Pluzhnikov  <ppluzhnikov@google.com>
37457
37458         [BZ #14012]
37459         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
37460         requiring rpcgen.
37461         [cross-compiling] (extra-libs): Likewise.
37462         [cross-compiling] (extra-libs-others): Likewise.
37463         [cross-compiling] (librpcsvc-routines): Likewise.
37464         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
37465         [cross-compiling] (omit-deps): Likewise.
37466         (sunrpc-CPPFLAGS): New variable.
37467         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
37468         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
37469         (cross-rpcgen-objs): New variable.
37470         (extra-objs): Append $(cross-rpcgen-objs).
37471         ($(cross-rpcgen-objs)): New rule.
37472         ($(objpfx)cross-rpcgen): Likewise.
37473         (rpcgen-cmd): Define to use $(built-program-file).  Expand
37474         comment.
37475         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
37476         ($(objpfx)x%.stmp): Likewise.
37477         * sunrpc/proto.h [IS_IN_build] (_): Define.
37478         [IS_IN_build] (_libc_intl_domainname): Likewise.
37479
37480 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37481
37482         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
37483         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
37484         and R_X86_64_TPOFF64.
37485
37486 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37487
37488         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
37489         sysdeps/unix/sysv/syscalls.list.
37490         (stime): Likewise.
37491         (utime): Likewise.
37492         * sysdeps/unix/sysv/syscalls.list: Remove file.
37493
37494 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
37495
37496         [BZ #3440]
37497         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
37498         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
37499         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
37500         (__LC_IDENTIFICATION): Make these macros useful in #if
37501         expressions, as required by C99.
37502
37503 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
37504
37505         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
37506         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
37507         after this.
37508
37509 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
37510
37511         * stdlib/longlong.h: Updated from GCC.
37512
37513 2012-05-09  Andreas Jaeger  <aj@suse.de>
37514
37515         * nscd/nscd.c (run_modes): Make named enum, reorder so that
37516         default is first entry.
37517         (run_mode): Set type.
37518         (main): Remove informal message about syslog.
37519         (options): Fix typo.
37520
37521         [BZ #14053]
37522         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
37523         to asm.
37524         (lrint): Likewise.
37525         (llrintf): Likewise.
37526         (llrint): Likewise.
37527         (rint): Likewise.
37528         (rintf): Likewise.
37529         (nearbyint): Likewise.
37530         (nearbyintf): Likewise.
37531
37532 2012-05-09  Andreas Jaeger  <aj@suse.de>
37533             Pedro Alves  <palves@redhat.com>
37534
37535         * nscd/nscd.c (run_mode): Use enum.
37536         (main): Cleanup coding style issue.
37537
37538 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
37539             Andreas Jaeger  <aj@suse.de>
37540
37541         * nscd/nscd.c (go_background): Replaced with...
37542         (run_mode): ... this.
37543         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
37544         (options): Add -F --foreground.
37545         (main): Implement it.
37546         (parse_opt): Parse it.
37547
37548 2012-05-09  Andreas Jaeger  <aj@suse.de>
37549
37550         [BZ #14083]
37551         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
37552         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
37553         -Wconversion warning.
37554         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
37555         Likewise.
37556
37557 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
37558
37559         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
37560         == 0.
37561         (LC_ALL): Use macro-int-constant.
37562         (LC_COLLATE): Likewise.
37563         (LC_CTYPE): Likewise.
37564         (LC_MESSAGES): Likewise.
37565         (LC_MONETARY): Likewise.
37566         (LC_NUMERIC): Likewise.
37567         (LC_TIME): Likewise.
37568         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
37569         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37570         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37571         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
37572         Specify type.
37573         [C99-based standards] (float_t): Expect type.
37574         [C99-based standards] (double_t): Expect type.
37575         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
37576         type.
37577         [C99-based standards] (HUGE_VALL): Likewise.
37578         [C99-based standards] (INFINITY): Likewise.
37579         [C99-based standards] (NAN): Likewise.
37580         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
37581         [C99-based standards] (FP_NAN): Likewise.
37582         [C99-based standards] (FP_NORMAL): Likewise.
37583         [C99-based standards] (FP_SUBNORMAL): Likewise.
37584         [C99-based standards] (FP_ZERO): Likewise.
37585         [C99-based standards] (FP_FAST_FMA): Use
37586         optional-macro-int-constant.  Specify type.  Require == 1.
37587         [C99-based standards] (FP_FAST_FMAF): Likewise.
37588         [C99-based standards] (FP_FAST_FMAL): Likewise.
37589         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
37590         [C99-based standards] (FP_ILOGBNAN): Likewise.
37591         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
37592         Specify type.
37593         [C99-based standards] (MATH_ERREXCEPT): Likewise.
37594         [C99-based standards] (math_errhandling): Specify type.
37595         [ISO99 || ISO11] (signgam): Do not allow.
37596         [non-C99-based standards] (copysignf): Do not allow.
37597         [non-C99-based standards] (exp2f): Likewise.
37598         [non-C99-based standards] (log2f): Likewise.
37599         [non-C99-based standards] (modff): Allow.
37600         [non-C99-based standards] (erff): Do not allow.
37601         [non-C99-based standards] (erfcf): Likewise.
37602         [non-C99-based standards] (gammaf): Likewise.
37603         [non-C99-based standards] (hypotf): Likewise.
37604         [non-C99-based standards] (j0f): Likewise.
37605         [non-C99-based standards] (j1f): Likewise.
37606         [non-C99-based standards] (jnf): Likewise.
37607         [non-C99-based standards] (lgammaf): Likewise.
37608         [non-C99-based standards] (tgammaf): Likewise.
37609         [non-C99-based standards] (y0f): Likewise.
37610         [non-C99-based standards] (y1f): Likewise.
37611         [non-C99-based standards] (ynf): Likewise.
37612         [non-C99-based standards] (isnanf): Likewise.
37613         [non-C99-based standards] (acoshf): Likewise.
37614         [non-C99-based standards] (asinhf): Likewise.
37615         [non-C99-based standards] (atanhf): Likewise.
37616         [non-C99-based standards] (cbrtf): Likewise.
37617         [non-C99-based standards] (expm1f): Likewise.
37618         [non-C99-based standards] (ilogbf): Likewise.
37619         [non-C99-based standards] (log1pf): Likewise.
37620         [non-C99-based standards] (logbf): Likewise.
37621         [non-C99-based standards] (nextafterf): Likewise.
37622         [non-C99-based standards] (remainderf): Likewise.
37623         [non-C99-based standards] (rintf): Likewise.
37624         [non-C99-based standards] (scalbf): Likewise.
37625         [non-C99-based standards] (copysignl): Likewise.
37626         [non-C99-based standards] (exp2l): Likewise.
37627         [non-C99-based standards] (log2l): Likewise.
37628         [non-C99-based standards] (modfl): Allow.
37629         [non-C99-based standards] (erfl): Do not allow.
37630         [non-C99-based standards] (erfcl): Likewise.
37631         [non-C99-based standards] (gammal): Likewise.
37632         [non-C99-based standards] (hypotl): Likewise.
37633         [non-C99-based standards] (j0l): Likewise.
37634         [non-C99-based standards] (j1l): Likewise.
37635         [non-C99-based standards] (jnl): Likewise.
37636         [non-C99-based standards] (lgammal): Likewise.
37637         [non-C99-based standards] (tgammal): Likewise.
37638         [non-C99-based standards] (y0l): Likewise.
37639         [non-C99-based standards] (y1l): Likewise.
37640         [non-C99-based standards] (ynl): Likewise.
37641         [non-C99-based standards] (isnanl): Likewise.
37642         [non-C99-based standards] (acoshl): Likewise.
37643         [non-C99-based standards] (asinhl): Likewise.
37644         [non-C99-based standards] (atanhl): Likewise.
37645         [non-C99-based standards] (cbrtl): Likewise.
37646         [non-C99-based standards] (expm1l): Likewise.
37647         [non-C99-based standards] (ilogbl): Likewise.
37648         [non-C99-based standards] (log1pl): Likewise.
37649         [non-C99-based standards] (logbl): Likewise.
37650         [non-C99-based standards] (nextafterl): Likewise.
37651         [non-C99-based standards] (remainderl): Likewise.
37652         [non-C99-based standards] (rintl): Likewise.
37653         [non-C99-based standards] (scalbl): Likewise.
37654         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37655         [non-C99-based standards] (FP_*): Do not allow.
37656         [C99-based standards] (FP_*): Change to
37657         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37658         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37659         allow.
37660         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
37661         (SIG_ERR): Likewise.
37662         [X/Open-based standards] (SIG_HOLD): Likewise.
37663         (SIG_IGN): Likewise.
37664         (SIGABRT): Use macro-int-constant.  Specify type.  Require
37665         positive value.
37666         (SIGFPE): Likewise.
37667         (SIGILL): Likewise.
37668         (SIGINT): Likewise.
37669         (SIGSEGV): Likewise.
37670         (SIGTER): Likewise.
37671         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
37672         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
37673         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
37674         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
37675         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
37676         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
37677         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
37678         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
37679         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
37680         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
37681         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
37682         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
37683         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
37684         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
37685         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
37686         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
37687         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
37688         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
37689         [X/Open-based standards] (SIGTRAP): Likewise.
37690         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
37691         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
37692         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
37693         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
37694         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37695         allow.
37696
37697 2012-05-08  Ian Wienand  <ianw@vmware.com>
37698
37699         [BZ #14080]
37700         * time/tzset.c (__tzset_parse_tz): Update default rules for
37701         daylight time changes in the Energy Policy Act of 2005.
37702
37703 2012-05-09  Andreas Jaeger  <aj@suse.de>
37704
37705         [BZ #13983]
37706         * elf/ldconfig.c (parse_conf): Change string to make clear that
37707         ldconfig only issued a warning if ld.so.conf does not exist.
37708
37709 2012-05-08  David S. Miller  <davem@davemloft.net>
37710
37711         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
37712         movxtod instead of popping the value on the stack.
37713
37714         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37715
37716 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
37717
37718         * config.h.in: Add HAVE_ARM_PCS_VFP.
37719
37720 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
37721
37722         [BZ #13979]
37723         * include/features.h: Warn if user requests __FORTIFY_SOURCE
37724         checking but the checks are disabled for any reason.
37725
37726 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
37727
37728         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37729         and ELF64_R_TYPE with ELFW(R_TYPE).
37730
37731 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
37732
37733         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37734         (ulimit): Likewise.
37735
37736         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37737         (settimeofday): Likewise.
37738
37739 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
37740
37741         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
37742         a struct th_u2 inside the union, and move tu_block/tu_code into
37743         a new th_u3 union of tu_block/tu_code inside of that.  Move
37744         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
37745         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
37746         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37747         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37748         (th_stuff): Change to th_u1.tu_stuff.
37749         (th_data): Define.
37750         (th_msg): Change to th_u1.th_u2.tu_data.
37751
37752 2012-05-07  David S. Miller  <davem@davemloft.net>
37753
37754         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37755
37756         [BZ #14074]
37757         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37758         (SETUP_PIC_REG): Use it.
37759         (SETUP_PIC_REG_LEAF): Use it.
37760
37761 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
37762
37763         [BZ #13885]
37764         [BZ #13923]
37765         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37766         USE_AS_EXPM1L.
37767         (EXPL_FINITE): Likewise.
37768         (FLDLOG): Likewise.
37769         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37770         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37771         e_expl.S.
37772         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37773         USE_AS_EXPM1L.
37774         (EXPL_FINITE): Likewise.
37775         (FLDLOG): Likewise.
37776         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37777         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37778         e_expl.S.
37779         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
37780         test of -max_value argument for long double.
37781         * sysdeps/i386/fpu/libm-test-ulps: Update.
37782         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37783
37784 2012-05-06  David S. Miller  <davem@davemloft.net>
37785
37786         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37787         quad soft-float symbols whose references which are compiler
37788         generated.
37789         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37790
37791 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
37792
37793         [BZ #13884]
37794         [BZ #13914]
37795         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37796         USE_AS_EXP10L.
37797         (EXPL_FINITE): Likewise.
37798         (FLDLOG): Likewise.
37799         (c0): Likewise.
37800         (c1): Likewise.
37801         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37802         Adjust comments for base varying.
37803         (__expl_finite): Change alias to EXPL_FINITE.
37804         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37805         e_expl.S.
37806         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37807         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37808         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37809         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37810         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37811         USE_AS_EXP10L.
37812         (EXPL_FINITE): Likewise.
37813         (FLDLOG): Likewise.
37814         (c0): Likewise.
37815         (c1): Likewise.
37816         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37817         Adjust comments for base varying.
37818         (__expl_finite): Change alias to EXPL_FINITE.
37819         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
37820         tests for bugs.
37821         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37822
37823         [BZ #14064]
37824         * math/libm-test.inc (check_float_internal): Correct ulp
37825         calculation for subnormal expected results.
37826
37827 2012-05-06  Andreas Jaeger  <aj@suse.de>
37828
37829         * Makeconfig (+math-flags): New, set to -frounding-math.
37830         (+cflags): Add +math-flags so that all of glibc gets compiled with
37831         it.
37832
37833         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37834
37835 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
37836
37837         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37838         Disable one test.
37839
37840         [BZ #13787]
37841         [BZ #13922]
37842         [BZ #14036]
37843         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37844         (__ieee754_expl): Allow for and saturate large arguments.
37845         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37846         (u_threshold): Likewise.
37847         (__exp): Call __ieee754_exp before checking for overflow and
37848         underflow.
37849         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37850         (u_threshold): Likewise.
37851         (__expf): Call __ieee754_expf before checking for overflow and
37852         underflow.
37853         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37854         (u_threshold): Likewise.
37855         (__expl): Call __ieee754_expl before checking for overflow and
37856         underflow.
37857         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
37858         (__ieee754_expl): Allow for and saturate large arguments.
37859         * math/libm-test.inc (exp_test): Add another test.  Do not allow
37860         missing overflow exception on overflow.
37861         (expm1_test): Do not allow missing overflow exception on overflow.
37862
37863         * sysdeps/i386/fpu/e_expl.c: Move to ...
37864         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
37865         rather than using inline asm.
37866         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
37867         * sysdeps/x86_64/fpu/e_expl.S: Copy from
37868         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
37869
37870         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
37871         (nice): Likewise.
37872         (poll): Likewise.
37873         (signal): Likewise.
37874         (time): Likewise.
37875         (times): Likewise.
37876
37877 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37878
37879         * sysdeps/unix/syscalls.list (adjtime): Add entry from
37880         sysdeps/unix/common/syscalls.list.
37881         (fchmod): Likewise.
37882         (fchown): Likewise.
37883         (ftruncate): Likewise.
37884         (getrusage): Likewise.
37885         (gettimeofday): Likewise.
37886         (setpgid): Likewise.
37887         (setregid): Likewise.
37888         (setreuid): Likewise.
37889         (sigaction): Likewise.
37890         (truncate): Likewise.
37891         (vhangup): Likewise.
37892         * sysdeps/unix/common/syscalls.list: Remove file.
37893         * sysdeps/unix/bsd/Implies: Don't include unix/common.
37894         * sysdeps/unix/sysv/linux/Implies: Likewise.
37895
37896 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
37897
37898         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
37899         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
37900         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
37901         Moved to ...
37902         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
37903         Here.
37904         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
37905         to ...
37906         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
37907         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
37908         to ...
37909         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
37910         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
37911         to ...
37912         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
37913         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
37914         to ...
37915         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
37916         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
37917         to ...
37918         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
37919         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
37920         to ...
37921         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
37922         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
37923         to ...
37924         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
37925         Here.
37926         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
37927         to ...
37928         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
37929         Here.
37930         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
37931         to ...
37932         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
37933         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
37934         Moved to ...
37935         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
37936         Here.
37937         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
37938         to ...
37939         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
37940
37941 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37942
37943         * sysdeps/unix/common/bits/dirent.h: Remove file.
37944         * sysdeps/unix/common/bits/fcntl.h: Likewise.
37945
37946         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
37947         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
37948         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
37949         * sysdeps/unix/bsd/isatty.c: Likewise.
37950         * sysdeps/unix/bsd/tcdrain.c: Likewise.
37951         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
37952         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
37953
37954 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37955
37956         [BZ #13563]
37957         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
37958         long double comparison inaccuracies.
37959         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
37960         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37961
37962 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
37963
37964         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
37965         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
37966
37967 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37968
37969         [BZ #14049]
37970         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
37971         nonzero digits before rounding a hex value.
37972         * stdlib/tst-strtod.c (tests): Add another test.
37973
37974 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37975
37976         * sysdeps/s390/fpu/libm-test-ulps: Update.
37977
37978 2012-05-03  Andreas Jaeger  <aj@suse.de>
37979
37980         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
37981         does not get optimized out.
37982         (malloc_opt_barrier): New.
37983
37984 2012-05-03  Andreas Jaeger  <aj@suse.de>
37985             Roland McGrath  <roland@hack.frob.com>
37986
37987         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
37988         intermediate file deletion.
37989         (generated): Add .symlist files.
37990
37991 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
37992
37993         [BZ #13775]
37994         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
37995         Redirect under this condition.
37996         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37997         [__USE_GNU] (__dprintf_chk): Not under this condition.
37998         [__USE_GNU] (__vdprintf_chk): Likewise.
37999         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
38000         under this condition.
38001         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38002         [__USE_XOPEN2K8] (dprintf): Define under this condition.
38003         [__USE_XOPEN2K8] (vdprintf): Likewise.
38004         [__USE_GNU] (__dprintf_chk): Not under this condition.
38005         [__USE_GNU] (__vdprintf_chk): Likewise.
38006         [__USE_GNU] (dprintf): Likewise.
38007         [__USE_GNU] (vdprintf): Likewise.
38008
38009 2012-05-03  Roland McGrath  <roland@hack.frob.com>
38010
38011         * elf/Makefile (common-generated): Set this instead of generated for
38012         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
38013         $(all-built-dso)-derived lists.
38014
38015 2012-05-03  Andreas Jaeger  <aj@suse.de>
38016
38017         * sysdeps/i386/fpu/libm-test-ulps: Update.
38018
38019         * FAQ: Removed.
38020         * FAQ.in: Likewise.
38021         * scripts/gen-FAQ.pl: Likewise.
38022         * manual/install.texi (Installation): Point to online location of
38023         FAQ.
38024         * Makefile (files-for-dist): Remove FAQ.
38025         (FAQ): Remove.
38026
38027 2012-05-02  Allan McRae  <allan@archlinux.org>
38028
38029         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
38030         (LDFLAGS-reldepmod5.so): Likewise.
38031         (LDFLAGS-reldep6mod1.so): Likewise.
38032         (LDFLAGS-reldep6mod4.so): Likewise.
38033         (LDFLAGS-reldep8mod3.so): Likewise.
38034         (LDFLAGS-unload4mod1.so): Likewise.
38035         (LDFLAGS-unload4mod2.so): Likewise.
38036         (LDFLAGS-tst-initorder): Likewise.
38037         (LDFLAGS-tst-initordera2.so): Likewise.
38038         (LDFLAGS-tst-initordera3.so): Likewise.
38039         (LDFLAGS-tst-initordera4.so): Likewise.
38040         (LDFLAGS-tst-initorderb2.so): Likewise.
38041         (LDFLAGS-noload): Likewise.
38042         (LDFLAGS-next): Likewise.
38043         (LDFLAGS-order2mod1.so): Likewise.
38044         (LDFLAGS-order2mod2.so): Likewise.
38045         (LDFLAGS-tst-initorder2): Likewise.
38046         (LDFLAGS-tst-initorder2a.so): Likewise.
38047         (LDFLAGS-tst-initorder2b.so): Likewise.
38048         (LDFLAGS-tst-initorder2c.so): Likewise.
38049         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
38050
38051 2012-05-02  David S. Miller  <davem@davemloft.net>
38052
38053         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38054
38055 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
38056
38057         [BZ #14055]
38058         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
38059
38060 2012-05-02  Andreas Jaeger  <aj@suse.de>
38061
38062         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
38063         since we manipulate rounding mode.
38064         (CPPFLAGS-test-idouble.c): Likewise.
38065         (CPPFLAGS-test-ifloat.c): Likewise.
38066         (CFLAGS-test-ldouble.c): Likewise.
38067         (CFLAGS-test-double.c): Likewise.
38068         (CFLAGS-test-float.c): Likewise.
38069         (CFLAGS-test-misc.c): Likewise.
38070         (CFLAGS-test-test-fenv.c): Likewise.
38071
38072 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38073
38074         [BZ #2550]
38075         [BZ #2570]
38076         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
38077         comparisons to determine direction to adjust input.
38078
38079 2012-05-01  Roland McGrath  <roland@hack.frob.com>
38080
38081         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
38082         output to the target.
38083
38084         * scripts/localplt.awk: New file.
38085         * elf/Makefile ($(objpfx)check-localplt): Target removed.
38086         (check-localplt-CFLAGS): Variable removed.
38087         ($(all-built-dso:=.jmprel)): New static pattern rule.
38088         (generated): Add those targets.
38089         (localplt-built-dso): New variable.
38090         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
38091
38092         * elf/check-localplt.c: File removed.
38093
38094         * scripts/check-execstack.awk: New file.
38095         * elf/Makefile ($(objpfx)check-execstack): Target removed.
38096         (check-execstack-CFLAGS): Variable removed.
38097         ($(objpfx)check-execstack.h): Target removed.
38098         ($(objpfx)execstack-default): New target.
38099         (generated): Add that instead of check-execstack.h.
38100         ($(all-built-dso:=.phdr)): New static pattern rule.
38101         (generated): Add those targets.
38102         * elf/check-execstack.c: File removed.
38103
38104         * scripts/check-textrel.awk: New file.
38105         * elf/Makefile ($(objpfx)check-textrel): Target removed.
38106         (check-textrel-CFLAGS): Variable removed.
38107         (all-built-dso): Use := to define.o
38108         ($(all-built-dso:=.dyn)): New static pattern rule.
38109         (generated): Add those targets.
38110         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
38111         * config.make.in (READELF): New substituted variable.
38112         * elf/check-textrel.c: File removed.
38113
38114 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38115
38116         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38117         allow.
38118         * conform/data/ctype.h-data [C99-based standards] (isblank):
38119         Expect function.
38120         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
38121         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
38122         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38123         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
38124         Specify type.  Require positive value.
38125         (EILSEQ): Likewise.
38126         (ERANGE): Likewise.
38127         [ISO || POSIX] (EILSEQ): Do not expect.
38128         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
38129         Specify type.  Require positive value.
38130         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
38131         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
38132         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
38133         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
38134         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
38135         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
38136         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
38137         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
38138         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
38139         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
38140         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
38141         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
38142         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
38143         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
38144         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
38145         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
38146         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
38147         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
38148         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
38149         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
38150         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
38151         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
38152         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
38153         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
38154         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
38155         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
38156         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
38157         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
38158         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
38159         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
38160         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
38161         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
38162         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
38163         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
38164         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
38165         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
38166         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
38167         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
38168         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
38169         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
38170         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
38171         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
38172         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
38173         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
38174         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
38175         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
38176         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
38177         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
38178         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
38179         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
38180         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
38181         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
38182         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
38183         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
38184         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
38185         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
38186         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
38187         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
38188         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
38189         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
38190         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
38191         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
38192         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
38193         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
38194         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
38195         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
38196         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
38197         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
38198         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
38199         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
38200         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
38201         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
38202         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
38203         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
38204         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
38205         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
38206         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
38207         Require >= 2.
38208         (FLT_ROUNDS): Expect as macro, not constant.
38209         (FLT_MANT_DIG): Use macro-int-constant.
38210         (DBL_MANT_DIG): Likewise.
38211         (LDBL_MANT_DIG): Likewise.
38212         (FLT_DIG): Likewise.
38213         (DBL_DIG): Likewise.
38214         (LDBL_DIG): Likewise.
38215         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
38216         (DBL_MIN_EXP): Likewise.
38217         (LDBL_MIN_EXP): Likewise.
38218         (FLT_MAX_EXP): Use macro-int-constant.
38219         (DBL_MAX_EXP): Likewise.
38220         (LDBL_MAX_EXP): Likewise.
38221         (FLT_MAX_10_EXP): Likewise.
38222         (DBL_MAX_10_EXP): Likewise.
38223         (LDBL_MAX_10_EXP): Likewise.
38224         (FLT_MAX): Use macro-constant.
38225         (DBL_MAX): Likewise.
38226         (LDBL_MAX): Likewise.
38227         (FLT_EPSILON): Use macro-constant.  Give upper bound.
38228         (DBL_EPSILON): Likewise.
38229         (LDBL_EPSILON): Likewise.
38230         (FLT_MIN): Likewise.
38231         (DBL_MIN): Likewise.
38232         (LDBL_MIN): Likewise.
38233         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
38234         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
38235         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
38236         [ISO11] (FLT_HAS_SUBNORM): Likewise.
38237         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
38238         [ISO11] (DBL_DECIMAL_DIG): Likewise.
38239         [ISO11] (FLT_DECIMAL_DIG): Likewise.
38240         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
38241         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
38242         [ISO11] (FLT_TRUE_MIN): Likewise.
38243         [ISO11] (LDBL_TRUE_MIN): Likewise.
38244         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38245         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
38246         (SCHAR_MIN): Use macro-int-constant.  Specify type.
38247         (SCHAR_MAX): Likewise.
38248         (UCHAR_MAX): Likewise.
38249         (CHAR_MIN): Likewise.
38250         (CHAR_MAX): Likewise.
38251         (MB_LEN_MAX): Use macro-int-constant.
38252         (SHRT_MIN): Use macro-int-constant.  Specify type.
38253         (SHRT_MAX): Likewise.
38254         (USHRT_MAX): Likewise.
38255         (INT_MAX): Likewise.
38256         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
38257         bound negative.
38258         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38259         bound with "U".
38260         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38261         bound with "L".
38262         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
38263         bound negative.  Suffix upper bound with "L".
38264         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38265         bound with "UL".
38266         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
38267         Specify type.
38268         [C99-based standards] (LLONG_MAX): Likewise.
38269         [C99-based standards] (ULLONG_MAX): Likewise.
38270         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
38271         == 0.
38272         [ISO11] (max_align_t): Require type.
38273         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38274
38275         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
38276         from $CFLAGS, without defining away __attribute__ calls.
38277         (checknamespace): Use $CFLAGS_namespace.
38278
38279         * conform/conformtest.pl (@keywords): Only include C99 keywords
38280         for standards based on C99 or C11.
38281
38282         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
38283         Disable tests.
38284         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
38285         UNIX98]: Likewise.
38286
38287         * conform/conformtest.pl: Handle "macro-int-constant" and test for
38288         usability of symbols in #if.
38289
38290         * conform/conformtest.pl: If macro or constant types start
38291         "promoted:", expect the symbol to be of the following type
38292         promoted by the integer promotions.
38293
38294         * conform/conformtest.pl: Parse all "constant" and "macro" lines
38295         in one place.  Also handle "macro-constant".
38296
38297         * conform/conformtest.pl: Only accept expected macro values with
38298         "==".  Parse all "macro" lines in one place.
38299         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
38300
38301         * conform/conformtest.pl: Handle braced types on "constant" lines
38302         instead of handling "typed-constant".
38303         * conform/data/signal.h-data: Use "constant" instead of
38304         "typed-constant".
38305
38306         * conform/conformtest.pl: Handle "optional-" at start of lines in
38307         one place rather than duplicating several cases.  Handle each
38308         format of "macro" line with initial "optional-".
38309
38310         * conform/conformtest.pl: Only accept expected constant or
38311         optional-constant values with "==".  Parse all "constant" lines in
38312         one place.  Parse all "optional-constant" lines in one place.
38313         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
38314         * conform/data/fmtmsg.h-data: Likewise.
38315         * conform/data/netinet/in.h-data: Likewise.
38316         * conform/data/tar.h-data: Likewise.
38317         * conform/data/limits.h-data: Use "==" form on "constant" and
38318         "optional-constant" lines.
38319
38320         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
38321         Use -std=c99 for XOPEN2K.
38322         (@knownproblems): Remove.
38323         (newtoken): Don't check %isknown.
38324
38325         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
38326         Do not expect macro.
38327         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
38328         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
38329         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
38330         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
38331         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
38332         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
38333         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
38334         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
38335         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
38336         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
38337         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
38338         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
38339         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
38340         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
38341         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
38342         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
38343         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
38344         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
38345         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
38346         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
38347         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
38348         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
38349         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
38350         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
38351         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
38352         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
38353         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
38354         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
38355         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
38356         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
38357         [XPG3] (acosh): Likewise.
38358         [XPG3] (asinh): Likewise.
38359         [XPG3] (atanh): Likewise.
38360         [XPG3] (cbrt): Likewise.
38361         [XPG3] (expm1): Likewise.
38362         [XPG3] (ilogb): Likewise.
38363         [XPG3] (log1p): Likewise.
38364         [XPG3] (logb): Likewise.
38365         [XPG3] (nextafter): Likewise.
38366         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
38367         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
38368         [XPG3] (remainder): Likewise.
38369         [XPG3] (rint): Likewise.
38370         [XPG3 || XPG4 || UNIX98] (round): Likewise.
38371         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
38372         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
38373         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
38374         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
38375         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
38376         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
38377         [UNIX98 || XOPEN2K] (scalb): Expect.
38378         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
38379         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
38380         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
38381         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
38382         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
38383         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
38384         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
38385         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
38386         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
38387         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
38388         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
38389         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
38390         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
38391         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
38392         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
38393         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
38394         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
38395         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
38396         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
38397         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
38398         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
38399         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
38400         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
38401         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
38402         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
38403         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
38404         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
38405         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
38406         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
38407         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
38408         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
38409         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
38410         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
38411         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
38412         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
38413         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
38414         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
38415         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
38416         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
38417         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
38418         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
38419         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
38420         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
38421         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
38422         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
38423         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
38424         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
38425         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
38426         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
38427         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
38428         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
38429         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
38430         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
38431         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
38432         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
38433         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
38434         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
38435         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
38436         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
38437         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
38438         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
38439         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
38440         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
38441         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
38442         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
38443         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
38444         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
38445         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
38446         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
38447         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
38448         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
38449         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
38450         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
38451         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
38452         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
38453         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
38454         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
38455         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
38456         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
38457         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
38458         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
38459         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
38460         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
38461         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
38462         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
38463         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
38464         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
38465         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
38466         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
38467         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
38468         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
38469         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
38470         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
38471         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
38472         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
38473         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
38474         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
38475         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
38476         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
38477         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
38478         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
38479         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
38480         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
38481         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
38482         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
38483         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
38484         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
38485         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
38486         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
38487         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
38488         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
38489         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
38490         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
38491         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
38492         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
38493         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
38494         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
38495         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
38496         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
38497         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
38498         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
38499         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
38500         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
38501         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
38502         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
38503         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
38504         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
38505         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
38506         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
38507         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
38508         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
38509         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
38510         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
38511         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
38512         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
38513         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
38514         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
38515
38516         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
38517         _XOPEN_SOURCE_EXTENDED for XPG4.
38518
38519         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
38520
38521         * Makeconfig (localtime): Remove variable.
38522         (inst_localtime-file): Likewise.
38523
38524 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38525
38526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
38527         Update.
38528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38529         Update.
38530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
38531         Update.
38532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
38533         Update.
38534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
38535         Update.
38536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
38537         Update.
38538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38539         Update.
38540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
38541         Update.
38542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38543         Update.
38544
38545 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38546
38547         [BZ #2550]
38548         [BZ #2570]
38549         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
38550         comparisons to determine direction to adjust input.
38551         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
38552         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
38553         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
38554         Likewise.
38555         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
38556         Likewise.
38557         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38558         Likewise.
38559         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
38560         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
38561         Likewise.
38562         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
38563         Likewise.
38564         * math/libm-test.inc (nexttoward_test): Add more tests.
38565
38566 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38567
38568         [BZ #14040]
38569         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
38570         in version GLIBC_2.1, not GLIBC_2.0.
38571         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
38572         Likewise.
38573
38574 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
38575
38576         [BZ #13942]
38577         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
38578         (1 - x) * (1 + x).
38579         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38580         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
38581         * math/libm-test.inc (acos_test): Add more tests.
38582         (asin_test): Likewise.
38583         * sysdeps/i386/fpu/libm-test-ulps: Update.
38584         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38585
38586         [BZ #14034]
38587         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
38588         of square root.
38589         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
38590         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38591         * math/libm-test.inc (acos_test_tonearest): New function.
38592         (acos_test_towardzero): Likewise.
38593         (acos_test_downward): Likewise.
38594         (acos_test_upward): Likewise.
38595         (asin_test_tonearest): Likewise.
38596         (asin_test_towardzero): Likewise.
38597         (asin_test_downward): Likewise.
38598         (asin_test_upward): Likewise.
38599         (main): Call the new functions.
38600         * sysdeps/i386/fpu/libm-test-ulps: Update.
38601         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38602
38603         [BZ #13884]
38604         [BZ #13924]
38605         * math/e_exp10.c: Include <float.h>.
38606         (__ieee754_exp10): Handle underflow here rather than multiplying
38607         large negative argument by M_LN10.
38608         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
38609         of __ieee754_expf.
38610         * math/e_exp10l.c: Include <float.h>.
38611         (__ieee754_exp10l): Handle underflow here rather than multiplying
38612         large negative argument by M_LN10l.
38613         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
38614         spurious overflow exception on underflow.
38615
38616 2012-04-29  Marek Polacek  <polacek@redhat.com>
38617
38618         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
38619         (__fortify_function): New macro.
38620         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
38621         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
38622         __extern_always_inline.
38623         * libio/bits/stdio2.h: Likewise.
38624         * libio/bits/stdio.h: Likewise.
38625         * string/string.h: Likewise.
38626         * string/bits/string3.h: Likewise.
38627         * include/stdio.h: Likewise.
38628         * stdlib/bits/stdlib.h: Likewise.
38629         * stdlib/stdlib.h: Likewise.
38630         * rt/bits/mqueue2.h: Likewise.
38631         * rt/mqueue.h: Likewise.
38632         * posix/bits/unistd.h: Likewise.
38633         * posix/unistd.h: Likewise.
38634         * io/bits/poll2.h: Likewise.
38635         * io/bits/fcntl2.h: Likewise.
38636         * io/fcntl.h: Likewise.
38637         * io/sys/poll.h: Likewise.
38638         * misc/bits/syslog.h: Likewise.
38639         * misc/bits/syslog-ldbl.h: Likewise.
38640         * misc/sys/syslog.h: Likewise.
38641         * socket/bits/socket2.h: Likewise.
38642         * socket/sys/socket.h: Likewise.
38643         * debug/tst-chk1.c: Likewise.
38644         * wcsmbs/bits/wchar2.h: Likewise.
38645         * wcsmbs/bits/wchar-ldbl.h: Likewise.
38646         * wcsmbs/wchar.h: Likewise.
38647
38648 2012-04-29  Andreas Jaeger  <aj@suse.de>
38649
38650         * Makerules (tests): Remove enable-check-abi protection.
38651         (check-abi-warn): Remove.
38652         (check-abi-%): Remove check-abi-warn usage.
38653
38654         * configure.in: Remove check-abi configure option.
38655         * configure: Regenerated.
38656         * config.make.in (enable-check-abi): Remove.
38657
38658 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
38659
38660         [BZ #14033]
38661         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
38662         double functions to double *_finite functions.
38663
38664         [BZ #13941]
38665         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
38666         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
38667         LDBL_MIN_EXP.
38668         * stdio-common/Makefile (tests): Add tst-sprintf3.
38669         * stdio-common/tst-sprintf3.c: New file.
38670
38671         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
38672         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
38673
38674 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38675
38676         * conform/conformtest.pl: Remove duplicate typed-constant
38677         handling.
38678
38679 2012-04-28  David S. Miller  <davem@davemloft.net>
38680
38681         * Makerules (%.abilist): Add vpath on sysdep_dirs.
38682         (check-abi-%): Remove AWK script prerequisite and explicit
38683         abilist directory.
38684         (check-abi): Rewrite to just diff the symlist with the abilist.
38685         (config-tls, config-abi-config): Delete, no longer used.
38686         (update-abi-%): Remove AWK script and explicit abilist directory.
38687         (update-abi): Rewrite to simply compare and conditionally copy the
38688         symlist and the sysdep abilist file.  Remove update-abi-config
38689         checks.
38690         * abilist/ld.abilist: Remove.
38691         * abilist/libBrokenLocale.abilist: Remove.
38692         * abilist/libanl.abilist: Remove.
38693         * abilist/libcrypt.abilist: Remove.
38694         * abilist/libdl.abilist: Remove.
38695         * abilist/librt.abilist: Remove.
38696         * abilist/libthread_db.abilist: Remove.
38697         * abilist/libutil.abilist: Remove.
38698         * scripts/extract-abilist.awk: Remove.
38699         * scripts/merge-abilist.awk: Remove.
38700         * sysdeps/generic/libcidn.abilist: New file.
38701         * sysdeps/generic/libnss_compat.abilist: New file.
38702         * sysdeps/generic/libnss_db.abilist: New file.
38703         * sysdeps/generic/libnss_dns.abilist: New file.
38704         * sysdeps/generic/libnss_files.abilist: New file.
38705         * sysdeps/generic/libnss_hesiod.abilist: New file.
38706         * sysdeps/generic/libnss_nis.abilist: New file.
38707         * sysdeps/generic/libnss_nisplus.abilist: New file.
38708         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
38709         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
38710         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
38711         file.
38712         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
38713         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
38714         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
38715         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38716         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38717         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38718         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38719         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38720         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38721         file.
38722         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38723         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38724         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38725         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38726         file.
38727         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38728         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38729         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38730         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38731         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38732         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38733         file.
38734         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38735         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38736         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38737         file.
38738         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38739         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38740         New file.
38741         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38742         New file.
38743         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38744         New file.
38745         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38746         New file.
38747         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38748         New file.
38749         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38750         New file.
38751         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38752         New file.
38753         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38754         New file.
38755         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38756         New file.
38757         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38758         New file.
38759         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38760         New file.
38761         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38762         New file.
38763         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38764         New file.
38765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38766         file.
38767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38768         New file.
38769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38770         New file.
38771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38772         file.
38773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38774         New file.
38775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38776         New file.
38777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38778         file.
38779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38780         New file.
38781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38782         New file.
38783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38784         New file.
38785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38786         New file.
38787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38788         New file.
38789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38790         New file.
38791         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38792         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38793         file.
38794         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38795         New file.
38796         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38797         file.
38798         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38799         file.
38800         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38801         file.
38802         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38803         file.
38804         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38805         file.
38806         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38807         New file.
38808         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38809         file.
38810         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38811         file.
38812         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38813         New file.
38814         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38815         file.
38816         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38817         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38818         file.
38819         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38820         New file.
38821         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38822         file.
38823         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38824         file.
38825         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38826         file.
38827         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38828         file.
38829         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38830         file.
38831         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38832         New file.
38833         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38834         file.
38835         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38836         file.
38837         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38838         New file.
38839         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38840         file.
38841         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38842         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38843         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38844         file.
38845         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38846         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38847         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38848         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38849         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38850         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38851         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38852         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38853         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38854         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
38855         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
38856         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
38857         file.
38858         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
38859         New file.
38860         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
38861         file.
38862         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
38863         file.
38864         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
38865         file.
38866         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
38867         file.
38868         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
38869         file.
38870         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
38871         New file.
38872         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
38873         New file.
38874         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
38875         file.
38876         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
38877         New file.
38878         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
38879         file.
38880         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
38881         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
38882         file.
38883         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
38884         New file.
38885         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
38886         file.
38887         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
38888         file.
38889         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
38890         file.
38891         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
38892         file.
38893         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
38894         file.
38895         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
38896         New file.
38897         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
38898         New file.
38899         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
38900         file.
38901         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
38902         New file.
38903         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
38904         file.
38905
38906 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38907
38908         * conform/conformtest.pl: Fix typo in handling typed-constant from
38909         allow-header.
38910
38911 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38912
38913         * README: Cut down references to pre-2.6 Linux kernels and
38914         Linuxthreads.  Update lists of configurations in libc and ports
38915         and sort alphabetically.  Say "or newer" with Linux kernel version
38916         requirements.
38917
38918         * config.h.in [IS_IN_build]: Allow compiling without optimization.
38919
38920 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
38921
38922         [BZ #887]
38923         * math/libm-test.inc (logb_test_downward): New test to expose
38924         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
38925         rounding mode.
38926
38927 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
38928
38929         [BZ #14027]
38930         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
38931         to be done.
38932         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
38933         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
38934
38935 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
38936
38937         * sysdeps/unix/i386/brk.S: Remove file.
38938         * sysdeps/unix/i386/dl-brk.S: Likewise.
38939         * sysdeps/unix/i386/pipe.S: Likewise.
38940         * sysdeps/unix/i386/sigreturn.S: Likewise.
38941         * sysdeps/unix/i386/syscall.S: Likewise.
38942         * sysdeps/unix/i386/vfork.S: Likewise.
38943         * sysdeps/unix/i386/wait.S: Likewise.
38944
38945         * sysdeps/unix/common/tcsendbrk.c: Move to ...
38946         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
38947
38948         * configure.in (arm*-none*): Do not allow without
38949         --enable-hacker-mode.
38950         (netbsd*): Remove case setting base_os.
38951         (386bsd*): Likewise.
38952         (freebsd*): Likewise.
38953         (bsdi*): Likewise.
38954         (osf*): Likewise.
38955         (sunos*): Likewise.
38956         (ultrix*): Likewise.
38957         (newsos*): Likewise.
38958         (dynix*): Likewise.
38959         (*bsd*): Likewise.
38960         (sysv*): Likewise.
38961         (isc*): Likewise.
38962         (esix*): Likewise.
38963         (sco*): Likewise.
38964         (minix*): Likewise.
38965         (irix4*): Likewise.
38966         (irix6*): Likewise.
38967         (solaris[2-9]*): Likewise.
38968         (none): Likewise.
38969         * configure: Regenerated.
38970
38971 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38972
38973         [BZ #11521]
38974         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
38975         overflow or cancellation in calculating denominator.
38976         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
38977         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
38978         down expression to avoid unexpected rounding in newer GCCs.
38979         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
38980
38981 2012-04-26  David S. Miller  <davem@davemloft.net>
38982
38983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
38984         long-double compat symbols.
38985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
38986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
38987         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
38988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
38989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
38990         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
38991         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
38992         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
38993         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
38994         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
38995         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
38996         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
38997         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
38998
38999 2012-04-25  David S. Miller  <davem@davemloft.net>
39000
39001         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
39002         HWCAP_* values only after the memory barriers have been defined.
39003         (atomic_full_barrier): Define.
39004         (atomic_read_barrier): Define.
39005         (atomic_write_barrier): Define.
39006
39007 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39008
39009         * shlib-versions: Add libgcc_s version information.
39010         * sysdeps/generic/libgcc_s.h: Remove.
39011         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
39012         libgcc_s.h.
39013         * sysdeps/gnu/unwind-resume.c: Likewise.
39014         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
39015
39016 2012-04-25  David S. Miller  <davem@davemloft.net>
39017
39018         * sysdeps/unix/sparc/brk.S: Delete.
39019         * sysdeps/unix/sparc/dl-brk.S: Delete.
39020         * sysdeps/unix/sparc/pipe.S: Delete.
39021         * sysdeps/unix/sparc/sysdep.S: Delete.
39022         * sysdeps/unix/sparc/sysdep.h: Delete.
39023         * sysdeps/unix/sparc/vfork.S: Delete.
39024         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
39025         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
39026         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
39027         (ret_ERRVAL, r0, r1, MOVE): Define.
39028         (JUMPTARGET): Remove.
39029         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
39030         sysdeps/unix/sparc/sysdep.h
39031         (ENTRY, END): Remove.
39032         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39033
39034 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
39035
39036         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
39037         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
39038         -DIS_IN_build.
39039
39040         * timezone/README: Update upstream location and email address for
39041         tzcode and tzdata.
39042         * timezone/zdump.c: Update from tzcode 2012b.
39043         * timezone/zic.c: Likewise.
39044
39045         * configure.in (libc_cv_as_needed): Remove test.
39046         * configure: Regenerated.
39047         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
39048         conditional definition.
39049         [$(have-as-needed) != yes] (no-as-needed): Likewise.
39050         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
39051         * config.make.in (have-as-needed): Remove variable.
39052
39053 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39054             Paul Pluzhnikov  <ppluzhnikov@google.com>
39055
39056         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
39057         strings correctly.
39058
39059 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
39060
39061         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
39062         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
39063         * sysdeps/sh/strlen.S: Likewise.
39064
39065 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39066
39067         * sysdeps/unix/fork.S: Remove file.
39068         * sysdeps/unix/i386/fork.S: Likewise.
39069         * sysdeps/unix/sparc/fork.S: Likewise.
39070
39071         * sysdeps/unix/system.c: Remove file.
39072         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
39073
39074         * sysdeps/unix/getegid.S: Remove file.
39075         * sysdeps/unix/geteuid.S: Likewise.
39076
39077 2012-04-24  Roland McGrath  <roland@hack.frob.com>
39078
39079         * scripts/check-localplt.awk: New file.
39080         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
39081         of diff.
39082         * scripts/data/localplt-generic.data: Add a comment.
39083
39084         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
39085         NODE when __dir_mkfile failed.
39086         * sysdeps/mach/hurd/symlinkat.c: Likewise.
39087         Reported by Ludovic Courtès <ludo@gnu.org>.
39088
39089 2012-04-24  Andreas Jaeger  <aj@suse.de>
39090
39091         * Makerules (common-clean): Also remove gen-as-const-headers
39092         files.
39093
39094 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39095
39096         * Makerules (native-compile): Do not change working directory for
39097         build.  Use $(OUTPUT_OPTION) in command.
39098         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
39099
39100 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39101
39102         [BZ #13886]
39103         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
39104         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
39105         * math/libm-test.inc (floor_test): Add more tests.
39106         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
39107
39108 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39109
39110         * sysdeps/unix/getdents.c: Remove file.
39111         * sysdeps/unix/sysv/getdents.c: Likewise.
39112         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
39113
39114         * sysdeps/unix/syscalls.list (madvise): Add syscall from
39115         sysdeps/unix/mman/syscalls.list.
39116         (mmap): Likewise.
39117         (mprotect): Likewise.
39118         (msync): Likewise.
39119         (munmap): Likewise.
39120         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
39121         * sysdeps/unix/mman/syscalls.list: Remove.
39122         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
39123
39124         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
39125         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
39126         * configure: Regenerated.
39127         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
39128         $(libgcc_s_suffix).
39129         * config.make.in (libgcc_s_suffix): Remove variable.
39130
39131 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
39132
39133         * sysdeps/unix/sysv/gethostname.c: Move to ...
39134         * sysdeps/posix/gethostname.c: ... here.
39135
39136         * sysdeps/unix/execve.S: Remove file.
39137
39138         * sysdeps/unix/_exit.S: Remove file.
39139
39140 2012-04-23  Andreas Jaeger  <aj@suse.de>
39141
39142         [BZ #13739]
39143         * manual/Makefile: Remove make dist support, there's no
39144         need for a stand-alone documentation tar ball.
39145         (TEXI2DVI): Define always, it's not in Makeconfig.
39146         (dist): Removed.
39147         (tar-it): Removed.
39148         (edition): Removed.
39149         (glibc-doc-$(edition).tar): Removed
39150         (%.Z): Removed.
39151         (%.gz): Removed.
39152         (%.uu): Removed.
39153         (ETAGS): Remove, it's in Makeconfig.
39154         (move-if-change): Remove, it's in Makeconfig.
39155
39156 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
39157
39158         [BZ #13970]
39159         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
39160         (strtod, strtof, strtold, strtol, strtoul, strtoq)
39161         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
39162         (strtod_l, strtof_l, strtold_l): Remove __wur.
39163         It is not necessarily an error to ignore strtol's return value.
39164         One can reliably look at the stored endptr to decide whether
39165         the number had valid syntax.
39166
39167 2012-04-21  Andreas Jaeger  <aj@suse.de>
39168
39169         [BZ #13739]
39170         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
39171
39172 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
39173
39174         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
39175         * sysdeps/unix/sysv/Versions: Remove file.
39176
39177 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
39178
39179         [BZ #13927]
39180         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39181
39182 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
39183
39184         [BZ #7064]
39185         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
39186         version from __vm86.
39187
39188 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
39189
39190         * sysdeps/unix/common/lxstat.c: Remove file.
39191         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
39192
39193         * sysdeps/unix/sysv/Makefile: Remove file.
39194
39195         * sysdeps/unix/sysv/direct.h: Remove file.
39196
39197         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
39198         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
39199         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
39200         * sysdeps/unix/sysv/bits/signum.h: Likewise.
39201         * sysdeps/unix/sysv/bits/stat.h: Likewise.
39202         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
39203         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
39204
39205         * sysdeps/unix/sysv/setrlimit.c: Remove file.
39206
39207         * sysdeps/unix/xmknod.c: Remove file.
39208         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
39209
39210         * sysdeps/unix/sysv/settimeofday.c: Remove file.
39211
39212         * sysdeps/unix/sysv/i386/time.S: Remove file.
39213
39214         * sysdeps/unix/fxstat.c: Remove file.
39215         * sysdeps/unix/xstat.c: Likewise.
39216         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
39217
39218         * sysdeps/unix/sysv/sigaction.c: Remove file.
39219
39220         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
39221         (sysdep_headers): Remove variable.
39222         [termio.h not in sysdep_headers] (generated): Likewise.
39223         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
39224         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
39225         * sysdeps/unix/sysv/tcdrain.c: Likewise.
39226         * sysdeps/unix/sysv/tcflow.c: Likewise.
39227         * sysdeps/unix/sysv/tcflush.c: Likewise.
39228         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
39229         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
39230         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
39231         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
39232         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
39233
39234         * sysdeps/unix/siglist.c: Remove file.
39235
39236         * sysdeps/unix/getppid.S: Remove file.
39237
39238         * sysdeps/unix/mkdir.c: Remove file.
39239         * sysdeps/unix/rmdir.c: Likewise.
39240
39241 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
39242
39243         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
39244         ERR_MAX value.
39245         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
39246         errlist-compat value.
39247
39248 2012-04-18  David S. Miller  <davem@davemloft.net>
39249
39250         * sysdeps/generic/memcopy.h (reg_char): Delete.
39251         * debug/strcat_chk.c: Use char, not reg_char.
39252         * debug/strcpy_chk.c: Likewise.
39253         * debug/strncat_chk.c: Likewise.
39254         * debug/strncpy_chk.c: Likewise.
39255         * string/memchr.c: Likewise.
39256         * string/memrchr.c: Likewise.
39257         * string/rawmemchr.c: Likewise.
39258         * string/strcat.c: Likewise.
39259         * string/strchr.c: Likewise.
39260         * string/strchrnul.c: Likewise.
39261         * string/strcmp.c: Likewise.
39262         * string/strcpy.c: Likewise.
39263         * string/strncat.c: Likewise.
39264         * string/strncmp.c: Likewise.
39265         * string/strncpy.c: Likewise.
39266
39267 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39268
39269         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
39270         __builtin_memcopy is called when src and dest ranges are known to not
39271         overlap.
39272
39273 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39274
39275         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
39276         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
39277         fwd_align_merge macro call.
39278         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
39279         bwd_align_merge macro call.
39280         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39281
39282 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39283
39284         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
39285         bwd_align_merge macros.
39286         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
39287         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
39288         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39289
39290 2012-04-18  David S. Miller  <davem@davemloft.net>
39291
39292         * sysdeps/sparc/sparc64/memcopy.h: Delete.
39293
39294 2012-04-18  Andreas Jaeger  <aj@suse.de>
39295
39296         [BZ# 6794]
39297         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
39298         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
39299         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39300
39301         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
39302         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
39303         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39304
39305         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
39306         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
39307         Adjust for changed ldbl-128 files.
39308
39309         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
39310         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
39311         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39312
39313 2012-04-17  David S. Miller  <davem@davemloft.net>
39314
39315         * sysdeps/sparc/sparc32/memcopy.h: Delete.
39316
39317 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
39318
39319         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
39320         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
39321         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
39322         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
39323         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
39324         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
39325
39326 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39327
39328         [BZ #6794]
39329         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
39330         * math/libm-test.inc: Add ilogb errno and exception tests.
39331         * math/w_ilogb.c: New file: ilogb wrapper.
39332         * math/w_ilogbf.c: New file: ilogbf wrapper.
39333         * math/w_ilogbl.c: New file: ilogbl wrapper.
39334         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
39335         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
39336         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
39337         exception being thrown with 0.0 as argument.
39338         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
39339         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
39340         exception being thrown with 0.0 as argument.
39341         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
39342         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39343         exception being thrown with 0.0 as argument.
39344         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
39345         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39346         exception being thrown with 0.0 as argument.
39347         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
39348         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
39349         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
39350         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
39351         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
39352         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
39353         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
39354         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
39355         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
39356
39357 2012-04-17  Petr Baudis  <pasky@ucw.cz>
39358
39359         * include/sys/uio.h: Change __vector to __iovec to avoid clash
39360         with altivec.
39361
39362 2012-04-16  Marek Polacek  <polacek@redhat.com>
39363
39364         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
39365
39366 2012-04-16  Marek Polacek  <polacek@redhat.com>
39367
39368         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
39369         operands of fdivp instruction.
39370
39371 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39372
39373         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
39374         * elf/tst-auditmod3b.c: Likewise.
39375         * elf/tst-auditmod4b.c: Likewise.
39376         * elf/tst-auditmod5b.c: Likewise.
39377         * elf/tst-auditmod6b.c: Likewise.
39378         * elf/tst-auditmod6c.c: Likewise.
39379         * elf/tst-auditmod7b.c: Likewise.
39380         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
39381         * sysdeps/x86_64/preconfigure.in: Likewise.
39382         * sysdeps/x86_64/preconfigure: Regenerated.
39383
39384 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39385
39386         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
39387         __ILP32__.
39388
39389 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
39390
39391         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39392         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
39393
39394 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
39395
39396         [BZ #13973]
39397         * locale/iso-639.def: Fix gl language name. Spotted by
39398         Yaron Shahrabani.
39399
39400 2012-04-12  Roland McGrath  <roland@hack.frob.com>
39401
39402         [BZ #2074]
39403         * libio/libio.h (__io_write_fn): Update comment.
39404
39405 2012-04-12  Petr Baudis  <pasky@ucw.cz>
39406
39407         [BZ #2074]
39408         * stdio.texi (Hook Functions): The user provided writer function
39409         is not allowed to return -1.
39410
39411 2012-04-11  David S. Miller  <davem@davemloft.net>
39412
39413         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39414
39415 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
39416
39417         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
39418         Add a leading slash to rtkaio.
39419
39420 2012-04-11  Jim Meyering  <meyering@redhat.com>
39421
39422         [BZ #11959]
39423         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
39424         It is not necessarily an error to ignore fwrite's return
39425         value.  One can reliably use ferror to test for errors after
39426         the fact.
39427
39428 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39429
39430         * bits/types.h (__snseconds_t): New type.
39431         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
39432
39433         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
39434         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39435         (__SNSECONDS_T_TYPE): Likewise.
39436         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39437         (__SNSECONDS_T_TYPE): Likewise.
39438         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39439         (__SNSECONDS_T_TYPE): Likewise.
39440
39441 2012-04-10  Andreas Jaeger  <aj@suse.de>
39442
39443         [BZ #2636]
39444         * manual/time.texi (Processor Time): Return type of times is
39445         elapsed real time since an arbitrary point in the past.
39446         (CPU Time): Move CLK_TCK from here...
39447         (Processor Time): ...to here.  Correct description.
39448         * manual/conf.texi (Constants for Sysconf): Correct description of
39449         _SC_CLK_TCK.
39450
39451 2012-04-10  David S. Miller  <davem@davemloft.net>
39452
39453         [BZ #13967]
39454         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
39455         where the is a gap between DT_REL(A) and DT_JMPREL.
39456
39457 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39458
39459         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
39460         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39461         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39462
39463 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
39464
39465         * elf/dl-support.c (_dl_inhibit_cache): New variable.
39466         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
39467         (dl_main): Handle --inhibit-cache.
39468         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
39469         _dl_inhibit_cache.
39470         * elf/dl-load.c (_dl_map_object): Use it.
39471         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
39472
39473 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39474
39475         [BZ #13872]
39476         * sysdeps/i386/fpu/e_powl.S (p78): New object.
39477         (__ieee754_powl): Saturate large exponents rather than testing for
39478         overflow of y*log2(x).
39479         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39480         * math/libm-test.inc (pow_test): Do not permit spurious overflow
39481         exceptions.
39482
39483         [BZ #11521]
39484         * math/s_ctan.c: Include <float.h>.
39485         (__ctan): Avoid internal overflow or cancellation in calculating
39486         denominator.
39487         * math/s_ctanf.c: Likewise.
39488         * math/s_ctanl.c: Likewise.
39489         * math/s_ctanh.c: Likewise.
39490         * math/s_ctanhf.c: Likewise.
39491         * math/s_ctanhl.c: Likewise.
39492         * math/libm-test.inc (ctan_test): Add more tests.
39493         (ctanh_test): Likewise.
39494         * sysdeps/i386/fpu/libm-test-ulps: Update.
39495         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39496
39497 2012-04-09  Andreas Jaeger  <aj@suse.de>
39498
39499         [BZ #6894]
39500         * manual/filesys.texi (Directory Entries): Mention that d_namlen
39501         is an optional BSD extension.
39502
39503         [BZ #10254]
39504         * manual/stdio.texi (Opening Streams): Document additional fopen
39505         parameters.
39506
39507 2012-04-09  Roland McGrath  <roland@hack.frob.com>
39508
39509         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
39510         %eax without telling the compiler.
39511
39512 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
39513
39514         [BZ # 13963]
39515         * manual/install.texi: Use sourceware.org.
39516
39517 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39518
39519         [BZ #13873]
39520         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
39521         (__ieee754_pow): Generate overflow and underflow using huge*huge
39522         and tiny*tiny rather than just returning constant infinity or zero
39523         for large exponents.
39524         * math/libm-test.inc (pow_test): Require overflow exceptions for
39525         applicable cases of large exponents.
39526
39527         [BZ #706]
39528         * sysdeps/i386/fpu/e_pow.S (p10): New object.
39529         (__ieee754_pow): Use iterative multiplication algorithm only for
39530         integer exponents with absolute value below 1024.  Check for odd
39531         integer exponents when using algorithm for real exponents.
39532         * math/libm-test.inc (pow_test): Add more tests.
39533         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39534
39535 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
39536
39537         [BZ #13705]
39538         * math/libm-test.inc (exp_test): Do not allow overflow exception
39539         on underflow test.
39540
39541 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
39542
39543         [BZ #13705]
39544         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
39545         instead of __kernel_standard_f.
39546
39547 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
39548
39549         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
39550         * sysdeps/x86_64/memset_chk.S: Likewise.
39551
39552 2012-04-08  Andreas Jaeger  <aj@suse.de>
39553
39554         [BZ #10153]
39555         * manual/startup.texi (Environment Access): Describe return value
39556         for putenv and setenv.
39557
39558         [BZ #6895]
39559         * manual/filesys.texi (Directory Entries): Add description for
39560         DT_LNK.
39561
39562         [BZ #6890]
39563         * manual/filesys.texi (Directory Entries): Clarify that it's file
39564         system not operating system in the description of DT_UNKNOWN.
39565
39566         [BZ #6578]
39567         * manual/syslog.texi (closelog): Fix reference, it's openlog.
39568
39569 2012-04-08  Stephen Compall  <s11@member.fsf.org>
39570
39571         [BZ #6649]
39572         * manual/llio.texi (Opening and Closing Files): Add cross
39573         reference to explain mode argument.
39574
39575 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
39576
39577         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
39578         * sysdeps/x86_64/memset_chk.S: Likewise.
39579
39580 2012-04-07  David S. Miller  <davem@davemloft.net>
39581
39582         * elf/elf.h (R_SPARC_WDISP10): Define.
39583         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
39584         R_SPARC_SIZE32.
39585         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
39586         R_SPARC_SIZE64 and R_SPARC_H34.
39587
39588 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
39589
39590         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
39591         conditions and remove no longer applicable assertion.
39592
39593 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39594
39595         * bits/byteswap.h: Include <features.h>.
39596         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39597         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39598
39599 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39600
39601         * bits/byteswap.h (__bswap_16): Removed.
39602         Include <bits/byteswap-16.h> to get __bswap_16.
39603         * sysdeps/i386/bits/byteswap.h: Likewise.
39604         * sysdeps/s390/bits/byteswap.h: Likewise.
39605         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39606         * bits/byteswap-16.h: New file.
39607         * sysdeps/i386/bits/byteswap-16.h: Likewise.
39608         * sysdeps/s390/bits/byteswap-16.h: Likewise.
39609         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
39610         * string/Makefile (headers): Add bits/byteswap-16.h.
39611
39612 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
39613
39614         [BZ #13895]
39615         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
39616         extra indirection.
39617         * nss/Makefile (tests-static, tests): Add tst-nss-static.
39618         * nss/tst-nss-static.c: New.
39619
39620 2012-04-06  Robert Millan  <rmh@gnu.org>
39621
39622         [BZ #6486]
39623         * manual/llio.texi (File Position Primitive): lseek
39624         refers to WHENCE when it really means OFFSET.
39625
39626 2012-04-06  Andreas Jaeger  <aj@suse.de>
39627
39628         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
39629         strncmp declarations.
39630
39631         * abilist/libc.abilist: Add __poll and __ppoll.
39632
39633 2012-04-05  David S. Miller  <davem@davemloft.net>
39634
39635         * scripts/check-local-headers.sh: Accept a host triplet in the
39636         path matched by the exclude regexp.
39637
39638         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
39639         definition.
39640         * sysdeps/powerpc/powerpc32/dl-machine.h
39641         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
39642         * sysdeps/s390/s390-32/dl-machine.h
39643         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39644         * sysdeps/sparc/sparc32/dl-machine.h
39645         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39646         * sysdeps/sparc/sparc64/dl-machine.h
39647         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39648
39649         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
39650         lazy binding.
39651         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
39652         undefined symbol errors.
39653
39654         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
39655         DT_NEEDED entries.
39656
39657 2012-04-05  Michael Matz  <matz@suse.de>
39658
39659         [BZ #13592]
39660         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
39661
39662 2012-04-05  Andreas Jaeger  <aj@suse.de>
39663
39664         [BZ #13908]
39665         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
39666         comment.
39667
39668 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39669
39670         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
39671         which ROUND is no valid rounding mode.
39672
39673 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39674
39675         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
39676         read again.
39677         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
39678
39679 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39680
39681         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
39682         an exception using FPU order intentionally.
39683
39684 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39685
39686         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
39687         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
39688         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
39689         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
39690
39691 2012-04-05  Simon Josefsson  <simon@josefsson.org>
39692
39693         [BZ #12340]
39694         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
39695         EINVAL when BUFLEN is too smal.
39696
39697 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
39698
39699         [BZ #13553]
39700         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
39701         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
39702
39703 2012-04-03  Andreas Jaeger  <aj@suse.de>
39704
39705         [BZ #13938]
39706         * manual/setjmp.texi (System V contexts): Fix sentence.
39707
39708         [BZ #13926]
39709         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
39710         New macro for this case.
39711         [!__GNUC__] (__bswap_64): New inline function for this case.
39712         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39713         * bits/byteswap.h: Likewise.
39714         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
39715         ull, guard with __GLIBC_HAVE_LONG_LONG.
39716
39717         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39718         __GLIBC_HAVE_LONG_LONG.
39719
39720         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39721         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39722
39723 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39724
39725         [BZ #13691]
39726         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39727         inptr and inend, rather than using last_ch.
39728
39729 2012-04-02  David S. Miller  <davem@davemloft.net>
39730
39731         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39732         * stdio-common/printf-parse.h (read_int): Change return type to
39733         'int', return -1 on INT_MAX overflow.
39734         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39735         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
39736         overflows INT_MAX.  Check for overflow of in-format-string precision
39737         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
39738         SIZE_MAX not INT_MAX for integer overflow test.
39739         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39740         skip the construct in the format string but do not record anything.
39741         * stdio-common/bug22.c: Adjust to test both width/prevision
39742         INT_MAX overflow as well as total length INT_MAX overflow.  Check
39743         explicitly for proper errno values.
39744
39745 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
39746
39747         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39748         CHAR_MAX.
39749         * string/test-strcmp.c [! WIDE]: Likewise.
39750         * time/tst-mktime2.c: Likewise for INT_MAX.
39751         * string/test-string.h: #include <sys/param.h> for MIN.
39752
39753         * csu/init-first.c (__libc_init_first): Call __ctype_init.
39754         * sysdeps/i386/init-first.c (init): Likewise.
39755         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39756         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39757         * sysdeps/sh/init-first.c (init): Likewise.
39758
39759 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
39760
39761         * po/ru.po: Update from translation team.
39762         * po/vi.po: Likewise.
39763
39764 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
39765
39766         * resolv/nss_dns/dns-host.c: Merge copyright years.
39767
39768 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39769
39770         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39771         Optimize memcpy with prefetch if
39772         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
39773         src, dst pointers have unequal 16 byte alignments.
39774
39775 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
39776
39777         [BZ #13928]
39778         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39779         from a CNAME entry and return the minimum ttl for the query.
39780         (gaih_getanswer_slice): Likewise.
39781
39782 2012-03-30  Jeff Law  <law@redhat.com>
39783
39784         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39785         due to long keys.
39786         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39787         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39788
39789         * resolv/nss_dns/dns-host.c: Update copyright year.
39790
39791 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
39792
39793         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
39794         requests to save a system call.  Fix check that all bytes are sent.
39795
39796         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39797         comments for sendmmsg.
39798
39799 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39800
39801         [BZ #13691]
39802         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39803         with only 1 character between 0x0041 and 0x01b0.
39804         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39805         * wcsmbs/tst-mbsnrtowcs.c: New file.
39806
39807 2012-03-29  David S. Miller  <davem@davemloft.net>
39808
39809         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39810         small copies by hand.
39811
39812 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39813
39814         [BZ #13761]
39815         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39816         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39817         group memberships.
39818
39819 2012-03-28  David S. Miller  <davem@davemloft.net>
39820
39821         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39822         that branches into memcpy.
39823         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39824         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39825         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39826         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39827         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39828         bits.
39829         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39830         implementation too.
39831         * sysdeps/sparc/mempcpy.S: New file.
39832
39833         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39834         the IFUNC routine in the libc case.
39835         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39836
39837         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39838         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39839         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39840         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39841         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39842         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39843         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39844         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39845
39846         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39847         loop to 256 bytes instead of 64 bytes and fix test signedness.
39848
39849         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39850         * sysdeps/sparc/sparc32/Makefile: rather than here...
39851         * sysdeps/sparc/sparc64/Makefile: and here.
39852
39853 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
39854
39855         * malloc/mallocbug.c: Avoid warnings about unused variables.
39856
39857 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
39858
39859         [BZ #13760]
39860         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
39861         in the right place. Discard and retry query if response is
39862         larger than input buffer size.
39863
39864 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
39865
39866         [BZ #369]
39867         [BZ #2678]
39868         [BZ #3866]
39869         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
39870         x for large integer exponent.
39871         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
39872         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
39873         sign of result as needed afterwards.
39874         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
39875         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
39876         result for underflowing pow the same as for overflow.
39877         (__kernel_standard_l): Handle powl overflow and underflow here
39878         rather than calling __kernel_standard.
39879         * math/libm-test.inc (pow_test): Add more tests.
39880
39881         [BZ #3868]
39882         [BZ #13879]
39883         [BZ #13910]
39884         [BZ #13911]
39885         [BZ #13912]
39886         [BZ #13913]
39887         [BZ #13915]
39888         [BZ #13916]
39889         [BZ #13917]
39890         [BZ #13918]
39891         [BZ #13919]
39892         [BZ #13920]
39893         [BZ #13921]
39894         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
39895         * sysdeps/ieee754/k_standard.c: Include <float.h>.
39896         (__kernel_standard_l): New function.
39897         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
39898         __kernel_standard.
39899         * math/w_acosl.c (__acosl): Likewise.
39900         * math/w_asinl.c (__asinl): Likewise.
39901         * math/w_atan2l.c (__atan2l): Likewise.
39902         * math/w_atanhl.c (__atanhl): Likewise.
39903         * math/w_coshl.c (__coshl): Likewise.
39904         * math/w_exp10l.c (__exp10l): Likewise.
39905         * math/w_exp2l.c (__exp2l): Likewise.
39906         * math/w_fmodl.c (__fmodl): Likewise.
39907         * math/w_hypotl.c (__hypotl): Likewise.
39908         * math/w_j0l.c (__j0l, __y0l): Likewise.
39909         * math/w_j1l.c (__j1l, __y1l): Likewise.
39910         * math/w_jnl.c (__jnl, __ynl): Likewise.
39911         * math/w_lgammal.c (__lgammal): Likewise.
39912         * math/w_log10l.c (__log10l): Likewise.
39913         * math/w_log2l.c (__log2l): Likewise.
39914         * math/w_logl.c (__logl): Likewise.
39915         * math/w_powl.c (__powl): Likewise.
39916         * math/w_remainderl.c (__remainderl): Likewise.
39917         * math/w_scalbl.c (sysv_scalbl): Likewise.
39918         * math/w_sinhl.c (__sinhl): Likewise.
39919         * math/w_sqrtl.c (__sqrtl): Likewise.
39920         * math/w_tgammal.c (__tgammal): Likewise.
39921         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
39922         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
39923         * math/libm-test.inc (acos_test): Add more tests.
39924         (acosh_test): Likewise.
39925         (asin_test): Likewise.
39926         (atanh_test): Likewise.
39927         (exp_test): Likewise.
39928         (exp10_test): Likewise.
39929         (exp2_test): Likewise.
39930         (expm1_test): Likewise.
39931         (lgamma_test): Likewise.
39932         (log_test): Likewise.
39933         (log10_test): Likewise.
39934         (log1p_test): Likewise.
39935         (log2_test): Likewise.
39936         (pow_test): Do not allow some spurious overflow exceptions.
39937         (sqrt_test): Add more tests.
39938         (tgamma_test): Likewise.
39939         (y0_test): Likewise.
39940         (y1_test): Likewise.
39941         (yn_test): Likewise.
39942
39943 2012-03-27  Anton Blanchard  <anton@samba.org>
39944
39945         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
39946         MAP_HUGETLB.
39947         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
39948         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
39949         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
39950
39951 2012-03-27  David S. Miller  <davem@davemloft.net>
39952
39953         * conform/Makefile: Run run-conformtest.sh using $(BASH).
39954
39955         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
39956         have-as-vis3 check.
39957
39958 2012-03-27  Andreas Jaeger  <aj@suse.de>
39959
39960         * sysdeps/x86_64/elf/configure.in: Moved to ...
39961         * sysdeps/x86_64/configure.in: ... here.
39962         * sysdeps/x86_64/elf/start.S: Moved to ...
39963         * sysdeps/x86_64/start.S: ... here.
39964         * sysdeps/x86_64/elf/configure: Delete.
39965
39966         * sysdeps/x86_64/configure.in: Merge contents from
39967         sysdeps/i386/configure.in (without i686 check).
39968
39969         * sysdeps/i386/elf/Versions: Merge into ...
39970         * sysdeps/i386/Versions: ... this.
39971         * sysdeps/i386/elf/Versions: Delete file.
39972         * sysdeps/i386/elf/start.S: Moved to ...
39973         * sysdeps/i386/start.S: ...here.
39974         * sysdeps/i386/elf/configure.in: Merge into...
39975         * sysdeps/i386/configure.in: ...here.
39976         * sysdeps/i386/elf/configure.in: Delete file.
39977         * sysdeps/i386/elf/configure: Delete file.
39978
39979         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
39980         * debug/backtracesyms.c: ... here.
39981         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
39982         * debug/backtracesymsfd.c: ... here.
39983         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
39984         * sysdeps/generic/ifunc-sel.h: ... here.
39985
39986         * sysdeps/unix/i386/start.c: Delete file.
39987         * sysdeps/unix/sparc/start.c: Delete file.
39988         * sysdeps/unix/start.c: Delete file.
39989
39990         * sysdeps/sh/elf/configure.in: Moved to ...
39991         * sysdeps/sh/configure.in: ... here.
39992         * sysdeps/sh/elf/start.S: Moved to ...
39993         * sysdeps/sh/start.S: ... here.
39994         * sysdeps/sh/elf/configure: Delete file.
39995
39996         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
39997         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
39998         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
39999         * sysdeps/powerpc/powerpc64/entry.h: ... here.
40000         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
40001         * sysdeps/powerpc/powerpc64/start.S: here.
40002         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
40003         * sysdeps/powerpc/powerpc64/Makefile: ... this.
40004         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
40005         * sysdeps/powerpc/powerpc64/configure.in: ... this.
40006         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
40007
40008         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
40009         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
40010         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
40011         * sysdeps/powerpc/powerpc32/start.S: ... here.
40012         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
40013         * sysdeps/powerpc/powerpc32/configure.in: ... this.
40014         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
40015
40016         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
40017         * sysdeps/powerpc/ifunc-sel.h: ... here.
40018         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
40019         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
40020
40021         * sysdeps/sparc/elf/configure.in: Moved to ...
40022         * sysdeps/sparc/configure.in: ... here.
40023         * sysdeps/sparc/elf/configure: Delete file.
40024         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
40025         * sysdeps/sparc/sparc32/start.S: ... here.
40026         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
40027         * sysdeps/sparc/sparc64/start.S: ... here.
40028         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
40029         * sysdeps/sparc/sparc32/Makefile: ... this.
40030         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
40031         * sysdeps/sparc/sparc64/Makefile: ... this.
40032
40033         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
40034         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
40035         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
40036         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
40037         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
40038         * sysdeps/s390/s390-32/setjmp.S: ... here.
40039         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
40040         * sysdeps/s390/s390-32/configure.in: ... here.
40041         * sysdeps/s390/s390-32/elf/configure: Delete file.
40042         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
40043         * sysdeps/s390/s390-32/start.S: ... here.
40044
40045         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
40046         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
40047         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
40048         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
40049         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
40050         * sysdeps/s390/s390-64/setjmp.S: ... here.
40051         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
40052         * sysdeps/s390/s390-64/configure.in: ... here
40053         * sysdeps/s390/s390-64/elf/configure: Delete file.
40054         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
40055         * sysdeps/s390/s390-64/start.S: ... here.
40056         * sysdeps/s390/s390-64/elf/configure: Delete.
40057
40058         * configure.in: Remove support for elf directories in sysdeps.
40059
40060         * configure: Regenerated.
40061         * sysdeps/i386/configure: Regenerated.
40062         * sysdeps/powerpc/powerpc32/configure: Regenerated.
40063         * sysdeps/powerpc/powerpc64/configure: Regenerated.
40064         * sysdeps/s390/s390-32/configure: Regenerated.
40065         * sysdeps/s390/s390-64/configure: Regenerated.
40066         * sysdeps/sh/configure: Regenerated.
40067         * sysdeps/sparc/configure: Regenerated.
40068         * sysdeps/x86_64/configure: Regenerated.
40069
40070 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
40071
40072         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40073
40074         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
40075         denormal result into account.
40076
40077 2012-03-25  Roland McGrath  <roland@hack.frob.com>
40078
40079         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
40080         Reported by Allan McRae <allan@archlinux.org>.
40081
40082 2012-03-23  Jeff Law  <law@redhat.com>
40083
40084         * nss/getnssent.c (__nss_getent): Fix typo.
40085
40086 2012-03-23  David S. Miller  <davem@davemloft.net>
40087
40088         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40089
40090 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
40091
40092         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
40093         to pad to uint64_t for each field.
40094         (dl_tls_index): Replace unsigned long with uint64_t.
40095
40096 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
40097         Paul Pluzhnikov  <ppluzhnikov@google.com>
40098
40099         [BZ #6528]
40100         * grp/Makefile (otherlibs): Don't set it.
40101         * inet/Makefile (otherlibs): Likewise.
40102         * login/Makefile (otherlibs): Likewise.
40103         * nscd/Makefile (otherlibs): Likewise.
40104         * posix/Makefile (otherlibs): Likewise.
40105         * pwd/Makefile (otherlibs): Likewise.
40106         * rt/Makefile (otherlibs): Likewise.
40107         * sunrpc/Makefile (otherlibs): Likewise.
40108         * nss/Makefile (otherlibs): Likewise.
40109         Add libnss_files to routines and static-only-routines.
40110         ($(objpfx)getent): Remove rule.
40111         * resolv/Makefile: Add libnss_dns and libresolv to routines and
40112         static-only-routines.
40113
40114 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40115
40116         [BZ #13892]
40117         * math/s_cexp.c: Include <float.h>.
40118         (__cexp): Handle exp result overflowing not necessarily
40119         overflowing both real and imaginary parts of result.
40120         * math/s_cexpf.c: Likewise.
40121         * math/s_cexpl.c: Likewise.
40122         * math/libm-test.inc (cexp_test): Add more tests.
40123         * sysdeps/i386/fpu/libm-test-ulps: Update.
40124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40125
40126 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40127
40128         * include/link.h (ELFW): New macro.
40129         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
40130         Replace ELF64_R_TYPE with ELFW(R_TYPE).
40131
40132 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40133
40134         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
40135         with uint64_t.
40136
40137 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40138
40139         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
40140         declaration.
40141         (struct La_x32_retval): Likewise.
40142
40143 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40144
40145         * sysdeps/x86_64/preconfigure.in: New file.
40146         * sysdeps/x86_64/preconfigure: New generated file.
40147
40148 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40149
40150         [BZ #13824]
40151         * math/e_exp2l.c: Include <float.h>.
40152         (__ieee754_exp2l): Handle overflow and underflow cases
40153         separately.  Only pass fractional part of argument to
40154         __ieee754_expl.
40155         * math/libm-test.inc (exp2_test): Add more tests.
40156
40157         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
40158         negating x to take absolute value.
40159         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
40160         Likewise.
40161         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
40162         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
40163         Likewise.
40164         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
40165         computing low part if x was negated.
40166         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
40167
40168 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40169
40170         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
40171         la_x32_gnu_pltexit.
40172         (pltexit): Cast int_retval to ptrdiff_t.
40173         * elf/tst-auditmod3b.c: Likewise.
40174         * elf/tst-auditmod4b.c: Likewise.
40175         * elf/tst-auditmod5b.c: Likewise.
40176         * elf/tst-auditmod6b.c: Likewise.
40177         * elf/tst-auditmod6c.c: Likewise.
40178         * elf/tst-auditmod7b.c: Likewise.
40179
40180         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
40181         and x32_gnu_pltexit.
40182
40183         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
40184         __ELF_NATIVE_CLASS.
40185         (La_x32_regs): New macro.
40186         (La_x32_retval): Likewise.
40187         (la_x32_gnu_pltenter): New function prototype.
40188         (la_x32_gnu_pltexit): Likewise.
40189
40190 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
40191
40192         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
40193         exponent.
40194
40195         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40196
40197         * configure.in (libc_cv_cc_nofma): Check for option to disable
40198         generation of FMA instructions.
40199         * configure: Regenerate.
40200         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
40201         * sysdeps/ieee754/dbl-64/Makefile: New file.
40202         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
40203         Remove brandred-fma4.
40204         (CFLAGS-brandred-fma4.c): Remove.
40205         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
40206         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
40207         define.
40208         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
40209         define.
40210
40211 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40212
40213         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40214         LLONG_MAX != LONG_MAX.
40215         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40216         (_fitoa_word): Likewise.
40217         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
40218         LLONG_MAX != LONG_MAX.
40219         * stdio-common/_itowa.h: Include <_itoa.h>.
40220         (_itowa_word): Use _ITOA_WORD_TYPE on value.
40221         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
40222         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
40223         only if not defined.
40224         (_ITOA_WORD_TYPE): Likewise.
40225         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40226         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
40227
40228 2012-03-21  David S. Miller  <davem@davemloft.net>
40229
40230         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40231
40232 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40233
40234         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
40235         of x86_64 when setting libc_cv_slibdir, libdir and
40236         libc_cv_localedir.
40237         * sysdeps/unix/sysv/linux/configure: Regenerated.
40238
40239 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40240
40241         * manual/lang.texi (Old Varargs): Remove section.
40242         (How Variadic): Update menu.
40243         (va_start): Do not mention varargs.h.
40244
40245 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40246             Joseph Myers  <joseph@codesourcery.com>
40247
40248         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
40249         link test.
40250         * configure: Regenerated.
40251
40252 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40253
40254         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
40255         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
40256         conformtest.pl
40257
40258 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40259
40260         * NOTES: Remove.
40261         * Makefile (files-for-dist): Remove NOTES.
40262         (NOTES): Remove rule.
40263         * README: Don't refer to NOTES.
40264         * manual/creature.texi: Don't include macros.texi.
40265         * manual/intro.texi (creature.texi): Remove comment referring to
40266         NOTES.
40267
40268         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
40269         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
40270         * configure: Regenerated.
40271         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
40272         LIBC_TRY_CC_OPTION.
40273         (libc_cv_as_i686): Likewise.
40274         (libc_cv_cc_avx): Likewise.
40275         (libc_cv_cc_sse2avx): Likewise.
40276         (libc_cv_cc_fma4): Likewise.
40277         (libc_cv_cc_novzeroupper): Likewise.
40278         * sysdeps/i386/configure: Regenerated.
40279
40280         [BZ #13883]
40281         * sysdeps/i386/fpu/s_cexp.S: Remove.
40282         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
40283         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
40284         * math/libm-test.inc (cexp_test): Add more tests.
40285         * sysdeps/i386/fpu/libm-test-ulps: Update.
40286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40287
40288 2012-03-21  Allan McRae  <allan@archlinux.org>
40289
40290         * timezone/Makefile: Do not install iso3166.tab and zone.tab
40291
40292 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40293
40294         [BZ #13871]
40295         * math/w_exp2.c: Do not include <float.h>.
40296         (o_threshold, u_threshold): Remove.
40297         (__exp2): Calculate result before checking finiteness and calling
40298         __kernel_standard.
40299         * math/w_exp2f.c: Likewise.
40300         * math/w_exp2l.c: Likewise.
40301         * math/libm-test.inc (exp2_test): Require overflow exception for
40302         1e6 input.
40303
40304         [BZ #3866]
40305         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
40306         range of signed 64-bit integers before using fistpll.  Remove
40307         checks for whether integers fit in mantissa bits.
40308         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
40309         the range of signed 32-bit integers before using fistpl.  Remove
40310         checks for whether integers fit in mantissa bits.
40311         * sysdeps/i386/fpu/e_powl.S (p64): New object.
40312         (__ieee754_powl): Test for y outside the range of signed 64-bit
40313         integers before using fistpll.  Reduce 64-bit values to 63-bit
40314         ones as needed.
40315         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
40316         divide-by-zero is raised for zero to large negative powers.
40317         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
40318         (__ieee754_powl): Test for y outside the range of signed 64-bit
40319         integers before using fistpll.  Reduce 64-bit values to 63-bit
40320         ones as needed.
40321         * math/libm-test.inc (pow_test): Add more tests.
40322
40323 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40324
40325         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
40326         <stdio-common/_itoa.h>.
40327         * debug/segfault.c: Likewise.
40328         * elf/dl-cache.c: Likewise.
40329         * elf/dl-minimal.c: Likewise.
40330         * elf/dl-misc.c: Likewise.
40331         * elf/dl-sysdep.c: Likewise.
40332         * elf/dl-version.c: Likewise.
40333         * elf/rtld.c: Likewise.
40334         * hurd/hurdsock.c: Likewise.
40335         * hurd/lookup-retry.c: Likewise.
40336         * malloc/malloc.c: Likewise.
40337         * malloc/mtrace.c: Likewise.
40338         * nscd/nscd_getgr_r.c: Likewise.
40339         * nscd/nscd_getpw_r.c: Likewise.
40340         * nscd/nscd_getserv_r.c: Likewise.
40341         * posix/getopt_init.c: Likewise.
40342         * posix/wordexp.c: Likewise.
40343         * stdio-common/_itoa.c: Likewise.
40344         * stdio-common/printf_fphex.c: Likewise.
40345         * stdio-common/vfprintf.c: Likewise.
40346         * string/_strerror.c: Likewise.
40347         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
40348         * sysdeps/i386/i686/hp-timing.h: Likewise.
40349         * sysdeps/mach/_strerror.c: Likewise.
40350         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
40351         * sysdeps/mach/hurd/sethostid.c: Likewise.
40352         * sysdeps/mach/hurd/xmknodat.c: Likewise.
40353         * sysdeps/mach/xpg-strerror.c: Likewise.
40354         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
40355         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
40356         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
40357         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
40358         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
40359         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
40360         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
40361         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
40362         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
40363         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
40364         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
40365         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
40366         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
40367         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
40368         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
40369         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
40370         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
40371         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
40372         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
40373         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
40374         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
40375
40376         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
40377
40378         * stdio-common/_itoa.h: Moved to ...
40379         * sysdeps/generic/_itoa.h: Here.
40380
40381         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
40382
40383         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
40384         instead of "_itoa.h" and "_itowa.h".
40385         * stdio-common/vfprintf.: Likewise.
40386
40387 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40388
40389         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
40390         <bits/wordsize.h>.
40391         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
40392         (__signbit): Likwise.
40393         (llrintf): Likwise.
40394         (llrint): Likwise.
40395
40396 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40397
40398         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
40399         __WORDSIZE != 64.
40400
40401 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
40402
40403         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
40404         OVERFLOW_EXCEPTION_OK.
40405         * math/libm-test.inc ("Philosophy"): Update comment about
40406         exception testing.
40407         (OVERFLOW_EXCEPTION): Define.
40408         (OVERFLOW_EXCEPTION_OK): Likewise.
40409         (INVALID_EXCEPTION_OK): Renumber.
40410         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40411         (IGNORE_ZERO_INF_SIGN): Likewise.
40412         (test_exceptions): Handle FE_OVERFLOW.
40413         (exp10_test): Expect overflow exceptions.
40414         (exp2_test): Likewise.
40415         (expm1_test): Likewise.
40416         (nextafter_test): Likewise.
40417         (pow_test): Likewise.
40418         (scalbn_test): Likewise.
40419         (scalbln_test): Likewise.
40420
40421 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40422
40423         * sysdeps/x86_64/bits/atomic.h
40424         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
40425         64bit integer.
40426         (atomic_exchange_acq): Likewise.
40427         (__arch_exchange_and_add_body): Likewise.
40428         (__arch_add_body): Likewise.
40429         (atomic_add_negative): Likewise.
40430         (atomic_add_zero): Likewise.
40431
40432 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40433
40434         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
40435         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
40436
40437 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40438
40439         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
40440         Check __x86_64__ instead of __WORDSIZE.
40441
40442 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40443
40444         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
40445
40446 2012-03-19  David S. Miller  <davem@davemloft.net>
40447
40448         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40449
40450         * sysdeps/sparc/fpu/fenv_private.h: New file.
40451         * sysdeps/sparc/fpu/math_private.h: Use it.
40452         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
40453         Remove.
40454         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
40455         (libc_feholdexcept_setroundl): Remove.
40456         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
40457         Remove.
40458         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
40459         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
40460
40461 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40462
40463         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
40464         int64_t instead of long int.
40465         (INSERT_WORDS64): Likwise.
40466
40467 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40468
40469         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
40470         _Unwind_GetCFA return to _Unwind_Ptr first.
40471
40472 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
40473
40474         [BZ #13629]
40475         * math/s_clog.c: Include <float.h>.
40476         (__clog): Scale large or subnormal inputs.
40477         * math/s_clogf.c: Likewise.
40478         * math/s_clogl.c: Likewise.
40479         * math/s_clog10.c: Include <float.h>.
40480         (M_LOG10_2): Define.
40481         (__clog10): Scale large or subnormal inputs.
40482         * math/s_clog10f.c: Likewise.
40483         * math/s_clog10l.c: Likewise.
40484         * math/libm-test.inc (clog_test): Add more tests.
40485         (clog10_test): Likewise.
40486         * sysdeps/i386/fpu/libm-test-ulps: Update.
40487         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40488
40489         [BZ #11451]
40490         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
40491         x and y.
40492         * math/libm-test.inc (atan2_test): Add another test.
40493
40494         * Makerules (common-objdir-compile): Remove.
40495         * sysdeps/unix/Makefile (config-generated): Do not add
40496         $(unix-generated) to variable.
40497         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
40498         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
40499         Remove rule.
40500         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
40501         Likewise.
40502         [generic bits/local_lim.h] (before-compile): Do not append to
40503         variable.
40504         [generic bits/local_lim.h] (common-generated): Likewise.
40505         [generic sys/param.h] (before-compile): Do not append to variable.
40506         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
40507         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
40508         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
40509         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
40510         include.
40511         [generic sys/param.h] (sys/param.h-includes): Remove variable.
40512         [generic sys/param.h] (sys/param.h-includes): Remove rule.
40513         [generic sys/param.h] ($(addprefix
40514         $(common-objpfx),$(sys/param.h-includes))): Likewise.
40515         [generic sys/param.h] (common-generated): Do not append to
40516         variable.
40517         [generic sys/param.h] (sysdep_headers): Likewise.
40518         [generic bits/errno.h] (before-compile): Do not append to
40519         variable.
40520         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
40521         rule.
40522         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
40523         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
40524         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
40525         [generic bits/errno.h] (common-generated): Do not append to
40526         variable.
40527         [generic bits/ioctls.h] (before-compile): Do not append to
40528         variable.
40529         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
40530         rule.
40531         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
40532         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
40533         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
40534         rule.
40535         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
40536         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
40537         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
40538         [generic bits/ioctls.h] (common-generated): Do not append to
40539         variable.
40540         [generic sys/syscall.h] (syscall.h): Remove variable.
40541         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
40542         rule.
40543         [generic sys/syscall.h] (before-compile): Do not append to
40544         variable.
40545         [generic sys/syscall.h] (common-generated): Likewise.
40546         * sysdeps/unix/errnos-tmpl.c: Remove file.
40547         * sysdeps/unix/errnos.awk: Likewise.
40548         * sysdeps/unix/ioctls-tmpl.c: Likewise.
40549         * sysdeps/unix/ioctls.awk: Likewise.
40550         * sysdeps/unix/mk-local_lim.c: Likewise.
40551         * sysdeps/unix/snarf-ioctls: Likewise.
40552
40553 2012-03-19  Richard Henderson  <rth@twiddle.net>
40554
40555         * sysdeps/i386/fpu/fenv_private.h: New file.
40556         * sysdeps/i386/fpu/math_private.h: Use it.
40557         (math_opt_barrier, math_force_eval): Remove.
40558         (libc_feholdexcept_setround_53bit): Remove.
40559         (libc_feupdateenv_53bit): Remove.
40560         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40561         (math_opt_barrier, math_force_eval): Remove.
40562         (libc_feholdexcept): Remove.
40563         (libc_feholdexcept_setround): Remove.
40564         (libc_fetestexcept, libc_fesetenv): Remove.
40565         (libc_feupdateenv_test): Remove.
40566         (libc_feupdateenv, libc_feholdsetround): Remove.
40567         (libc_feresetround): Remove.
40568
40569         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
40570         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
40571
40572         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
40573         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
40574         (libc_feupdateenv_testl): New.
40575         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
40576         (libc_feupdateenv_testf): New.
40577         (libc_feupdateenv): Use libc_feupdateenv_test.
40578         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
40579         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
40580
40581         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
40582         (libc_feholdsetroundf, libc_feholdsetroundl): New.
40583         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
40584         (libc_feresetround_noex): New.
40585         (libc_feresetround_noexf): New.
40586         (libc_feresetround_noexl): New.
40587         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
40588         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
40589         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
40590         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
40591         SET_RESTORE_ROUND.
40592         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
40593         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
40594         (__cos): Likewise.
40595         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
40596         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
40597         SET_RESTORE_ROUND_NOEX.
40598         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
40599         SET_RESTORE_ROUND_NOEXF.
40600         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
40601         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
40602         (libc_feholdsetroundf): New.
40603         (libc_feresetround, libc_feresetroundf): New.
40604
40605         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
40606         (libc_feholdexcept_setround_53bit): Convert from macro to function.
40607         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
40608
40609         * sysdeps/generic/math_private.h: Include <fenv.h>.
40610         (default_libc_feholdexcept): New.
40611         (default_libc_feholdexcept_setround): New.
40612         (default_libc_fesetenv, default_libc_feupdateenv): New.
40613         (libc_feholdexcept): Only define if undefined.
40614         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
40615         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
40616         (libc_feholdexcept_setroundl): Likewise.
40617         (libc_feholdexcept_setround_53bit): Likewise.
40618         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
40619         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
40620         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
40621         (libc_feupdateenv_53bit): Likewise.
40622         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
40623         (libc_feholdexcept): Convert from macro to inline function.
40624         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
40625         (libc_fesetenv, libc_feupdateenv): Likewise.
40626
40627         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
40628         not previously defined.
40629         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
40630         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
40631         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
40632         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
40633         * sysdeps/ieee754/flt-32/math_private.h: New file.
40634         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
40635         math_private.h below SET_FLOAT_WORD.
40636         (__isnan, __isinf_ns, __finite): Remove.
40637         (__isnanf, __isinf_nsf, __finitef): Remove.
40638
40639 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
40640
40641         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40642
40643 2012-03-17  David S. Miller  <davem@davemloft.net>
40644
40645         [BZ #6471]
40646         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
40647         for 2.16.
40648
40649 2012-03-16  David S. Miller  <davem@davemloft.net>
40650
40651         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
40652         warnings.
40653
40654         [BZ #6471]
40655         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
40656         properly.
40657         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
40658         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
40659         sysdep_routines when subdir is sysvipc.
40660         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
40661         __getshmlba helper.
40662
40663         * sysdeps/sparc/fpu/libm-test/ulps: Update.
40664
40665 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40666
40667         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
40668         [__LP64__].
40669
40670 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40671
40672         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
40673         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
40674         (__lround): Renamed to ...
40675         (__llround): This.  Replace long int with long long int.
40676         Define lround functions as aliases of llround functions.
40677         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
40678
40679 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40680
40681         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
40682         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
40683         adresses to uintptr_t.  Replace "long int" and "unsigned long
40684         int" with "greg_t" on va_arg.
40685
40686 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40687
40688         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
40689         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
40690
40691         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
40692         Move e_machine check before EI_CLASS check.  Handle x32
40693         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
40694         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
40695         SKIP_EM_IA_64 and include
40696         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
40697
40698         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
40699         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
40700         (add_system_dir): New macro.
40701
40702         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
40703         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
40704
40705 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40706
40707         [BZ #2551]
40708         [BZ #2552]
40709         [BZ #2553]
40710         [BZ #2554]
40711         [BZ #2562]
40712         [BZ #2563]
40713         [BZ #2565]
40714         [BZ #2566]
40715         [BZ #2576]
40716         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40717         (y0): Likewise.
40718         * math/w_j0f.c (j0f): Likewise.
40719         (y0f): Likewise.
40720         * math/w_j0l.c (__j0l): Likewise.
40721         (__y0l): Likewise.
40722         * math/w_j1.c (j1): Likewise.
40723         (y1): Likewise.
40724         * math/w_j1f.c (j1f): Likewise.
40725         (y1f): Likewise.
40726         * math/w_j1l.c (__j1l): Likewise.
40727         (__y1l): Likewise.
40728         * math/w_jn.c (jn): Likewise.
40729         (yn): Likewise.
40730         * math/w_jnf.c (jnf): Likewise.
40731         (ynf): Likewise.
40732         * math/w_jnl.c (__jnl): Likewise.
40733         (__ynl): Likewise.
40734         * math/libm-test.inc (j0_test): Add more tests.
40735         (j1_test): Likewise.
40736         (jn_test): Likewise.  Add trailing semicolon to existing test.
40737         (y0_test): Likewise.
40738         (y1_test): Likewise.
40739         * sysdeps/i386/fpu/libm-test-ulps: Update.
40740         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40741
40742         [BZ #13851]
40743         [BZ #13854]
40744         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40745         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40746         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40747         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40748         (__tanl): Set errno for infinite argument.
40749         * sysdeps/i386/fpu/mptan.c: Remove.
40750         * sysdeps/i386/fpu/s_tan.S: Likewise.
40751         * sysdeps/i386/fpu/s_tanl.S: Likewise.
40752         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40753         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40754         * math/libm-test.inc (tan_test): Add more tests and enable more
40755         tests for double and long double.
40756         * sysdeps/i386/fpu/libm-test-ulps: Update.
40757         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40758
40759 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
40760
40761         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40762         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40763
40764 2012-03-16  Roland McGrath  <roland@hack.frob.com>
40765
40766         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40767         * configure.in: Use it for both main tree and add-ons.
40768         * configure: Regenerated.
40769
40770 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40771
40772         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40773
40774 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40775
40776         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40777         in comment.
40778
40779         [BZ #13851]
40780         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40781         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40782         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40783         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40784         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40785         infinite argument.
40786         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40787         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40788         != 0 for prec == 2.
40789         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40790         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40791         * sysdeps/i386/fpu/s_cosl.S: Likewise.
40792         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40793         * sysdeps/i386/fpu/s_sinl.S: Likewise.
40794         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40795         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40796         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40797         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40798         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40799         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40800         * math/libm-test.inc (cos_test): Add more tests and enable more
40801         tests for long double.
40802         (sin_test): Likewise.
40803         (sincos_test): Likewise.
40804         * sysdeps/i386/fpu/libm-test-ulps: Update.
40805         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40806
40807 2012-03-16  David S. Miller  <davem@davemloft.net>
40808
40809         * sysdeps/sparc/fpu/math_private.h: New file.
40810
40811 2012-03-15  David S. Miller  <davem@davemloft.net>
40812
40813         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40814         file.
40815         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
40816         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40817         file.
40818         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40819         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40820         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40821         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40822         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40823         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40824         sysdep routines.
40825         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40826
40827         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40828         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40829
40830         * sysdeps/sparc/sparc-ifunc.h: New file.
40831         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40832         sparc-ifunc.h
40833         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
40834         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40835         Likewise.
40836         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40837         Likewise.
40838         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40839         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
40841         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40842         Likewise.
40843         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40845         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
40847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40848         Likewise.
40849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40850         Likewise.
40851         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40852         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40853         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40854         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
40855         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
40856         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
40857         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
40858         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
40859         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
40860         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
40861         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
40862         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
40863         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
40864         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
40865         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
40866         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
40867         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
40868         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
40869         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
40870         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
40871         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
40872         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
40873         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
40874         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
40875
40876 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40877
40878         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
40879         scaling.
40880         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40881
40882 2012-03-15  Andreas Jaeger  <aj@suse.de>
40883
40884         [BZ #13852]
40885         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
40886         ieee754/flt-32 implementation for sin, cos and sincos.
40887         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
40888         * sysdeps/i386/fpu/s_cosf.S: Likewise.
40889         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
40890         * sysdeps/i386/fpu/s_sinf.S: Likewise.
40891         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
40892         ieee754/flt-32 implementation for tan.
40893
40894         * math/libm-test.inc (cos_test): Enable some large input tests for
40895         float as well
40896         (sin_test): Likewise.
40897         (sincos_test): Likewise.
40898         (tan_test): Add tests for large input.
40899
40900         * sysdeps/i386/fpu/libm-test-ulps: Update.
40901
40902 2012-03-15  Andreas Jaeger  <aj@suse.de>
40903
40904         [BZ #13658]
40905         * math/libm-test.inc (cos_test): Add more test cases.
40906         (sin_test): Likewise.
40907         (sincos_test): Likewise.
40908
40909 2012-03-15  Andreas Jaeger  <aj@suse.de>
40910
40911         [BZ #13837]
40912         * math/libm-test.inc (cos_test): Add a test case for large input
40913         value.
40914         (sin_test): Likewise.
40915         (sincos_test): Likewise.
40916
40917 2012-03-15  Andreas Jaeger  <aj@suse.de>
40918             Joseph Myers  <joseph@codesourcery.com>
40919
40920         [BZ #13658]
40921         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
40922         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
40923         * sysdeps/i386/fpu/branred.c: Likewise.
40924         * sysdeps/i386/fpu/dosincos.c: Likewise.
40925         * sysdeps/i386/fpu/mpa.c: Likewise.
40926         * sysdeps/i386/fpu/s_cos.S: Likewise.
40927         * sysdeps/i386/fpu/s_sin.S: Likewise.
40928         * sysdeps/i386/fpu/s_sincos.S: Likewise.
40929         * sysdeps/i386/fpu/sincos32.c: Likewise.
40930
40931         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
40932         Define.
40933         (libc_feupdateenv_53bit): Define.
40934         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
40935         Define.
40936         (libc_feupdateenv_53bit): Define.
40937
40938         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
40939         53 bit (without extend i386 double precision).
40940
40941         * math/libm-test.inc (sincos_test): Add tests for large input.
40942         (sin): Likewise.
40943         (cos): Likewise.
40944
40945         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
40946
40947 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40948
40949         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40950
40951 2012-03-15  David S. Miller  <davem@davemloft.net>
40952
40953         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
40954         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
40955         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
40956         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
40957         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
40958         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
40959         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
40960         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
40961         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
40962         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
40963         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
40964         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
40965         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
40966         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
40967         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
40968         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
40969         file.
40970         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
40971         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
40972         file.
40973         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
40974         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
40975         file.
40976         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
40977         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
40978         file.
40979         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
40980         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
40981         fmin/fmax sysdep routines.
40982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40983
40984 2012-03-14  David S. Miller  <davem@davemloft.net>
40985
40986         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
40987         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
40988         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
40989         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
40990         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
40991         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
40992         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
40993         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
40994         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
40995         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
40996         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
40997         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
40998         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
40999         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
41000         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
41001         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
41002         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
41003         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
41004         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
41005         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
41006         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
41007         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
41008         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
41009         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
41010         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
41011         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
41012         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
41013         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
41014         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
41015         routines.
41016         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
41017         file.
41018         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
41019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
41020         file.
41021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
41022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
41023         file.
41024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
41025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
41026         file.
41027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
41028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
41029         file.
41030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
41031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
41032         file.
41033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
41034         file.
41035         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
41036         file.
41037         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
41038         file.
41039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
41040         New file.
41041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
41042         file.
41043         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
41044         file.
41045         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
41046         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
41047         file.
41048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
41049         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
41050         file.
41051         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
41052         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
41053         file.
41054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
41055         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
41056         VIS3 routines.
41057
41058         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
41059         New file.
41060
41061         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41062
41063         * sysdeps/sparc/configure.in: New file.
41064         * sysdeps/sparc/configure: Generate.
41065         * configure.in (libc_cv_sparc_as_vis3): Substitute.
41066         * configure: Regenerate.
41067         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
41068         * config.make.in (have-as-vis3): New.
41069         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
41070         available use -Av9d instead of -Av9a.
41071         * sysdeps/sparc/sparc64/Makefile: Likewise.
41072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
41073         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
41074         New file.
41075         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
41076         file.
41077         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
41078         New file.
41079         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
41080         file.
41081         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
41082         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
41083         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
41084         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
41085         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
41086
41087         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
41088         fzeros/fnegs to load 0x80000000 into a float register instead of
41089         using the stack.
41090         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
41091
41092 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41093
41094         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41095         bits/syscall.h.
41096         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
41097         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
41098         ($(inst_includedir)/bits/syscall.h): Remove rule.
41099         ($(objpfx)bits/syscall.d): Include instead of
41100         $(objpfx)syscall-list.d.
41101         (generated): Change syscall-list.h and syscall-list.d to
41102         bits/syscall.h and bits/syscall.d.
41103
41104 2012-03-14  Roland McGrath  <roland@hack.frob.com>
41105
41106         [BZ #13846]
41107         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
41108
41109 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41110
41111         [BZ #13841]
41112         * math/s_csqrt.c: Include <float.h>.
41113         (__csqrt): Scale large or subnormal inputs.
41114         * math/s_csqrtf.c: Likewise.
41115         * math/s_csqrtl.c: Likewise.
41116         * math/libm-test.inc (csqrt_test): Add more tests.
41117         * sysdeps/i386/fpu/libm-test-ulps: Update.
41118         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41119
41120         [BZ #13840]
41121         * math/libm-test.inc (hypot_test): Add more tests.
41122
41123 2012-03-13  David S. Miller  <davem@davemloft.net>
41124
41125         [BZ #13840]
41126         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
41127         double-precision for the calculation instead of scaling.
41128
41129 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
41130
41131         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
41132         manipulate bits before adding and subtracting TWO52[sx].
41133         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
41134         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
41135         Likewise.
41136         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
41137
41138 2012-03-13  David S. Miller  <davem@davemloft.net>
41139
41140         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
41141         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
41142         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
41143         rtld-global-offsets.h
41144         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41145
41146         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
41147         large parameters.
41148
41149         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
41150
41151         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
41152         'err' in the ifdef scope in which it is actually used.
41153
41154         * nss/nss_db/db-init.c: Include string.h
41155
41156 2012-03-12  David S. Miller  <davem@davemloft.net>
41157
41158         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
41159         masking out of the most significant byte of random value used.
41160         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41161         Fix coding style in previous change.
41162
41163         * sysdeps/unix/sysv/linux/kernel-features.h
41164         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
41165         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
41166         expression.
41167         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
41168         later.
41169
41170 2012-03-11  David S. Miller  <davem@davemloft.net>
41171
41172         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
41173         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
41174         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
41175         for 'resultvar' otherwise things get truncated on 64-bit.
41176
41177         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41178         Fix masking out of the most significant byte of random value used.
41179
41180         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41181
41182 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
41183
41184         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41185
41186 2012-03-09  David S. Miller  <davem@davemloft.net>
41187
41188         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
41189         variables with appropriate CPP guards.
41190         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
41191         from the frame pointer, not the stack pointer.  Correct layout
41192         comments.  Fix test on resulting framesize and the management of
41193         the outregs buffer for pltexit.  Preserve floating point return
41194         values across _dl_call_pltexit call.
41195         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
41196         framesize and the management of the outregs buffer for pltexit.
41197         Preserve floating point return values across _dl_call_pltexit
41198         call.
41199         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
41200         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
41201         (la_sparc64_gnu_pltexit): New functions.
41202         (print_exit): Fix format string for return register value.
41203
41204 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
41205
41206         * sunrpc/Makefile (others): Add rpcgen.
41207         ($(objpfx)rpcgen): Remove special build rule and dependency on
41208         libc.
41209         * sunrpc/rpcgen.c: New file.
41210
41211 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
41212
41213         [BZ #13673]
41214         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
41215         * stdio-common/bug-vfprintf-nargs.c: Likewise.
41216         * sysdeps/i386/crti.S: Likewise.
41217         * sysdeps/i386/crtn.S: Likewise.
41218         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
41219         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
41220         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
41221         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
41222         * sysdeps/sh/crti.S: Likewise.
41223         * sysdeps/sh/crtn.S: Likewise.
41224         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41225
41226         [BZ #13673]
41227         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
41228         with URL.
41229         * locale/programs/locfile-kw.gperf: Likewise.
41230         * locale/programs/charmap-kw.h: Regenerated.
41231         * locale/programs/locfile-kw.h: Likewise.
41232
41233         [BZ #13673]
41234         * intl/plural.y: Replace FSF snail mail address with URL.
41235         * intl/plural.c: Regenerated.
41236
41237 2012-03-09  Richard Henderson  <rth@twiddle.net>
41238
41239         * include/math_private.h: Remove file.
41240         * math/math_private.h: Move file ...
41241         * sysdeps/generic/math_private.h: ... here.
41242
41243         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
41244         * sysdeps/powerpc/fpu/math_private.h: Likewise.
41245         * sysdeps/x86_64/fpu/math_private.h: Likewise.
41246
41247         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
41248         and <math_private.h>.
41249         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41250         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41251         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41252         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41253         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41254         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
41255         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
41256         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41257         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
41258         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
41259         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41260         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41261         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
41262         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41263         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
41264         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
41265         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
41266         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
41267         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
41268         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
41269         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41270         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
41271         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
41272         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41273         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
41274         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
41275         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
41276         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
41277         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41278         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41279         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
41280         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41281         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
41282         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
41283         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41284         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41285         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
41286         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41287         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41288         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41289         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
41290         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41291         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41292         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
41293         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
41294         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41295         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
41296         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
41297         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
41298         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41299         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
41300         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
41301         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
41302         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41303         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
41304         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
41305         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41306         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
41307         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
41308         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
41309         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
41310         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
41311         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41312         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41313         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
41314         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
41315         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
41316         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
41317         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
41318         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
41319         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
41320         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41321         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
41322         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41323         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
41324         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
41325         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
41326         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41327         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
41328         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
41329         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
41330         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
41331         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
41332         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
41333         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
41334         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
41335         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
41336         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
41337         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
41338         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41339         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41340         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
41341         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41342         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
41343         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
41344         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
41345         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
41346         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
41347         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
41348         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
41349         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
41350         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
41351         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
41352         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
41353         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41354         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
41355         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
41356         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
41357         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41358         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41359         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41360         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41361         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
41362         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41363         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
41364         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41365         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41366         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41367         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41368         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
41369         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41370         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41371         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41372         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
41373         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41374         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41375         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
41376         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
41377         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41378         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
41379         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
41380         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
41381         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41382         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
41383         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
41384         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41385         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
41386         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41387         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
41388         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
41389         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41390         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41391         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41392         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
41393         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
41394         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41395         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41396         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41397         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
41398         * sysdeps/ieee754/k_standard.c: Likewise.
41399         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
41400         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
41401         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41402         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
41403         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
41404         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
41405         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
41406         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
41407         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
41408         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
41409         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
41410         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
41411         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
41412         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
41413         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
41414         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
41415         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
41416         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
41417         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
41418         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
41419         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
41420         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
41421         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41422         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41423         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
41424         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
41425         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41426         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41427         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41428         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41429         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
41430         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41431         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41432         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41433         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
41434         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41435         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41436         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
41437         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
41438         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41439         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
41440         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
41441         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
41442         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41443         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
41444         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
41445         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41446         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41447         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41448         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41449         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41450         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
41451         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41452         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
41453         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41454         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41455         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
41456         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
41457         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41458         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41459         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41460         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
41461         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41462         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
41463         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41464         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41465         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
41466         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
41467         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
41468         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
41469         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
41470         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41471         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
41472         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
41473         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
41474         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
41475         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
41476         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
41477         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41478         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
41479         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
41480         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
41481         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41482         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41483         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
41484         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41485         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41486         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
41487         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41488         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41489         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
41490         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41491         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
41492         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
41493         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41494         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41495         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
41496         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
41497         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
41498         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
41499         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41500         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41501         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41502         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41503         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
41504         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41505         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41506         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
41507         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
41508         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41509         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41510         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41511         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
41512         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41513         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
41514         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
41515         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
41516         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41517         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
41518         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
41519         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
41520         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
41521         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
41522         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
41523         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41524         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
41525         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41526         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41527         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41528         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41529         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41530         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41531         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41532         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
41533         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41534         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41535         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
41536         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
41537         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41538         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
41539         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
41540         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41541         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
41542         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
41543         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41544         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41545         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41546         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41547         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41548         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
41549         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41550         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
41551         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41552         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41553         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
41554         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
41555         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41556         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41557         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41558         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
41559         * sysdeps/ieee754/s_lib_version.c: Likewise.
41560         * sysdeps/ieee754/s_matherr.c: Likewise.
41561         * sysdeps/ieee754/s_signgam.c: Likewise.
41562         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
41563         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
41564         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
41565         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
41566         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
41567         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41568         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
41569         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
41570         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
41571         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
41572         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
41573         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
41574         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41575         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41576         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
41577         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
41578         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
41579         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
41580         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
41581         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41582         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41583
41584 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41585
41586         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
41587         * sunrpc/rpc_main.c: Likewise.
41588         * sunrpc/rpc_svcout.c: Likewise.
41589
41590 2012-03-09  David S. Miller  <davem@davemloft.net>
41591
41592         * include/math_private.h: New file.
41593
41594 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41595
41596         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
41597         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
41598         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
41599         from <bits/socket_type.h>.
41600         (enum __socket_type): Don't define here.
41601         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
41602         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41603         bits/socket_type.h.
41604
41605         [BZ #13566]
41606         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
41607         checking __USE_GNU.
41608
41609         * Makerules ($(inst_includedir)/%.h): New rule.
41610         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
41611         (install-others): Remove variable setting.
41612         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
41613
41614 2012-03-08  Richard Henderson  <rth@twiddle.net>
41615
41616         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
41617         from macro to inline function; merge with the
41618         !__LIBC_INTERNAL_MATH_INLINES version.
41619         (__ieee754_sqrtf): Likewise.
41620
41621         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
41622         to inline function.
41623         (__rintf, __floor, __floorf): Likewise.
41624
41625         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
41626         macro to inline function.
41627         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
41628
41629         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
41630         not <math/math_private.h>.
41631
41632 2012-03-08  David S. Miller  <davem@davemloft.net>
41633
41634         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
41635         copyright year.
41636         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
41637
41638 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
41639
41640         * resolv/gai_misc.c (handle_requests): Fix struct timespec
41641         normalization.
41642         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
41643         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
41644
41645 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
41646
41647         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
41648         be defined individually, they must be defined as a block.  Define
41649         S for printing a string instead of hidint the different by using a
41650         macro for adding the 'l'.
41651         * stdio-common/tst-fphex-wide.c: Adjust.
41652
41653 2012-03-07  Marek Polacek  <polacek@redhat.com>
41654
41655         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
41656
41657 2012-03-08  Marek Polacek  <polacek@redhat.com>
41658
41659         [BZ #13806]
41660         * stdio-common/Makefile (tests): Add tst-fphex-wide.
41661         * stdio-common/tst-fphex.c: Define a few macros to make the
41662         test reusable.  Use them.
41663         * stdio-common/tst-fphex-wide.c: New file.
41664
41665 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
41666
41667         [BZ #6911]
41668         * manual/macros.texi (gnusystems): New macro.
41669         (nongnusystems): Likewise.
41670         (gnulinuxhurdsystems): Likewise.
41671         (gnuhurdsystems): Likewise..
41672         (gnulinuxsystems): Likewise.
41673         * manual/charset.texi: Use new macros or @theglibc{} to refer to
41674         variants of the GNU system, not "GNU system".
41675         * manual/conf.texi: Likewise.
41676         * manual/errno.texi: Likewise.  Update example of errno macro
41677         expansion.
41678         * manual/filesys.texi: Likewise.
41679         (getumask): Document as specific to GNU/Hurd.
41680         * manual/install.texi: Likewise.  Reword some references to
41681         GNU/Linux.
41682         * manual/intro.texi: Likewise.
41683         * manual/io.texi: Likewise.
41684         (File Name Portability): Detail which constraints are inapplicable
41685         to all GNU systems and which are only inapplicable to GNU/Hurd.
41686         * manual/job.texi: Likewise.
41687         * manual/llio.texi: Likewise.
41688         (O_NOCTTY): Document as present on GNU/Linux.
41689         * manual/maint.texi: Likewise.
41690         * manual/memory.texi: Likewise.
41691         * manual/pattern.texi: Likewise.
41692         * manual/pipe.texi: Likewise.
41693         * manual/process.texi: Likewise.
41694         * manual/resource.texi: Likewise.
41695         (RUSAGE_CHILDREN): Remove statement about specifying a particular
41696         child on GNU/Hurd.
41697         * manual/setjmp.texi: Likewise.
41698         * manual/signal.texi: Likewise.
41699         * manual/startup.texi: Likewise.
41700         * manual/stdio.texi: Likewise.
41701         * manual/terminal.texi: Likewise.
41702         (ONLCR): Document as POSIX.
41703         (OXTABS): Document availability on GNU/Linux as XTABS.
41704         (ONOEOT): Document availability separately from other bits.
41705         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
41706         * manual/time.texi: Likewise.
41707         * manual/users.texi: Likewise.
41708         * INSTALL: Regenerated.
41709         * sysdeps/gnu/errlist.c: Regenerated.
41710
41711         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
41712         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
41713         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
41714         puts.
41715         * configure: Regenerated.
41716
41717 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
41718
41719         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41720         default includes instead of AC_HEADER_CHECK.
41721         * sysdeps/i386/configure: Regenerated.
41722
41723         [BZ #10716]
41724         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41725         * math/s_cacoshf.c (__cacoshf): Likewise.
41726         * math/s_cacoshl.c (__cacoshl): Likewise.
41727         * math/s_casinh.c (__casinh): Set signs of result from argument.
41728         * math/s_casinhf.c (__casinhf): Likewise.
41729         * math/s_casinhl.c (__casinhl): Likewise.
41730         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41731         (casinh_test): Add more tests.
41732         * sysdeps/i386/fpu/libm-test-ulps: Update.
41733         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41734
41735 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
41736
41737         * po/zh_TW.po: Update from translation team.
41738
41739         * login/Makefile (distribute): Remove variable.
41740         * catgets/Makefile: Likewise.
41741         * mach/Makefile: Likewise.
41742         * malloc/Makefile: Likewise.
41743         * misc/Makefile: Likewise.
41744         * iconv/Makefile: Likewise.
41745         * nscd/Makefile: Likewise.
41746         * hurd/Makefile: Likewise.
41747         * manual/Makefile: Likewise.
41748         * locale/Makefile: Likewise.
41749         * intl/Makefile: Likewise.
41750         * conform/Makefile: Likewise.
41751         * nss/Makefile: Likewise.
41752         * time/Makefile: Likewise.
41753         * soft-fp/Makefile: Likewise.
41754         * dirent/Makefile: Likewise.
41755         * gmon/Makefile: Likewise.
41756         * po/Makefile: Likewise.
41757         * rt/Makefile: Likewise.
41758         * socket/Makefile: Likewise.
41759         * math/Makefile: Likewise.
41760         * signal/Makefile: Likewise.
41761         * debug/Makefile: Likewise.
41762         * elf/Makefile: Likewise.
41763         * timezone/Makefile: Likewise.
41764         * stdlib/Makefile: Likewise.
41765         * iconvdata/Makefile: Likewise.
41766         * sunrpc/Makefile: Likewise.
41767         * io/Makefile: Likewise.
41768         * argp/Makefile: Likewise.
41769         * inet/Makefile: Likewise.
41770         * hesiod/Makefile: Likewise.
41771         * grp/Makefile: Likewise.
41772         * csu/Makefile: Likewise.
41773         * wctype/Makefile: Likewise.
41774         * crypt/Makefile: Likewise.
41775         * libio/Makefile: Likewise.
41776         * string/Makefile: Likewise.
41777         * nis/Makefile: Likewise.
41778         * resolv/Makefile: Likewise.
41779         * stdio-common/Makefile: Likewise.
41780         * wcsmbs/Makefile: Likewise.
41781         * dlfcn/Makefile: Likewise.
41782         * posix/Makefile: Likewise.
41783
41784         [BZ #6959]
41785         * timezone/Makefile: Don't install timezone files, just the programs
41786         and scripts.
41787
41788 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
41789
41790         * nss/databases.def: Add missing gshadow entry.
41791
41792         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
41793
41794 2012-03-06  Marek Polacek  <polacek@redhat.com>
41795
41796         [BZ #13726]
41797         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41798         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41799         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41800         * stdio-common/tst-long-dbl-fphex.c: New file.
41801
41802 2012-03-06  David S. Miller  <davem@davemloft.net>
41803
41804         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41805         (set_obp_int): New function.
41806         (get_obp_int): New function.
41807         (__get_clockfreq_via_dev_openprom): Likewise.
41808         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41809         Avoid unused variable warnings on 'val' and use builtin_expect.
41810         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41811         __builtin_expect.
41812         (INLINE_CLONE_SYSCALL): Likewise.
41813
41814 2012-03-05  David S. Miller  <davem@davemloft.net>
41815
41816         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41817
41818 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
41819
41820         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41821
41822         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41823         only for |x| >= 40.
41824         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41825
41826 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
41827
41828         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41829         Replace gettimeofday with __vdso_gettimeofday.
41830
41831         * sysdeps/unix/sysv/linux/x86_64/init-first.c
41832         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41833         __vdso_clock_gettime and __vdso_getcpu.
41834
41835         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41836         time with __vdso_time.
41837
41838 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41839
41840         * manual/lang.texi (size_t): Note types to which size_t may be
41841         equivalent with the GNU C Library, but do not describe when
41842         differences between them are significant.
41843
41844 2012-03-05  Andreas Jaeger  <aj@suse.de>
41845
41846         * sysdeps/i386/fpu/libm-test-ulps: Update.
41847
41848 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41849
41850         [BZ #3976]
41851         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41852         (__ieee754_pow): Save and restore rounding mode and use
41853         round-to-nearest for main computations.
41854         * math/libm-test.inc (pow_test_tonearest): New function.
41855         (pow_test_towardzero): Likewise.
41856         (pow_test_downward): Likewise.
41857         (pow_test_upward): Likewise.
41858         (main): Call the new functions.
41859         * sysdeps/i386/fpu/libm-test-ulps: Update.
41860         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41861
41862         [BZ #3976]
41863         * math/libm-test.inc (cosh_test_tonearest): New function.
41864         (cosh_test_towardzero): Likewise.
41865         (cosh_test_downward): Likewise.
41866         (cosh_test_upward): Likewise.
41867         (sinh_test_tonearest): Likewise.
41868         (sinh_test_towardzero): Likewise.
41869         (sinh_test_downward): Likewise.
41870         (sinh_test_upward): Likewise.
41871         (main): Call the new functions.
41872         * sysdeps/i386/fpu/libm-test-ulps: Update.
41873         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41874
41875 2012-03-05  Tom de Vries  <tom@codesourcery.com>
41876
41877         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
41878         default stack guard is set in last bytes.
41879         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
41880
41881 2012-03-05  Kees Cook  <keescook@chromium.org>
41882
41883         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
41884
41885         [BZ #13656]
41886         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
41887         possibly allocate from heap instead of stack.
41888         * stdio-common/bug-vfprintf-nargs.c: New file.
41889         * stdio-common/Makefile (tests): Add nargs overflow test.
41890
41891 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
41892
41893         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41894
41895 2012-03-03  Marek Polacek  <polacek@redhat.com>
41896
41897         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
41898         * math/math_private.h: Likewise.
41899         * stdlib/tst-strtod.c: Likewise.
41900         * sysdeps/i386/i486/bits/atomic.h: Likewise.
41901         * sysdeps/x86_64/bits/atomic.h: Likewise.
41902
41903 2012-03-02  David S. Miller  <davem@davemloft.net>
41904
41905         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
41906         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
41907         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
41908         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
41909         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
41910         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
41911         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
41912         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
41913
41914 2012-03-02  Roland McGrath  <roland@hack.frob.com>
41915
41916         [BZ #13792]
41917         * manual/examples/README: New file, says the example source files
41918         can be used under GPL>=2.
41919         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
41920         line containing just "*/".
41921         * manual/examples/add.c: Add copyright header (GPL>=2).
41922         * manual/examples/argp-ex1.c: Likewise.
41923         * manual/examples/argp-ex2.c: Likewise.
41924         * manual/examples/argp-ex3.c: Likewise.
41925         * manual/examples/argp-ex4.c: Likewise.
41926         * manual/examples/atexit.c: Likewise.
41927         * manual/examples/db.c: Likewise.
41928         * manual/examples/dir.c: Likewise.
41929         * manual/examples/dir2.c: Likewise.
41930         * manual/examples/execinfo.c: Likewise.
41931         * manual/examples/filecli.c: Likewise.
41932         * manual/examples/filesrv.c: Likewise.
41933         * manual/examples/fmtmsgexpl.c: Likewise.
41934         * manual/examples/genpass.c: Likewise.
41935         * manual/examples/inetcli.c: Likewise.
41936         * manual/examples/inetsrv.c: Likewise.
41937         * manual/examples/isockad.c: Likewise.
41938         * manual/examples/longopt.c: Likewise.
41939         * manual/examples/memopen.c: Likewise.
41940         * manual/examples/memstrm.c: Likewise.
41941         * manual/examples/mkfsock.c: Likewise.
41942         * manual/examples/mkisock.c: Likewise.
41943         * manual/examples/mygetpass.c: Likewise.
41944         * manual/examples/pipe.c: Likewise.
41945         * manual/examples/popen.c: Likewise.
41946         * manual/examples/rprintf.c: Likewise.
41947         * manual/examples/search.c: Likewise.
41948         * manual/examples/select.c: Likewise.
41949         * manual/examples/setjmp.c: Likewise.
41950         * manual/examples/sigh1.c: Likewise.
41951         * manual/examples/sigusr.c: Likewise.
41952         * manual/examples/stpcpy.c: Likewise.
41953         * manual/examples/strdupa.c: Likewise.
41954         * manual/examples/strftim.c: Likewise.
41955         * manual/examples/strncat.c: Likewise.
41956         * manual/examples/subopt.c: Likewise.
41957         * manual/examples/swapcontext.c: Likewise.
41958         * manual/examples/termios.c: Likewise.
41959         * manual/examples/testopt.c: Likewise.
41960         * manual/examples/testpass.c: Likewise.
41961         * manual/examples/timeval_subtract.c: Likewise.
41962
41963         [BZ #13792]
41964         * manual/time.texi (Elapsed Time): Move timeval_subtract example
41965         function to ...
41966         * manual/timeval_subtract.c.texi: ... here, new file.
41967
41968 2012-03-02  David S. Miller  <davem@davemloft.net>
41969
41970         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
41971
41972 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
41973
41974         [BZ #3976]
41975         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
41976         (__sin): Save and restore rounding mode and use round-to-nearest
41977         for all computations.
41978         (__cos): Save and restore rounding mode and use round-to-nearest
41979         for all computations.
41980         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
41981         <fenv.h>.
41982         (tan): Save and restore rounding mode and use round-to-nearest for
41983         all computations.
41984         * math/libm-test.inc (cos_test_tonearest): New function.
41985         (cos_test_towardzero): Likewise.
41986         (cos_test_downward): Likewise.
41987         (cos_test_upward): Likewise.
41988         (sin_test_tonearest): Likewise.
41989         (sin_test_towardzero): Likewise.
41990         (sin_test_downward): Likewise.
41991         (sin_test_upward): Likewise.
41992         (tan_test_tonearest): Likewise.
41993         (tan_test_towardzero): Likewise.
41994         (tan_test_downward): Likewise.
41995         (tan_test_upward): Likewise.
41996         (main): Call the new functions.
41997         * sysdeps/i386/fpu/libm-test-ulps: Update.
41998         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41999
42000         [BZ #10135]
42001         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
42002         small n, then large n, before computing and testing k+n.
42003         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
42004         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
42005         Likewise.
42006         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
42007         Likewise.
42008         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
42009         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
42010         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
42011         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
42012         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
42013         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
42014         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
42015         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
42016         * math/libm-test.inc (scalbn_test): Add more tests.
42017         (scalbln_test): Likewise.
42018
42019         * manual/filesys.texi (mode_t): Describe constraints on size and
42020         signedness, not exact equivalence to a particular type.
42021         (ino_t): Likewise.
42022         (ino64_t): Likewise.
42023         (dev_t): Likewise.
42024         (nlink_t): Likewise.
42025         (blkcnt_t): Likewise.
42026         (blkcnt64_t): Likewise.
42027         * manual/llio.texi (off_t): Likewise.
42028
42029         [BZ #3976]
42030         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
42031         (__ieee754_exp): Save and restore rounding mode and use
42032         round-to-nearest for all computations.
42033         * math/libm-test.inc (exp_test_tonearest): New function.
42034         (exp_test_towardzero): Likewise.
42035         (exp_test_downward): Likewise.
42036         (exp_test_upward): Likewise.
42037         (main): Call the new functions.
42038         * sysdeps/i386/fpu/libm-test-ulps: Update.
42039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42040
42041 2012-03-01  Chris Demetriou  <cgd@google.com>
42042
42043         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
42044         have predictable order.
42045
42046 2012-03-01  David S. Miller  <davem@davemloft.net>
42047
42048         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
42049
42050         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
42051         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
42052         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
42053         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
42054
42055         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
42056         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
42057         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
42058         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
42059         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
42060         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
42061         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
42062         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
42063         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
42064
42065         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42066
42067         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
42068         * sysdeps/sparc/fpu/libm-test-ulps: to here.
42069         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
42070
42071         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
42072         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
42073         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42074         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
42075         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
42076         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
42077         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
42078         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
42079         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42080         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
42081         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
42082         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42083         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42084         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42085         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42086         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42087         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
42088         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
42089         * sysdeps/sparc/elf/configure: Regenerated.
42090
42091 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
42092
42093         * configure.in (AS, LD): Require binutils 2.20 or later.
42094         * configure: Regenerated.
42095         * manual/install.texi (Tools for Compilation): Give binutils 2.20
42096         as required minimum version.
42097         * INSTALL: Regenerated.
42098
42099         [BZ #2541]
42100         [BZ #4108]
42101         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
42102         before squaring exponent.
42103         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
42104         bottom long double and 27 bits of top long double before squaring
42105         exponent.
42106         * math/libm-test.inc (erfc_test): Add more tests.
42107         * sysdeps/i386/fpu/libm-test-ulps: Update.
42108         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42110
42111 2012-03-01  Kai Tietz  <ktietz@redhat.com>
42112
42113         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
42114         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
42115         containing bit-fields.
42116         * soft-fp/extended.h (_FP_UNION_E): Likewise.
42117         * soft-fp/single.h (_FP_UNION_S): Likewise.
42118         * soft-fp/double.h (_FP_UNION_D): Likewise.
42119
42120 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42121
42122         [BZ #13786]
42123         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
42124         not include ../strcmp.S.
42125         [USE_AS_STRNCASECMP_L]: Likewise.
42126         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
42127         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
42128         * sysdeps/i386/i686/multiarch/strncase_l-c.c
42129         (__strncasecmp_l_ia32): Define as alias to
42130         __strncasecmp_l_nonascii.
42131
42132         [BZ #5794]
42133         * math/libm-test.inc (expm1_test): Add test for bug 5794.
42134         * sysdeps/i386/fpu/libm-test-ulps: Update.
42135         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42136
42137         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
42138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42139
42140 2012-02-29  Jeff Law  <law@redhat.com>
42141
42142         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
42143         out of bounds read.
42144
42145 2012-02-29  Marek Polacek  <polacek@redhat.com>
42146
42147         [BZ #13706]
42148         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
42149         * elf/Makefile: Add rules to run tst-unused-dep.out.
42150
42151 2012-02-28  David S. Miller  <davem@davemloft.net>
42152
42153         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
42154         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
42155         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
42156         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
42157         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
42158         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
42159
42160 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42161
42162         * math/libm-test.inc (llround_test): Move one test from
42163         lround_test.  Use TEST_f_L in moved test.
42164         (lround_test): Move misplaced test to llround_test.  Add testcase
42165         from bug 2561.
42166
42167 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
42168
42169         * sysdeps/x86_64/fpu/e_expf.S: New file.
42170         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
42171
42172 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
42173
42174         [BZ #13637]
42175         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
42176         of remain_len that may cause incomplete multi-byte character and
42177         false match.
42178         * posix/bug-regex33.c: New file.
42179         * posix/Makefile (tests): Add bug-regex33.
42180
42181 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
42182
42183         * manual/macros.texi: New file.
42184         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
42185         * manual/libc.texinfo: Include macros.texi.
42186         * manual/creatute.texi: Likewise.
42187         * manual/install.texi: Likewise.
42188         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
42189         @glibcadj{} in references to the GNU C Library.
42190         * manual/charset.texi: Likewise.
42191         * manual/conf.texi: Likewise.
42192         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
42193         when not using those macros.
42194         * manual/creature.texi: Likewise.
42195         * manual/crypt.texi: Likewise.
42196         * manual/errno.texi: Likewise.
42197         * manual/filesys.texi: Likewise.
42198         * manual/header.texi: Likewise.
42199         * manual/install.texi: Likewise.
42200         * manual/intro.texi: Likewise.
42201         * manual/io.texi: Likewise.
42202         * manual/job.texi: Likewise.
42203         * manual/lang.texi: Likewise.
42204         * manual/libc.texiinfo: Likewise.
42205         * manual/llio.texi: Likewise.
42206         * manual/locale.texi: Likewise.
42207         * manual/maint.texi: Likewise.
42208         * manual/math.texi: Likewise.
42209         * manual/memory.texi: Likewise.
42210         * manual/message.texi: Likewise.
42211         * manual/nss.texi: Likewise.
42212         * manual/pattern.texi: Likewise.
42213         * manual/process.texi: Likewise.
42214         * manual/resource.texi: Likewise.
42215         * manual/search.texi: Likewise.
42216         * manual/setjmp.texi: Likewise.
42217         * manual/signal.texi: Likewise.
42218         * manual/socket.texi: Likewise.
42219         * manual/startup.texi: Likewise.
42220         * manual/stdio.texi: Likewise.
42221         * manual/string.texi: Likewise.
42222         * manual/sysinfo.texi: Likewise.
42223         * manual/syslog.texi: Likewise.
42224         * manual/terminal.texi: Likewise.
42225         * manual/time.texi: Likewise.
42226         * manual/users.texi: Likewise.
42227         * INSTALL: Regenerated.
42228         * NOTES: Regenerated.
42229         * sysdeps/gnu/errlist.c: Regenerated.
42230
42231 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
42232
42233         * include/dirent.h: Include <dirstream.h> before
42234         <dirent/dirent.h>.
42235
42236 2012-02-28  David S. Miller  <davem@davemloft.net>
42237
42238         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
42239         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
42240         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
42241         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
42242
42243 2012-02-27  David S. Miller  <davem@davemloft.net>
42244
42245         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
42246         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
42247         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
42248         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
42249
42250         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
42251         frame pointer instead of stack pointer relative arg slot.
42252         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42253         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42254         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42255
42256 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
42257
42258         [BZ #3992]
42259         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
42260
42261 2012-02-27  David S. Miller  <davem@davemloft.net>
42262
42263         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
42264         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42265         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42266         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
42267         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42268         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42269         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
42270         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
42271
42272 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42273
42274         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
42275         later.  Allow versions 5-9.
42276         * configure: Regenerated.
42277         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
42278         required minimum version and 4.6 as recommended version.  Do not
42279         mention bugs in GCC 2.7 and 2.8.
42280         * INSTALL: Regenerated.
42281
42282 2012-02-27  David S. Miller  <davem@davemloft.net>
42283
42284         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
42285         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
42286         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
42287         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
42288         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
42289         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
42290         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
42291         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
42292
42293         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
42294         manipulate bits before adding and subtracting TWO112[sx].
42295         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
42296
42297 2012-02-27  Roland McGrath  <roland@hack.frob.com>
42298
42299         [BZ #13775]
42300         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
42301         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
42302         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
42303         being in POSIX, because they are in 1003.1-2008.
42304
42305         * rt/tst-aio.c: Include <fcntl.h>.
42306         * rt/tst-aio7.c: Likewise.
42307         * rt/tst-aio64.c: Likewise.
42308
42309         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
42310
42311 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42312
42313         * manual/install.texi (--with-headers): Describe headers as
42314         interface headers, not private headers.
42315         (Specific advice for GNU/Linux systems): Describe use of headers
42316         from "make headers_install", not private headers from older
42317         kernels.
42318         * INSTALL: Regenerated.
42319         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
42320         Change to 2.6.19.
42321         * sysdeps/unix/sysv/linux/configure: Regenerated.
42322
42323         * manual/llio.texi (fclean): Remove documentation.
42324
42325         * manual/Makefile (libc-texi-generated): New variable.  Include
42326         version.texi.
42327         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
42328         $(libc-texi-generated), not duplicated list of files.
42329         (version.texi, stamp-version): New rules.
42330         (realclean): Remove $(libc-texi-generated), not individual files
42331         from that list.  Do not remove dir-add.texinfo.
42332         * manual/libc.texinfo: Comment out uses of edition numbers and
42333         references to printed manual.  Remove last-updated dates.
42334         (EDITION): Comment out.
42335         (ISBN): Likewise.
42336         (VERSION, UPDATED): Remove.
42337         (version.texi): Include.
42338
42339 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
42340
42341         * sysdeps/posix/spawni.c: Include <signal.h>.
42342         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
42343         * sysdeps/pthread/aio_fsync.c: Likewise.
42344
42345 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
42346
42347         * conform/Makefile (tests): Run only when not cross-compiling and
42348         when fast-check is not defined.
42349
42350         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
42351         * conform/data/limits.h-data: Fixes for POSIX2008.
42352         * conform/run-conformtest.sh: Run all tests.
42353         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
42354         headers.
42355         * include/bits/dlfcn.h: Likewise.
42356         * include/langinfo.h: Likewise.
42357         * include/monetary.h: Likewise.
42358         * include/sys/poll.h: Likewise.
42359
42360         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
42361         for __USE_GNU.
42362         * posix/spawn.h: Define __need_sigset_t.
42363         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
42364         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
42365         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
42366         to get sigevent_t only.
42367         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
42368         only for __USE_GNU.
42369         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42370         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42371         process_vm_writev only for __USE_GNU.
42372         * termios/termios.h: Declare tcgetsid also for POSIX2008.
42373
42374         * conform/Makefile: For now ignore errors from run-conformtest.
42375         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
42376         POSIX to avoid namespace pollution.  Don't prepend headers.
42377         * conform/data/aio.h-data: Fixes for POSIX testing.
42378         * conform/data/fcntl.h-data: Likewise.
42379         * conform/data/glob.h-data: Likewise.
42380         * conform/data/grp.h-data: Likewise.
42381         * conform/data/pthread.h-data: Likewise.
42382         * conform/data/pwd.h-data: Likewise.
42383         * conform/data/signal.h-data: Likewise.
42384         * conform/data/spawn.h-data: Likewise.
42385         * conform/data/stdio.h-data: Likewise.
42386         * conform/data/stdlib.h-data: Likewise.
42387         * conform/data/stropts.h-data: Likewise.
42388         * conform/data/sys/mman.h-data: Likewise.
42389         * conform/data/sys/stat.h-data: Likewise.
42390         * conform/data/sys/types.h-data: Likewise.
42391         * conform/data/sys/wait.h-data: Likewise.
42392         * conform/data/time.h-data: Likewise.
42393         * conform/data/unistd.h-data: Likewise.
42394         * conform/data/utime.h-data: Likewise.
42395
42396         * io/sys/stat.h: fchmod was always in POSIX.
42397         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
42398         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
42399         * rt/aio.h: Define __need_timespec before including <time.h>.
42400         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
42401         struct.  Add forward declaration of pthread_attr_t and use it in
42402         sigevent.
42403         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
42404         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42405         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
42406         always remove CLK_TCK definition.
42407
42408 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
42409
42410         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
42411
42412 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
42413
42414         * conform/run-conformtest.sh: New file.
42415         * conform/Makefile: Run run-conformtest for tests.
42416         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
42417         support.
42418
42419         * conform/data/uchar.h-data: New file.
42420         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
42421         * conform/data/arpa/inet.h-data: Likewise.
42422         * conform/data/assert.h-data: Likewise.
42423         * conform/data/complex.h-data: Likewise.
42424         * conform/data/cpio.h-data: Likewise.
42425         * conform/data/ctype.h-data: Likewise.
42426         * conform/data/dirent.h-data: Likewise.
42427         * conform/data/dlfcn.h-data: Likewise.
42428         * conform/data/errno.h-data: Likewise.
42429         * conform/data/fcntl.h-data: Likewise.
42430         * conform/data/float.h-data: Likewise.
42431         * conform/data/fmtmsg.h-data: Likewise.
42432         * conform/data/fnmatch.h-data: Likewise.
42433         * conform/data/ftw.h-data: Likewise.
42434         * conform/data/glob.h-data: Likewise.
42435         * conform/data/grp.h-data: Likewise.
42436         * conform/data/iconv.h-data: Likewise.
42437         * conform/data/inttypes.h-data: Likewise.
42438         * conform/data/langinfo.h-data: Likewise.
42439         * conform/data/libgen.h-data: Likewise.
42440         * conform/data/limits.h-data: Likewise.
42441         * conform/data/locale.h-data: Likewise.
42442         * conform/data/math.h-data: Likewise.
42443         * conform/data/monetary.h-data: Likewise.
42444         * conform/data/mqueue.h-data: Likewise.
42445         * conform/data/ndbm.h-data: Likewise.
42446         * conform/data/net/if.h-data: Likewise.
42447         * conform/data/netdb.h-data: Likewise.
42448         * conform/data/netinet/in.h-data: Likewise.
42449         * conform/data/nl_types.h-data: Likewise.
42450         * conform/data/poll.h-data: Likewise.
42451         * conform/data/pthread.h-data: Likewise.
42452         * conform/data/pwd.h-data: Likewise.
42453         * conform/data/regex.h-data: Likewise.
42454         * conform/data/sched.h-data: Likewise.
42455         * conform/data/search.h-data: Likewise.
42456         * conform/data/semaphore.h-data: Likewise.
42457         * conform/data/setjmp.h-data: Likewise.
42458         * conform/data/signal.h-data: Likewise.
42459         * conform/data/spawn.h-data: Likewise.
42460         * conform/data/stdarg.h-data: Likewise.
42461         * conform/data/stdio.h-data: Likewise.
42462         * conform/data/stdlib.h-data: Likewise.
42463         * conform/data/string.h-data: Likewise.
42464         * conform/data/strings.h-data: Likewise.
42465         * conform/data/stropts.h-data: Likewise.
42466         * conform/data/sys/ipc.h-data: Likewise.
42467         * conform/data/sys/mman.h-data: Likewise.
42468         * conform/data/sys/msg.h-data: Likewise.
42469         * conform/data/sys/resource.h-data: Likewise.
42470         * conform/data/sys/select.h-data: Likewise.
42471         * conform/data/sys/sem.h-data: Likewise.
42472         * conform/data/sys/shm.h-data: Likewise.
42473         * conform/data/sys/socket.h-data: Likewise.
42474         * conform/data/sys/stat.h-data: Likewise.
42475         * conform/data/sys/statvfs.h-data: Likewise.
42476         * conform/data/sys/time.h-data: Likewise.
42477         * conform/data/sys/timeb.h-data: Likewise.
42478         * conform/data/sys/times.h-data: Likewise.
42479         * conform/data/sys/types.h-data: Likewise.
42480         * conform/data/sys/uio.h-data: Likewise.
42481         * conform/data/sys/un.h-data: Likewise.
42482         * conform/data/sys/utsname.h-data: Likewise.
42483         * conform/data/sys/wait.h-data: Likewise.
42484         * conform/data/syslog.h-data: Likewise.
42485         * conform/data/tar.h-data: Likewise.
42486         * conform/data/termios.h-data: Likewise.
42487         * conform/data/utime.h-data: Likewise.
42488         * conform/data/utmpx.h-data: Likewise.
42489         * conform/data/varargs.h-data: Likewise.
42490         * conform/data/wchar.h-data: Likewise.
42491         * conform/data/wctype.h-data: Likewise.
42492         * conform/data/wordexp.h-data: Likewise.
42493
42494         * include/stropts.h: New file.
42495         * include/uchar.h: New file.
42496         * include/aio.h: Changes to allow conformtest.pl to use the headers.
42497         * include/assert.h: Likewise.
42498         * include/ctype.h: Likewise.
42499         * include/dirent.h: Likewise.
42500         * include/dlfcn.h: Likewise.
42501         * include/fcntl.h: Likewise.
42502         * include/fnmatch.h: Likewise.
42503         * include/glob.h: Likewise.
42504         * include/grp.h: Likewise.
42505         * include/libio.h: Likewise.
42506         * include/locale.h: Likewise.
42507         * include/math.h: Likewise.
42508         * include/net/if.h: Likewise.
42509         * include/netdb.h: Likewise.
42510         * include/netinet/in.h: Likewise.
42511         * include/pthread.h: Likewise.
42512         * include/pwd.h: Likewise.
42513         * include/regex.h: Likewise.
42514         * include/sched.h: Likewise.
42515         * include/search.h: Likewise.
42516         * include/setjmp.h: Likewise.
42517         * include/signal.h: Likewise.
42518         * include/stdio.h: Likewise.
42519         * include/stdlib.h: Likewise.
42520         * include/string.h: Likewise.
42521         * include/sys/cdefs.h: Likewise.
42522         * include/sys/mman.h: Likewise.
42523         * include/sys/msg.h: Likewise.
42524         * include/sys/resource.h: Likewise.
42525         * include/sys/select.h: Likewise.
42526         * include/sys/socket.h: Likewise.
42527         * include/sys/stat.h: Likewise.
42528         * include/sys/statvfs.h: Likewise.
42529         * include/sys/time.h: Likewise.
42530         * include/sys/times.h: Likewise.
42531         * include/sys/uio.h: Likewise.
42532         * include/sys/utsname.h: Likewise.
42533         * include/sys/wait.h: Likewise.
42534         * include/termios.h: Likewise.
42535         * include/time.h: Likewise.
42536         * include/ulimit.h: Likewise.
42537         * include/unistd.h: Likewise.
42538         * include/utime.h: Likewise.
42539         * include/wchar.h: Likewise.
42540         * include/wctype.h: Likewise.
42541         * include/wordexp.h: Likewise.
42542
42543         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
42544
42545         * time/time.h: TIME_UTC must be a macro.
42546         Make timespec_get available for ISO C11 only as well.
42547
42548 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
42549
42550         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
42551         Reported by Peng Haitao <penght@cn.fujitsu.com>.
42552
42553 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42554
42555         * configure.in: Use -o not -a in test for unsupported multi-arch.
42556
42557 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42558
42559         * manual/texinfo.tex: Update to version 2012-01-19.16.
42560
42561 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42562
42563         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
42564
42565 2012-02-24  Roland McGrath  <roland@hack.frob.com>
42566
42567         [BZ #13738]
42568         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
42569         * manual/fdl-1.3.texi: New file.
42570         * manual/fdl-1.1.texi: File removed.
42571
42572         [BZ #13738]
42573         * manual/libc.texinfo (FDL_VERSION): New @set.
42574         Use it for mention of FDL in cover text.
42575         (Documentation License): Use it in @include file name.
42576
42577 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42578             Roland McGrath  <roland@hack.frob.com>
42579
42580         [BZ #5461]
42581         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
42582         (not LONG_LONG_MAX and LONG_LONG_MIN.
42583         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
42584         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
42585         name.
42586         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
42587
42588 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42589
42590         [BZ #2547]
42591         [BZ #11365]
42592         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
42593         manipulate bits before adding and subtracting TWO23[sx].
42594         * math/libm-test.inc (nearbyint_test): Add more tests.
42595
42596 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42597
42598         [BZ #2548]
42599         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
42600         bits before adding and subtracting TWO23[sx].
42601         * math/libm-test.inc (rint_test): Add more tests.
42602         (rint_test_tonearest): Likewise.
42603         (rint_test_towardzero): Likewise.
42604         (rint_test_downward): Likewise.
42605         (rint_test_upward: Likewise.
42606
42607 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42608
42609         [BZ #10110]
42610         * include/stdc-predef.h: New file.  Extracted from features.h.
42611         * include/features.h: Include stdc-predef.h.
42612         * Makefile (headers): Add stdc-predef.h.
42613         * CONFORMANCE (Compiler limitations): Update.
42614
42615 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42616
42617         * manual/libc.texinfo (VERSION, UPDATED): Revert.
42618
42619 2012-02-21  David S. Miller  <davem@davemloft.net>
42620
42621         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
42622         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42623
42624 2012-02-20  David S. Miller  <davem@davemloft.net>
42625
42626         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
42627         using a normal save/restore sequence, rather than allocating a
42628         dummy stack frame just to store a frame pointer and restore.
42629         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42630
42631 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42632
42633         * manual/install.texi: Fix stray word in line-wrapped comment.
42634
42635 2012-02-20  David S. Miller  <davem@davemloft.net>
42636
42637         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
42638         both binutils and gcc support GOTDATA.
42639
42640         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
42641         "rd %pc" in the PIC register setup sequences.
42642
42643         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
42644         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
42645         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42646         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
42647         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42648         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42649         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
42650         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42651         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
42652         (SYSCALL_ERROR_HANDLER): Likewise.
42653         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42654         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42655         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
42656         (SYSCALL_ERROR_HANDLER): Likewise.
42657
42658         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
42659         (HAVE_GCC_GOTDATA): New.
42660         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
42661         relocation support in both binutils and gcc.
42662         * sysdeps/sparc/elf/configure: Regenerate.
42663
42664         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
42665         * sysdeps/sparc/sparc32/elf/configure: Delete.
42666         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
42667         * sysdeps/sparc/sparc64/elf/configure: Delete.
42668         * sysdeps/sparc/elf/configure.in: New file.
42669         * sysdeps/sparc/elf/configure: Generate.
42670
42671         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
42672         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
42673         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
42674         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
42675         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
42676
42677 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42678
42679         * manual/install.texi: Do not mention specific glibc version
42680         numbers.
42681         * manual/libc.texinfo (VERSION, UPDATED): Update.
42682         (@copying): Use @copyright{} and range of years.
42683
42684 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42685
42686         [BZ #13695]
42687         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
42688         [crti.S not in sysdirs] (generated): Do not append.
42689         [crti.S not in sysdirs] (omit-deps): Likewise.
42690         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
42691         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
42692         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
42693         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
42694         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
42695         Likewise.
42696         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
42697         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
42698         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
42699         * csu/defs.awk: Remove file.
42700         * sysdeps/generic/initfini.c: Likewise.
42701         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
42702         variable.
42703         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
42704         Likewise.
42705
42706 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42707
42708         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
42709         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
42710         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
42711         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
42712         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42713         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
42714         <bits/epoll.h>.
42715         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42716         (__EPOLL_PACKED): Define to empty if not defined by
42717         <bits/epoll.h>.
42718         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42719         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42720         bits/epoll.h.
42721
42722 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42723
42724         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42725         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42726         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42727         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42728         <bits/timerfd.h>.
42729         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42730         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42731         bits/timerfd.h.
42732
42733 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42734
42735         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42736         in C locale.
42737         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42738         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42739         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42740         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42741
42742 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
42743
42744         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42745         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42746
42747 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
42748
42749         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42750         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42751         defined.
42752         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42753         Likewise.
42754         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42755         entry for 2.16.
42756
42757 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
42758
42759         * math/w_acos.c: Use non-signaling floating-point comparisons.
42760         * math/w_acosf.c: Likewise.
42761         * math/w_acosh.c: Likewise.
42762         * math/w_acoshf.c: Likewise.
42763         * math/w_acoshl.c: Likewise.
42764         * math/w_acosl.c: Likewise.
42765         * math/w_asin.c: Likewise.
42766         * math/w_asinf.c: Likewise.
42767         * math/w_asinl.c: Likewise.
42768         * math/w_atanh.c: Likewise.
42769         * math/w_atanhf.c: Likewise.
42770         * math/w_atanhl.c: Likewise.
42771         * math/w_exp2.c: Likewise.
42772         * math/w_exp2f.c: Likewise.
42773         * math/w_exp2l.c: Likewise.
42774         * math/w_j0.c: Likewise.
42775         * math/w_j0f.c: Likewise.
42776         * math/w_j0l.c: Likewise.
42777         * math/w_j1.c: Likewise.
42778         * math/w_j1f.c: Likewise.
42779         * math/w_j1l.c: Likewise.
42780         * math/w_jn.c: Likewise.
42781         * math/w_jnf.c: Likewise.
42782         * math/w_log.c: Likewise.
42783         * math/w_log10.c: Likewise.
42784         * math/w_log10f.c: Likewise.
42785         * math/w_log10l.c: Likewise.
42786         * math/w_log2.c: Likewise.
42787         * math/w_log2f.c: Likewise.
42788         * math/w_log2l.c: Likewise.
42789         * math/w_logf.c: Likewise.
42790         * math/w_logl.c: Likewise.
42791         * math/w_sqrt.c: Likewise.
42792         * math/w_sqrtf.c: Likewise.
42793         * math/w_sqrtl.c: Likewise.
42794         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42795         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42796         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42797         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42798         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42799
42800 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42801
42802         [BZ #9739]
42803         * manual/string.texi (strnlen): Use correct parameter name in
42804         equivalent expression.
42805
42806 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42807
42808         [BZ #11174]
42809         * manual/users.texi (seteuid): Consistently use neweuid for
42810         argument name.
42811
42812 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42813
42814         [BZ #13704]
42815         * manual/nss.texi (Services in the NSS configuration): Correct
42816         list of services in example configuration file.
42817
42818 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
42819
42820         [BZ #11322]
42821         * manual/arith.texi: Remove statements about negative zero
42822         behaving identically to zero.
42823
42824 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42825
42826         [BZ #5993]
42827         * manual/install.texi: Do not document upgrading from libc5.
42828
42829 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42830
42831         [BZ #4596]
42832         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42833
42834 2012-02-18  David S. Miller  <davem@davemloft.net>
42835
42836         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42837         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42838         %o7 across the call.
42839         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42840         instead.
42841         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42842         SETUP_PIC_REG_LEAF.
42843         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42844         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42845         * sysdeps/sparc/crtn.S: Likewise.
42846
42847 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
42848
42849         * aout/Makefile: Remove.
42850
42851 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
42852
42853         [BZ #13058]
42854         * manual/examples/argp-ex1.c (main): Format definition in GNU
42855         style.
42856         * manual/examples/argp-ex2.c (main): Likewise.
42857         * manual/examples/argp-ex3.c (main): Likewise.
42858         * manual/examples/argp-ex4.c (main): Likewise.
42859         * manual/examples/longopt.c (main): Use new-style prototype
42860         definition.
42861         * manual/examples/strncat.c (main): Specify return type and use
42862         (void) for arguments.
42863         * manual/examples/subopt.c (main): Use char **argv argument.
42864
42865 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42866
42867         [BZ #5077]
42868         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
42869         rounding modes.
42870
42871 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
42872
42873         [BZ #6907]
42874         * manual/string.texi (strchr): Change when strchrnul is
42875         recommended.
42876
42877 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
42878
42879         [BZ #174]
42880         * manual/locale.texi (setlocale): Document LOCPATH.
42881
42882 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42883
42884         [BZ #10210]
42885         * manual/process.texi (execle): Move @dots{} before last argument.
42886
42887 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
42888
42889         [BZ #12047]
42890         * manual/charset.texi (Generic Charset Conversion): Fix typo
42891         (LC_TYPE -> LC_CTYPE).
42892
42893 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
42894
42895         [BZ #5805]
42896         * manual/arith.texi (scalbn): Use @var{} on parameter names.
42897         (scalbnf): Likewise.
42898         (scalbnl): Likewise.
42899         (scalbln): Likewise.
42900         (scalblnf): Likewise.
42901         (scalblnl): Likewise.
42902         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
42903         (vwarnx): Likewise.
42904         (verr): Likewise.
42905         (verrx): Likewise.
42906         * manual/filesys.texi (telldir): Use braces around return type.
42907         * manual/llio.texi (mmap): Add space after comma.
42908         (mmap64): Likewise.
42909         * manual/math.texi (jn): Use @var{} on parameter names.
42910         (jnf): Likewise.
42911         (jnl): Likewise.
42912         (yn): Likewise.
42913         (ynf): Likewise.
42914         (ynl): Likewise.
42915         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
42916         line.
42917         * manual/resource.texi (ulimit): Use @dots{} instead of literal
42918         "...".
42919         (sched_get_priority_min): Remove semicolon on @deftypefun line.
42920         (sched_get_priority_max): Likewise.
42921         * manual/signal.texi (sigvec): Add space after comma.
42922         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
42923         names.
42924         (if_indextoname): Likewise.
42925         (if_freenameindex): Likewise.
42926         (sendto): Use ',' instead of '.' in prototype.
42927         * manual/startup.texi (syscall): Use @dots{} instead of literal
42928         "...".
42929         * manual/stdio.texi (__fpending): Separate initial words of
42930         paragraph from @deftypefun line.
42931         * manual/syslog.texi (syslog): Use @dots{} instead of literal
42932         "...".
42933         (vsyslog): Use @var{} on parameter names.
42934         * manual/terminal.texi (stty): Use @var{} on parameter names.
42935         * manual/users.texi (getutmp): Use @var{} on parameter names.
42936         (getutmpx): Likewise.
42937
42938 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42939
42940         [BZ #6884]
42941         * manual/stdio.texi (fopen): Fix typos in description of
42942         ",ccs=STRING".
42943
42944 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
42945
42946         [BZ #4026]
42947         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
42948         get clock_id definition.
42949
42950 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
42951
42952         [BZ #4822]
42953         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
42954         (madvise): Cast every argument to void on its own.
42955
42956 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42957
42958         [BZ #9902]
42959         * manual/startup.texi (Exit Status): Fix typo.
42960
42961 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42962
42963         [BZ #10140]
42964         * manual/examples/argp-ex1.c: Include <stdlib.h>.
42965         * manual/examples/argp-ex2.c: Likewise.
42966         * manual/examples/argp-ex3.c: Likewise.
42967
42968 2012-02-16  Richard Henderson  <rth@redhat.com>
42969
42970         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
42971         * sysdeps/s390/s390-32/initfini.c: Remove.
42972         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
42973         * sysdeps/s390/s390-64/initfini.c: Remove.
42974
42975 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42976
42977         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
42978         compiler output for sysdeps/generic/initfini.c.
42979         * sysdeps/sh/elf/initfini.c: Remove file.
42980
42981 2012-02-16  David S. Miller  <davem@davemloft.net>
42982
42983         [BZ #11494]
42984         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
42985
42986         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
42987         * sysdeps/sparc/crti.S: New file.
42988         * sysdeps/sparc/crtn.S: New file.
42989         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
42990         * sysdeps/sparc/sparc64/Makefile: Likewise.
42991
42992 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
42993
42994         [BZ #3335]
42995         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
42996
42997 2012-02-15  Roland McGrath  <roland@hack.frob.com>
42998
42999         [BZ #4822]
43000         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
43001
43002         * mach/devstream.c (cookie_io_functions_t): Macro removed.
43003         (write, read, close): Likewise.
43004         Patch by Aurelien Jarno <aurelien@aurel32.net>.
43005
43006 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
43007
43008         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
43009         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
43010         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
43011         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
43012         <bits/signalfd.h>.
43013         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
43014         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43015         bits/signalfd.h.
43016
43017 2012-02-14  Marek Polacek  <polacek@redhat.com>
43018
43019         * sysdeps/x86_64/crti.S: New file.
43020         * sysdeps/x86_64/crtn.S: New file.
43021         * sysdeps/x86_64/elf/initfini.c: Remove file.
43022
43023 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43024
43025         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
43026         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
43027         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
43028         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
43029         <bits/inotify.h>.
43030         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
43031         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43032         bits/inotify.h.
43033
43034 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43035
43036         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
43037         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
43038         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
43039         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
43040         <bits/eventfd.h>.
43041         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
43042         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43043         bits/eventfd.h.
43044
43045 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
43046
43047         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
43048         __feraiseexcept instead of feraiseexcept.
43049
43050         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
43051         nanosleep invocations.
43052         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
43053         strings, and add error checking for a nanosleep invocations.
43054
43055 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
43056
43057         Replace FSF snail mail address with URLs, as per GNU coding standards.
43058         Most of the snail mail addresses were wrong anyway, and omitting
43059         them makes the source code easier to maintain.  Almost all of the
43060         changes are to license notices and to locale LC_IDENTIFICATION
43061         addresses, except for this one:
43062         * manual/libc.texinfo: In "Published by", give the FSF's URL,
43063         not its snail mail address.
43064
43065 2012-02-09  Richard Henderson  <rth@twiddle.net>
43066
43067         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
43068         of kernel-features.h.
43069
43070         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
43071
43072 2012-02-08  Marek Polacek  <polacek@redhat.com>
43073
43074         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
43075         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
43076         * sysdeps/gnu/_G_config.h: Likewise.
43077         * sysdeps/generic/_G_config.h: Likewise.
43078
43079 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
43080
43081         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
43082         tests.
43083         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43084
43085         * sysdeps/powerpc/powerpc32/crti.S: New file.
43086         * sysdeps/powerpc/powerpc32/crtn.S: New file.
43087         * sysdeps/powerpc/powerpc64/crti.S: New file.
43088         * sysdeps/powerpc/powerpc64/crtn.S: New file.
43089
43090         * Makeconfig (have-initfini): Don't set.
43091         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
43092         * configure.in (nopic_initfini): Don't substitute.
43093         * config.h.in (HAVE_INITFINI): Don't #undef.
43094         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
43095         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
43096
43097 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
43098
43099         Support crti.S and crtn.S provided directly by architectures.
43100         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
43101         [crti.S in sysdirs] (omit-deps): Likewise.
43102         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
43103         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
43104         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
43105         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
43106         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
43107         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
43108         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
43109         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
43110         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
43111         compiler output for sysdeps/generic/initfini.c.
43112         * sysdeps/i386/elf/Makefile: Remove file.
43113         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
43114
43115 2012-02-07  Marek Polacek  <polacek@redhat.com>
43116
43117         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
43118         * sysdeps/gnu/_G_config.h: Likewise.
43119         * sysdeps/mach/hurd/_G_config.h: Likewise.
43120
43121 2012-02-07  Marek Polacek  <polacek@redhat.com>
43122
43123         * math/Makefile (tests): Add tst-CMPLX2.
43124         * math/tst-CMPLX2.c: New file.
43125
43126 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
43127
43128         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43129
43130         * math/libm-test.inc (jn_test): Add missing L suffix.
43131
43132 2012-02-06  Marek Polacek  <polacek@redhat.com>
43133
43134         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
43135         * sysdeps/i386/fpu/e_powf.S: Likewise.
43136         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43137         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43138         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43139         * sysdeps/i386/fpu/e_pow.S: Likewise.
43140         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43141         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43142         * sysdeps/i386/fpu/s_expm1.S: Likewise.
43143         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43144         * sysdeps/i386/fpu/e_log2.S: Likewise.
43145         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43146         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43147         * sysdeps/i386/fpu/e_powl.S: Likewise.
43148         * sysdeps/i386/fpu/s_log1p.S: Likewise.
43149         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43150         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43151         * sysdeps/i386/fpu/e_logl.S: Likewise.
43152         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43153         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
43154         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43155         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43156         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43157         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43158         * sysdeps/i386/fpu/e_log.S: Likewise.
43159         * sysdeps/i386/fpu/s_cexp.S: Likewise.
43160         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43161         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
43162         * sysdeps/i386/fpu/e_logf.S: Likewise.
43163         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43164         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43165         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
43166         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43167         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43168         * sysdeps/i386/fpu/e_log10.S: Likewise.
43169         * sysdeps/i386/fpu/s_frexp.S: Likewise.
43170         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43171         * sysdeps/i386/fpu/s_asinh.S: Likewise.
43172         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43173         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43174         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43175         * sysdeps/i386/asm-syntax.h: Likewise.
43176         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43177         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43178         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43179         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
43180         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
43181         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43182         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43183         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43184         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43185         * sysdeps/powerpc/sysdep.h: Likewise.
43186         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
43187         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
43188
43189 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43190
43191         [BZ #411]
43192         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
43193
43194 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43195
43196         * sysdeps/i386/sysdep.h: Include <features.h>.
43197         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
43198         version.
43199
43200 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
43201
43202         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
43203         Define.
43204         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
43205         LOAD_PIC_REG_STR.
43206
43207 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43208
43209         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
43210         (SETUP_PIC_REG): Use GET_PC_THUNK.
43211         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
43212         macro.
43213
43214 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43215
43216         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
43217         for non-PIC compilation.
43218         (SETUP_PIC_REG): Add .p2align directive.
43219         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
43220         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
43221         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43222         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43223         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
43224         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43225         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
43226         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43227         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43228         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43229         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43230         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43231         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43232         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43233         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43234         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
43235         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
43236         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43237         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43238         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43239         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
43240         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
43241         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43242         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43243         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
43244         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
43245         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43246         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
43247         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43248         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43249         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43250         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43251         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43252         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43253         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43254         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43255         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43256         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43257         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43258         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43259         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43260
43261 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43262
43263         * math/tst-CMPLX.c: Include <stdio.h>.
43264
43265 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
43266
43267         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
43268         float.
43269         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43270         * sysdeps/sparc/bits/mathdef.h: Likewise.
43271
43272 2012-01-31  Marek Polacek  <polacek@redhat.com>
43273
43274         * libio/libio.h: Don't define _PARAMS.
43275         * locale/programs/config.h: Don't define PARAMS.
43276         * stdlib/strtol_l.c: Likewise.
43277         (__strtol_l): Remove PARAMS from the prototype.
43278
43279 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
43280
43281         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
43282         names.  Just use the correct names.  Remove unnecessary wrapper
43283         functions.
43284         * malloc/arena.c: Likewise.
43285         * malloc/hooks.c: Likewise.
43286
43287         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
43288         ARENA_TEST says not to.  Simplify test for creation of a new arena.
43289         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
43290
43291 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
43292
43293         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
43294         into tail calls.
43295         (update_get_addr): New function.
43296         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
43297         GET_ADDR_MODULE parameter.
43298
43299 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43300
43301         * crypt/cert.c: Remove __STDC__ conditionals.
43302         * crypt/crypt-entry.c: Likewise.
43303         * crypt/crypt_util.c: Likewise.
43304         * libio/filedoalloc.c: Likewise.
43305         * libio/fileops.c: Likewise.
43306         * libio/genops.c: Likewise.
43307         * libio/iofclose.c: Likewise.
43308         * libio/iofdopen.c: Likewise.
43309         * libio/iofopen.c: Likewise.
43310         * libio/iofopen64.c: Likewise.
43311         * libio/iogetdelim.c: Likewise.
43312         * libio/iopopen.c: Likewise.
43313         * libio/obprintf.c: Likewise.
43314         * libio/oldfileops.c: Likewise.
43315         * libio/oldiofclose.c: Likewise.
43316         * libio/oldiofdopen.c: Likewise.
43317         * libio/oldiofopen.c: Likewise.
43318         * libio/oldiopopen.c: Likewise.
43319         * libio/wfiledoalloc.c: Likewise.
43320         * libio/wgenops.c: Likewise.
43321         * locale/programs/xmalloc.c: Likewise.
43322         * misc/syslog.c: Likewise.
43323         * stdio-common/xbug.c: Likewise.
43324         * string/memchr.c: Likewise.
43325         * string/memcmp.c: Likewise.
43326         * string/memrchr.c: Likewise.
43327         * string/rawmemchr.c: Likewise.
43328         * sysdeps/posix/getcwd.c: Likewise.
43329         * time/strftime_l.c: Likewise.
43330
43331 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43332
43333         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
43334         * config.make.in (config-cflags-sse2avx): Define.
43335         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
43336         Fix typo.
43337
43338 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
43339
43340         * scripts/config.guess: Update from upstream config git repository.
43341         * scripts/config.sub: Likewise.
43342
43343 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
43344
43345         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
43346         (EM_NUM): Update.
43347         (R_TILEPRO_*, R_TILEGX_*): New macros.
43348
43349         * scripts/firstversions.awk: Fix bug in version range handling.
43350
43351         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
43352
43353         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
43354
43355         * include/sys/epoll.h: New file.
43356         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
43357         libc_hidden_def.
43358
43359 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
43360
43361         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
43362         Avoid unnecessary __WORDSIZE == 64 test.
43363         (fmaxf): Use VEX format if possible.
43364         (fmax): Likewise.
43365         (fminf): Likewise.
43366         (fmin): Likewise.
43367
43368         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
43369         * math/math_private.h: Remove libc_fegetround* and
43370         libc_fesetround*.
43371         * sysdeps/i386/configure.in: Check for -msse2avx.
43372         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
43373         also if SSE2AVX is defined.
43374         Remove libc_fegetround* and libc_fesetround*.
43375         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
43376         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
43377         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
43378         of HAS_YMM_USABLE.
43379         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43380         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43381         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43382         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43383         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43384
43385         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
43386
43387 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43388
43389         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
43390         size is not set.
43391         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
43392
43393 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
43394
43395         [BZ #13618]
43396         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
43397         relocation.
43398         * Makeconfig (libm): Define.
43399         * elf/Makefile: Add rules to build and run tst-relsort1.
43400         * elf/tst-relsort1.c: New file.
43401         * elf/tst-relsort1mod1.c: New file.
43402         * elf/tst-relsort1mod2.c: New file.
43403
43404 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
43405
43406         * math/s_ldexp.c: Remove __STDC__ conditionals.
43407         * math/s_ldexpf.c: Likewise.
43408         * math/s_ldexpl.c: Likewise.
43409         * math/s_nextafter.c: Likewise.
43410         * math/s_nexttowardf.c: Likewise.
43411         * math/s_significand.c: Likewise.
43412         * math/s_significandf.c: Likewise.
43413         * math/s_significandl.c: Likewise.
43414         * math/w_jnl.c: Likewise.
43415         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43416         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43417         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43418         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43419         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43420         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43421         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
43422         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43423         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43424         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43425         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43426         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43427         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43428         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43429         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43430         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43431         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43432         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43433         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43434         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43435         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43436         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43437         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43438         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43439         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43440         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43441         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43442         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43443         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43444         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43445         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43446         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43447         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43448         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43449         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43450         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43451         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43452         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43453         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43454         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43455         * sysdeps/ieee754/k_standard.c: Likewise.
43456         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43457         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43458         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43459         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43460         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43461         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43462         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43463         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43464         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43465         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43466         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
43467         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
43468         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
43469         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
43470         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
43471         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
43472         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
43473         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
43474         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
43475         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
43476         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
43477         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
43478         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
43479         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
43480         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
43481         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
43482         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43483         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43484         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
43485         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
43486         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
43487         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
43488         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43489         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
43490         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
43491         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
43492         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
43493         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43494         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
43495         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
43496         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
43497         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
43498         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
43499         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
43500         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43501         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
43502         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
43503         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
43504         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
43505         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
43506         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
43507         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43508         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43509         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43510         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43511         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43512         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
43513         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43514         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43515         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43516         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43517         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43518         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43519         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43520         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43521         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43522         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43523         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43524         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43525         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43526         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
43527         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
43528         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
43529         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
43530         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
43531         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
43532         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
43533         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
43534         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
43535         * sysdeps/ieee754/s_matherr.c: Likewise.
43536         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
43537         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
43538         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
43539         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
43540
43541 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43542
43543         * crypt/md5.h: Remove __STDC__ conditionals.
43544         * libio/libioP.h: Likewise.
43545         * locale/programs/config.h: Likewise.
43546         * sysdeps/generic/sysdep.h: Likewise.
43547         * sysdeps/i386/asm-syntax.h: Likewise.
43548         * sysdeps/s390/asm-syntax.h: Likewise.
43549         * sysdeps/unix/sysdep.h: Likewise.
43550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
43551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
43552
43553 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43554
43555         * libio/libio.h: Remove __STDC__ conditionals.
43556         * malloc/obstack.h: Likewise.
43557         * math/complex.h: Likewise.
43558         * math/math.h: Likewise.
43559         * sysdeps/generic/_G_config.h: Likewise.
43560         * sysdeps/gnu/_G_config.h: Likewise.
43561         * sysdeps/mach/hurd/_G_config.h: Likewise.
43562         * sysdeps/powerpc/bits/mathdef.h: Likewise.
43563         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43564         * sysdeps/sparc/bits/mathdef.h: Likewise.
43565
43566 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
43567
43568         [BZ #13583]
43569         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
43570         Clean up HAS_* macros.
43571         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
43572         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
43573         possible.
43574         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
43575         HAS_AVX.
43576         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43577         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43578         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43579         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43580         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43581
43582 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
43583
43584         * elf/tst-unique3.cc (gets): Remove declaration.
43585         * elf/tst-unique3lib.cc (gets): Likewise.
43586         * elf/tst-unique3lib2.cc (gets): Likewise.
43587         * elf/tst-unique4.cc (gets): Likewise.
43588
43589 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
43590
43591         * include/stdio.h: Add C++ protection.  Add gets declarations and
43592         definitions.
43593         * debug/tst-chk1.c: Don't declare gets here.
43594         * stdio-common/tst-gets.c: Likewise.
43595
43596 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43597
43598         * posix/glob: Remove directory.
43599
43600 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43601
43602         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
43603
43604 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
43605
43606         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
43607         of the non-standard EPFNOSUPPORT.
43608
43609 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43610
43611         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
43612         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
43613         ANYWHERE set to 1 only on KERN_NO_SPACE error.
43614
43615 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
43616
43617         * wcsmbs/uchar.h: Test __STDC_VERSION__.
43618
43619 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
43620
43621         * nscd/aicache.c (addhstaiX): Do not cache negative results of
43622         transient errors.
43623         * nscd/grpcache.c (cache_addgr): Likewise.
43624         * nscd/hstcache.c (cache_addhst): Likewise.
43625         * nscd/initgrcache.c (addinitgroupsX): Likewise.
43626         * nscd/pwdcache.c (cache_addpw): Likewise.
43627         * nscd/servicescache.c (cache_addserv): Likewise.
43628
43629 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
43630
43631         * malloc/malloc.c: Various cleanups.
43632         * malloc/hooks.c: Likewise.
43633
43634         * stdlib/Makefile (tests): Add bug-fmtmsg1.
43635         * stdlib/bug-fmtmsg1.c: New file.
43636
43637         * stdlib/fmtmsg.c (init): Add missing unlock.
43638         Patch by Peng Haitao <penght@cn.fujitsu.com>.
43639
43640 2012-01-12  Marek Polacek  <polacek@redhat.com>
43641
43642         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
43643         and _GNU_SOURCE.
43644
43645 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
43646
43647         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
43648         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
43649         macro to ensure uniqueness of label name.
43650         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43651         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43652
43653 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
43654
43655         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
43656
43657         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
43658         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43659         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
43660         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
43661
43662 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
43663
43664         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
43665
43666         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
43667         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43668         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
43669
43670         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
43671
43672         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
43673         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43674         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
43675         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
43676
43677         * math/bits/math-finite.h: Add ldexp support.
43678
43679 2012-01-10  Marek Polacek  <polacek@redhat.com>
43680
43681         * locale/programs/localedef.h (show_archive_content): Add noreturn
43682         attribute.
43683
43684 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
43685
43686         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
43687
43688 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43689
43690         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
43691
43692         * io/Makefile (headers): Add bits/poll2.h.
43693
43694 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
43695
43696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
43697         typo #include statement.
43698
43699 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43700
43701         * include/sys/cdefs.h: Define __attribute_alloc_size.
43702         * catgets/gencat.c: Add alloc_size attribute and apply consistently
43703         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
43704         * elf/pldd.c: Likewise.
43705         * iconv/iconv_charmap.c: Likewise.
43706         * iconv/iconvconfig.c: Likewise.
43707         * iconv/strtab.c: Likewise.
43708         * locale/programs/locale.c: Likewise.
43709         * locale/programs/localedef.h: Likewise.
43710         * locale/programs/simple-hash.c: Likewise.
43711         * nscd/nscd.h: Likewise.
43712         * nss/makedb.c: Likewise.
43713         * sysdeps/generic/ldconfig.h: Likewise.
43714         * locale/programs/localedef.c: Remove xmalloc prototype.
43715         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43716
43717 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
43718
43719         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43720         appropriate.
43721
43722 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43723
43724         * math/Makefile (tests): Add tst-CMPLX.
43725         * math/tst-CMPLX.c: New file.
43726
43727         * math/complex.h (CMPLXL): Fix typo.
43728
43729         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43730         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43731         GLIBC_2.16.
43732         * debug/tst-chk1.c: Add poll and ppoll tests.
43733         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43734         * include/sys/poll.h: Add hidden proto for ppoll.
43735         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43736         * sysdeps/mach/hurd/ppoll.c: Likewise.
43737         * io/ppoll.c: Likewise.
43738         * debug/poll_chk.c: New file.
43739         * debug/ppoll_chk.c: New file.
43740         * include/bits/poll2.h: New file.
43741         * io/bits/poll2.h: New file.
43742
43743         [BZ #1350]
43744         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43745
43746         * configure.in: static is always set to yes.  Remove.
43747         * config.make.in: Don't set build-static.
43748         * Makeconfig: Remove use of build-static.
43749         * dlfcn/Makefile: Likewise.
43750         * elf/Makefile: Likewise.
43751         * math/Makefile: Likewise.
43752         * misc/Makefile: Likewise.
43753         * nptl/Makefile: Likewise.
43754         * sysdeps/mach/hurd/Makefile: Likewise.
43755
43756         * configure.in: PWD_P is not used anymore.
43757         * config.make.in: Remove PWD_P entry.
43758
43759         * configure.in: Remove last remnants of RANLIB.
43760         No need to check for signed size_t anymore.
43761         Don't set libc_commonpagesize and libc_relro_required here for Alpha
43762         and IA-64.
43763         Remove __builtin_expect test because we require at least gcc 3.4.
43764         * aclocal.m4: Likewise.
43765
43766         * wcsmbs/mbrtoc16.c: Implement using towc function.
43767         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43768         * wcsmbs/wcsmbsload.c: Likewise.
43769         * iconv/gconv_simple.c: Likewise.
43770         * iconv/gconv_int.h: Likewise.
43771         * iconv/gconv_builtin.h: Likewise.
43772         * iconv/iconv_prog.c: Remove CHAR16 handling.
43773
43774         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43775
43776         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43777
43778         * configure.in: Remove --with-elf and --enable-bounded options.
43779         Dont set base_machine for ia64.  More non-ELF conditions removed.
43780         Remove testing and setting of leading underscore information.
43781         * config.make.in (build-bounded): Set to no.
43782         * config.h.in: Remove NO_UNDERSCORES entry.
43783         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
43784         them.
43785         * csu/start.c: Remove !NO_UNDERSCORE code.
43786         * locale/localeinfo.h: Likewise.
43787         * sysdeps/generic/machine-gmon.h: Likewise.
43788         * sysdeps/generic/sysdep.h: Likewise.
43789         * sysdeps/i386/sysdep.h: Likewise.
43790         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43791         * sysdeps/mach/sysdep.h: Likewise.
43792         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43793         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43794         * sysdeps/sh/sysdep.h: Likewise.
43795         * sysdeps/sparc/sparc32/alloca.S: Likewise.
43796         * sysdeps/unix/i386/sysdep.S: Likewise.
43797         * sysdeps/unix/sparc/start.c: Likewise.
43798         * sysdeps/unix/sparc/sysdep.S: Likewise.
43799         * sysdeps/unix/sparc/sysdep.h: Likewise.
43800         * sysdeps/unix/start.c: Likewise.
43801         * sysdeps/unix/x86_64/sysdep.S: Likewise.
43802         * sysdeps/x86_64/sysdep.h: Likewise.
43803
43804 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
43805
43806         [BZ #13553]
43807         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43808         for non-gcc.
43809         * argp/argp-fmtstream.h: Use const instead __const.
43810         * argp/argp.h: Likewise.
43811         * assert/assert.h: Likewise.
43812         * bits/fenv.h: Likewise.
43813         * bits/sched.h: Likewise.
43814         * bits/sigset.h: Likewise.
43815         * bits/sigthread.h: Likewise.
43816         * catgets/nl_types.h: Likewise.
43817         * conform/data/pthread.h-data: Likewise.
43818         * crypt/crypt-private.h: Likewise.
43819         * crypt/crypt.h: Likewise.
43820         * crypt/crypt_util.c: Likewise.
43821         * ctype/ctype.h: Likewise.
43822         * debug/execinfo.h: Likewise.
43823         * debug/mbsnrtowcs_chk.c: Likewise.
43824         * debug/mbsrtowcs_chk.c: Likewise.
43825         * debug/wcsnrtombs_chk.c: Likewise.
43826         * debug/wcsrtombs_chk.c: Likewise.
43827         * debug/wcstombs_chk.c: Likewise.
43828         * dirent/dirent.h: Likewise.
43829         * dlfcn/dlfcn.h: Likewise.
43830         * elf/neededtest4.c: Likewise.
43831         * grp/grp.h: Likewise.
43832         * gshadow/gshadow.h: Likewise.
43833         * iconv/gconv.h: Likewise.
43834         * iconv/gconv_int.h: Likewise.
43835         * iconv/gconv_simple.c: Likewise.
43836         * iconv/iconv.h: Likewise.
43837         * iconv/loop.c: Likewise.
43838         * iconv/skeleton.c: Likewise.
43839         * include/aio.h: Likewise.
43840         * include/aliases.h: Likewise.
43841         * include/argz.h: Likewise.
43842         * include/arpa/inet.h: Likewise.
43843         * include/assert.h: Likewise.
43844         * include/dirent.h: Likewise.
43845         * include/dlfcn.h: Likewise.
43846         * include/execinfo.h: Likewise.
43847         * include/fcntl.h: Likewise.
43848         * include/fenv.h: Likewise.
43849         * include/glob.h: Likewise.
43850         * include/grp.h: Likewise.
43851         * include/libintl.h: Likewise.
43852         * include/mntent.h: Likewise.
43853         * include/netdb.h: Likewise.
43854         * include/pwd.h: Likewise.
43855         * include/rpc/netdb.h: Likewise.
43856         * include/sched.h: Likewise.
43857         * include/search.h: Likewise.
43858         * include/shadow.h: Likewise.
43859         * include/signal.h: Likewise.
43860         * include/stdio.h: Likewise.
43861         * include/stdlib.h: Likewise.
43862         * include/string.h: Likewise.
43863         * include/sys/socket.h: Likewise.
43864         * include/sys/stat.h: Likewise.
43865         * include/sys/statfs.h: Likewise.
43866         * include/sys/statvfs.h: Likewise.
43867         * include/sys/syslog.h: Likewise.
43868         * include/sys/time.h: Likewise.
43869         * include/sys/uio.h: Likewise.
43870         * include/time.h: Likewise.
43871         * include/unistd.h: Likewise.
43872         * include/utmp.h: Likewise.
43873         * include/wchar.h: Likewise.
43874         * include/wctype.h: Likewise.
43875         * inet/aliases.h: Likewise.
43876         * inet/arpa/inet.h: Likewise.
43877         * inet/netinet/ether.h: Likewise.
43878         * inet/netinet/in.h: Likewise.
43879         * intl/libintl.h: Likewise.
43880         * io/bits/fcntl2.h: Likewise.
43881         * io/fcntl.h: Likewise.
43882         * io/ftw.h: Likewise.
43883         * io/sys/poll.h: Likewise.
43884         * io/sys/stat.h: Likewise.
43885         * io/sys/statfs.h: Likewise.
43886         * io/sys/statvfs.h: Likewise.
43887         * io/utime.h: Likewise.
43888         * libio/bits/stdio.h: Likewise.
43889         * libio/bits/stdio2.h: Likewise.
43890         * libio/libio.h: Likewise.
43891         * libio/libioP.h: Likewise.
43892         * libio/stdio.h: Likewise.
43893         * locale/lc-ctype.c: Likewise.
43894         * locale/locale.h: Likewise.
43895         * login/utmp.h: Likewise.
43896         * malloc/arena.c: Likewise.
43897         * malloc/malloc.c: Likewise.
43898         * malloc/malloc.h: Likewise.
43899         * malloc/mcheck.c: Likewise.
43900         * malloc/mtrace.c: Likewise.
43901         * math/bits/mathcalls.h: Likewise.
43902         * math/fenv.h: Likewise.
43903         * math/math_private.h: Likewise.
43904         * misc/bits/error.h: Likewise.
43905         * misc/bits/syslog.h: Likewise.
43906         * misc/err.h: Likewise.
43907         * misc/error.h: Likewise.
43908         * misc/fstab.h: Likewise.
43909         * misc/mntent.h: Likewise.
43910         * misc/regexp.h: Likewise.
43911         * misc/search.h: Likewise.
43912         * misc/sgtty.h: Likewise.
43913         * misc/sys/mman.h: Likewise.
43914         * misc/sys/syslog.h: Likewise.
43915         * misc/sys/uio.h: Likewise.
43916         * misc/sys/xattr.h: Likewise.
43917         * misc/ttyent.h: Likewise.
43918         * nis/rpcsvc/ypclnt.h: Likewise.
43919         * nss/nss.h: Likewise.
43920         * posix/bits/unistd.h: Likewise.
43921         * posix/fnmatch.h: Likewise.
43922         * posix/glob.h: Likewise.
43923         * posix/sched.h: Likewise.
43924         * posix/spawn.h: Likewise.
43925         * posix/sys/wait.h: Likewise.
43926         * posix/unistd.h: Likewise.
43927         * posix/wordexp.h: Likewise.
43928         * pwd/pwd.h: Likewise.
43929         * resolv/netdb.h: Likewise.
43930         * resource/sys/resource.h: Likewise.
43931         * rt/aio.h: Likewise.
43932         * rt/bits/mqueue2.h: Likewise.
43933         * rt/mqueue.h: Likewise.
43934         * shadow/shadow.h: Likewise.
43935         * signal/signal.h: Likewise.
43936         * socket/send.c: Likewise.
43937         * socket/sendto.c: Likewise.
43938         * socket/sys/socket.h: Likewise.
43939         * stdio-common/printf.h: Likewise.
43940         * stdlib/bits/stdlib.h: Likewise.
43941         * stdlib/fmtmsg.h: Likewise.
43942         * stdlib/monetary.h: Likewise.
43943         * stdlib/stdlib.h: Likewise.
43944         * stdlib/ucontext.h: Likewise.
43945         * streams/stropts.h: Likewise.
43946         * string/argz.h: Likewise.
43947         * string/bits/string2.h: Likewise.
43948         * string/string.h: Likewise.
43949         * string/strings.h: Likewise.
43950         * sunrpc/rpc/auth.h: Likewise.
43951         * sunrpc/rpc/auth_des.h: Likewise.
43952         * sunrpc/rpc/clnt.h: Likewise.
43953         * sunrpc/rpc/netdb.h: Likewise.
43954         * sunrpc/rpc/pmap_clnt.h: Likewise.
43955         * sunrpc/rpc/xdr.h: Likewise.
43956         * sysdeps/generic/inttypes.h: Likewise.
43957         * sysdeps/generic/net/if.h: Likewise.
43958         * sysdeps/generic/sys/swap.h: Likewise.
43959         * sysdeps/gnu/net/if.h: Likewise.
43960         * sysdeps/gnu/utmpx.h: Likewise.
43961         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
43962         * sysdeps/i386/i486/bits/string.h: Likewise.
43963         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
43964         * sysdeps/s390/bits/string.h: Likewise.
43965         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
43966         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
43967         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
43968         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
43969         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
43970         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
43971         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
43972         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
43973         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
43974         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
43975         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
43976         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
43977         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
43978         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
43979         * sysdeps/unix/sysv/linux/readv.c: Likewise.
43980         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
43981         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
43982         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
43983         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
43984         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
43985         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43986         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
43987         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
43988         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
43989         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
43990         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
43991         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
43992         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43993         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
43994         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
43995         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
43996         * sysvipc/sys/ipc.h: Likewise.
43997         * sysvipc/sys/msg.h: Likewise.
43998         * sysvipc/sys/sem.h: Likewise.
43999         * sysvipc/sys/shm.h: Likewise.
44000         * termios/termios.h: Likewise.
44001         * time/sys/time.h: Likewise.
44002         * time/time.h: Likewise.
44003         * wcsmbs/bits/wchar2.h: Likewise.
44004         * wcsmbs/uchar.h: Likewise.
44005         * wcsmbs/wchar.h: Likewise.
44006         * wctype/wctype.h: Likewise.
44007
44008         [BZ #13551]
44009         * Makeconfig: Remove all but ELF support including AIX support.
44010         * Makerules: Likewise.
44011         * config.h.in: Likewise.
44012         * config.make.in: Likewise.
44013         * configure: Likewise.
44014         * configure.in: Likewise.
44015         * csu/Makefile: Likewise.
44016         * csu/version.c: Likewise.
44017         * debug/Makefile: Likewise.
44018         * dlfcn/Makefile: Likewise.
44019         * elf/Makefile: Likewise.
44020         * extra-lib.mk: Likewise.
44021         * iconv/Makefile: Likewise.
44022         * include/libc-symbols.h: Likewise.
44023         * include/shlib-compat.h: Likewise.
44024         * resolv/Makefile: Likewise.
44025         * resolv/res_libc.c: Likewise.
44026         * rt/Makefile: Likewise.
44027         * sysdeps/i386/asm-syntax.h: Likewise.
44028         * sysdeps/i386/sysdep.h: Likewise.
44029         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44030         * sysdeps/mach/sysdep.h: Likewise.
44031         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
44032         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
44033         * sysdeps/s390/asm-syntax.h: Likewise.
44034         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44035         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44036         * sysdeps/sh/sysdep.h: Likewise.
44037         * sysdeps/unix/sparc/sysdep.h: Likewise.
44038         * sysdeps/wordsize-32/divdi3.c: Likewise.
44039         * sysdeps/x86_64/sysdep.h: Likewise.
44040
44041         * argp/Versions: Remove _argp_unlock_xxx.
44042
44043         [BZ #13559]
44044         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
44045         * abilist/libBrokenLocale.abilist: Likewise.
44046         * abilist/libanl.abilist: Likewise.
44047         * abilist/libc.abilist: Likewise.
44048         * abilist/libcrypt.abilist: Likewise.
44049         * abilist/libdl.abilist: Likewise.
44050         * abilist/libm.abilist: Likewise.
44051         * abilist/libnsl.abilist: Likewise.
44052         * abilist/libpthread.abilist: Likewise.
44053         * abilist/libresolv.abilist: Likewise.
44054         * abilist/librt.abilist: Likewise.
44055         * abilist/libthread_db.abilist: Likewise.
44056         * abilist/libutil.abilist: Likewise.
44057         * abilist/libnss_db.abilist: New file.
44058
44059         * scripts/abilist.awk: Add support for indirect functions.
44060
44061         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
44062
44063         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
44064
44065         * shlib-versions: Remove entries for ports architectures.
44066
44067         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
44068         files in ports.
44069         * elf/stackguard-macros.h: Remove support for IA-64.
44070         * elf/tst-auditmod1.c: Likewise.
44071         * sysdeps/generic/ldsodefs.h: Likewise.
44072
44073         * sysdeps/unix/sysv/linux/configure.in: Ports should define
44074         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
44075         configure files.
44076
44077         [BZ #13552]
44078         * configure.in: Remove --enable-omitfp support.
44079         * FAQ.in: Adjust.
44080         * config.make.in: Likewise.
44081         * Makeconfig: Likewise.
44082         * manual/install.texi: Likewise.
44083
44084         In case anyone cares, the IA-64 architecture could move to ports.
44085         * sysdeps/ia64/*: Removed.
44086         * sysdeps/unix/sysv/linux/ia64/*: Removed.
44087         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
44088
44089         [BZ #13555]
44090         * configure.in: Remove entries for unsupported architectures.
44091
44092         [BZ #13533]
44093         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
44094         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
44095         routines.
44096         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
44097         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
44098         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
44099         fall back to using wcrtomb.
44100         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
44101         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
44102         renaming.
44103         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
44104         * wcsmbs/tst-c16c32-1.c: New file.
44105
44106         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
44107         local variable.
44108
44109         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
44110
44111         * elf/tst-unique3.cc: Add explicit declaration of gets.
44112         * elf/tst-unique3lib.cc: Likewise.
44113         * elf/tst-unique3lib2.cc: Likewise.
44114         * elf/tst-unique4.cc: Likewise.
44115
44116         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
44117
44118 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
44119
44120         [BZ #13566]
44121         * assert/assert.h (static_assert): Don't define for C++.
44122         * libio/stdio.h (gets): Do declare for C++ <= C++11.
44123         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
44124
44125 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
44126
44127         * iconv/loop.c (single loop): Fix assertion in storing of
44128         remaining bytes.
44129
44130         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
44131
44132 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
44133
44134         * posix/getconf.c: Update copyright year.
44135         * nss/getent.c: Likewise.
44136         * nss/makedb.c: Likewise.
44137         * iconv/iconvconfig.c: Likewise.
44138         * iconv/iconv_prog.c: Likewise.
44139         * elf/ldconfig.c: Likewise.
44140         * elf/pldd.c: Likewise.
44141         * elf/sotruss.ksh: Likewise.
44142         * catgets/gencat.c: Likewise.
44143         * csu/version.c: Likewise.
44144         * elf/ldd.bash.in: Likewise.
44145         * elf/sprof.c (print_version): Likewise.
44146         * locale/programs/locale.c: Likewise.
44147         * locale/programs/localedef.c: Likewise.
44148         * login/programs/pt_chown.c: Likewise.
44149         * nscd/nscd.c (print_version): Likewise.
44150         * debug/xtrace.sh: Likewise.
44151         * malloc/memusage.sh: Likewise.
44152         * malloc/mtrace.pl: Likewise.
44153         * debug/catchsegv.sh: Likewise.
44154
44155 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
44156
44157         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
44158         pure attribute.
44159
44160 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
44161
44162         [BZ #13533]
44163         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
44164         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
44165         transformations.
44166         * iconv/gconv_int.h: Likewise.
44167         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
44168         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
44169         from libc for GLIBC_2.16.
44170         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
44171         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
44172         * wcsmbs/uchar.h: Really define mbstate_t.
44173         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
44174         * wcsmbs/c16rtomb.c: New file.
44175         * wcsmbs/mbrtoc16.c: New file.
44176         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
44177         for C/POSIX locale.
44178         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
44179         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
44180
44181         * wcsmbs/wchar.h: Add missing __restrict.
44182
44183 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44184
44185         [BZ #13532]
44186         * time/Makefile (routines): Add timespec_get.
44187         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
44188         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
44189         timespec for ISO C11.
44190         * time/timespec_get.c: New file.
44191         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
44192         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
44193
44194         [BZ #13531]
44195         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
44196         * stdlib/stdlib.h: Declare aligned_alloc.
44197         * Versions.def: Add GLIBC_2.16 for libc.
44198         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
44199
44200         [BZ 13527]
44201         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
44202         ISO C11.
44203
44204         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
44205         code.
44206
44207         [BZ #13528]
44208         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
44209
44210         [BZ #13529]
44211         * assert/assert.h (static_assert): Define.
44212
44213         * version.h: Update for 2.16 development version.
44214
44215         [BZ #13526]
44216         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
44217         _ISOC11_SOURCE.
44218
44219         * version.h (RELEASE): Bump for 2.15 release.
44220         * include/features.h (__GLIBC_MINOR__): Bump to 15.
44221
44222         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
44223         Patch by Marek Polacek <mpolacek@redhat.com>.
44224
44225         * bits/byteswap.h: Protect long long constants with __extension__.
44226         * sysdeps/i386/bits/byteswap.h: Likewise.
44227         * sysdeps/ia64/bits/byteswap.h: Likewise.
44228         * sysdeps/s390/bits/byteswap.h: Likewise.
44229         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44230
44231 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44232
44233         [BZ #13540]
44234         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
44235         destination buffer.
44236         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
44237
44238 2011-12-23  Marek Polacek  <polacek@redhat.com>
44239
44240         * elf/dl-addr.c (determine_info): Add inline keyword.
44241         * elf/tst-auditmod4b.c (check_avx): Likewise.
44242         * elf/tst-auditmod6b.c (check_avx): Likewise.
44243         * elf/tst-auditmod6c.c (check_avx): Likewise.
44244         * elf/tst-auditmod7b.c (check_avx): Likewise.
44245
44246 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44247
44248         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
44249         !__SSE_MATH__.
44250
44251 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44252
44253         [BZ #13540]
44254         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
44255         processing for last bytes.
44256
44257 2011-08-06  Bruno Haible  <bruno@clisp.org>
44258
44259         [BZ #13061]
44260         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
44261         U+0385, not to U+1FEE.
44262
44263         [BZ #13062]
44264         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
44265         entry for U+00A5 U+0301.
44266
44267 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44268
44269         [BZ #13166]
44270         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
44271         buffer for the output is too small.
44272
44273         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
44274         optimization.
44275
44276         [BZ #13185]
44277         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
44278         SSE flags if possible.
44279
44280 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44281
44282         [BZ #13540]
44283         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
44284         processing for last bytes.
44285
44286 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
44287
44288         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
44289         (syscall-list-default-options, syscall-list-default-condition)
44290         (syscall-list-includes): Define.
44291         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
44292         list of ABIs and options and #if conditions for each ABI.  Do not
44293         handle common syscalls between ABIs specially.
44294         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
44295         Remove.
44296         (syscall-list-variants, syscall-list-32bit-options)
44297         (syscall-list-32bit-condition, syscall-list-64bit-options)
44298         (syscall-list-64bit-condition): Define.
44299         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
44300         (syscall-list-variants, syscall-list-32bit-options)
44301         (syscall-list-32bit-condition, syscall-list-64bit-options)
44302         (syscall-list-64bit-condition): Define.
44303         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
44304         Remove.
44305         (syscall-list-variants, syscall-list-32bit-options)
44306         (syscall-list-32bit-condition, syscall-list-64bit-options)
44307         (syscall-list-64bit-condition): Define.
44308         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
44309         Remove.
44310         (syscall-list-variants, syscall-list-32bit-options)
44311         (syscall-list-32bit-condition, syscall-list-64bit-options)
44312         (syscall-list-64bit-condition): Define.
44313
44314 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44315
44316         * locale/iso-639.def: Add brx entry.
44317
44318         [BZ #13328]
44319         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
44320         Proposed by Mariusz_Cukr <marcukr@op.pl>.
44321
44322         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
44323         __feraiseexcept_renamed.
44324
44325 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44326
44327         [BZ #13538]
44328         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
44329         EPOLLET with unsigned values.
44330         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44331         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44332
44333         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
44334         to large cancellation.
44335         * math/s_cacoshf.c: Likewise.
44336         * math/s_cacoshl.c: Likewise.
44337
44338 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
44339
44340         [BZ #13305]
44341         [BZ #12786]
44342         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
44343         * math/s_cacoshf.c: Likewise.
44344         * math/s_cacoshl.c: Likewise.
44345
44346 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44347
44348         [BZ #13439]
44349         * iconv/gconv.h: Define __GCONV_SWAP.
44350         * iconvdata/unicode.c: The swap bit must be stored in __flags.
44351         * iconvdata/utf-16.c: Likewise.
44352         * iconvdata/utf-32.c: Likewise.
44353
44354 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
44355
44356         [BZ #13524]
44357         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
44358         numerator after shifting it by one limb.
44359
44360 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
44361
44362         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
44363         under [__USE_EXTERN_INLINES].
44364
44365 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44366
44367         [BZ #13446]
44368         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
44369
44370 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44371
44372         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
44373         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
44374         optimized code.
44375         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
44376         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
44377         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
44378         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
44379         for strncasecmp/strncasecmp_l compilation.
44380         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
44381         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
44382
44383 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
44384
44385         [BZ #13484]
44386         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
44387         of __asm__.
44388
44389 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44390
44391         [BZ #13506]
44392         * time/tzfile.c (__tzfile_read): Check values from file header.
44393
44394 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
44395
44396         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
44397         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
44398         * powerpc/powerpc32/dl-start.S: Likewise.
44399         * powerpc/powerpc32/elf/start.S: Likewise.
44400         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
44401         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
44402         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
44403         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
44404         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
44405         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
44406         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
44407         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44408         * powerpc/powerpc32/fpu/s_round.S: Likewise.
44409         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
44410         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
44411         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
44412         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
44413         * powerpc/powerpc32/memset.S: Likewise.
44414         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
44415         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
44416         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
44417         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
44418         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
44419         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
44420         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
44421         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
44422         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
44423         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
44424         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
44425         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44426         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44427
44428 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44429
44430         * math/libm-test.inc: Added more nearbyint tests.
44431         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
44432         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
44433         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
44434         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
44435
44436 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
44437
44438         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
44439         FD_CLOEXEC.
44440
44441 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44442
44443         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
44444         Add wcscpy-ssse3 wcscpy-c.
44445         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
44446         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
44447         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
44448         * sysdeps/x86_64/wcschr.S: New file.
44449         * sysdeps/x86_64/wcsrchr.S: New file.
44450         * string/test-strcmp.c: Remove checking of wcscmp function for
44451         wrong alignments.
44452         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
44453         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
44454         wcsrchr-sse2 wcsrchr-c.
44455         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
44456         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
44457         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
44458         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
44459         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
44460         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
44461         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
44462         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
44463         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
44464         * wcsmbc/wcschr.c (WCSCHR): New macro.
44465
44466 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44467
44468         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
44469         * wcsmbs/test-wcsrchr.c: New file.
44470         * string/test-strrchr.c: Add wcsrchr support.
44471         (WIDE): New macro.
44472         * wcsmbs/test-wcscpy.c: New file.
44473         * string/test-strcpy.c: Add wcscpy support.
44474         (WIDE): New macro.
44475
44476 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
44477
44478         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
44479         the inner loop.
44480
44481 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
44482
44483         [BZ #13472]
44484         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
44485
44486 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
44487
44488         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
44489         Minor optimizations.
44490
44491         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
44492         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
44493         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
44494
44495 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
44496
44497         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
44498         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
44499         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
44500         for gcc to avoid warnings.
44501         * inet/Makefile (tests): Add tst-checks.
44502         * inet/tst-checks.c: New file.
44503
44504         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
44505         warning.
44506
44507         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
44508         __wmemcmp_sse2.
44509
44510         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
44511         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
44512
44513         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
44514
44515 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
44516
44517         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
44518         problem.
44519
44520         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
44521
44522 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
44523
44524         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
44525         conditional on GCC version.
44526         (__arch_compare_and_exchange_val_8_acq)
44527         (__arch_compare_and_exchange_val_16_acq)
44528         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
44529         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
44530         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
44531
44532 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
44533
44534         * sysdeps/sh/backtrace.c: New file.
44535
44536 2011-12-02  Andreas Schwab  <schwab@redhat.com>
44537
44538         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
44539         parenthesis.
44540
44541 2011-12-01  Andreas Schwab  <schwab@redhat.com>
44542
44543         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
44544         falling back to utime.
44545
44546 2011-11-30  Andreas Schwab  <schwab@redhat.com>
44547
44548         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
44549         expectations for float.
44550
44551 2011-11-29  Andreas Schwab  <schwab@redhat.com>
44552
44553         * locale/weight.h (findidx): Add parameter len.
44554         * locale/weightwc.h (findidx): Likewise.
44555         * posix/fnmatch_loop.c (FCT): Adjust caller.
44556         * posix/regcomp.c (build_equiv_class): Likewise.
44557         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
44558         * posix/regexec.c (check_node_accept_bytes): Likewise.
44559         * string/strcoll_l.c (STRCOLL): Likewise.
44560         * string/strxfrm_l.c (STRXFRM): Likewise.
44561
44562 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
44563
44564         * Makefile.in: Remove CVSOPT handling.
44565         * configure.in: Remove use of AC_REVISION.
44566         * iconvdata/Makefile (distribute): No need to filter out CVS.
44567         * scripts/list-sources.sh: Remove CVS, subversion and monotone
44568         handling.
44569
44570 2011-11-16  Andreas Schwab  <schwab@redhat.com>
44571
44572         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
44573         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
44574         [USE_AS_STRNCASECMP_L]: Likewise.
44575         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
44576         NO_TLS_DIRECT_SEG_REFS.
44577         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
44578         Fix argument offsets for non-PIC.
44579         [USE_AS_STRNCASECMP_L]: Likewise.
44580         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
44581         NO_TLS_DIRECT_SEG_REFS.
44582
44583 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44584
44585         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
44586         O_CLOEXEC.
44587         * locale/loadlocale.c (_nl_load_locale): Likewise.
44588
44589 2011-11-15  Andreas Schwab  <schwab@redhat.com>
44590
44591         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
44592         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
44593         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
44594         (SYSCALL_GETTIME): Set errno on error.
44595
44596         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
44597         count references to noai6ai_cached.
44598
44599 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44600
44601         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
44602
44603         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
44604         FD_CLOEXEC for /proc/self/maps.
44605
44606         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
44607         FD_CLOEXEC for /proc/meminfo.
44608
44609         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
44610         gai.conf.
44611
44612         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
44613         FD_CLOEXEC for given file.
44614
44615         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
44616
44617         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
44618         FD_CLOEXEC for /etc/hosts.
44619         (_gethtent): Likewise.
44620
44621         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
44622
44623         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
44624         cancellation and set FD_CLOEXEC for /etc/netgroup.
44625
44626         * nss/nss_files/files-key.c (search): Don't allow cancellation when
44627         reading /etc/publickey.
44628
44629         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
44630         allow cancellation when reading /etc/group.
44631
44632         * nss/nss_files/files-alias.c (internal_setent): Don't allow
44633         cancellation.
44634         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
44635
44636         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
44637         when using data file.
44638
44639         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
44640
44641         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
44642         (write_nis_obj): Use "c" and "e" in fopen.
44643
44644         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
44645
44646         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
44647
44648         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
44649
44650         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
44651
44652         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
44653         locale.alias.
44654
44655         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
44656
44657         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
44658
44659         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
44660
44661         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
44662         file parsing and set FD_CLOEXEC.
44663
44664 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44665
44666         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
44667
44668 2011-11-14  Andreas Schwab  <schwab@redhat.com>
44669
44670         * malloc/arena.c (arena_get2): Don't call reused_arena when
44671         _int_new_arena failed.
44672
44673 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44674
44675         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
44676         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
44677         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
44678         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
44679         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
44680         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
44681         to compile strcasecmp and strncasecmp.
44682         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
44683         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
44684
44685         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
44686
44687 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
44688
44689         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
44690         locale-defines.sym to gen-as-const-headers.
44691         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
44692         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
44693         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
44694         to compile strcasecmp and strncasecmp.
44695         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
44696         strcasecmp_l and strncasecmp_l.
44697         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
44698         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
44699         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
44700         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
44701         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
44702         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
44703         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
44704         * sysdeps/i386/i686/multiarch/strncase.S: New file.
44705         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
44706         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
44707         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
44708
44709 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
44710
44711         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
44712         result of SYSDEP_GETTIME_CPU to retval.
44713         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
44714         parameter list to macro.  Remove trailing semicolon.  Adjust users.
44715
44716         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44717         variable.
44718
44719         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44720         mantissa words.
44721         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44722
44723         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44724         from unused variable.
44725
44726         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44727         DWARF definitions.
44728         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44729         for assembling.
44730
44731         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44732         over namespaces.
44733
44734         * sunrpc/rpc_prot.c (rejected): Fix case value.
44735
44736         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44737         unsigned long long int to avoid warnings in shift.
44738
44739         * posix/regex_internal.c (re_string_reconstruct): Actually use result
44740         of use of trans.
44741         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44742         variable tmp.
44743
44744         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44745         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44746         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44747
44748         * nis/nis_table.c (nis_list): Use variable of correct type for
44749         result of __follow_path call.
44750
44751 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44752
44753         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44754         of math functions ceil, trunc, floor, round, and sqrt, when
44755         avaliable on the platform.
44756         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44757         name clash.
44758         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44759         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44760         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44761
44762 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
44763
44764         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44765         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44766
44767 2011-11-11  Roland McGrath  <roland@hack.frob.com>
44768
44769         * include/unistd.h: Fix __readlink return type.
44770         Reported by Chris Metcalf <cmetcalf@tilera.com>.
44771
44772 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
44773
44774         * stdlib/ucontext.h: Undo last change for makecontext.
44775
44776 2011-11-11  Andreas Schwab  <schwab@redhat.com>
44777
44778         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44779
44780         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44781         * setjmp/setjmp.h: Mark functions as non-leaf.
44782         * setjmp/bits/setjmp2.h: Likewise.
44783         * stdlib/ucontext.h: Likewise.
44784
44785 2011-11-10  Andreas Schwab  <schwab@redhat.com>
44786
44787         * malloc/arena.c (_int_new_arena): Don't increment narenas.
44788         (reused_arena): Don't check arena limit.
44789         (arena_get2): Atomically check arena limit.
44790
44791 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
44792
44793         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44794         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44795
44796         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44797         instructions.
44798
44799 2011-11-07  Andreas Schwab  <schwab@redhat.com>
44800
44801         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44802         handler when locking.
44803
44804         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44805         Fix size of allocated buffer.
44806
44807 2011-11-04  Andreas Schwab  <schwab@redhat.com>
44808
44809         [BZ #10103]
44810         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44811         declarations for long double functions.
44812         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44813
44814         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44815
44816 2011-11-03  Andreas Schwab  <schwab@redhat.com>
44817
44818         * nscd/nscd.c (main): Don't start AVC thread until credentials are
44819         installed.
44820
44821         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44822         is disabled.
44823
44824 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44825
44826         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44827
44828 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
44829
44830         * include/alloca.h (stackinfo_alloca_round): Define.
44831         (extend_alloca): Use it.
44832         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44833         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44834         here.
44835
44836         * scripts/check-local-headers.sh: Ignore libaudit.h.
44837
44838         * nscd/Makefile (extra-objs): Make recursively expanded.
44839
44840 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
44841
44842         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44843         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44844
44845         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44846         * posix/tst-rfc3484-2.c: Likewise.
44847         * posix/tst-rfc3484-3.c: Likewise.
44848
44849         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44850         process_vm_writev.
44851         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44852         process_vm_writev.
44853         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44854         process_vm_writev from libc using GLIBC_2.15 version.
44855
44856         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
44857
44858 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
44859
44860         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
44861         stack usage.
44862
44863 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
44864
44865         [BZ #13367]
44866         * nss/getent.c (initgroups_keys): Show error message in case no group
44867         names are given.
44868
44869         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
44870         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
44871         __bump_nl_timestamp.
44872         * nscd/connections (nscd_init): When host database is served open
44873         netlink socket and request notification about configuration changes.
44874         (main_loop_poll): Track netlink file descriptor and bump timestamp
44875         in case data becomes available.
44876         (main_loop_epoll): Likewise.
44877         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
44878         (database_pers_head): Add extra_data fileds.
44879         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
44880         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
44881         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
44882         Adjust caller.
44883         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
44884         in6ai data, call __free_in6ai.
44885         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
44886         Add -DHAVE_NETLINK.
44887         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
44888         interface information.  Reuse previous data if netlink timestamp
44889         is not changed.
44890         (__bump_nl_timestamp): New function.
44891         (__free_in6ai): New function.
44892
44893 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
44894
44895         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
44896         close_not_cancel_no_status here.
44897         (__check_pf): Reorganize code a bit to not call close twice if OOM.
44898
44899 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44900
44901         [BZ #13276]
44902         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
44903         return value.
44904
44905         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
44906         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
44907         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
44908
44909 2011-07-03  Andreas Jaeger  <aj@suse.de>
44910
44911         [BZ #10709]
44912         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
44913         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
44914         * math/libm-test.inc (sin_test): Add test case.
44915
44916 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
44917
44918         [BZ #13337]
44919         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
44920         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44921
44922         * elf/chroot_canon.c (chroot_canon): Cleanups.
44923
44924         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
44925
44926         [BZ #13335]
44927         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
44928         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44929
44930         * string/test-strchr.c: Make usable for strchrnul testing.
44931         * string/test-strchrnul.c: New file.
44932         * string/Makefile (strop-tests): Add strchrnul.
44933
44934         * po/it.po: Update from translation team.
44935         * po/es.po: Likewise.
44936
44937 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
44938
44939         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
44940         the three constants needed as parameters.  Drop the others.
44941         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
44942         __m128i_strloadu_tolower.
44943         Create and initialize variable zero and use it in all the places
44944         where _mm_setzero_si128 was used.
44945
44946         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
44947         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
44948         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
44949         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
44950         anymore.
44951         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
44952         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
44953         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
44954         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
44955         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
44956         __mpranred, __mptan.
44957         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
44958         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
44959         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
44960         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
44961         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
44962         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
44963         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
44964         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
44965         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
44966
44967 2011-10-28  Andreas Schwab  <schwab@redhat.com>
44968
44969         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
44970         redefine if SHARED.
44971         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
44972
44973         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
44974         wide char related routines to wcsmbs subdir.
44975
44976 2011-10-27  Andreas Schwab  <schwab@redhat.com>
44977
44978         [BZ #13344]
44979         * misc/sys/cdefs.h (__THROWNL): Define.
44980         * posix/unistd.h: Use __THREADNL instead of __THREAD
44981         for memory synchronization functions.
44982
44983 2011-10-26  Roland McGrath  <roland@hack.frob.com>
44984
44985         [BZ #13349]
44986         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
44987         doesn't exist.
44988         * manual/stdio.texi (Obstack Streams): Node removed.
44989
44990 2011-10-26  Andreas Schwab  <schwab@redhat.com>
44991
44992         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
44993         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44994         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44995
44996         * math/math_private.h (math_force_eval): Allow non-addressable
44997         arguments.
44998         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
44999
45000 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45001
45002         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
45003         file is not needed.
45004
45005         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
45006         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
45007         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45008         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45009         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45010         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45011         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45012         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
45013         Add AVX variants.
45014         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
45015         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
45016         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
45017         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
45018         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
45019         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
45020         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
45021         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
45022         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
45023         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
45024         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
45025         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
45026         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
45027         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
45028         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
45029         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
45030         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
45031         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
45032         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
45033
45034         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
45035         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
45036
45037         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
45038         place.  Use VEX encoding when compiling for AVX.
45039
45040 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45041
45042         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
45043         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
45044
45045         * string/test-strchr.c (do_test): Don't generate NUL bytes.
45046
45047 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45048
45049         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
45050         useless if() expression.
45051         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45052         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45053         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45054         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45055         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45056         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45057         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45058         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45059         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45060         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45061         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45062         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45063         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45064         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45065         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45066         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45067         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45068         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45069         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45070
45071         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
45072
45073 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45074
45075         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
45076         condition.
45077         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45078
45079 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45080
45081         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
45082         .text section.  Avoid duplicate constants.
45083         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45084         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45085         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45086         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45087         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45088         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45089         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45090         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45091         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
45092         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
45093         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
45094         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
45095         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
45096         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
45097         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
45098         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
45099         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
45100         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
45101         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45102         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45103         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45104         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45105         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45106         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
45107         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
45108         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
45109         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
45110         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
45111         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
45112         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
45113         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
45114         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
45115         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
45116         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
45117         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
45118         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
45119         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
45120         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
45121         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
45122         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
45123         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
45124         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
45125         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
45126         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
45127         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
45128
45129 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
45130
45131         * sysdeps/x86_64/dla.h: Move to ...
45132         * sysdeps/x86_64/fpu/dla.h: ...here.
45133         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
45134         situations.  Use __builtin_fma only for gcc 4.6 and up.
45135
45136         * config.make.in: Add have-mfma4 entry.
45137         * configure.in: Substitute libc_cv_cc_fma4.
45138         * math/Makefile (dbl-only-routines): Add sincostab.
45139         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
45140         Use __sincostab not sincos.
45141         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
45142         name is a macro.
45143         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45144         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45145         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45146         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
45147         using __copysign.
45148         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
45149         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
45150         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
45151         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
45152         and __inv.
45153         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
45154         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
45155         __copysign.
45156         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
45157         define aliases when function name is a macro.
45158         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
45159         sysdeps/ieee754/dbl-64/sincos.tbl.
45160         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
45161         fma4-enabled routines.
45162         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
45163         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
45164         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
45165         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
45166         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
45167         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
45168         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
45169         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
45170         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
45171         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
45172         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
45173         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
45174         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
45175         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
45176         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
45177         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
45178         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
45179         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
45180         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
45181         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
45182         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
45183         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
45184         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
45185         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
45186         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
45187         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
45188         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
45189         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
45190         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
45191         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
45192
45193         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
45194         rename.
45195         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45196         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45197         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45198         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45199         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45200         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45201         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45202         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45203
45204 2011-10-24  Andreas Schwab  <schwab@redhat.com>
45205
45206         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
45207
45208 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45209
45210         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
45211
45212         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
45213         prediction.
45214         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
45215
45216         * string/strnlen.c: Don't define STRNLEN, reverse logic.
45217         Remove unused variable magic_bits.
45218         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
45219
45220         * string/strnlen.c: Define and use STRNLEN macro.
45221         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
45222         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
45223         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
45224         * wcsmbs/wcslen.c: Define and use WCSLEN.
45225         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
45226         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
45227         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
45228         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
45229         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
45230         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
45231         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45232
45233 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45234
45235         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45236         strnlen-sse2-no-bsf.
45237         Rename strlen-no-bsf to strlen-sse2-no-bsf.
45238         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
45239         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
45240         Add strnlen support.
45241         (USE_AS_STRNLEN): New macro.
45242         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
45243         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
45244         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
45245         * sysdeps/x86_64/wcslen.S: New file.
45246
45247 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
45248
45249         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45250         XMM-moves are used for copying on small sizes.
45251
45252 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45253
45254         * wcsmbs/Makefile (strop-tests): Add wcschr.
45255         * wcsmbs/test-wcschr.c: New file.
45256         * string/test-strchr.c: Update.
45257         Add wcschr support.
45258         (WIDE): New macro.
45259
45260 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45261
45262         * wcsmbs/Makefile (strop-tests): Add wcslen.
45263         * wcsmbs/test-wcslen.c: New file.
45264         * string/test-strlen.c: Update.
45265         Add wcslen support.
45266         (WIDE): New macro.
45267
45268 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45269
45270         * po/it.po: Update from translation team.
45271
45272 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45273
45274         * sysdeps/x86_64/wcscmp.S: Update.
45275         Fix wrong comparison semantics.
45276         wcscmp shall use signed comparison not unsigned.
45277         Don't use substraction to avoid overflow bug.
45278         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
45279         * wcsmbc/wcscmp.c: Likewise.
45280         * string/test-strcmp.c: Likewise.
45281         Add new tests to check cases with negative values.
45282
45283 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45284
45285         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
45286         * sysdeps/x86_64/dla.h: ...here.  New file.
45287         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
45288         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45289         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45290         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45291         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45292         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45293         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45294         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45295         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45296
45297 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
45298
45299         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
45300         __ynl_finite aliases.
45301
45302 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45303
45304         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45305
45306         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
45307         define DLA_FMA.
45308         [DLA_FMA] (EMULV): Use DLA_FMA.
45309         [DLA_FMA] (MUL12): Use EMULV.
45310         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
45311         that are not needed.
45312         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45313         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45314         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45315         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45316         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45317         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45318         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45319
45320 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
45321
45322         * math/s_nan.c: Undef __nan.
45323         * math/s_nanf.c: Undef __nanf.
45324         * math/s_nanl.c: Undef __nanl.
45325         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
45326         "math_private.h".
45327
45328 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45329
45330         * math/s_catan.c: Add branch predictions.
45331         * math/s_catanf.c: Likewise.
45332         * math/s_catanh.c: Likewise.
45333         * math/s_catanhf.c: Likewise.
45334         * math/s_catanhl.c: Likewise.
45335         * math/s_catanl.c: Likewise.
45336         * math/s_cexp.c: Likewise.
45337         * math/s_cexpf.c: Likewise.
45338         * math/s_cexpl.c: Likewise.
45339         * math/s_clog.c: Likewise.
45340         * math/s_clog10.c: Likewise.
45341         * math/s_clog10f.c: Likewise.
45342         * math/s_clog10l.c: Likewise.
45343         * math/s_clogf.c: Likewise.
45344         * math/s_clogl.c: Likewise.
45345         * math/s_csqrt.c: Likewise.
45346         * math/s_csqrtf.c: Likewise.
45347         * math/s_csqrtl.c: Likewise.
45348         * math/s_ctanf.c: Likewise.
45349         * math/s_ctanh.c: Likewise.
45350         * math/s_ctanhf.c: Likewise.
45351         * math/s_ctanhl.c: Likewise.
45352         * math/s_ctanl.c: Likewise.
45353
45354         * math/math_private.h: Define __nan, __nanf, __nanl.
45355         * math/s_cacosh.c: Include <math_private.h>.
45356         * math/s_cacoshl.c: Likewise.
45357         * math/s_casinh.c: Likewise.
45358         * math/s_casinhf.c: Likewise.
45359         * math/s_casinhl.c: Likewise.
45360         * math/s_ccos.c: Rely entire on ccosh.
45361         * math/s_ccosf.c: Rely entire on ccoshf.
45362         * math/s_ccosl.c: Rely entirely on ccoshl.
45363         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
45364         Remove tests for FE_INVALID.
45365         * math/s_ccoshf.c: Likewise.
45366         * math/s_ccoshl.c: Likewise.
45367         * math/s_csin.c: Likewise.
45368         * math/s_csinf.c: Likewise.
45369         * math/s_csinh.c Likewise.
45370         * math/s_csinhf.c: Likewise.
45371         * math/s_csinhl.c: Likewise.
45372         * math/s_csinl.c: Likewise.
45373         * math/s_ctan.c: Likewise.
45374         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
45375         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
45376         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
45377
45378 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
45379
45380         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
45381         compilation problems.
45382
45383         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
45384         __builtin_expect.
45385
45386 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
45387
45388         * sysdeps/i386/configure.in: Test for -mfma4 option.
45389         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
45390         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
45391         COMMON_CPUID_INDEX_80000001.
45392         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
45393         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
45394         use it if FMA3 is not supported.
45395         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
45396
45397         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
45398         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
45399
45400 2011-10-20  Andreas Schwab  <schwab@redhat.com>
45401
45402         [BZ #12892]
45403         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
45404         it would create a cycle with a link time dependency.
45405
45406 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
45407
45408         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
45409         instruction.
45410         * string/Makefile (strop-tests): Add rawmemchr.
45411         * string/test-rawmemchr.c: New file.
45412
45413         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
45414         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
45415         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
45416         when compiling str{,n}casecmp and when AVX is available.  Hook up
45417         new optimized code in initializers.
45418
45419 2011-10-19  Andreas Schwab  <schwab@redhat.com>
45420
45421         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
45422         __feraiseexcept instead of feraiseexcept.
45423
45424 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
45425
45426         * math/math_private.h: Define defaults for libc_fetestexcept and
45427         libc_feupdateenv.
45428         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
45429         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
45430         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45431         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45432         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45433         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45434         libc_fetestexcept and libc_feupdateenv.
45435
45436         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
45437         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
45438         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
45439         * sysdeps/x86_64/fpu/math_private.h: Define special version of
45440         libc_feholdexcept_setround.
45441
45442         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
45443         Add s_nearbyint-c and s_nearbyintf-c.
45444         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
45445         nearbyintf inlines.
45446         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
45447         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
45448         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
45449         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
45450
45451         * math/math_private.h: Define defaults for libc_fegetround,
45452         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
45453         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
45454         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
45455         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
45456         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
45457         standard functions.
45458         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45459         Remove comments and hacks for old compiler versions.
45460         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45461         libc_fegetround, libc_fesetround, libc_feholdexcept, and
45462         libc_feholdexceptl.
45463
45464 2011-10-18  Andreas Schwab  <schwab@redhat.com>
45465
45466         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
45467         (__feraiseexcept_renamed): Add __NTH.
45468         (feraiseexcept): Add __NTH.  Rename local variables to fix
45469         namespace violations.
45470
45471 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
45472
45473         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
45474
45475         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
45476
45477         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
45478         recently added interfaces.
45479         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
45480
45481         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
45482         about macro parameter expansion.
45483
45484         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
45485         __NO_MATH_INLINES is defined.  Cleanups.
45486
45487         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
45488         and __floorf is target has SSE4.1.
45489         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
45490         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
45491         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
45492         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
45493
45494         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
45495         name.
45496         (floorf): Likewise.
45497
45498         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
45499
45500 2011-10-17  Andreas Schwab  <schwab@redhat.com>
45501
45502         * misc/sys/cdefs.h: Fix last change.
45503
45504         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
45505         database lookup.
45506
45507 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
45508
45509         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
45510
45511         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
45512         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45513         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45514         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45515         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45516         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45517         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45518         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45519         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45520         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
45521         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
45522         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
45523         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
45524         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
45525         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
45526         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
45527         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
45528         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
45529         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
45530         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
45531         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
45532         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
45533
45534         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
45535         ceil, ceilf, floor, floorf.
45536
45537         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
45538         Perform IRELATIVE relocations last.
45539
45540         * elf/do-rel.h: Add another parameter nrelative, replacing the
45541         local variable with the same name.  Change name of the function
45542         to end in Rel or Rela (uppercase).
45543         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
45544         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
45545         elf_dynamic_do_##reloc function.
45546
45547 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45548
45549         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
45550         is sufficient, at least on modern CPUs.
45551
45552         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
45553
45554         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
45555         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
45556
45557         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
45558         __expl_finite.
45559         * math/bits/math-finite.h: Add entries for exp.
45560         * math/e_expl.c: Add __*_finite alias.
45561         * sysdeps/i386/fpu/e_exp.S: Likewise.
45562         * sysdeps/i386/fpu/e_expf.S: Likewise.
45563         * sysdeps/i386/fpu/e_expl.c: Likewise.
45564         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45565         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45566         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
45567         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
45568         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
45569         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45570         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45571
45572         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
45573         is sufficient, at least on modern CPUs.
45574
45575         * ctype/ctype-info.c (__ctype_init): Define.
45576         * include/ctype.h (__ctype_init): Declare.
45577         (__ctype_b_loc): The variable is always initialized.
45578         (__ctype_toupper_loc): Likewise.
45579         (__ctype_tolower_loc): Likewise.
45580         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
45581         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
45582
45583 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
45584
45585         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
45586
45587         * configure.in: Also look in $cxxmachine/include for C++ system
45588         headers.
45589
45590 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45591
45592         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
45593         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
45594         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
45595         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
45596         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
45597         (USE_AS_WMEMCMP): New macro.
45598         Fixing indents.
45599         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
45600         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
45601         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
45602         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
45603         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45604         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
45605         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
45606         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
45607         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
45608         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
45609         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
45610         (USE_AS_WMEMCMP): New macro.
45611         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
45612         * sysdeps/string/test-memcmp.c: Update.
45613         Fix simple_wmemcmp.
45614         Add new tests.
45615         * wcsmbs/wmemcmp.c: Update.
45616         (WMEMCMP): New macro.
45617         Fix overflow bug.
45618
45619 2011-10-12  Andreas Jaeger  <aj@suse.de>
45620
45621         [BZ #13268]
45622         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
45623
45624 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45625
45626         * libio/iofwide.c (do_length): Avoid warning.
45627
45628         * ctype/ctype.h (__isctype_f): Add missing __THROW.
45629
45630 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
45631
45632         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
45633
45634         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
45635         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
45636         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
45637         * sysdeps/i386/i686/fpu/e_log.S: New file.
45638         * sysdeps/i386/i686/fpu/e_logf.S: New file.
45639         * sysdeps/i386/i686/fpu/e_logl.S: New file.
45640
45641         * ctype/ctype.h: Add support for inlined isXXX functions when
45642         compiling C++ code.
45643
45644 2011-10-14  Andreas Schwab  <schwab@redhat.com>
45645
45646         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45647
45648         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
45649
45650 2011-10-13  Roland McGrath  <roland@hack.frob.com>
45651
45652         [BZ #13291]
45653         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
45654
45655 2011-10-13  Andreas Schwab  <schwab@redhat.com>
45656
45657         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
45658         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
45659         feraiseexcept.
45660
45661         * sysdeps/x86_64/memrchr.S: Check for zero size.
45662
45663         * string/stratcliff.c: Add memrchr tests.
45664
45665 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45666
45667         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45668         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
45669         rawmemchr-sse2 rawmemchr-sse2-bsf.
45670         * sysdeps/i386/i686/multiarch/memchr.S: New file.
45671         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
45672         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
45673         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
45674         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
45675         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
45676         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
45677         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
45678         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
45679         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
45680         * string/memrchr.c (MEMRCHR): New macro.
45681
45682 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
45683
45684         Add integration with gcc's -ffinite-math-only and optimize wrapper
45685         functions in libm.
45686         * Versions.def: Define GLIBC_2.15 version for libm.
45687         * math/Makefile (headers): Add bits/math-finite.h.
45688         * math/bits/math-finite.h: New file.
45689         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
45690         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
45691         * math/e_acoshl.c: Add __*_finite alias.
45692         * math/e_acosl.c: Likewise.
45693         * math/e_asinl.c: Likewise.
45694         * math/e_atan2l.c: Likewise.
45695         * math/e_atanhl.c: Likewise.
45696         * math/e_coshl.c: Likewise.
45697         * math/e_exp10.c: Likewise.
45698         * math/e_exp10f.c: Likewise.
45699         * math/e_exp10l.c: Likewise.
45700         * math/e_exp2l.c: Likewise.
45701         * math/e_fmodl.c: Likewise.
45702         * math/e_gammal_r.c: Likewise.
45703         * math/e_hypotl.c: Likewise.
45704         * math/e_j0l.c: Likewise.
45705         * math/e_j1l.c: Likewise.
45706         * math/e_jnl.c: Likewise.
45707         * math/e_lgammal_r.c: Likewise.
45708         * math/e_log10l.c: Likewise.
45709         * math/e_log2l.c: Likewise.
45710         * math/e_logl.c: Likewise.
45711         * math/e_powl.c: Likewise.
45712         * math/e_sinhl.c: Likewise.
45713         * math/e_sqrtl.c: Likewise.
45714         * math/e_scalb.c: Completely rewritten and optimized.
45715         * math/e_scalbf.c: Likewise.
45716         * math/e_scalbl.c: Likewise.
45717         * math/w_acos.c: Likewise.
45718         * math/w_acosf.c: Likewise.
45719         * math/w_acosl.c: Likewise.
45720         * math/w_acosh.c: Likewise.
45721         * math/w_acoshf.c: Likewise.
45722         * math/w_acoshl.c: Likewise.
45723         * math/w_asin.c: Likewise.
45724         * math/w_asinf.c: Likewise.
45725         * math/w_asinl.c: Likewise.
45726         * math/w_atan2.c: Likewise.
45727         * math/w_atan2f.c: Likewise.
45728         * math/w_atan2l.c: Likewise.
45729         * math/w_atanh.c: Likewise.
45730         * math/w_atanhf.c: Likewise.
45731         * math/w_atanhl.c: Likewise.
45732         * math/w_exp10.c: Likewise.
45733         * math/w_exp10f.c: Likewise.
45734         * math/w_exp10l.c: Likewise.
45735         * math/w_fmod.c: Likewise.
45736         * math/w_fmodf.c: Likewise.
45737         * math/w_fmodl.c: Likewise.
45738         * math/w_j0.c: Likewise.
45739         * math/w_j0f.c: Likewise.
45740         * math/w_j0l.c: Likewise.
45741         * math/w_j1.c: Likewise.
45742         * math/w_j1f.c: Likewise.
45743         * math/w_j1l.c: Likewise.
45744         * math/w_jn.c: Likewise.
45745         * math/w_jnf.c: Likewise.
45746         * math/w_log.c: Likewise.
45747         * math/w_logf.c: Likewise.
45748         * math/w_logl.c: Likewise.
45749         * math/w_log10.c: Likewise.
45750         * math/w_log10f.c: Likewise.
45751         * math/w_log10l.c: Likewise.
45752         * math/w_log2.c: Likewise.
45753         * math/w_log2f.c: Likewise.
45754         * math/w_log2l.c: Likewise.
45755         * math/w_pow.c: Likewise.
45756         * math/w_powf.c: Likewise.
45757         * math/w_powl.c: Likewise.
45758         * math/w_remainder.c: Likewise.
45759         * math/w_remainderf.c: Likewise.
45760         * math/w_remainderl.c: Likewise.
45761         * math/w_scalb.c: Likewise.
45762         * math/w_scalbf.c: Likewise.
45763         * math/w_scalbl.c: Likewise.
45764         * math/w_sqrt.c: Likewise.
45765         * math/w_sqrtf.c: Likewise.
45766         * math/w_sqrtl.c: Likewise.
45767         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45768         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
45769         used.
45770         * math/math_private.h: Declare __kernel_standard_f.
45771         * math/w_cosh.c: Remove cruft and optimize a bit.
45772         * math/w_coshf.c: Likewise.
45773         * math/w_coshl.c: Likewise.
45774         * math/w_exp2.c: Likewise.
45775         * math/w_exp2f.c: Likewise.
45776         * math/w_exp2l.c: Likewise.
45777         * math/w_hypot.c: Likewise.
45778         * math/w_hypotf.c: Likewise.
45779         * math/w_hypotl.c: Likewise.
45780         * math/w_lgamma.c: Likewise.
45781         * math/w_lgamma_r.c: Likewise.
45782         * math/w_lgammaf.c: Likewise.
45783         * math/w_lgammaf_r.c: Likewise.
45784         * math/w_lgammal.c: Likewise.
45785         * math/w_lgammal_r.c: Likewise.
45786         * math/w_sinh.c: Likewise.
45787         * math/w_sinhf.c: Likewise.
45788         * math/w_sinhl.c: Likewise.
45789         * math/w_tgamma.c: Likewise.
45790         * math/w_tgammaf.c: Likewise.
45791         * math/w_tgammal.c: Likewise.
45792         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45793         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45794         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45795         Minor optimizations.  Pretty printing.  Remove cruft.
45796         * sysdeps/i386/fpu/e_acosf.S: Likewise.
45797         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45798         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45799         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45800         * sysdeps/i386/fpu/e_acosl.c: Likewise.
45801         * sysdeps/i386/fpu/e_asin.S: Likewise.
45802         * sysdeps/i386/fpu/e_asinf.S: Likewise.
45803         * sysdeps/i386/fpu/e_atan2.S: Likewise.
45804         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45805         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45806         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45807         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45808         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45809         * sysdeps/i386/fpu/e_exp10.S: Likewise.
45810         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45811         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45812         * sysdeps/i386/fpu/e_exp2.S: Likewise.
45813         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45814         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45815         * sysdeps/i386/fpu/e_fmod.S: Likewise.
45816         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45817         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45818         * sysdeps/i386/fpu/e_hypot.S: Likewise.
45819         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45820         * sysdeps/i386/fpu/e_log.S: Likewise.
45821         * sysdeps/i386/fpu/e_log10.S: Likewise.
45822         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45823         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45824         * sysdeps/i386/fpu/e_log2.S: Likewise.
45825         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45826         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45827         * sysdeps/i386/fpu/e_logf.S: Likewise.
45828         * sysdeps/i386/fpu/e_logl.S: Likewise.
45829         * sysdeps/i386/fpu/e_pow.S: Likewise.
45830         * sysdeps/i386/fpu/e_powf.S: Likewise.
45831         * sysdeps/i386/fpu/e_powl.S: Likewise.
45832         * sysdeps/i386/fpu/e_remainder.S: Likewise.
45833         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45834         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45835         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45836         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45837         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45838         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45839         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45840         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45841         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45842         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45843         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45844         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45845         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45846         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45847         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45848         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45849         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45850         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45851         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45852         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45853         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45854         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45855         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45856         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45857         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45858         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45859         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45860         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45861         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45862         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45863         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45864         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45865         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45866         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45867         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45868         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45869         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
45870         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45871         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45872         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45873         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45874         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45875         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45876         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45877         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45878         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45879         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45880         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45881         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45882         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45883         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45884         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45885         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45886         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45887         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45888         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45889         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45890         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
45891         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45892         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45893         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45894         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45895         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45896         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45897         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45898         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45899         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45900         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45901         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45902         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45903         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45904         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45905         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45906         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45907         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45908         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45909         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
45910         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45911         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45912         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45913         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45914         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45915         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45916         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45917         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
45918         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45919         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45920         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45921         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45922         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45923         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
45924         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45925         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45926         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45927         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45928         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45929         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45930         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45931         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45932         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45933         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45934         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
45935         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45936         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45937         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45938         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
45939         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
45940         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
45941         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
45942         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
45943         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
45944         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
45945         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45946         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45947         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45948         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45949         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
45950         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45951         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
45952         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
45953         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
45954         (__isnanf): Likewise.
45955         (__isinf_ns): Likewise.
45956         (__isinf_nsf): Likewise.
45957         (__finite): Likewise.
45958         (__finitef): Likewise.
45959         (__ieee754_sqrt): Define as macro.
45960         (__ieee754_sqrtf): Define as macro.
45961         (__ieee754_sqrtl): Define as macro.
45962         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
45963         inlined copy.
45964         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
45965         __FINITE_MATH_ONLY__ consistent.
45966         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
45967
45968 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
45969
45970         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
45971         of rawmemchr.
45972
45973         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
45974
45975 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
45976
45977         * po/ja.po: Update from translation team.
45978
45979 2011-10-08  Roland McGrath  <roland@hack.frob.com>
45980
45981         * locale/programs/locarchive.c (prepare_address_space): New function.
45982         (create_archive, enlarge_archive, open_archive): Use it.
45983
45984         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
45985         inside [SHARED], where it is used.
45986
45987         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
45988
45989         * nss/getent.c (netgroup_keys): Remove unused variable.
45990         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45991
45992 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
45993
45994         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
45995         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
45996         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
45997         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
45998         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
45999         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
46000         * math/Makefile (libm-calls): Add s_isinf_ns.
46001         * math/divtc3.c: Use __isinf_nsl instead of isinf.
46002         * math/multc3.c: Likewise.
46003         * math/s_casin.c: Likewise.
46004         * math/s_casinf.c: Likewise.
46005         * math/s_casinl.c: Likewise.
46006         * math/s_ccos.c: Likewise.
46007         * math/s_ccosf.c: Likewise.
46008         * math/s_ccosl.c: Likewise.
46009         * math/s_ctan.c: Likewise.
46010         * math/s_ctanf.c: Likewise.
46011         * math/s_ctanh.c: Likewise.
46012         * math/s_ctanhf.c: Likewise.
46013         * math/s_ctanhl.c: Likewise.
46014         * math/s_ctanl.c: Likewise.
46015         * math/w_fmod.c: Likewise.
46016         * math/w_fmodf.c: Likewise.
46017         * math/w_fmodl.c: Likewise.
46018         * math/w_remainder.c: Likewise.
46019         * math/w_remainderf.c: Likewise.
46020         * math/w_remainderl.c: Likewise.
46021         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
46022         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
46023         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
46024         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
46025         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
46026         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
46027         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
46028         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
46029
46030         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
46031         of the number.
46032         * stdio-common/printf_fphex.c: Likewise.
46033         * stdio-common/printf_size.c: Likewise.
46034
46035         * math/e_exp10.c: Include math_private.h using <...> not "...".
46036         * math/e_exp10f.c: Likewise.
46037         * math/e_exp10l.c: Likewise.
46038         * math/e_exp2l.c: Likewise.
46039         * math/e_j0l.c: Likewise.
46040         * math/e_j1l.c: Likewise.
46041         * math/e_jnl.c: Likewise.
46042         * math/e_lgammal_r.c: Likewise.
46043         * math/e_rem_pio2l.c: Likewise.
46044         * math/e_scalb.c: Likewise.
46045         * math/e_scalbf.c: Likewise.
46046         * math/e_scalbl.c: Likewise.
46047         * math/k_cosl.c: Likewise.
46048         * math/k_sinl.c: Likewise.
46049         * math/k_tanl.c: Likewise.
46050         * math/s_cacoshf.c: Likewise.
46051         * math/s_catan.c: Likewise.
46052         * math/s_catanf.c: Likewise.
46053         * math/s_catanh.c: Likewise.
46054         * math/s_catanhf.c: Likewise.
46055         * math/s_catanhl.c: Likewise.
46056         * math/s_catanl.c: Likewise.
46057         * math/s_ccosh.c: Likewise.
46058         * math/s_ccoshf.c: Likewise.
46059         * math/s_ccoshl.c: Likewise.
46060         * math/s_cexp.c: Likewise.
46061         * math/s_cexpf.c: Likewise.
46062         * math/s_cexpl.c: Likewise.
46063         * math/s_clog.c: Likewise.
46064         * math/s_clog10.c: Likewise.
46065         * math/s_clog10f.c: Likewise.
46066         * math/s_clog10l.c: Likewise.
46067         * math/s_clogf.c: Likewise.
46068         * math/s_clogl.c: Likewise.
46069         * math/s_csin.c: Likewise.
46070         * math/s_csinf.c: Likewise.
46071         * math/s_csinh.c: Likewise.
46072         * math/s_csinhf.c: Likewise.
46073         * math/s_csinhl.c: Likewise.
46074         * math/s_csinl.c: Likewise.
46075         * math/s_csqrt.c: Likewise.
46076         * math/s_csqrtf.c: Likewise.
46077         * math/s_csqrtl.c: Likewise.
46078         * math/s_ctan.c: Likewise.
46079         * math/s_ctanf.c: Likewise.
46080         * math/s_ctanh.c: Likewise.
46081         * math/s_ctanhf.c: Likewise.
46082         * math/s_ctanhl.c: Likewise.
46083         * math/s_ctanl.c: Likewise.
46084         * math/s_ldexp.c: Likewise.
46085         * math/s_ldexpf.c: Likewise.
46086         * math/s_ldexpl.c: Likewise.
46087         * math/s_significand.c: Likewise.
46088         * math/s_significandf.c: Likewise.
46089         * math/s_significandl.c: Likewise.
46090         * math/w_acos.c: Likewise.
46091         * math/w_acosf.c: Likewise.
46092         * math/w_acosh.c: Likewise.
46093         * math/w_acoshf.c: Likewise.
46094         * math/w_acoshl.c: Likewise.
46095         * math/w_acosl.c: Likewise.
46096         * math/w_asin.c: Likewise.
46097         * math/w_asinf.c: Likewise.
46098         * math/w_asinl.c: Likewise.
46099         * math/w_atan2.c: Likewise.
46100         * math/w_atan2f.c: Likewise.
46101         * math/w_atan2l.c: Likewise.
46102         * math/w_atanh.c: Likewise.
46103         * math/w_atanhf.c: Likewise.
46104         * math/w_atanhl.c: Likewise.
46105         * math/w_cosh.c: Likewise.
46106         * math/w_coshf.c: Likewise.
46107         * math/w_coshl.c: Likewise.
46108         * math/w_dremf.c: Likewise.
46109         * math/w_exp10.c: Likewise.
46110         * math/w_exp10f.c: Likewise.
46111         * math/w_exp10l.c: Likewise.
46112         * math/w_exp2.c: Likewise.
46113         * math/w_exp2f.c: Likewise.
46114         * math/w_fmod.c: Likewise.
46115         * math/w_fmodf.c: Likewise.
46116         * math/w_fmodl.c: Likewise.
46117         * math/w_hypot.c: Likewise.
46118         * math/w_hypotf.c: Likewise.
46119         * math/w_hypotl.c: Likewise.
46120         * math/w_j0.c: Likewise.
46121         * math/w_j0f.c: Likewise.
46122         * math/w_j0l.c: Likewise.
46123         * math/w_j1.c: Likewise.
46124         * math/w_j1f.c: Likewise.
46125         * math/w_j1l.c: Likewise.
46126         * math/w_jn.c: Likewise.
46127         * math/w_jnf.c: Likewise.
46128         * math/w_jnl.c: Likewise.
46129         * math/w_lgamma.c: Likewise.
46130         * math/w_lgamma_r.c: Likewise.
46131         * math/w_lgammaf.c: Likewise.
46132         * math/w_lgammaf_r.c: Likewise.
46133         * math/w_lgammal.c: Likewise.
46134         * math/w_lgammal_r.c: Likewise.
46135         * math/w_log.c: Likewise.
46136         * math/w_log10.c: Likewise.
46137         * math/w_log10f.c: Likewise.
46138         * math/w_log10l.c: Likewise.
46139         * math/w_log2.c: Likewise.
46140         * math/w_log2f.c: Likewise.
46141         * math/w_log2l.c: Likewise.
46142         * math/w_logf.c: Likewise.
46143         * math/w_logl.c: Likewise.
46144         * math/w_pow.c: Likewise.
46145         * math/w_powf.c: Likewise.
46146         * math/w_powl.c: Likewise.
46147         * math/w_remainder.c: Likewise.
46148         * math/w_remainderf.c: Likewise.
46149         * math/w_remainderl.c: Likewise.
46150         * math/w_scalb.c: Likewise.
46151         * math/w_scalbf.c: Likewise.
46152         * math/w_scalbl.c: Likewise.
46153         * math/w_sinh.c: Likewise.
46154         * math/w_sinhf.c: Likewise.
46155         * math/w_sinhl.c: Likewise.
46156         * math/w_sqrt.c: Likewise.
46157         * math/w_sqrtf.c: Likewise.
46158         * math/w_sqrtl.c: Likewise.
46159         * math/w_tgamma.c: Likewise.
46160         * math/w_tgammaf.c: Likewise.
46161         * math/w_tgammal.c: Likewise.
46162
46163         * po/ja.po: Update from translation team.
46164
46165 2011-09-29  Andreas Jaeger  <aj@suse.de>
46166
46167         [BZ #13179]
46168         * sunrpc/netname.c (netname2host): Fix logic.
46169
46170         [BZ #6779]
46171         [BZ #6783]
46172         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
46173         correctly.
46174         * math/w_remainder.c (__remainder): Likewise.
46175         * math/w_remainderf.c (__remainderf): Likewise.
46176         * math/libm-test.inc (remainder_test): Add test cases.
46177
46178 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46179
46180         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
46181         sdiv_qrnnd.
46182
46183 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46184
46185         * string/test-memcmp.c: Avoid unncessary #defines.
46186         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
46187
46188 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46189
46190         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
46191         Use new sse2 version for core i3 - i7 as it's faster
46192         than sse42 version.
46193         (bit_Prefer_PMINUB_for_stringop): New.
46194         * sysdeps/x86_64/rawmemchr.S: Update.
46195         Replace with faster SSE2 version.
46196         * sysdeps/x86_64/memrchr.S: New file.
46197         * sysdeps/x86_64/memchr.S: Update.
46198         Replace with faster SSE2 version.
46199
46200 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
46201
46202         * elf/dl-load.c (lose): Add cast to avoid warning.
46203
46204 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46205
46206         * po/ca.po: Update from translation team.
46207
46208         * inet/getnetgrent_r.c: Hook up nscd.
46209         * nscd/Makefile (routines): Add nscd_netgroup.
46210         (nscd-modules): Add netgroupcache.
46211         (CFLAGS-netgroupcache.c): Define.
46212         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
46213         (cache_search): Add const to second parameter.
46214         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
46215         INNETGR.
46216         (dbs): Add netgrdb entry.
46217         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
46218         (verify_persistent_db): Handle netgrdb.
46219         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
46220         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
46221         GETFDNETGR.
46222         (netgroup_response_header): Define.
46223         (innetgroup_response_header): Define.
46224         (datahead): Add netgroup_response_header and innetgroup_response_header
46225         elements.
46226         * nscd/nscd.conf: Add entries for netgroup cache.
46227         * nscd/nscd.h (dbtype): Add netgrdb.
46228         (_PATH_NSCD_NETGROUP_DB): Define.
46229         (netgroup_iov_disabled): Declare.
46230         (xmalloc, xcalloc, xrealloc): Move declarations here.
46231         (cache_search): Adjust prototype.
46232         Add netgroup-related prototypes.
46233         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
46234         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
46235         (__nscd_innetgr): Declare.
46236         * nscd/selinux.c (perms): Use access_vector_t as element type and
46237         add netgroup-related initializers.
46238         * nscd/netgroupcache.c: New file.
46239         * nscd/nscd_netgroup.c: New file.
46240         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
46241         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
46242         For four parameters use innetgr.
46243         * nss/nss_files/files-init.c: Add definition and callback for netgr.
46244         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
46245         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
46246         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
46247
46248         * nscd/connections.c (register_traced_file): Don't register file
46249         for disabled databases.
46250
46251 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
46252
46253         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
46254
46255         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
46256         from tree and freeing node.
46257
46258 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
46259
46260         * nss/nsswitch.c (__nss_database_lookup): Handle
46261         nss_parse_service_list out of memory case.
46262
46263 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
46264
46265         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
46266         out of memory case.
46267
46268 2011-10-04  Andreas Schwab  <schwab@redhat.com>
46269
46270         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
46271         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
46272         pass it down.
46273         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
46274         elf_machine_rela, elf_machine_lazy_rel.
46275         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
46276         (ELF_DYNAMIC_DO_REL): Likewise.
46277         (ELF_DYNAMIC_DO_RELA): Likewise.
46278         (ELF_DYNAMIC_RELOCATE): Likewise.
46279         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
46280         to ELF_DYNAMIC_DO_REL.
46281         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
46282         (dl_main): In trace mode always set __RTLD_NOIFUNC.
46283         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
46284         elf_machine_rela.
46285         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
46286         skip_ifunc, don't call ifunc function if non-zero.
46287         (elf_machine_rela): Likewise.
46288         (elf_machine_lazy_rel): Likewise.
46289         (elf_machine_lazy_rela): Likewise.
46290         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
46291         (elf_machine_lazy_rel): Likewise.
46292         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
46293         Likewise.
46294         (elf_machine_lazy_rel): Likewise.
46295         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46296         Likewise.
46297         (elf_machine_lazy_rel): Likewise.
46298         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
46299         (elf_machine_lazy_rel): Likewise.
46300         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
46301         (elf_machine_lazy_rel): Likewise.
46302         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
46303         (elf_machine_lazy_rel): Likewise.
46304         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
46305         (elf_machine_lazy_rel): Likewise.
46306         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
46307         (elf_machine_lazy_rel): Likewise.
46308         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
46309         (elf_machine_lazy_rel): Likewise.
46310
46311 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
46312
46313         * nss/nss_files/files-init.c (_nss_files_init): Use static
46314         initialization for all the *_traced_file variables.
46315
46316 2011-09-28  Andreas Schwab  <schwab@redhat.com>
46317
46318         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46319
46320 2011-09-27  Roland McGrath  <roland@hack.frob.com>
46321
46322         [BZ #13226]
46323         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
46324
46325 2011-09-27  Andreas Schwab  <schwab@redhat.com>
46326
46327         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
46328         Reread the line before reparsing it.
46329
46330 2011-09-26  Andreas Schwab  <schwab@redhat.com>
46331
46332         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
46333
46334 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
46335             Maxim Kuvyrkov  <maxim@codesourcery.com>
46336             Joseph Myers  <joseph@codesourcery.com>
46337
46338         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
46339         if needed for __stack_chk_guard.
46340
46341 2011-09-19  Roland McGrath  <roland@hack.frob.com>
46342
46343         * sysdeps/posix/spawni.c (script_execute): Always define it.
46344         It will be optimized away if unused.
46345         (maybe_script_execute): New function.
46346         (__spawni): Call it.
46347
46348         * Makerules: Don't include tls.make.
46349         (config-tls): Always set to thread.
46350         * tls.make.c: File removed.
46351
46352 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
46353
46354         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
46355         * config.make.in (CPPFLAGS-config): New substituted variable.
46356
46357 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46358
46359         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
46360
46361         [BZ #13192]
46362         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
46363         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
46364
46365 2011-09-15  Roland McGrath  <roland@hack.frob.com>
46366
46367         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
46368         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
46369         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
46370         (CALL_FAIL): Likewise.
46371         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
46372         (CALL_FAIL): Macro removed.
46373         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
46374
46375 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46376
46377         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
46378         for __FINITE_MATH_ONLY__ == 1.
46379
46380 2011-09-15  Andreas Schwab  <schwab@redhat.com>
46381
46382         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
46383         __ieee754_sqrt instead of sqrt.
46384         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
46385         __ieee754_sqrtf instead of sqrtf.
46386         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
46387         __floorf instead of floorf.
46388         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
46389         __floorf, __truncf instead of floorf, truncf.
46390
46391 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
46392
46393         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
46394
46395         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
46396         __extern_always_inline.
46397         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
46398         32-bit.
46399
46400 2011-09-14  Andreas Schwab  <schwab@redhat.com>
46401
46402         * elf/rtld.c (dl_main): Also relocate in dependency order when
46403         doing symbol dependency testing.
46404
46405 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
46406
46407         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46408         Always define `refsym'.
46409
46410 2011-09-13  Andreas Schwab  <schwab@redhat.com>
46411
46412         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
46413         (__FD_ELT): Renamed from __FDELT.
46414         * misc/bits/select2.h (__FD_ELT): Likewise.
46415         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
46416         __FD_MASK instead of __FDELT, __FDMASK.
46417         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46418         Likewise.
46419         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46420         Likewise.
46421
46422         * elf/Makefile (gen-ldd): Fix pattern.
46423
46424         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
46425         (init_tls): Likewise.
46426
46427 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
46428
46429         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
46430
46431 2011-09-12  Andreas Schwab  <schwab@redhat.com>
46432
46433         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
46434         `struct cmsghdr *' instead of `void *'.
46435         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
46436         Likewise.
46437
46438 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
46439
46440         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
46441         if non-absolute.
46442         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
46443         ldd_rewrite_script.
46444
46445 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
46446
46447         * configure.in: Remove --with-tls option.
46448         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
46449         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
46450         out in case it is missing.
46451         * sysdeps/ia64/elf/configure.in: Likewise.
46452         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
46453         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
46454         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
46455         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
46456         * sysdeps/sh/elf/configure.in: Likewise.
46457         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
46458         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46459         * sysdeps/x86_64/elf/configure.in: Likewise.
46460         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
46461         * sysdeps/mach/hurd/tls.h: Likewise.
46462
46463         [BZ #13067]
46464         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
46465
46466         [BZ #13090]
46467         * configure.in: Fix use of AC_INIT.
46468
46469         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
46470
46471 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
46472
46473         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
46474         __set_errno.
46475         * malloc/hooks.c: Likewise.
46476
46477         [BZ #11929]
46478         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
46479         variables statically.
46480         (narenas): Initialize.
46481         (list_lock): Initialize.
46482         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
46483         initializtion of main_arena and list_lock.  Small cleanups.
46484         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
46485         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
46486         Add initializers to main_arena and mp_.
46487         (malloc_state): Remove pagesize member.  Change all users to use
46488         GLRO(dl_pagesize).
46489
46490         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
46491         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
46492         is always initialized.
46493
46494         * malloc/malloc.c: Removed unused configurations and dead code.
46495         * malloc/arena.c: Likewise.
46496         * malloc/hooks.c: Likewise.
46497         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
46498
46499         * include/tls.h: Removed.  USE___THREAD must always be defined.
46500         * bits/libc-tsd.h: Don't handle !USE___THREAD.
46501         * elf/dl-libc.c: Likewise.
46502         * elf/dl-tsd.c: Likewise.
46503         * include/errno.h: Likewise.
46504         * include/netdb.h: Likewise.
46505         * include/resolv.h: Likewise.
46506         * inet/herrno-loc.c: Likewise.
46507         * inet/herrno.c: Likewise.
46508         * malloc/arena.c: Likewise.
46509         * malloc/hooks.c: Likewise.
46510         * malloc/malloc.c: Likewise.
46511         * resolv/res-state.c: Likewise.
46512         * resolv/res_libc.c: Likewise.
46513         * sysdeps/i386/dl-machine.h: Likewise.
46514         * sysdeps/ia64/dl-machine.h: Likewise.
46515         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
46516         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
46517         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
46518         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
46519         * sysdeps/sh/dl-machine.h: Likewise.
46520         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46521         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46522         * sysdeps/unix/i386/sysdep.S: Likewise.
46523         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
46524         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
46525         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
46526         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
46527         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
46528         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
46529         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
46530         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46531         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46532         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
46533         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46534         * sysdeps/x86_64/dl-machine.h: Likewise.
46535         * tls.make.c: Likewise.
46536
46537         * configure.in: Remove --with-__thread option.  Make tests for
46538         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
46539         tls_model attribute fail if no support is available.  Remove
46540         USE_IN_LIBIO.
46541         * Makeconfig: Adjust for dropped configure option.  All features are
46542         now mandatory.
46543         * Makerules: Likewise.
46544         * Versions.def: Likewise.
46545         * argp/argp-fmtstream.c: Likewise.
46546         * argp/argp-fmtstream.h: Likewise.
46547         * argp/argp-help.c: Likewise.
46548         * assert/assert.c: Likewise.
46549         * config.h.in: Likewise.
46550         * config.make.in: Likewise.
46551         * configure: Likewise.
46552         * configure.in: Likewise.
46553         * csu/Versions: Likewise.
46554         * csu/init.c: Likewise.
46555         * elf/tst-audit2.c: Likewise.
46556         * elf/tst-tls10.c: Likewise.
46557         * elf/tst-tls10.h: Likewise.
46558         * elf/tst-tls11.c: Likewise.
46559         * elf/tst-tls12.c: Likewise.
46560         * elf/tst-tls14.c: Likewise.
46561         * elf/tst-tlsmod11.c: Likewise.
46562         * elf/tst-tlsmod12.c: Likewise.
46563         * elf/tst-tlsmod13.c: Likewise.
46564         * elf/tst-tlsmod13a.c: Likewise.
46565         * elf/tst-tlsmod14a.c: Likewise.
46566         * elf/tst-tlsmod15b.c: Likewise.
46567         * elf/tst-tlsmod16a.c: Likewise.
46568         * elf/tst-tlsmod16b.c: Likewise.
46569         * elf/tst-tlsmod7.c: Likewise.
46570         * elf/tst-tlsmod8.c: Likewise.
46571         * elf/tst-tlsmod9.c: Likewise.
46572         * gmon/gmon.c: Likewise.
46573         * grp/fgetgrent_r.c: Likewise.
46574         * grp/putgrent.c: Likewise.
46575         * hurd/fopenport.c: Likewise.
46576         * include/libc-symbols.h: Likewise.
46577         * include/tls.h: Likewise.
46578         * intl/gettextP.h: Likewise.
46579         * intl/loadinfo.h: Likewise.
46580         * locale/global-locale.c: Likewise.
46581         * locale/localeinfo.h: Likewise.
46582         * mach/devstream.c: Likewise.
46583         * malloc/arena.c: Likewise.
46584         * malloc/set-freeres.c: Likewise.
46585         * misc/err.c: Likewise.
46586         * misc/getttyent.c: Likewise.
46587         * misc/mntent_r.c: Likewise.
46588         * posix/getopt.c: Likewise.
46589         * posix/wordexp.c: Likewise.
46590         * pwd/fgetpwent_r.c: Likewise.
46591         * resolv/Versions: Likewise.
46592         * resolv/res_hconf.c: Likewise.
46593         * shadow/fgetspent_r.c: Likewise.
46594         * shadow/putspent.c: Likewise.
46595         * stdio-common/printf_fphex.c: Likewise.
46596         * stdio-common/tmpfile.c: Likewise.
46597         * stdlib/abort.c: Likewise.
46598         * stdlib/fmtmsg.c: Likewise.
46599         * sunrpc/auth_unix.c: Likewise.
46600         * sunrpc/clnt_perr.c: Likewise.
46601         * sunrpc/clnt_tcp.c: Likewise.
46602         * sunrpc/clnt_udp.c: Likewise.
46603         * sunrpc/clnt_unix.c: Likewise.
46604         * sunrpc/openchild.c: Likewise.
46605         * sunrpc/svc_simple.c: Likewise.
46606         * sunrpc/svc_tcp.c: Likewise.
46607         * sunrpc/svc_udp.c: Likewise.
46608         * sunrpc/svc_unix.c: Likewise.
46609         * sunrpc/xdr.c: Likewise.
46610         * sunrpc/xdr_array.c: Likewise.
46611         * sunrpc/xdr_rec.c: Likewise.
46612         * sunrpc/xdr_ref.c: Likewise.
46613         * sunrpc/xdr_stdio.c: Likewise.
46614
46615 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46616
46617         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46618
46619 2011-07-03  Andreas Jaeger  <aj@suse.de>
46620
46621         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
46622         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
46623         regenerate with gen-libm-tests.pl.
46624
46625 2010-05-12  Petr Baudis  <pasky@suse.cz>
46626
46627         [BZ #11589]
46628         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
46629         around j0() zero points by switching to j1().
46630         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46631         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46632         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46633         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46634
46635 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46636
46637         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
46638         instead of 0.
46639         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
46640         instead of 0.
46641         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46642         Patch in part by Pavel Roskin <proski@gnu.org>.
46643
46644         [BZ #13138]
46645         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
46646         realloc.
46647         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
46648         Free memory block if necessary.
46649
46650         [BZ #12847]
46651         * libio/genops.c (INTDEF): For string streams the _lock pointer can
46652         be NULL.  Don't lock in this case.
46653
46654 2011-09-09  Roland McGrath  <roland@hack.frob.com>
46655
46656         * elf/elf.h (ELFOSABI_GNU): New macro.
46657         (ELFOSABI_LINUX): Define to that.
46658
46659 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
46660
46661         * string/strncat.c (strncat): Undef the symbol in case it has been
46662         defined in bits/string.h.
46663
46664 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46665
46666         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
46667
46668         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
46669         link map.
46670
46671 2011-08-17  Andreas Jaeger  <aj@suse.de>
46672
46673         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
46674
46675 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
46676             Ian Lance Taylor  <iant@google.com>
46677
46678         * math/libm-test.inc (lround_test): New testcase.
46679         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
46680
46681 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
46682
46683         * Makefile: Remove support for automatic cvs check-ins.
46684         * Makerules: Likewise.
46685         * config.make.in: Likewise.
46686         * configure.in: Likewise.
46687         * intl/Makefile: Likewise.
46688         * locale/Makefile: Likewise.
46689         * po/Makefile: Likewise.
46690         * posix/Makefile: Likewise.
46691         * sysdeps/gnu/Makefile: Likewise.
46692         * sysdeps/mach/hurd/Makefile: Likewise.
46693         * sysdeps/sparc/sparc32/Makefile: Likewise.
46694
46695         [BZ #13118]
46696         * posix/Makefile (bug-regex32-ENV): Define.
46697         Patch by John Stanley <jpsinthemix@verizon.net>.
46698
46699         * misc/Makefile (headers): Add bits/select2.h.
46700         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
46701         * misc/bits/select2.h: New file.
46702         * include/bits/select2.h: New file.
46703         * debug/Makefile (routines): Add fdelt_chk.
46704         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
46705         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
46706         FD_ISSET.
46707         * debug/fdelt_chk.c: New file.
46708
46709         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
46710         * wcsmbs/test-wmemcmp.c: Likewise.
46711         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
46712         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
46713
46714 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46715
46716         * string/Makefile (strop-tests): Add memcmp.
46717         * string/test-wmemcmp.c: New file.
46718         * string/test-memcmp.c: Add wmemcmp support.
46719
46720 2011-09-08  Roland McGrath  <roland@hack.frob.com>
46721
46722         [BZ #13153]
46723         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46724         2011-07-19 change.
46725
46726         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46727         garbage value in a __mach_port_mod_refs call in the cases of the
46728         task-self and thread-self ports.
46729
46730 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46731
46732         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46733
46734 2011-09-08  Andreas Schwab  <schwab@redhat.com>
46735
46736         * elf/dl-load.c (lose): Check for non-null L.
46737
46738 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46739
46740         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46741
46742         * elf/dl-libc.c (dlerror_run): Pass back error code from
46743         dl_catch_error.
46744
46745         [BZ #13123]
46746         * elf/dl-load.c (lose): Free l_origin if it is valid.
46747
46748         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46749         names.
46750         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46751         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46752         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46753         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46754         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46755         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46756
46757 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46758
46759         * sysdeps/powerpc/fpu/e_hypot.c: New file.
46760         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46761         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46762         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46763         * sysdeps/powerpc/fpu/k_cosf.c: New file.
46764         * sysdeps/powerpc/fpu/k_sinf.c: New file.
46765         * sysdeps/powerpc/fpu/s_cosf.c: New file.
46766         * sysdeps/powerpc/fpu/s_sinf.c: New file.
46767         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46768         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46769
46770 2011-08-15  Alan Modra  <amodra@gmail.com>
46771
46772         [BZ #13092]
46773         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46774         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46775         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
46776         ppc_mcount to static-only-routines.
46777         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46778         __mcount_internal.
46779         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46780         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
46781
46782 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
46783
46784         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46785         for finite and infinity parameters.
46786
46787 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46788
46789         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46790         and add nop instructions for throughput optimization.
46791         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46792
46793 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
46794
46795         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46796         aligned copy for power7 with vector-scalar instructions.
46797         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46798
46799 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
46800
46801         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46802         AVX check.
46803
46804 2011-09-07  Andreas Schwab  <schwab@redhat.com>
46805
46806         [BZ #13144]
46807         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46808         last change.
46809
46810 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46811
46812         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46813         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46814         syscall wrapper around clock_gettime in __vdso_clock_gettime.
46815         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46816         clock_gettime.
46817
46818 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46819
46820         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46821         Forgot to demangle the pointer.
46822
46823         * sysdeps/i386/sysdep.h: Define atom_text_section.
46824         * sysdeps/x86_64/sysdep.h: Likewise.
46825         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46826         section with atom_text_section.
46827         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46828         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46829         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46830         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46831         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46832
46833         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46834         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46835         already be defined.  Change to take two parameters and don't assign
46836         result to variable.  Adjust all users.
46837         Define INTERNAL_GETTIME if not already defined.
46838         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46839         call.
46840         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46841         HAVE_CLOCK_GETTIME_VSYSCALL.
46842         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46843
46844         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46845         gettimeofday vsyscall, just use time.
46846
46847 2011-09-06  Andreas Schwab  <schwab@redhat.com>
46848
46849         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46850         <errno.h>.
46851
46852 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46853
46854         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
46855         syscall on x86-64.
46856         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
46857         syscall.
46858         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
46859         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
46860         syscall if possible.
46861
46862 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46863
46864         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
46865         e_ident.  Don't pass to find_mapsXX.
46866         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
46867
46868 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46869
46870         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46871         strchr-sse2-no-bsf strrchr-sse2-no-bsf
46872         * sysdeps/x86_64/multiarch/strchr.S: Update.
46873         Check bit_slow_BSF bit.
46874         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
46875         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
46876         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
46877
46878 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46879
46880         [BZ #13134]
46881         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
46882         before glibc 2.15.
46883         (tryshell): Define.
46884         (__spawni): Change last parameter to be flag.  Test
46885         SPAWN_XFLAGS_USE_PATH flag to use path or not.
46886         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
46887         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
46888         * posix/spawni.c: Likewise.
46889         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
46890         * posix/spawnp.c: Likewise.  Change normal version to use
46891         SPAWN_XFLAGS_USE_PATH.
46892         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
46893         SPAWN_XFLAGS_TRY_SHELL.
46894
46895         [BZ #13150]
46896         * posix/glob.h: Remove gcc 1.x support.
46897
46898         [BZ #13068]
46899         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
46900
46901 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46902
46903         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46904         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
46905         strrchr-sse2-bsf
46906         * sysdeps/i386/i686/multiarch/strchr.S: New file.
46907         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
46908         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
46909         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
46910         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
46911         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
46912
46913 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46914
46915         * sysdeps/x86_64/wcscmp.S: New file.
46916
46917         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
46918         wcscmp-c wcscmp-sse2
46919         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
46920         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
46921         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
46922         * wcsmbs/wcscmp.c: Allow renaming.
46923
46924 2011-09-05  David S. Miller  <davem@davemloft.net>
46925
46926         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
46927         stack slot, rather than the struct return pointer slot.
46928         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
46929         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
46930         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
46931         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
46932
46933 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46934
46935         * po/ja.po: Update from translation team.
46936
46937         [BZ #13144]
46938         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
46939         kernel in 64-bit binaries.
46940
46941 2011-09-01  David S. Miller  <davem@davemloft.net>
46942
46943         * elf/elf.h (HWCAP_SPARC_*): Move to..
46944         * sysdeps/sparc/sysdep.h: this new file and add new values.
46945         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
46946         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
46947         _DL_HWCAP_COUNT to 24.
46948         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
46949         entries.
46950         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
46951         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
46952         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
46953         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
46954         instead of magic constants.
46955         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46956
46957 2011-08-31  David S. Miller  <davem@davemloft.net>
46958
46959         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
46960         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
46961         Reimplement to do errno handling inline.
46962         (SYSCALL_ERROR_HANDLER): New macro.
46963         (__SYSCALL_STRING): Do not do errno handling in asm.
46964         (__CLONE_SYSCALL_STRING): Delete.
46965         (__INTERNAL_SYSCALL_STRING): Delete.
46966         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
46967         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
46968         (PSEUDO): Reimplement to do errno handling inline.
46969         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
46970         (SYSCALL_ERROR_HANDLER): New macro.
46971         (__SYSCALL_STRING): Do not do errno handling in asm.
46972         (__CLONE_SYSCALL_STRING): Delete.
46973         (__INTERNAL_SYSCALL_STRING): Delete.
46974         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
46975         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
46976         i386.
46977         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
46978         (inline_syscall*): Add 'err' argument.
46979         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
46980         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
46981         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
46982         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
46983
46984         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
46985         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
46986
46987 2011-08-30  Andreas Schwab  <schwab@redhat.com>
46988
46989         * elf/rtld.c (dl_main): Relocate objects in dependency order.
46990
46991 2011-08-29  Jiri Olsa <jolsa@redhat.com>
46992
46993         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
46994         directive.
46995
46996 2011-08-24  David S. Miller  <davem@davemloft.net>
46997
46998         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
46999
47000 2011-08-24  Andreas Schwab  <schwab@redhat.com>
47001
47002         * elf/Makefile: Add rules to build and run unload8 test.
47003         * elf/unload8.c: New file.
47004         * elf/unload8mod1.c: New file.
47005         * elf/unload8mod1x.c: New file.
47006         * elf/unload8mod2.c: New file.
47007         * elf/unload8mod3.c: New file.
47008
47009         * elf/dl-close.c (_dl_close_worker): Reset private search list if
47010         it wasn't used.
47011
47012 2011-08-23  David S. Miller  <davem@davemloft.net>
47013
47014         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
47015         subtract stack bias.
47016         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
47017         %sp not %fp in calculations.
47018         (_JMPBUF_UNWINDS_ADJ): Likewise.
47019
47020         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
47021         (aio_suspend): Call it to force an exception region around the
47022         AIO_MISC_WAIT() invocation.
47023
47024 2011-08-23  Andreas Schwab  <schwab@redhat.com>
47025
47026         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
47027         backslash.
47028
47029 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
47030
47031         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
47032         protection macro.
47033         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
47034         and <dl-machine.h>.
47035         (Elf64_FuncDesc): Remove.
47036
47037 2011-08-22  David S. Miller  <davem@davemloft.net>
47038
47039         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
47040         sigaltstack check, add missing cfi directives.
47041         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
47042         missing cfi directives, and sigaltstack handling.
47043
47044 2011-08-16  Andreas Schwab  <schwab@redhat.com>
47045
47046         [BZ #11724]
47047         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
47048         object is seen twice.
47049         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47050
47051         * elf/Makefile (distribute): Add tst-initorder2.c.
47052         (tests): Add tst-initorder2.
47053         (modules-names): Add tst-initorder2a tst-initorder2b
47054         tst-initorder2c tst-initorder2d.  Add rules to build them.
47055         ($(objpfx)tst-initorder2.out): New rule.
47056         * elf/tst-initorder2.c: New file.
47057         * elf/tst-initorder2.exp: New file.
47058
47059 2011-08-22  Andreas Schwab  <schwab@redhat.com>
47060
47061         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
47062
47063         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
47064         dependencies back to end of function.
47065
47066         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
47067         $(elfobjdir)/ld.so.
47068
47069 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
47070
47071         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
47072         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
47073         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
47074         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
47075         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
47076         of __vdso_gettimeofday.
47077         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
47078         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
47079         attribute_hidden.
47080         (_libc_vdso_platform_setup): Remove initialization of
47081         __vdso_gettimeofday and __vdso_time.
47082
47083 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47084
47085         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
47086         and fgetc_unlocked.
47087         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
47088         getc_unlocked.
47089
47090         * elf/dl-open.c (add_to_global): Report additions to the global scope
47091         for LD_DEBUG=scopes.
47092         (dl_open_worker): Also print scope of newly loaded dependencies.
47093         (_dl_show_scope): Indicate if there is no scope.
47094
47095         [BZ #13114]
47096         * stdio-common/Makefile (tests): Add bug24.
47097         * stdio-common/bug24.c: New file.
47098
47099 2011-08-19  Andreas Jaeger  <aj@suse.de>
47100
47101         [BZ #13114]
47102         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
47103         non-existant file when using close-on-exec mode.
47104
47105 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47106
47107         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
47108         the very first instruction.
47109
47110         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
47111         the CFI state in the end.
47112         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
47113         inclusion of dl-trampoline.h.
47114         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
47115
47116 2011-08-19  Andreas Schwab  <schwab@redhat.com>
47117
47118         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
47119         expectations for long double.
47120
47121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
47122         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
47123
47124 2011-08-14  David S. Miller  <davem@davemloft.net>
47125
47126         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
47127         artificual limit depends upon the system page size.
47128
47129 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47130
47131         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
47132         * resolv/Makefile: Define CFLAGS-libresolv.
47133
47134 2011-08-17  Andreas Schwab  <schwab@redhat.com>
47135
47136         * nss/makedb.c (compute_tables): Make variables used in nested
47137         function static.
47138
47139 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47140
47141         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
47142         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
47143         if buffer was too small.
47144
47145         * elf/pldd.c (main): Attach to all threads in the process.
47146         Rewrite /proc handling to use *at functions.
47147
47148 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
47149
47150         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
47151         specifies first scope to show.
47152         (dl_open_worker): Update callers.  Move printing scope of new
47153         object to before the relocation.
47154         * elf/rtld.c (dl_main): Update _dl_show_scope call.
47155         * sysdeps/generic/ldsodefs.h: Update declaration.
47156
47157         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
47158         string for the scope number.
47159
47160 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
47161
47162         * nscd/servicescache.c (cache_addserv): Make sure written is always
47163         initialized.
47164
47165 2011-08-14  Roland McGrath  <roland@hack.frob.com>
47166
47167         * sysdeps/i386/i486/bits/atomic.h
47168         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
47169         statement expression, so as to suppress "set but not used" warning.
47170         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
47171
47172         * string/strncat.c (STRNCAT): Use prototype definition.
47173
47174         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
47175         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
47176         -Iprograms here.
47177         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
47178         (localedef-modules): Add localedef.
47179         (locale-modules): Add locale.
47180
47181         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
47182         * elf/rtld.c (dl_main): Invert order of assignment in last change,
47183         to avoid a warning.
47184
47185 2011-08-14  David S. Miller  <davem@davemloft.net>
47186
47187         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
47188         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
47189
47190 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
47191
47192         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
47193         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
47194         * elf/rtld.c (dl_main): Set l_name of vDSO.
47195         Call _dl_show_scope when DL_DEBUG_SCOPES.
47196         (process_dl_debug): Recognize scopes flag and also set it for all.
47197         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
47198         Declare _dl_show_scope.
47199
47200         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
47201         (do_dlopen): Pass caller_dlopen to dl_open.
47202         (__libc_dlopen_mode): Initialize caller_dlopen.
47203
47204         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
47205         of libc.  Make tolower call locale-independent.  Optimize a bit by
47206         using isdigit instead of isalnum.
47207         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
47208
47209 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
47210
47211         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
47212         was a dependency or dynamically loaded.
47213
47214 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
47215
47216         * intl/l10nflist.c: Allow architecture-specific pop function.
47217         * sysdeps/x86_64/l10nflist.c: New file.
47218
47219         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
47220         classification.
47221
47222 2011-08-10  Andreas Schwab  <schwab@redhat.com>
47223
47224         * include/dirent.h: Add libc_hidden_proto for scandirat and
47225         scandirat64.  Don't declare __scandirat64.
47226         * dirent/scandirat.c: Add libc_hidden_def.
47227         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
47228         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
47229
47230 2011-08-10  David S. Miller  <davem@davemloft.net>
47231
47232         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
47233         enum.
47234         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47235         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47236         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47237
47238 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
47239
47240         * Versions.def [libc]: Add GLIBC_2.15.
47241         * dirent/Makefile (routines): Add scandirat and scandirat64.
47242         * dirent/Versions [libc]: Export scandirat and scandirat64 for
47243         GLIBC_2.15.
47244         * dirent/dirent.h: Declare scandirat and scandirat64.
47245         * dirent/scandirat.c: New file.
47246         * dirent/scandirat64.c: New file.
47247         * sysdeps/wordsize-64/scandirat.c: New file.
47248         * sysdeps/wordsize-64/scandirat64.c: New file.
47249         * dirent/opendir.c: Define opendirat.
47250         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
47251         using scandirat.
47252         * dirent/scandir64.c: Adjust for scandir.c change.
47253         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
47254         __scandirat64, and __scandir_cancel_handler.
47255         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
47256         additional parameter and use openat instead of open (outside of ld.so).
47257         Add new __opendir as wrapper around __opendirat.
47258         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
47259         here without requiring old scandirat implementation.
47260
47261 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
47262
47263         * dirent/scandir.c (cancel_handler): Renamed to
47264         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
47265         defined.  Adjust users.
47266         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
47267         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
47268
47269 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
47270
47271         * string/test-string.h (IMPL): Use __STRING to expand name and then
47272         stringify it.
47273
47274         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
47275         of cleanups.
47276
47277 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47278
47279         * string/Makefile: Update.
47280         (strop-tests): Append strncat.
47281         * string/test-wcscmp.c: New file.
47282         New comprehensive test for wcscmp.
47283         * string/test-strcmp.c: Update.
47284         (WIDE): New define.
47285
47286 2011-07-22  Andreas Schwab  <schwab@redhat.com>
47287
47288         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
47289         line.
47290
47291 2011-07-26  Andreas Schwab  <schwab@redhat.com>
47292
47293         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47294         encoding to ACE if AI_IDN.
47295
47296 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
47297
47298         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
47299         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
47300
47301 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47302
47303         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
47304         Fix overflow bug in strncat.
47305         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
47306
47307         * string/test-strncat.c: Update.
47308         Add new tests for checking overflow bugs.
47309
47310 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47311
47312         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47313         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
47314         * sysdeps/i386/i686/multiarch/strcat.S: New file.
47315         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
47316         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
47317         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
47318         * sysdeps/i386/i686/multiarch/strncat.S: New file.
47319         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
47320         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
47321
47322         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
47323         (USE_AS_STRCAT): Define.
47324         Add strcat and strncat support.
47325         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47326
47327 2011-07-25  Andreas Schwab  <schwab@redhat.com>
47328
47329         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
47330         __n bigger than INT_MAX+1.
47331         (__strncmp_g): Likewise.
47332
47333 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
47334
47335         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
47336         * libio/stido.h: Likewise.
47337
47338         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
47339         (AF_NFC): Define.
47340         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
47341         (AF_NFC): Define.
47342
47343         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
47344         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47345         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47346         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
47347         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47348
47349         [BZ #13021]
47350         * scripts/test-installation.pl: Don't expect libnss_test1 to be
47351         installed.
47352
47353         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
47354         typo.
47355         (_dl_x86_64_save_sse): Likewise.
47356
47357 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
47358
47359         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
47360         OSXSAVE.
47361         (_dl_x86_64_save_sse): Likewise.
47362
47363         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
47364
47365         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
47366
47367 2011-07-21  Andreas Schwab  <schwab@redhat.com>
47368
47369         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
47370         change.
47371         (_dl_x86_64_save_sse): Use correct AVX check.
47372
47373 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47374
47375         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
47376         bug in strncpy/strncat.
47377         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
47378
47379 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
47380
47381         * string/tester.c (test_strcat): Add tests for different alignments
47382         of source and destination.
47383         (test_strncat): Likewise.
47384
47385 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47386
47387         [BZ #12852]
47388         * posix/glob.c (glob): Check passed in values before using them in
47389         expressions to avoid some overflows.
47390         (glob_in_dir): Likewise.
47391
47392         [BZ #13007]
47393         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
47394         check for AVX enablement so that we don't crash with old kernels and
47395         new hardware.
47396         * elf/tst-audit4.c: Add same checks here.
47397         * elf/tst-audit6.c: Likewise.
47398
47399         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
47400
47401 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
47402
47403         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
47404
47405 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47406
47407         * po/cs.po: Update from translation team.
47408         * po/bg.po: Likewise.
47409
47410 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
47411
47412         * misc/sys/cdefs.h: Add support for const attribute.
47413         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
47414         to gnu_dev_{major,minor,makedev} functions.
47415
47416 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
47417
47418         * intl/dcigettext.c (get_output_charset): Add missing bracket.
47419
47420 2011-07-20  Andreas Schwab  <schwab@redhat.com>
47421
47422         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
47423         strlen results.
47424
47425 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47426
47427         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
47428         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
47429         register in order to avoid conflicts with the soft frame pointer
47430         being held in r11 when necessary.
47431         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
47432         (INTERNAL_VSYSCALL_NCS): Likewise.
47433
47434 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
47435
47436         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
47437         * elf/dl-fini.c (_dl_fini): Adjust caller.
47438         * elf/dl-close.c (_dl_close_worker): Likewise.
47439         * sysdeps/generic/ldsodefs.h: Adjust declaration.
47440
47441 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47442
47443         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
47444         "aux_cache->nlibs < 0".
47445
47446         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
47447         in the reload-count case.
47448
47449 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47450
47451         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47452         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
47453         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
47454         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
47455         * sysdeps/x86_64/multiarch/strcat.S: New file.
47456         * sysdeps/x86_64/multiarch/strncat.S: New file.
47457         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
47458         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
47459         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
47460         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
47461         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
47462         (USE_AS_STRCAT): Define.
47463         Add strcat and strncat support.
47464         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47465         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
47466         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
47467         * string/strncat.c: Update.
47468         (USE_AS_STRNCAT): Define.
47469         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47470         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
47471         and i7.
47472         * sysdeps/x86_64/multiarch/init-arch.h
47473         (bit_Prefer_PMINUB_for_stringop): New.
47474         (index_Prefer_PMINUB_for_stringop): Likewise.
47475         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
47476         bit_Prefer_PMINUB_for_stringop.
47477
47478 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47479
47480         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
47481         buffer64.
47482         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
47483         of casting of buffer.
47484         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
47485         buffer32 and buffer64.
47486         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
47487         writes instead of casting of buffer.
47488         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
47489         buffer32.
47490         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
47491         casting of buffer.
47492
47493 2011-07-19  Andreas Schwab  <schwab@redhat.com>
47494
47495         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
47496
47497 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47498
47499         * nscd/nscd.c (termination_handler): Don't do anything for a database
47500         if it has not yet been initialized.
47501
47502 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47503
47504         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47505
47506 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47507
47508         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47509
47510 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47511
47512         * po/nl.po: Update from translation team.
47513         * po/sv.po: Likewise.
47514
47515 2011-07-16  Roland McGrath  <roland@hack.frob.com>
47516
47517         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
47518         now disallowed by GCC.
47519
47520         * configure.in (use-default-link): Default to yes if a test -shared
47521         link meets our qualifications.
47522         * configure: Regenerated.
47523
47524         * config.make.in (output-format): New variable.
47525         * configure.in: Check for ld --print-output-format support.
47526         * configure: Regenerated.
47527         * Makerules ($(common-objpfx)format.lds)
47528         [$(output-format) != unknown]: Just use $(output-format),
47529         instead of the linker-script munging.
47530
47531 2011-07-14  Roland McGrath  <roland@hack.frob.com>
47532
47533         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
47534         of $(common-objpfx)shlib.lds.
47535         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
47536
47537         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
47538         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
47539
47540         * configure.in (-z relro check): Adjust test code to add a large
47541         writable data section after it.
47542         * configure: Regenerated.
47543
47544 2011-07-11  Roland McGrath  <roland@hack.frob.com>
47545
47546         * configure.in (-z relro check): Fix test code to make the variable
47547         truly const.
47548         * configure: Regenerated.
47549
47550 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
47551
47552         * nscd/nscd.h (struct traced_file): Define.
47553         (struct database_dyn): Remove inotify_descr, reset_res, and filename
47554         elements.  Add traced_files.
47555         (inotify_fd): Declare.
47556         (register_traced_file): Declare.
47557         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
47558         (inotify_fd): Export.
47559         (resolv_conf_descr): Remove.
47560         (nscd_init): Move inotify descriptor creation to main.
47561         Don't register files for notification here.
47562         (register_traced_file): New function.
47563         (invalidate_cache): Don't use reset_res to determine whether to call
47564         res_init, go through the list of registered files.
47565         (main_loop_poll): The inotify descriptors are now stored in the
47566         structures for the traced files.
47567         (main_loop_epoll): Likewise
47568         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
47569         to __nss_disable_nscd.
47570         * nscd/cache.c (prune_cache): There is no single inotify descriptor
47571         for a database anymore.  Check the records for all the registered
47572         files instead.
47573         * nss/Makefile (libnss_files-routines): Add files-init.
47574         (libnss_db-routines): Add db-init.
47575         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
47576         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
47577         * nss/nss_db/db-init.c: New file.
47578         * nss/nss_files/files-init.c: New file.
47579         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
47580         __nss_lookup_function.
47581         (__nss_lookup_function): Call nss_load_library.
47582         (nss_load_all_libraries): New function.
47583         (__nss_disable_nscd): Take parameter with callback function for files
47584         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
47585         used for the cached services.
47586         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
47587         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
47588         options for features to all the files in nscd.
47589
47590         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
47591
47592 2011-07-10  Roland McGrath  <roland@hack.frob.com>
47593
47594         * csu/elf-init.c (__libc_csu_init): Comment typo.
47595
47596 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
47597
47598         * po/pl.po: Update from translation team.
47599         * po/ja.po: Likewise.
47600         * po/ru.po: Likewise.
47601         * po/ko.po: Likewise.
47602         * po/fr.po: Likewise.
47603
47604 2011-07-09  Roland McGrath  <roland@hack.frob.com>
47605
47606         * configure.in (.ctors/.dtors header and trailer check):
47607         Use an empirical test on a built program.
47608         * configure: Regenerated.
47609
47610         * configure.in (-z relro check): Use an empirical test on a built DSO.
47611         Detect, but do not require, on ia64.
47612         * configure: Regenerated.
47613
47614         * configure.in (READELF): Find it with AC_CHECK_TOOL.
47615         Update tests that use readelf to use $READELF instead.
47616         * configure: Regenerated.
47617
47618 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
47619
47620         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
47621         if the result is not used.
47622
47623 2011-07-05  Andreas Jaeger  <aj@suse.de>
47624
47625         [BZ#9696]
47626         * stdlib/tst-strtod.c: Add testcase.
47627
47628 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
47629
47630         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
47631         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
47632         The latter has a higher limit.  Take additional parameter to pass to
47633         the new function.
47634         (__pathconf): Pass file to __statfs_link_max.
47635         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
47636         __statfs_link_max.
47637         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
47638         __statfs_link_max.
47639
47640         [BZ #12868]
47641         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
47642         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
47643         Handle Lustre.
47644         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
47645         (__statfs_filesize_max): Likewise.
47646         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
47647
47648 2011-07-05  Andreas Jaeger  <aj@suse.de>
47649
47650         * resolv/res_comp.c (dn_skipname): Remove unused variable.
47651
47652 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
47653
47654         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
47655         `status' variable.
47656         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
47657         Likewise.
47658
47659 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
47660
47661         * Makefile (strop-tests): Add strncat.
47662         * string/test-strncat.c: New file.
47663
47664 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
47665
47666         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
47667
47668 2011-06-21  Andreas Jaeger  <aj@suse.de>
47669
47670         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
47671         Copy rule from iconvdata/Makefile.
47672
47673 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47674
47675         [BZ #12922]
47676         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
47677         but no long options are defined, just return 'W'.
47678
47679 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
47680
47681         [BZ #9696]
47682         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
47683
47684 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47685
47686         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
47687         netgroups to read.
47688         (innetgr): Likewise.
47689
47690 2011-07-05  Roland McGrath  <roland@hack.frob.com>
47691
47692         * config.make.in (install_root): Default to $(DESTDIR).
47693
47694 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
47695
47696         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
47697
47698 2011-07-02  Roland McGrath  <roland@hack.frob.com>
47699
47700         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
47701
47702         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
47703         containing directory rather than embedding absolute directory names.
47704
47705         * scripts/check-local-headers.sh: Rewritten using awk.
47706         Match by word, not by line.  Print error messages for matches.
47707         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
47708
47709         * Makerules [shlib-lds-flags empty]:
47710         ($(common-objpfx)libc_pic.opts): New target.
47711         ($(common-objpfx)libc_pic.os.clean): New target.
47712         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
47713
47714         * config.make.in (OBJCOPY): New variable.
47715         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47716         * configure: Regenerated.
47717
47718         * config.make.in (use-default-link): New variable.
47719         * configure.in (use_default_link): Grok --with-default-link to set it.
47720         * configure: Regenerated.
47721         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47722         (shlib-lds, shlib-lds-flags): Define to empty.
47723
47724         * Makerules (shlib-lds): New variable.
47725         (shlib-lds-flags): New variable.
47726         (build-shlib, build-moduile, build-module-asneeded): Use it.
47727         ($(common-objpfx)libc.so): Use $(shlib-lds).
47728         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47729         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47730
47731         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47732         DT_FLAGS/DT_FLAGS_1 with zero flags.
47733
47734         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47735         linker script munging.
47736
47737 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
47738
47739         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47740         as 128-bit value.
47741         * crypt/sha512.c (sha512_process_block): Perform total addition using
47742         128-bit if possible.
47743         (__sha512_finish_ctx): Likewise.
47744         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47745         as 64-bit value.
47746         * crypt/sha256.c (SWAP64): Define.
47747         (sha256_process_block): Perform total addition using 64-bit if
47748         possible.
47749         (__sha256_finish_ctx): Likewise.
47750
47751 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
47752
47753         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
47754         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47755         * nscd/hstcache.c (cache_addhst): Likewise.
47756         * nscd/grpcache.c (cache_addgr): Likewise.
47757         * nscd/aicache.c (addhstaiX): Likewise
47758         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47759
47760 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
47761
47762         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47763         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47764         * nscd/hstcache.c (cache_addhst): Likewise.
47765         * nscd/grpcache.c (cache_addgr): Likewise.
47766         * nscd/aicache.c (addhstaiX): Likewise
47767
47768 2011-07-01  Andreas Schwab  <schwab@redhat.com>
47769
47770         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47771         domain only when needed.
47772
47773 2011-06-30  Andreas Schwab  <schwab@redhat.com>
47774
47775         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47776         is always restored.
47777
47778 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
47779
47780         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47781         are re-adding the entry.
47782         * nscd/servicescache.c (cache_addserv): Likewise.
47783
47784 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
47785
47786         * sysdeps/generic/dl-irel.h: fix protection against multiple
47787         inclusions.
47788         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47789
47790 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
47791
47792         [BZ #12935]
47793         * malloc/memusage.sh: Fix quoting in message.
47794         * debug/xtrace.sh: Likewise.
47795
47796         * configure.in: Remove support for --experimental-malloc option, make
47797         it the default.
47798         * config.make.in: Likewise.
47799         * malloc/Makefile: Likewise.
47800
47801 2011-06-27  Andreas Schwab  <schwab@redhat.com>
47802
47803         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47804         two-byte characters.
47805
47806 2011-06-27  Roland McGrath  <roland@hack.frob.com>
47807
47808         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47809         AC_CACHE_CHECK invocation.
47810         * configure: Regenerated.
47811
47812         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47813
47814 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
47815
47816         [BZ #12350]
47817         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
47818         bit from old_res_options.
47819
47820         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47821
47822         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47823         value type for setfct.
47824
47825 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
47826
47827         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47828         __gettimeofday instead of gettimeofday.
47829
47830 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
47831
47832         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47833
47834 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
47835
47836         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47837
47838         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47839         info.
47840
47841 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47842
47843         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47844         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47845         strcpy-sse2-unaligned strncpy-sse2-unaligned
47846         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47847         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47848         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47849         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47850         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47851         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47852         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47853         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47854         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
47855         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
47856         (STRCPY): Support SSE2 and SSSE3 versions.
47857
47858 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
47859
47860         [BZ #12874]
47861         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
47862         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
47863         kernels which artificially limit size of requests.
47864
47865 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47866
47867         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47868         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47869         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
47870         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
47871         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
47872         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
47873         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
47874         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
47875         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
47876         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
47877         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
47878         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
47879         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
47880         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
47881         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
47882         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47883         Enable unaligned load optimization for Intel Core i3, i5 and i7
47884         processors.
47885         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
47886         Define.
47887         (index_Fast_Unaligned_Load): Define.
47888         (HAS_FAST_UNALIGNED_LOAD): Define.
47889
47890 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
47891
47892         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
47893
47894 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47895
47896         [BZ #12907]
47897         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
47898         until it is clear that the information is realy needed.
47899         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
47900
47901 2011-06-22  Andreas Schwab  <schwab@redhat.com>
47902
47903         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
47904
47905 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
47906
47907         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47908         /sys/devices/system/cpu/online if it is usable.
47909
47910         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
47911         reading the information from the /proc filesystem to once a second.
47912
47913 2011-06-21  Andreas Jaeger  <aj@suse.de>
47914
47915         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
47916         NULL after inclusion of kernel headers.
47917
47918 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
47919
47920         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
47921         calls to internal_setent.
47922
47923         [BZ #12885]
47924         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
47925         addresses using gethostbyname4_r ignore IPv4 addresses.
47926
47927         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
47928         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
47929
47930         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
47931
47932 2011-06-20  David S. Miller  <davem@davemloft.net>
47933
47934         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
47935         inclusions.
47936         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
47937
47938         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
47939         (elf_irel): Use it.
47940         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
47941         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
47942         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
47943         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
47944         * sysdeps/x86_64/dl-irel.h: Likewise.
47945
47946         * elf/dl-runtime.c: Use elf_ifunc_invoke.
47947         * elf/dl-sym.c: Likewise.
47948
47949 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47950
47951         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
47952         need to dereference resplen2.
47953
47954 2011-06-14  Andreas Schwab  <schwab@redhat.com>
47955
47956         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
47957
47958 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47959
47960         * Makeconfig: Define vardbdir and inst_vardbdir.
47961         * nss/Makefile: Add rules to install db-Makefile.
47962
47963         * nss/nss_db/db-XXX.c: Cleanup.
47964
47965         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
47966         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
47967         GLIBC_PRIVATE.
47968         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
47969         * nss/makedb.c: Implement -g option to specify that value strings
47970         are generated and should not be added to table iterated over for
47971         get*ent calls.
47972         * nss/nss_db/db-initgroups.c: New file.
47973
47974         * nss/getent.c: Add support for initgroups lookups through getgrouplist
47975         interface.
47976
47977         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
47978         (internal_getgrouplist): Adjust to name change.
47979         Update use_initgroups_entry if this is not the first call.
47980         * nss/databases.def: Add initgroups entry.
47981
47982         * nss/makedb.c (compute_tables): Check result of multiple hash table
47983         sizes to minimize maximum chain length.
47984
47985 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
47986
47987         * Versions.def: Add entry for libnss_db.
47988         * shlib-versions: Likewise.
47989         * nss/Makefile: Add rules to build libnss_db.
47990         * nss/Versions: Add libnss_db information.  Organize libnss_files
47991         entries better.
47992         * nss/db-Makefile: Add gshadow support.  Change rules for the new
47993         makedb progra.  Some minor improvements to generate smaller files.
47994         * nss/nss_db/nss_db.h: Move NSS database header data structures to
47995         here from...
47996         * nss/makedb.c: ...here.
47997         Improve database format to be smaller and require less memory at
47998         runtime.
47999         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
48000         db anymore.
48001         * nss/nss_db/db-netgrp.c: Likewise.
48002         * nss/nss_db/db-open.c: Likewise.
48003         * nss/nss_files/flies-XXX.x: Adjust comments.
48004         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
48005         * nss/nss_files/files-grp.c: Likewise.
48006         * nss/nss_files/files-hosts.c: Likewise.
48007         * nss/nss_files/files-network.c: Likewise.
48008         * nss/nss_files/files-proto.c: Likewise.
48009         * nss/nss_files/files-pwd.c: Likewise.
48010         * nss/nss_files/files-rpc.c: Likewise.
48011         * nss/nss_files/files-service.c: Likewise.
48012         * nss/nss_files/files-sgrp.c: Likewise.
48013         * nss/nss_files/files-spwd.c: Likewise.
48014         * nss/nss_db/db-alias.c: Removed.
48015         * nss/nss_db/dummy-db.h: Removed.
48016
48017 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
48018
48019         * nss/makedb.c: Rewritten to not use database library.
48020         * nss/Makefile: Update to build new makedb program.
48021
48022 2011-06-14  Andreas Jaeger  <aj@suse.de>
48023
48024         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
48025         memset declaration.
48026
48027 2011-06-10  Andreas Schwab  <schwab@redhat.com>
48028
48029         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
48030         tmpbuf.
48031
48032 2011-06-10  Roland McGrath  <roland@hack.frob.com>
48033
48034         * Makerules (shlib.lds): Fail if the linker script comes out empty.
48035         * elf/Makefile ($(objpfx)ld.so): Likewise.
48036
48037         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
48038         Don't list ld.so twice in dependencies.
48039
48040         * posix/bug-regex31.c: Include <stdlib.h>.
48041
48042         * nscd/hstcache.c (cache_addhst): Remove unused variable.
48043
48044         * nis/nss_compat/compat-spwd.c
48045         (getspent_next_nss_netgr): Remove unused variable.
48046         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
48047
48048         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
48049         nonmembers" output to use the right array.
48050
48051         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
48052
48053         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
48054
48055         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
48056         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
48057         * catgets/gencat.c (read_input_file): Likewise.
48058         * locale/programs/locarchive.c (enlarge_archive): Likewise.
48059
48060         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
48061         variable definition inside #if's controlling its use.
48062
48063         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
48064
48065         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
48066
48067         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
48068
48069         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
48070         unreachable code.
48071
48072         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
48073
48074         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
48075         * configure: Regenerated.
48076
48077         * Makerules: Revert last change.
48078         * elf/Makefile: Likewise.
48079
48080 2011-06-09  Roland McGrath  <roland@hack.frob.com>
48081
48082         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
48083         * elf/Makefile ($(objpfx)librtld.os): Likewise.
48084         (reloc-link): Likewise.
48085
48086 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
48087
48088         * elf/Makefile: Add rules to build pldd.
48089         * elf/pldd.c: New file.
48090         * elf/pldd-xx.c: New file.
48091
48092 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
48093
48094         * version.h: Update for 2.15 development version.
48095
48096 2011-06-07  David S. Miller  <davem@davemloft.net>
48097
48098         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
48099         ifuncs.
48100         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
48101         elf_machine_lazy_rel): Likewise.
48102         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
48103         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
48104         elf_machine_lazy_rel): Likewise.
48105         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
48106         dl_hwcap via passed in argument.
48107         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
48108         Likewise.
48109
48110 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48111
48112         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
48113
48114 2011-06-06  Roland McGrath  <roland@hack.frob.com>
48115
48116         [BZ #12849]
48117         * manual/fdl-1.1.texi: New file, verbatim from:
48118         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
48119         * manual/lgpl-2.1.texi: New file, verbatim from:
48120         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
48121         * manual/Makefile (licenses): New variable, list those new file names.
48122         (texis): Use it.
48123         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
48124
48125         * manual/fdl.texi: File removed.
48126         * manual/lesser.texi: File removed.
48127         * manual/libc.texinfo (Copying, Documentation License):
48128         Use new @include file names, put @appendix directive before @include.
48129
48130 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
48131
48132         [BZ #12841]
48133         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
48134         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
48135         (mq_open): Add __NTH.
48136
48137 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
48138
48139         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48140         Assume Intel Core i3/i5/i7 processor if AVX is available.
48141
48142 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48143
48144         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48145         typo.
48146
48147 2011-05-31  Andreas Schwab  <schwab@redhat.com>
48148
48149         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
48150         memory.  Use alloca_account.  Fix memory leak when retrying.
48151
48152 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48153
48154         * version.h (RELEASE): Bump for 2.14 release.
48155         * include/features.h (__GLIBC_MINOR__): Bump to 14.
48156
48157         * config.make.in (RANLIB): Remove entry.
48158
48159 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
48160
48161         * po/Makefile (po-sed-cmd): Add ksh to extensions.
48162         (libc.pot): Work around missing support for .ksh extension in xgettext.
48163
48164         [BZ #12684]
48165         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
48166         if both request failed.
48167         (send_dg): In case of server errors clear resplen or *resplen2.
48168
48169         [BZ #12454]
48170         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
48171         when there are multiple maps.
48172         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
48173         (_dl_fini): Remove test here.
48174
48175         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
48176
48177 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
48178
48179         [BZ #12350]
48180         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
48181         bit from old_res_options.
48182         (gaih_inet): Likewise.
48183
48184         [BZ #11099]
48185         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
48186         as signed.
48187
48188         * resolv/res_init.c (res_setoptions): Make the code more compact.
48189
48190         [BZ #11558]
48191         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
48192         set RES_USEVC.
48193
48194         [BZ #11634]
48195         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
48196
48197         * malloc/malloc.h: Mark malloc hook variables as deprecated.
48198
48199         [BZ #11781]
48200         * malloc/malloc.h: Declare malloc hook variables as volatile.
48201
48202         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
48203         in last patch.
48204
48205         [BZ #11799]
48206         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
48207         raise in the comment.
48208         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48209         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48210         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
48211
48212 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
48213
48214         [BZ #12811]
48215         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
48216         grow the buffers more if it already has to be sufficient.
48217         (build_wcs_upper_buffer): Likewise.
48218         * posix/regexec.c (check_matching): Likewise.
48219         (clean_state_log_if_needed): Likewise.
48220         (extend_buffers): Don't enlarge buffers beyond size of the input
48221         buffer.
48222         Patches mostly by Emil Wojak <emil@wojak.eu>.
48223         * posix/bug-regex32.c: New file.
48224         * posix/Makefile (tests): Add bug-regex32.
48225
48226         * locale/findlocale.c (_nl_find_locale): Return right away if
48227         _nl_explode_name failed.
48228         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
48229
48230         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
48231
48232         * debug/xtrace.sh: Unify messages.
48233         * malloc/memusage.sh: Likewise.
48234
48235         [BZ #12813]
48236         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
48237         time symbol from vDSO.  Substitute with vsyscall if not available.
48238         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
48239         __vdso_time.
48240
48241         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
48242         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
48243         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
48244         Add sendmmsg and internal_sendmmsg.
48245         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
48246         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
48247         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
48248
48249         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
48250         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
48251         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
48252
48253 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
48254
48255         [BZ #12813]
48256         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
48257         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
48258         available.
48259         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
48260         __vdso_getcpu.
48261
48262         [BZ #12814]
48263         * iconvdata/Makefile (tests): Add bug-iconv9.
48264         * iconvdata/bug-iconv9.c: New file.
48265
48266 2011-05-27  Andreas Schwab  <schwab@redhat.com>
48267
48268         [BZ #12814]
48269         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
48270
48271 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
48272
48273         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48274         (struct user_regs_struct): Change intcs field back to cs.
48275
48276 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
48277
48278         * po/ja.po: Update from translation team.
48279
48280 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
48281
48282         [BZ #12795]
48283         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
48284         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
48285
48286 2011-05-20  Andreas Schwab  <schwab@redhat.com>
48287
48288         * stdlib/longlong.h: Update from GCC.
48289
48290 2011-05-23  Andreas Schwab  <schwab@redhat.com>
48291
48292         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
48293         parameter name.
48294         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
48295         Add parameter name.
48296         (__sysconf): Pass it down.
48297
48298 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
48299
48300         [BZ #12671]
48301         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
48302         some situations.
48303         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
48304         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
48305         add in in __libc_use_alloca calls.  Adjust callers.
48306         (glob): Use malloc in some situations.
48307
48308         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
48309         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
48310         pltexit.
48311
48312 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
48313
48314         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
48315         and CLOCK_BOOTTIME_ALARM.
48316
48317         [BZ #12782]
48318         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
48319         is returned.
48320
48321         * string/_strerror.c (__strerror_r): Print negative errors as signed
48322         numbers.
48323
48324         [BZ #12777]
48325         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
48326         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
48327         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
48328
48329         * configure.in: Fix typo in redirection and correct removal of test
48330         files in two cases.
48331
48332         [BZ #12788]
48333         * locale/setlocale.c (new_composite_name): Fix test to check for
48334         identical name of all categories.
48335
48336         [BZ #12792]
48337         * libio/filedoalloc.c (local_isatty): New function.
48338         (_IO_file_doallocate): Use local_isatty.
48339         * stdio-common/perror.c (perror): In case a new stream is used
48340         forward the stream error.
48341         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
48342         error flag.
48343
48344 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
48345
48346         [BZ #11869]
48347         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
48348         alloca.
48349         * include/alloca.h (extend_alloca_account): Define.
48350
48351         [BZ #11857]
48352         * posix/regex.h: Fix comments with documentation of user-accessible
48353         fields after compilation and describe correct free'ing of pattern
48354         after re_compile_pattern.
48355         Patch by Reuben Thomas <rrt@sc3d.org>.
48356
48357 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
48358
48359         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
48360         and -mno-altivec to prevent the compiler from using Altivec and/or
48361         VSX instructions when the corresponding registers are not available.
48362
48363 2011-05-19  Andreas Schwab  <schwab@redhat.com>
48364
48365         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
48366
48367 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
48368
48369         * libio/freopen.c (freopen): Use __dup2, not dup2.
48370         * libio/freopen64.c (freopen64): Likewise.
48371
48372 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
48373
48374         [BZ #12775]
48375         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
48376         * math/Makefile (tests): Add test-powl.
48377         (CFLAGS-test-powl.c): Define.
48378         * math/test-powl.c: New file.
48379
48380 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
48381
48382         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
48383
48384 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
48385
48386         [BZ #11837]
48387         * iconvdata/gb18030.c: Update to GB18020-2005.
48388
48389 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
48390
48391         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
48392         RE_SYNTAX_POSIX_AWK): Update to match recent development.
48393         Patch by Aharon Robbins <arnold@skeeve.com>.
48394
48395         [BZ #11892]
48396         * stdlib/putenv.c (putenv): Don't always create copy of the variable
48397         on the stack.
48398
48399         [BZ #11895]
48400         * misc/pselect.c (__pselect): Handle timeout value errors hidden
48401         through underflows.
48402
48403         [BZ #12766]
48404         * misc/error.c (error_at_line): Ensure file_name and old_file_name
48405         point to strings before performing equality test for error_one_per_line
48406         mode.
48407
48408         [BZ #11697]
48409         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
48410
48411         [BZ #11820]
48412         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48413         (struct user_fpregs_struct): Avoid __uint*_t types.
48414
48415         [BZ #6420]
48416         * malloc/mtrace.c (tr_where): Add additional parameter to point to
48417         symbol info.  Use it instead of calling _dl_addr locally.
48418         (lock_and_info): New function.
48419         (tr_freehook): Call lock_and_info and pass symbol info as additional
48420         parameter to tr_where.
48421         (tr_mallochook): Likewise.
48422         (tr_reallochook): Likewise.
48423         (tr_memalignhook): Likewise.
48424
48425         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
48426         used and couldn't be at all thread-safe.
48427
48428 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
48429
48430         * libio/freopen.c (freopen): Don't close old file descriptor
48431         before the new one is opened.  Instead dup the new file descriptor
48432         to the old one after the new stream is created.
48433         * libio/freopen64.c (freopen64): Likewise.
48434         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
48435         * libio/fileops.c (_IO_new_file_close_it): Handle new
48436         _IO_FLAGS2_NOCLOSE flag.
48437         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
48438         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
48439         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
48440         _IO_FLAGS2_NOCLOSE flag.
48441         * include/unistd.h: Add hidden_proto for dup3.
48442         Define __have_dup3.
48443         * io/dup3.c: Define hidden symbol.
48444         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
48445
48446         [BZ #7101]
48447         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
48448         when an incomplete long option is used.
48449         * posix/tst-getopt_long1.c: New file.
48450         * posix/Makefile (tests): Add tst-getopt_long1.
48451
48452         [BZ #10138]
48453         * scripts/config.guess: Update from autoconf-2.68.
48454         * scripts/config.sub: Likewise.
48455
48456         [BZ #10157]
48457         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
48458         tests into ...
48459         (has_cpuclock): ...this.  New function.
48460         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
48461         macro here based on has_cpuclock code.
48462
48463         [BZ #10149]
48464         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48465         First byte (not low byte) is now always NUL.
48466         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
48467
48468         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48469         Use non-cancelable interfaces.
48470
48471         [BZ #9809]
48472         * locale/iso-639.def: Add entry for Sorani.
48473
48474         [BZ #11901]
48475         * include/stdlib.h: Move include protection to the right place.
48476         Define abort_msg_s.  Declare __abort_msg with it.
48477         * stdlib/abort.c (__abort_msg): Adjust type.
48478         * assert/assert.c (__assert_fail_base): New function.  Majority
48479         of code from __assert_fail.  Allocate memory for __abort_msg with
48480         mmap.
48481         (__assert_fail): Now call __assert_fail_base.
48482         * assert/assert-perr.c: Remove bulk of implementation.  Use
48483         __assert_fail_base.
48484         * include/assert.hL Declare __assert_fail_base.
48485         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
48486         mmap.
48487         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
48488
48489 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
48490
48491         [BZ #11952]
48492         [BZ #12453]
48493         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
48494         until all modules are registered in the DTV.
48495         * elf/Makefile: Add rules to build and run tst-tls19.
48496         * elf/tst-tls19.c: New file.
48497         * elf/tst-tls19mod1.c: New file.
48498         * elf/tst-tls19mod2.c: New file.
48499         * elf/tst-tls19mod3.c: New file.
48500         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
48501
48502         [BZ #12083]
48503         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
48504         correctly.
48505
48506         [BZ #12601]
48507         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
48508         two-byte sequence errors.
48509         * iconvdata/Makefile (tests): Add bug-iconv8.
48510         * iconvdata/bug-iconv8.c: New file.
48511
48512         [BZ #12626]
48513         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
48514         buf2 definition.
48515
48516         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
48517
48518         [BZ #12432]
48519         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
48520         (dummy_getcfa): New function.
48521         (init): Get _Unwind_GetCFA address, use dummy if not found.
48522         (backtrace_helper): In recursion check, also check whether CFA changes.
48523         (__backtrace): Completely initialize arg.
48524
48525         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
48526         storing incomplete byte sequence in state object.  Avoid testing for
48527         guaranteed too small input if we know there is enough data available.
48528
48529 2011-05-11  Andreas Schwab  <schwab@redhat.com>
48530
48531         * Makeconfig (+link-pie): Indent.
48532         * Rules (binaries-pie): Define if $(have-fpie) and
48533         $(build-shared).
48534         (binaries-shared): Also filter out $(binaries-pie).
48535         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
48536         * nscd/Makefile (others-pie): Add nscd.
48537         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
48538         ($(objpfx)nscd): Remove command override.
48539         * login/Makefile (others-pie): Add pt_chown.
48540         ($(objpfx)pt_chown): Remove command override.
48541         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
48542         remove command overrides.
48543
48544 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
48545
48546         * libio/tst_putwc.c: Fix error messages.
48547
48548         [BZ #12724]
48549         * libio/fileops.c (_IO_new_file_close_it): Always flush when
48550         currently writing and seek to current position when not.
48551         * libio/Makefile (tests): Add bug-fclose1.
48552         * libio/bug-fclose1.c: New file.
48553
48554 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
48555
48556         [BZ #12511]
48557         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
48558         don't set DF_1_NODELETE here.
48559         (do_lookup_x): When entering new entry test for copy relocation
48560         and if necessary set DF_1_NODELETE flag.
48561         * elf/tst-unique4.cc: New file.
48562         * elf/tst-unique4.h: New file.
48563         * elf/tst-unique4lib.cc: New file.
48564         * elf/Makefile: Add rules to build and run tst-unique4.
48565         Patch by Piotr Bury <pbury@goahead.com>.
48566
48567 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
48568
48569         [BZ #12052]
48570         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
48571
48572         [BZ #12625]
48573         * misc/mntent_r.c (addmntent): Flush the stream after the output
48574
48575         [BZ #12393]
48576         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
48577         (is_trusted_path_normalize): Skip initial colon.  Append slash
48578         to empty buffer.  Duplicate is_trusted_path code but allow
48579         constructed patch to be prefix.
48580         (is_dst): Allow $ORIGIN followed by /.
48581         (_dl_dst_substitute): Correct clearing of check_for_trusted.
48582         Correct testing of result of is_trusted_path_normalize
48583         (decompose_rpath): Fix warning.
48584
48585 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
48586
48587         [BZ #11257]
48588         * grp/initgroups.c (internal_getgrouplist): When we found the service
48589         list through the initgroups entry in nsswitch.conf do not always
48590         continue on a successful lookup.  Don't always use the
48591         __nss_group_database value if it is set.
48592         * nss/nsswitch.conf (initgroups): Change action for successful db
48593         lookup to continue for compatibility.
48594
48595 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
48596
48597         [BZ #11532]
48598         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
48599         and CP774 modules.
48600         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
48601         and CP774 modules.
48602         * iconvdata/tst-tables.sh: Likewise.
48603         * iconvdata/cp770.c: New file.
48604         * iconvdata/cp771.c: New file.
48605         * iconvdata/cp772.c: New file.
48606         * iconvdata/cp773.c: New file.
48607         * iconvdata/cp774.c: New file.
48608         * iconvdata/testdata/CP770: New file.
48609         * iconvdata/testdata/CP770..UTF8: New file.
48610         * iconvdata/testdata/CP771: New file.
48611         * iconvdata/testdata/CP771..UTF8: New file.
48612         * iconvdata/testdata/CP772: New file.
48613         * iconvdata/testdata/CP772..UTF8: New file.
48614         * iconvdata/testdata/CP773: New file.
48615         * iconvdata/testdata/CP773..UTF8: New file.
48616         * iconvdata/testdata/CP774: New file.
48617         * iconvdata/testdata/CP774..UTF8: New file.
48618
48619         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
48620         END CHARMAP line.
48621         * iconvdata/gen-8bit-gap.sh: Likewise.
48622         * iconvdata/gen-8bit.sh: Likewise.
48623
48624         * locale/iso-639.def: Add ary entry.
48625
48626         [BZ #11258]
48627         * locale/C-translit.h.in: Add U20A1 transliteration.
48628
48629         [BZ #12178]
48630         * locale/iso-639.def: Add wae entry.
48631         Patch by Kevin Bortis <bortis@translate-wae.ch>.
48632
48633         [BZ #12545]
48634         * locale/programs/localedef.c (construct_output_path): Use ssize_t
48635         for n.
48636
48637         [BZ #12711]
48638         * locale/C-translit.h.in: Add entry for U20B9.
48639         Patch by pravin.d.s@gmail.com.
48640
48641 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
48642
48643         [BZ #12713]
48644         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
48645         ENAMETOOLONG use generic getcwd.
48646         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
48647         in rtld.  Use *stat64.
48648         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
48649         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
48650         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
48651         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
48652         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
48653         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
48654         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
48655         __fstatat64 macros.
48656         * include/dirent.h: Add libc_hidden_proto for rewinddir.
48657         * dirent/rewinddir.c: Add libc_hidden_def.
48658         * sysdeps/mach/hurd/rewinddir.c: Likewise.
48659         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
48660
48661         * include/dirent.h (__alloc_dir): Add flags parameter.
48662         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
48663         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
48664         __alloc_dir.
48665         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
48666         from fdopendir if O_CLOEXEC is already set.
48667
48668 2011-03-15  Alan Modra  <amodra@gmail.com>
48669
48670         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
48671         l_tls_firstbyte_offset non-zero.  Save padding offset in
48672         l_tls_firstbyte_offset for later use.
48673         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
48674         freeing static tls block.
48675
48676 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
48677
48678         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
48679         where #ifdef was intended.  The intent is to prevent ARG_MAX from
48680         being defined by the kernel headers.
48681
48682 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
48683
48684         [BZ #12734]
48685         * resolv/resolv.h: Define RES_NOTLDQUERY.
48686         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
48687         no-tld-query and set RES_NOTLDQUERY.
48688         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
48689         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
48690         modern BIND to search name as TLD unless forbidden.
48691
48692 2011-05-07  Petr Baudis  <pasky@suse.cz>
48693             Ulrich Drepper  <drepper@gmail.com>
48694
48695         [BZ #12393]
48696         * elf/dl-load.c (fillin_rpath): Move trusted path check...
48697         (is_trusted_path): ...to here.
48698         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
48699         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
48700         using is_trusted_path_normalize() in setuid scripts.
48701
48702 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
48703
48704         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
48705         __BEGIN/__END_DECLS.
48706
48707 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
48708
48709         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
48710         NSS_STATUS_NOTFOUND if no record was found.
48711
48712 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48713
48714         * sunrpc/Makefile (headers): Add rpc/netdb.h.
48715         (headers-not-in-tirpc): Remove rpc/netdb.h
48716         * resolv/netdb.h: Revert last change.
48717
48718 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48719
48720         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48721         circular dependency between libgcc.a and libc.a.
48722
48723 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48724
48725         * resolv/netdb.h: Don't include <rpc/netdb.h>.
48726         * nis/Makefile: Don't install rpcsvc/*.
48727         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48728         instead of <rpc/types.h>.
48729         (MAXHOSTNAMELEN): Define.
48730
48731 2011-05-03  Andreas Schwab  <schwab@redhat.com>
48732
48733         * elf/ldconfig.c (add_dir): Don't crash on empty path.
48734
48735 2011-04-28  Maciej Babinski  <mbabinski@google.com>
48736
48737         [BZ #12714]
48738         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48739         gethostbyname4_r when IPv6 results are possible.
48740
48741 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
48742
48743         [BZ #12723]
48744         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48745         _PC_PIPE_BUF handling.
48746
48747 2011-04-30  Bruno Haible  <bruno@clisp.org>
48748
48749         [BZ #12717]
48750         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48751         * resolv/netdb.h (getnameinfo): Change type of flags parameter
48752         to 'int'.
48753         * inet/getnameinfo.c (getnameinfo): Likewise.
48754
48755 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
48756
48757         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48758         to groups setting in database lookup.
48759         * nss/nsswitch.conf: Add initgroups entry.
48760
48761 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
48762
48763         [BZ #12685]
48764         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48765         mode string.
48766         Patch by Eric Blake <eblake@redhat.com>.
48767
48768 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
48769
48770         * sunrpc/Makefile (need-export-routines): Add svc_run.
48771         (routines): Remove svc_run.
48772         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48773         * sunrpc/clnt_perr.c (clnt_perrno): Export.
48774         * sunrpc/svc_run.c (svc_run): Likewise.
48775         * sunrpc/svc_udp.c (svcudp_create): Likewise.
48776
48777 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
48778
48779         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48780         problem in reallocation in last patch.
48781
48782 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
48783
48784         * sunrpc/Makefile: Move inclusion of Rules.
48785
48786 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48787
48788         * nss/nss_files/files-initgroups.c: New file.
48789         * nss/Makefile (libnss_files-routines): Add files-initgroups.
48790         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48791         _nss_files_initgroups_dyn.
48792
48793 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
48794
48795         * elf/elf.h (R_ARM_IRELATIVE): Define.
48796
48797 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48798
48799         * po/ru.po: Update from translation team.
48800
48801 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48802
48803         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48804         dependencies.
48805
48806 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
48807
48808         [BZ #12653]
48809         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48810         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48811         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48812         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48813         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48814
48815 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
48816
48817         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48818         differing bytes.
48819         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48820         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48821         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48822
48823 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48824
48825         [BZ #12420]
48826         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48827         storing it.
48828         * stdlib/bug-getcontext.c: New file.
48829         * stdlib/Makefile: Add rules to build and run bug-getcontext.
48830
48831 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48832
48833         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48834         instructions into .machine "z9-109".
48835         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48836         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48837
48838 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48839
48840         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48841         between environment variables and auxiliary vector.
48842
48843 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
48844
48845         * Makefile: Add rules to build linkobj/libc.so.
48846         * include/libc-symbols.h: Define libc_hidden_nolink.
48847         * include/rpc/auth.h: Mark functions which are to be hidden.
48848         * include/rpc/auth_des.h: Likewise.
48849         * include/rpc/auth_unix.h: Likewise.
48850         * include/rpc/clnt.h: Likewise.
48851         * include/rpc/des_crypt.h: Likewise.
48852         * include/rpc/key_prot.h: Likewise.
48853         * include/rpc/pmap_clnt.h: Likewise.
48854         * include/rpc/pmap_prot.h: Likewise.
48855         * include/rpc/pmap_rmt.h: Likewise.
48856         * include/rpc/rpc_msg.h: Likewise.
48857         * include/rpc/svc.h: Likewise.
48858         * include/rpc/svc_auth.h: Likewise.
48859         * include/rpc/xdr.h: Likewise.
48860         * nis/Makefile: Link all DSOs against linkobj/libc.so.
48861         * nss/Makefile: Likewise.
48862         * sunrpc/Makefile: Don't install headers.  Build library with normal
48863         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
48864         * sunrpc/auth_des.c: Hide exported symbols by default, export some
48865         for the compat linking library.  Remove use of INTDEF/INTUSE.
48866         * sunrpc/auth_none.c: Likewise.
48867         * sunrpc/auth_unix.c: Likewise.
48868         * sunrpc/authdes_prot.c: Likewise.
48869         * sunrpc/authuxprot.c: Likewise.
48870         * sunrpc/clnt_gen.c: Likewise.
48871         * sunrpc/clnt_perr.c: Likewise.
48872         * sunrpc/clnt_raw.c: Likewise.
48873         * sunrpc/clnt_simp.c: Likewise.
48874         * sunrpc/clnt_tcp.c: Likewise.
48875         * sunrpc/clnt_udp.c: Likewise.
48876         * sunrpc/clnt_unix.c: Likewise.
48877         * sunrpc/des_crypt.c: Likewise.
48878         * sunrpc/des_soft.c: Likewise.
48879         * sunrpc/get_myaddr.c: Likewise.
48880         * sunrpc/key_call.c: Likewise.
48881         * sunrpc/key_prot.c: Likewise.
48882         * sunrpc/netname.c: Likewise.
48883         * sunrpc/pm_getmaps.c: Likewise.
48884         * sunrpc/pm_getport.c: Likewise.
48885         * sunrpc/pmap_clnt.c: Likewise.
48886         * sunrpc/pmap_prot.c: Likewise.
48887         * sunrpc/pmap_prot2.c: Likewise.
48888         * sunrpc/pmap_rmt.c: Likewise.
48889         * sunrpc/publickey.c: Likewise.
48890         * sunrpc/rpc_cmsg.c: Likewise.
48891         * sunrpc/rpc_common.c: Likewise.
48892         * sunrpc/rpc_dtable.c: Likewise.
48893         * sunrpc/rpc_prot.c: Likewise.
48894         * sunrpc/rpc_thread.c: Likewise.
48895         * sunrpc/rtime.c: Likewise.
48896         * sunrpc/svc.c: Likewise.
48897         * sunrpc/svc_auth.c: Likewise.
48898         * sunrpc/svc_authux.c: Likewise.
48899         * sunrpc/svc_raw.c: Likewise.
48900         * sunrpc/svc_run.c: Likewise.
48901         * sunrpc/svc_simple.c: Likewise.
48902         * sunrpc/svc_tcp.c: Likewise.
48903         * sunrpc/svc_udp.c: Likewise.
48904         * sunrpc/svc_unix.c: Likewise.
48905         * sunrpc/svcauth_des.c: Likewise.
48906         * sunrpc/xcrypt.c: Likewise.
48907         * sunrpc/xdr.c: Likewise.
48908         * sunrpc/xdr_array.c: Likewise.
48909         * sunrpc/xdr_float.c: Likewise.
48910         * sunrpc/xdr_intXX_t.c: Likewise.
48911         * sunrpc/xdr_mem.c: Likewise.
48912         * sunrpc/xdr_rec.c: Likewise.
48913         * sunrpc/xdr_ref.c: Likewise.
48914         * sunrpc/xdr_sizeof.c: Likewise.
48915         * sunrpc/xdr_stdio.c: Likewise.
48916
48917 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
48918
48919         [BZ #12650]
48920         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
48921         * sysdeps/ia64/dl-tls.h: Likewise.
48922         * sysdeps/powerpc/dl-tls.h: Likewise.
48923         * sysdeps/s390/dl-tls.h: Likewise.
48924         * sysdeps/sh/dl-tls.h: Likewise.
48925         * sysdeps/sparc/dl-tls.h: Likewise.
48926         * sysdeps/x86_64/dl-tls.h: Likewise.
48927         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
48928
48929 2011-03-14  Andreas Schwab  <schwab@redhat.com>
48930
48931         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
48932         rpath element also skip the following colon.
48933         (expand_dynamic_string_token): Add is_path parameter and pass
48934         down to DL_DST_REQUIRED and _dl_dst_substitute.
48935         (decompose_rpath): Call expand_dynamic_string_token with
48936         non-zero is_path.  Ignore empty rpaths.
48937         (_dl_map_object_from_fd): Call expand_dynamic_string_token
48938         with zero is_path.
48939
48940 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
48941
48942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
48943         Make cancelable.
48944
48945 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
48946
48947         [BZ #12655]
48948         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
48949         Patch by Filipe David Manana <fdmanana@apache.org>.
48950
48951 2011-04-07  Andreas Schwab  <schwab@redhat.com>
48952
48953         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
48954         Maintain aligned stack.
48955         (CHECK_RSP): Remove unused macro.
48956
48957 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
48958
48959         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
48960         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
48961
48962 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
48963
48964         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
48965
48966         * include/features.h: Mention __USE_XOPEN2K8 in comment.
48967
48968 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
48969
48970         [BZ #12518]
48971         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
48972         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
48973         * sysdeps/x86_64/memmove.c: New file.
48974         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
48975         (memcpy): Renamed to ...
48976         (__new_memcpy): This.
48977         (memcpy): Provide GLIBC_2_14 memcpy.
48978         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
48979         (memcpy): Provide GLIBC_2_2_5 memcpy.
48980
48981 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48982
48983         [BZ #12631]
48984         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
48985
48986 2011-03-30  Andreas Schwab  <schwab@redhat.com>
48987
48988         * misc/syncfs.c: New file.
48989         * misc/Makefile (routines): Add syncfs.
48990         * posix/unistd.h: Declare syncfs.
48991         * sysdeps/unix/syscalls.list: Add syncfs.
48992
48993 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48994
48995         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
48996         open_by_handle_at.
48997         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48998         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48999         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49000         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49001         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49002         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
49003         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49004
49005 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49006
49007         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
49008         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49009         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
49010         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49011         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49012         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49013         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49014
49015         * io/Makefile: Compile fallocate.c, fallocate64.c, and
49016         sync_file_range.c with -fexceptions.
49017         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
49018         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
49019         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
49020         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
49021         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
49022         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
49023         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
49024         sync_file_range as cancellation point
49025         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
49026         now a wrapper around __call_sync_file_range with cancellation handling.
49027         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
49028         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
49029         function name to __call_sync_file_range.
49030         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
49031         Add call_sync_file_range.
49032
49033 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49034
49035         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49036         bits/timex.h.
49037
49038 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49039
49040         * iconv/iconv.h: Fix typo in comment.
49041         * io/fcntl.h: Likewise.
49042         * libio/stdio.h: Likewise.
49043         * posix/spawn.h: Likewise.
49044         * posix/unistd.h: Likewise.
49045         * stdlib/stdlib.h: Likewise.
49046         * time/time.h: Likewise.
49047         * wcsmbs/wchar.h: Likewise.
49048
49049         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
49050         open_by_handle): Add.
49051         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
49052         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
49053         Augment a few comments.
49054         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49055         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49056         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49057         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49058         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49059         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
49060         open_by_handle.
49061
49062         * io/fcntl.h (AT_EMPTY_PATH): Define.
49063
49064 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
49065
49066         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
49067         * sysdeps/unix/sysv/linux/bits/time.h: New file.
49068         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
49069         to...
49070         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
49071         * Versions.def: Add GLIBC_2.14.
49072         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
49073         Export.
49074
49075 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
49076
49077         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
49078         round counter.
49079         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49080
49081 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
49082
49083         [BZ #12597]
49084         * string/test-strncmp.c (do_page_test): New function.
49085         (check2): Likewise.
49086         (test_main): Call check2.
49087         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
49088
49089 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
49090
49091         [BZ #12587]
49092         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
49093         Handle cache information in CPU leaf 4.
49094         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49095
49096 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
49097
49098         [BZ #12583]
49099         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
49100         character representation.
49101         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
49102
49103 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
49104
49105         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
49106         END(__isnan) to END(__isnanf) to match function entry point/label
49107         EALIGN(__isnanf,...).
49108
49109 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
49110
49111         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
49112
49113 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
49114
49115         [BZ #12510]
49116         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
49117         copy from the symbol referenced in the relocation to initialize the
49118         used variable.
49119         Patch by Piotr Bury <pbury@goahead.com>.
49120         * elf/Makefile: Add rules to build and tst-unique3.
49121         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
49122         * elf/tst-unique3.cc: New file.
49123         * elf/tst-unique3.h: New file.
49124         * elf/tst-unique3lib.cc: New file.
49125         * elf/tst-unique3lib2.cc: New file.
49126
49127         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
49128
49129 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
49130
49131         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
49132         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
49133         to _start.
49134
49135 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
49136
49137         * elf/dl-load.c (_dl_map_object): If we are looking for the first
49138         to-be-loaded object along a path to loader is ld.so.
49139
49140 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49141             Ulrich Drepper  <drepper@gmail.com>
49142
49143         * sysdeps/x86_64/memset.S: After aligning destination, code
49144         branches to different locations depending on the value of
49145         misalignment, when multiarch is enabled. Fix this.
49146
49147 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49148
49149         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
49150         Set _x86_64_preferred_memory_instruction for AMD processsors.
49151         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49152         Set bit_Prefer_SSE_for_memop for AMD processors.
49153
49154 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
49155
49156         * libio/fmemopen.c (fmemopen): Optimize a bit.
49157
49158 2011-03-03  Andreas Schwab  <schwab@redhat.com>
49159
49160         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
49161
49162 2011-03-03  Roland McGrath  <roland@redhat.com>
49163
49164         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
49165
49166 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
49167
49168         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
49169         __bzero_ultra1 instead of __memset_ultra1.
49170
49171 2011-02-23  Andreas Schwab  <schwab@redhat.com>
49172             Ulrich Drepper  <drepper@gmail.com>
49173
49174         [BZ #12509]
49175         * include/link.h (struct link_map): Add l_orig_initfini.
49176         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
49177         returning unsuccessfully.
49178         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
49179         close of a file loaded at startup, restore the original l_initfini
49180         list.
49181         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
49182         list, store the pointer.
49183         * elf/Makefile ($(objpfx)noload-mem): New rule.
49184         (noload-ENV): Define.
49185         (tests): Add $(objpfx)noload-mem.
49186         * elf/noload.c: Include <memcheck.h>.
49187         (main): Call mtrace.  Close all opened handles.
49188
49189 2011-02-17  Andreas Schwab  <schwab@redhat.com>
49190
49191         [BZ #12454]
49192         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
49193         dependencies are missing.
49194
49195 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49196
49197         Fix __if_freereq crash: Unlike the generic version which uses free,
49198         Hurd needs munmap.
49199         * sysdeps/mach/hurd/ifreq.h: New file.
49200
49201 2011-01-27  Petr Baudis  <pasky@suse.cz>
49202             Ulrich Drepper  <drepper@gmail.com>
49203
49204         [BZ 12445]#
49205         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
49206         to extend_alloca().
49207         * stdio-common/bug23.c: New file.
49208         * stdio-common/Makefile (tests): Add bug23.
49209
49210 2010-09-28  Andreas Schwab  <schwab@redhat.com>
49211             Ulrich Drepper  <drepper@gmail.com>
49212
49213         [BZ #12489]
49214         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
49215         before performing relro protection.  At old place add assertion
49216         to make sure nothing changed.
49217
49218 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
49219             Glauber de Oliveira Costa  <glommer@gmail.com>
49220
49221         * elf/elf.h: Add new ARM TLS relocs.
49222
49223 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
49224
49225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
49226         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
49227         cast from r3.
49228         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
49229         'tests' variable.
49230         * sysdeps/wordsize-64/tst-writev.c: New file.
49231
49232 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
49233
49234         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
49235         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
49236         insns in _dl_start to prevent a TOC reference before relocs are
49237         resolved.
49238
49239 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
49240
49241         [BZ #12469]
49242         * Makeconfig: Remove RANLIB definition.
49243         * Makerules: Don't use RANLIB.
49244         * aclocal.m4: Remove ranlib test.
49245         * configure.in: No need to check for ranlib.
49246         * elf/rtld-Rules: Don't use RANLIB.
49247
49248 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49249
49250         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
49251         protection macro.
49252         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
49253         inclusion protection macro.
49254
49255         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
49256         SIGRTMIN and SIGRTMAX and print information in that case only when
49257         SIGRTMIN is defined.
49258
49259 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
49260
49261         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
49262         arginfo fn returning -1.
49263
49264         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
49265         and thousands string is zero terminated.
49266
49267 2011-02-03  Andreas Schwab  <schwab@redhat.com>
49268
49269         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
49270         sysdeps/unix/sysv/linux/bits/socket.h.
49271
49272 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49273
49274         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
49275         (__CPU_COUNT): Remove old macros.
49276         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
49277         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
49278         (__CPU_ALLOC, __CPU_FREE): Add macros.
49279         (__sched_cpualloc, __sched_cpufree): Add declarations.
49280
49281 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
49282
49283         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
49284         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
49285         * nscd/aicache.c (addhstaiX): Return timeout of added value.
49286         (readdhstai): Return value of addhstaiX call.
49287         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
49288         (addgrbyX): Return value returned by cache_addgr.
49289         (readdgrbyname): Return value returned by addgrbyX.
49290         (readdgrbygid): Likewise.
49291         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
49292         (addpwbyX): Return value returned by cache_addpw.
49293         (readdpwbyname): Return value returned by addhstbyX.
49294         (readdpwbyuid): Likewise.
49295         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
49296         (addservbyX): Return value returned by cache_addserv.
49297         (readdservbyname): Return value returned by addservbyX:
49298         (readdservbyport): Likewise.
49299         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
49300         (addhstbyX): Return value returned by cache_addhst.
49301         (readdhstbyname): Return value returned by addhstbyX.
49302         (readdhstbyaddr): Likewise.
49303         (readdhstbynamev6): Likewise.
49304         (readdhstbyaddrv6): Likewise.
49305         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
49306         (readdinitgroups): Return value returned by addinitgroupsX.
49307         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
49308         (prune_cache): Keep track of timeout value of re-added entries.
49309         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
49310         * nscd/nscd.h: Adjust prototypes of readd* functions.
49311
49312 2011-02-04  Roland McGrath  <roland@redhat.com>
49313
49314         * nis/nis_server.c (nis_servstate): Use the right name for 0.
49315         (nis_stats): Likewise.
49316         * nis/nis_modify.c (nis_modify): Likewise.
49317         * nis/nis_remove.c (nis_remove): Likewise.
49318         * nis/nis_add.c (nis_add): Likewise.
49319
49320         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
49321
49322         * posix/fnmatch_loop.c: Add some consts.
49323
49324         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
49325
49326 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
49327
49328         [BZ #12460]
49329         * config.make.in (config-cflags-novzeroupper): Define.
49330         * configure.in: Substitute libc_cv_cc_novzeroupper.
49331         * elf/Makefile (AVX-CFLAGS): Define.
49332         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
49333         (CFLAGS-tst-auditmod4a.c): Likewise.
49334         (CFLAGS-tst-auditmod4b.c): Likewise.
49335         (CFLAGS-tst-auditmod6b.c): Likewise.
49336         (CFLAGS-tst-auditmod6c.c): Likewise.
49337         (CFLAGS-tst-auditmod7b.c): Likewise.
49338         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
49339
49340 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
49341
49342         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
49343         function to the callback.
49344         Patch partly by Jiri Olsa <jolsa@redhat.com>.
49345
49346 2011-02-02  Andreas Schwab  <schwab@redhat.com>
49347
49348         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
49349         of errno.
49350
49351 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
49352
49353         [BZ #11724]
49354         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
49355         of constructors.
49356         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
49357         of destructors.
49358         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
49359
49360         [BZ #11724]
49361         * elf/Makefile: Add rules to build and run new test.
49362         * elf/tst-initorder.c: New file.
49363         * elf/tst-initorder.exp: New file.
49364         * elf/tst-initordera1.c: New file.
49365         * elf/tst-initordera2.c: New file.
49366         * elf/tst-initordera3.c: New file.
49367         * elf/tst-initordera4.c: New file.
49368         * elf/tst-initorderb1.c: New file.
49369         * elf/tst-initorderb2.c: New file.
49370         * elf/tst-order-a1.c: New file.
49371         * elf/tst-order-a2.c: New file.
49372         * elf/tst-order-a3.c: New file.
49373         * elf/tst-order-a4.c: New file.
49374         * elf/tst-order-b1.c: New file.
49375         * elf/tst-order-b2.c: New file.
49376         * elf/tst-order-main.c: New file.
49377         New test case by George Gensure <werkt0@gmail.com>.
49378
49379 2010-10-01  Andreas Schwab  <schwab@redhat.com>
49380
49381         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49382         decoding ACE if AI_CANONIDN.
49383
49384 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
49385
49386         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
49387
49388 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
49389
49390         * version.h (RELEASE): Bump for 2.13 release.
49391         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
49392
49393         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
49394
49395         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
49396         MADV_NOHUGEPAGE.
49397         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
49398         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
49399         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
49400         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
49401         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
49402         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49403
49404         * posix/getconf.c: Update copyright year.
49405         * catgets/gencat.c: Likewise.
49406         * csu/version.c: Likewise.
49407         * debug/catchsegv.sh: Likewise.
49408         * debug/xtrace.sh: Likewise.
49409         * elf/ldconfig.c: Likewise.
49410         * elf/ldd.bash.in: Likewise.
49411         * elf/sprof.c (print_version): Likewise.
49412         * iconv/iconv_prog.c: Likewise.
49413         * iconv/iconvconfig.c: Likewise.
49414         * locale/programs/locale.c: Likewise.
49415         * locale/programs/localedef.c: Likewise.
49416         * malloc/memusage.sh: Likewise.
49417         * malloc/mtrace.pl: Likewise.
49418         * nscd/nscd.c (print_version): Likewise.
49419         * nss/getent.c: Likewise.
49420
49421         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
49422         PF_CAIF, and PF_ALG.
49423         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49424
49425 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
49426
49427         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
49428         (modules-names): Use them.
49429         (ifunc-test-modules, ifunc-pie-tests): Define.
49430         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
49431         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
49432         (test-extras): Likewise.
49433         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
49434         $(compile-command.c).
49435         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
49436         (all-built-dso): Define.
49437         (check-textrel.out, check-execstack.out): Depend on it.
49438
49439         * configure.in: Don't override --enable-multi-arch.
49440
49441 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
49442
49443         [BZ #6812]
49444         * nscd/hstcache.c (tryagain): Define.
49445         (cache_addhst): Return tryagain not notfound for temporary errors.
49446         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
49447         failed.
49448
49449 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
49450
49451         [BZ #10563]
49452         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
49453         to make the syscall.
49454         * sysdeps/unix/sysv/linux/setgroups.c: New file.
49455
49456         [BZ #12378]
49457         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
49458         and fall back to matching as normal character if the string ends before
49459         the matching ']' is found.  This is what POSIX requires.
49460         * posix/testfnm.c: Adjust test result.
49461         * posix/globtest.sh: Adjust test result.  Add new test.
49462         * posix/tst-fnmatch.input: Likewise.
49463         * posix/tst-fnmatch2.c: Add new test.
49464
49465 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
49466
49467         * elf/Makefile (check-execstack): Revert last change.  Depend on
49468         check-execstack.h.
49469         (check-execstack.h): New target.
49470         (generated): Add check-execstack.h.
49471         * elf/check-execstack.c: Include "check-execstack.h".
49472         (main): Revert last change.
49473         (handle_file): Return zero if GNU_STACK is absent and
49474         DEFAULT_STACK_PERMS doesn't include PF_X.
49475
49476 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
49477
49478         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
49479         in child fails because the descriptor is already closed.
49480         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
49481         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
49482         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
49483
49484         [BZ #12397]
49485         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
49486         syscall.
49487
49488         [BZ #10484]
49489         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
49490         temporary buffer used to handle multi lookups locally.
49491         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
49492
49493 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49494
49495         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
49496         loader is ld.so.
49497
49498 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
49499
49500         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
49501         alignment for SSE2.
49502
49503 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49504
49505         [BZ #12394]
49506         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
49507         characters.  When rounding increased number of integer digits recompute
49508         number of groups.
49509         * stdio-common/tst-grouping.c: New file.
49510         * stdio-common/Makefile: Add rules to build and run tst-grouping.
49511
49512 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
49513
49514         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
49515         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
49516
49517         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
49518         void.
49519         * bits/select.h: Likewise.
49520
49521 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
49522
49523         * po/ja.po: Update from translation team.
49524
49525 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
49526
49527         [BZ #11155]
49528         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
49529         implementation just like for lxstat, fxstatat, et al.
49530
49531 2010-12-27  Jim Meyering  <meyering@redhat.com>
49532
49533         [BZ #12348]
49534         * posix/regexec.c (build_trtable): Return failure indication upon
49535         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
49536
49537 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
49538
49539         [BZ #12201]
49540         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
49541         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
49542         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
49543         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
49544
49545         [BZ #12207]
49546         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
49547
49548         [BZ #12204]
49549         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
49550         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
49551
49552 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
49553
49554         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
49555         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
49556         script has SORT_BY_INIT_PRIORITY.
49557         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
49558         NO_CTORS_DTORS_SECTIONS is defined.
49559         * elf/soinit.c: Likewise.
49560         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
49561         NO_CTORS_DTORS_SECTIONS is defined.
49562         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
49563         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
49564         * sysdeps/sh/init-first.c: Likewise.
49565         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
49566
49567 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
49568
49569         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
49570         always use the slow path.
49571
49572 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
49573
49574         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
49575         similar rule which adds the sysdep directories to the header search in
49576         order to pick up the correct platform stackinfo.h.
49577         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
49578         perform test if it is, otherwise return successfully without testing.
49579         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
49580         DEFAULT_STACK_PERMS define in stackinfo.h.
49581         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
49582         defined in stackinfo.h.
49583         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
49584         DEFAULT_STACK_PERMS defined in stackinfo.h.
49585         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
49586         * sysdeps/ia64/stackinfo.h: Likewise.
49587         * sysdeps/s390/stackinfo.h: Likewise.
49588         * sysdeps/sh/stackinfo.h: Likewise.
49589         * sysdeps/sparc/stackinfo.h: Likewise.
49590         * sysdeps/x86_64/stackinfo.h: Likewise.
49591         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
49592         PF_X for powerpc64.  Retain PF_X for powerpc32.
49593
49594 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
49595
49596         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
49597         accurately.
49598         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
49599         GETDENTS_64BIT_ALIGNED.
49600
49601 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
49602
49603         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
49604
49605 2010-12-10  Andreas Schwab  <schwab@redhat.com>
49606
49607         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
49608         _GNU_SOURCE.
49609
49610         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
49611         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
49612         Remove __restrict.
49613         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
49614         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
49615
49616 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
49617
49618         [BZ #11655]
49619         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
49620         are initialized.
49621
49622 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
49623
49624         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
49625
49626 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
49627
49628         * po/it.po: Update from translation team.
49629
49630 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
49631
49632         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
49633         unused codes.
49634
49635 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
49636
49637         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
49638
49639 2010-11-24  Andreas Schwab  <schwab@redhat.com>
49640
49641         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
49642         specially.
49643         (gaih_getanswer_slice): Likewise.
49644
49645 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
49646
49647         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
49648
49649 2010-05-31  Petr Baudis  <pasky@suse.cz>
49650
49651         [BZ #11149]
49652         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
49653         silently even in the chroot mode.
49654
49655 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
49656
49657         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
49658         last patch a bit.  Pretty printing
49659
49660 2010-05-31  Petr Baudis <pasky@suse.cz>
49661
49662         [BZ #10085]
49663         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
49664         initialization of skip_initgroups_dyn.
49665
49666 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
49667
49668         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
49669         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49670
49671 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
49672
49673         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
49674
49675 2010-11-11  Andreas Schwab  <schwab@redhat.com>
49676
49677         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
49678         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
49679         (tst-fnmatch-ENV): Set MALLOC_TRACE.
49680         ($(objpfx)tst-fnmatch-mem): New rule.
49681         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
49682         * posix/tst-fnmatch.c (main): Call mtrace.
49683
49684 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
49685
49686         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49687         Support Intel processor model 6 and model 0x2c.
49688
49689 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
49690
49691         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
49692           signed comparison.
49693
49694 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
49695
49696         [BZ #12205]
49697         * string/test-strncasecmp.c (check_result): New function.
49698         (do_one_test): Use it.
49699         (check1): New function.
49700         (test_main): Use it.
49701         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
49702         Support strcasecmp and strncasecmp.
49703
49704 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
49705
49706         [BZ #12194]
49707         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
49708         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49709
49710 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
49711
49712         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
49713         IFUNC support.
49714         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49715         memset-x86-64.
49716         * sysdeps/x86_64/multiarch/bzero.S: New file.
49717         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49718         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49719         * sysdeps/x86_64/multiarch/memset.S: New file.
49720         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49721         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49722         Set bit_Prefer_SSE_for_memop for Intel processors.
49723         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49724         Define.
49725         (index_Prefer_SSE_for_memop): Define.
49726         (HAS_PREFER_SSE_FOR_MEMOP): Define.
49727
49728 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
49729
49730         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49731         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49732
49733 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
49734
49735         [BZ #12191]
49736         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49737         (__x86_64_raw_data_cache_size_half): Likewise.
49738         (__x86_64_raw_shared_cache_size): Likewise.
49739         (__x86_64_raw_shared_cache_size_half): Likewise.
49740
49741         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49742         (__x86_64_raw_data_cache_size_half): Likewise.
49743         (__x86_64_raw_shared_cache_size): Likewise.
49744         (__x86_64_raw_shared_cache_size_half): Likewise.
49745         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49746         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49747         and __x86_64_raw_shared_cache_size_half.  Round
49748         __x86_64_data_cache_size_half, __x86_64_data_cache_size
49749         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49750         to multiple of 256 bytes.
49751
49752 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
49753
49754         [BZ #12167]
49755         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49756         of inacessible symlinks.  Verify result of symlink before returning it.
49757         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49758         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49759
49760 2010-10-28  Erich Ritz  <erichritz@gmail.com>
49761
49762         * math/math.h (isinf): Fix typo in comment.
49763
49764 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
49765
49766         * po/da.po: Update from translation team.
49767
49768 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
49769
49770         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49771         is added to the list.
49772
49773 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49774             Ulrich Drepper  <drepper@gmail.com>
49775
49776         * elf/dl-object.c (_dl_new_object): Don't append the new object to
49777         the global list here.  Move code to...
49778         (_dl_add_to_namespace_list): ...here.  New function.
49779         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49780         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49781         * elf/dl-load.c (lose): Don't remove the element from the list.
49782         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49783         (_dl_map_object): Likewise.
49784
49785 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
49786
49787         [BZ #12159]
49788         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49789         into all bytes of SSE register.
49790         Patch by Richard Li <richardpku@gmail.com>.
49791
49792 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
49793
49794         [BZ #12140]
49795         * malloc/malloc.c (_int_free): Fill correct number of bytes when
49796         perturbing.
49797
49798 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
49799
49800         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49801         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49802         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49803         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49805         submachine.
49806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49807
49808 2010-10-22  Andreas Schwab  <schwab@redhat.com>
49809
49810         * include/dlfcn.h (__RTLD_SECURE): Define.
49811         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
49812         mode & __RTLD_SECURE instead.
49813         (open_path): Rename preloaded parameter to secure.
49814         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49815         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49816         * elf/dl-deps.c (openaux): Likewise.
49817         * elf/rtld.c (struct map_args): Remove is_preloaded.
49818         (map_doit): Don't use it.
49819         (dl_main): Likewise.
49820         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49821         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49822
49823 2010-09-09  Andreas Schwab  <schwab@redhat.com>
49824
49825         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49826         (sysd-rules-targets): Remove duplicates.
49827         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49828         rtld-%.$o dependency.
49829
49830 2010-10-18  Andreas Schwab  <schwab@redhat.com>
49831
49832         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49833         _dl_map_object do it.
49834
49835 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
49836
49837         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49838         fast fma builtins, define the macros in the C99 standard.
49839         (FP_FAST_FMAF): Likewise.
49840         (FP_FAST_FMAL): Likewise.
49841         * sysdeps/x86_64/bits/mathdef.h: Likewise.
49842
49843         * bits/mathdef.h: Update copyright year.
49844         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49845
49846 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
49847
49848         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49849         builtins, define the macros in the C99 standard.
49850         (FP_FAST_FMAF): Likewise.
49851         (FP_FAST_FMAL): Likewise.
49852         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49853         multiply/add.
49854         (FP_FAST_FMAF): Likewise.
49855
49856 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
49857
49858         [BZ #3268]
49859         * math/libm-test.inc (fma_test): Some new testcases.
49860         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
49861         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
49862         y and infinite z.  Do multiplication by C already in long double.
49863         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
49864         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
49865         y and infinite z.  Do bitwise or of inexact bit into u.d.
49866         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
49867         * sysdeps/i386/fpu/s_fmaf.S: Removed.
49868         * sysdeps/i386/fpu/s_fma.S: Removed.
49869         * sysdeps/i386/fpu/s_fmal.S: Removed.
49870
49871 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
49872
49873         [BZ #3268]
49874         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
49875         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
49876         computation is not scheduled after fetestexcept.  Fix value
49877         of minimum denormal long double.
49878
49879 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
49880
49881         [BZ #3268]
49882         * math/libm-test.inc (fma_test): Add some more tests.
49883         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
49884         correctly.
49885
49886 2010-10-15  Andreas Schwab  <schwab@redhat.com>
49887
49888         * scripts/data/localplt-s390-linux-gnu.data: New file.
49889         * scripts/data/localplt-s390x-linux-gnu.data: New file.
49890
49891 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
49892
49893         [BZ #3268]
49894         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
49895         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
49896         instead of dbl-64.
49897         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
49898         inlines.
49899         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
49900         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
49901         if one of x and y is very large and the other is subnormal.
49902         * sysdeps/s390/fpu/s_fmaf.c: New file.
49903         * sysdeps/s390/fpu/s_fma.c: New file.
49904         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
49905         * sysdeps/powerpc/fpu/s_fma.S: New file.
49906         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
49907         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
49908         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
49909
49910 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
49911
49912         [BZ #3268]
49913         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
49914         fma tests.
49915         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
49916         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
49917         * sysdeps/i386/i686/multiarch/s_fma.c: Include
49918         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
49919         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
49920         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
49921         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
49922
49923 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
49924
49925         [BZ #12078]
49926         * posix/regcomp.c (parse_branch): One more memory leak plugged.
49927         * posix/bug-regex31.input: Add test case.
49928
49929 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49930
49931         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
49932         * posix/bug-regex31.input: New file.
49933
49934         [BZ #12078]
49935         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
49936         (parse_sub_exp): Fix last change, use postorder.
49937
49938         * posix/bug-regex31.c: New file.
49939         * posix/Makefile: Add rules to build and run bug-regex31.
49940
49941         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
49942
49943         [BZ #12078]
49944         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
49945
49946         [BZ #12108]
49947         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
49948         to have entries in sys_siglist.
49949
49950         [BZ #12093]
49951         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
49952         be NULL.
49953
49954 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
49955
49956         [BZ #3268]
49957         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
49958         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
49959         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
49960         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
49961         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49962         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
49963         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
49964         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
49965         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
49966         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
49967         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
49968         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
49969         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
49970         * math/ftestexcept.c (fetestexcept): Likewise.
49971         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
49972         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
49973         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
49974         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
49975         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
49976         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
49977         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
49978
49979 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49980
49981         [BZ #12107]
49982         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
49983         newline.
49984
49985 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
49986
49987         * string/bug-strstr1.c: New file.
49988         * string/Makefile: Add rules to build and run bug-strstr1.
49989
49990 2010-10-05  Eric Blake  <eblake@redhat.com>
49991
49992         [BZ #12092]
49993         * string/str-two-way.h (two_way_long_needle): Always clear memory
49994         when skipping input due to the shift table.
49995
49996 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
49997
49998         [BZ #12005]
49999         * malloc/mcheck.c: Handle large requests.
50000
50001         [BZ #12077]
50002         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
50003         for strncmp and strncasecmp.
50004         * string/stratcliff.c: Add tests for strcmp and strncmp.
50005         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
50006
50007 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50008
50009         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
50010         __set_fpscr.
50011
50012 2010-09-30  Andreas Jaeger  <aj@suse.de>
50013
50014         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
50015         (CGROUP_SUPER_MAGIC): Define.
50016         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50017         Handle btrfs and cgroup file systems.
50018         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
50019         Likewise.
50020
50021 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
50022
50023         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
50024         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
50025
50026 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50027
50028         [BZ #12067]
50029         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
50030         trying to locate the ELF header.
50031
50032 2010-09-27  Andreas Schwab  <schwab@redhat.com>
50033
50034         [BZ #11611]
50035         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
50036         Mask out sign-bit copies when constructing f_fsid.
50037
50038 2010-09-24  Petr Baudis <pasky@suse.cz>
50039
50040         * debug/stack_chk_fail_local.c: Add missing licence exception.
50041         * debug/warning-nop.c: Likewise.
50042
50043 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
50044
50045         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
50046         implementing getdents64 using getdents syscall, set d_type if
50047         __ASSUME_GETDENTS32_D_TYPE.
50048
50049 2010-09-16  Andreas Schwab  <schwab@redhat.com>
50050
50051         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
50052         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
50053
50054 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
50055
50056         [BZ #12037]
50057         * posix/unistd.h: Undo change of feature selection for ftruncate from
50058         2010-01-11.
50059
50060 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
50061
50062         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
50063         detection.
50064
50065 2010-09-20  Andreas Schwab  <schwab@redhat.com>
50066
50067         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
50068         fanotify_mark.
50069         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50070
50071 2010-09-14  Andreas Schwab  <schwab@redhat.com>
50072
50073         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
50074         variables after CHECK_SP call.
50075         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
50076
50077 2010-09-13  Andreas Schwab  <schwab@redhat.com>
50078             Ulrich Drepper  <drepper@redhat.com>
50079
50080         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
50081         re-relocationg ld.so.
50082         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
50083         _dl_init_paths call.
50084         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
50085         here anymore.
50086
50087 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
50088
50089         * resolv/res_init.c (__res_vinit): Count the default server we added.
50090
50091 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
50092             Ulrich Drepper  <drepper@redhat.com>
50093
50094         [BZ #11968]
50095         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50096         (____longjmp_chk): Use %ebx for saving value across system call.
50097         Add unwind info.
50098
50099 2010-09-06  Andreas Schwab  <schwab@redhat.com>
50100
50101         * manual/Makefile: Don't mix pattern rules with normal rules.
50102
50103 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
50104
50105         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
50106         operation.
50107         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
50108         * libio/iofopncook.c (_IO_cookie_init): Likewise.
50109         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
50110         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
50111         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50112         Likewise.
50113
50114 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
50115
50116         [BZ #11979]
50117         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
50118         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
50119
50120 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
50121
50122         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
50123         * sysdeps/x86_64/addmul_1.S: Likewise.
50124         * sysdeps/x86_64/lshift.S: Likewise.
50125         * sysdeps/x86_64/mul_1.S: Likewise.
50126         * sysdeps/x86_64/rshift.S: Likewise.
50127         * sysdeps/x86_64/sub_n.S: Likewise.
50128         * sysdeps/x86_64/submul_1.S: Likewise.
50129
50130 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50131
50132         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
50133         Define __sched_param instead of SCHED_* and sched_param when
50134         <bits/sched.h> is included with __need_schedparam defined.
50135         * bits/sched.h [__need_schedparam]
50136         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
50137         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
50138         (__defined_schedparam): Define to 1.
50139         (__sched_param): New structure, identical to sched_param.
50140         (__need_schedparam): Undefine.
50141
50142 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
50143
50144         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
50145         (epoll_create1): Declare.
50146
50147         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
50148
50149 2010-08-31  Andreas Schwab  <schwab@redhat.com>
50150
50151         [BZ #7066]
50152         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
50153         shifting retval into place.
50154
50155 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
50156
50157         * nis/rpcsvc/nis.h: Update copyright notice.
50158         * nis/rpcsvc/nis.x: Likewise.
50159         * nis/rpcsvc/nis_callback.h: Likewise.
50160         * nis/rpcsvc/nis_callback.x: Likewise.
50161         * nis/rpcsvc/nis_object.x: Likewise.
50162         * nis/rpcsvc/nis_tags.h: Likewise.
50163         * nis/rpcsvc/yp.h: Likewise.
50164         * nis/rpcsvc/yp.x: Likewise.
50165         * nis/rpcsvc/ypupd.h: Likewise.
50166         * nis/yp_xdr.c: Likewise.
50167         * nis/ypupdate_xdr.c: Likewise.
50168
50169         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
50170         mainly the body of pmap_getport.  Add parameters to specify timeouts.
50171         (pmap_getport): Use __libc_rpc_getport.
50172         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
50173         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
50174         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
50175
50176 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
50177
50178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
50179         fanotify_mark.
50180
50181 2010-08-27  Roland McGrath  <roland@redhat.com>
50182
50183         * sysdeps/i386/i686/multiarch/Makefile
50184         (CFLAGS-varshift.c): New variable.
50185
50186 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
50187
50188         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
50189         * sysdeps/i386/i686/multiarch/varshift.c: New file.
50190
50191         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
50192
50193         * sysdeps/x86_64/strlen.S: Minimal code improvement.
50194
50195 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
50196
50197         * sysdeps/x86_64/strlen.S: Unroll the loop.
50198         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50199         strlen-sse2 strlen-sse2-bsf.
50200         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
50201         __strlen_no_bsf if bit_Slow_BSF is set.
50202         (__strlen_sse42): Removed.
50203         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
50204         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
50205
50206 2010-08-25  Roland McGrath  <roland@redhat.com>
50207
50208         * sysdeps/x86_64/multiarch/varshift.S: File removed.
50209         * sysdeps/x86_64/multiarch/varshift.c: New file.
50210         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
50211         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
50212         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
50213         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
50214
50215 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
50216
50217         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50218         strlen-sse2 strlen-sse2-bsf.
50219         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
50220         __strlen_sse2_bsf if bit_Slow_BSF is unset.
50221         (__strlen_sse2): Removed.
50222         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
50223         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
50224         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
50225         bit_Slow_BSF for Atom.
50226         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
50227         (index_Slow_BSF): Define.
50228         (HAS_SLOW_BSF): Define.
50229
50230 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
50231
50232         [BZ #10851]
50233         * resolv/res_init.c (__res_vinit): When no server address at all
50234         is given default to loopback.
50235
50236 2010-08-24  Roland McGrath  <roland@redhat.com>
50237
50238         * configure.in: Remove config-name.h generation.
50239         * configure: Regenerated.
50240         * config-name.in: File removed.
50241         * scripts/config-uname.sh: New file.
50242         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
50243         ($(objdir)config-name.h): New target.
50244
50245         * sunrpc/rpc_parse.h: Avoid nested comment.
50246
50247 2010-08-24  Richard Henderson  <rth@redhat.com>
50248             Ulrich Drepper  <drepper@redhat.com>
50249             H.J. Lu  <hongjiu.lu@intel.com>
50250
50251         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
50252         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
50253         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
50254         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
50255         _mm_alignr_epi8 with _mm_loadu_si128.
50256         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
50257         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
50258         (__m128i_shift_right): Removed.
50259         * sysdeps/i386/i686/multiarch/varshift.h: New file.
50260         * sysdeps/i386/i686/multiarch/varshift.S: New file.
50261         * sysdeps/x86_64/multiarch/varshift.h: New file.
50262         * sysdeps/x86_64/multiarch/varshift.S: New file.
50263
50264 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
50265
50266         * configure.in: Move assembler checks to before sysdep dir checking.
50267
50268 2010-08-20  Petr Baudis  <pasky@suse.cz>
50269
50270         * LICENSES: Sync the sunrpc license.
50271
50272 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
50273
50274         * sunrpc/auth_des.c: Update copyright notice once again.
50275         * sunrpc/auth_none.c: Likewise.
50276         * sunrpc/auth_unix.c: Likewise.
50277         * sunrpc/authdes_prot.c: Likewise.
50278         * sunrpc/authuxprot.c: Likewise.
50279         * sunrpc/bindrsvprt.c: Likewise.
50280         * sunrpc/clnt_gen.c: Likewise.
50281         * sunrpc/clnt_perr.c: Likewise.
50282         * sunrpc/clnt_raw.c: Likewise.
50283         * sunrpc/clnt_simp.c: Likewise.
50284         * sunrpc/clnt_tcp.c: Likewise.
50285         * sunrpc/clnt_udp.c: Likewise.
50286         * sunrpc/clnt_unix.c: Likewise.
50287         * sunrpc/des_crypt.c: Likewise.
50288         * sunrpc/des_soft.c: Likewise.
50289         * sunrpc/get_myaddr.c: Likewise.
50290         * sunrpc/getrpcport.c: Likewise.
50291         * sunrpc/key_call.c: Likewise.
50292         * sunrpc/key_prot.c: Likewise.
50293         * sunrpc/openchild.c: Likewise.
50294         * sunrpc/pm_getmaps.c: Likewise.
50295         * sunrpc/pm_getport.c: Likewise.
50296         * sunrpc/pmap_clnt.c: Likewise.
50297         * sunrpc/pmap_prot.c: Likewise.
50298         * sunrpc/pmap_prot2.c: Likewise.
50299         * sunrpc/pmap_rmt.c: Likewise.
50300         * sunrpc/rpc/auth.h: Likewise.
50301         * sunrpc/rpc/auth_unix.h: Likewise.
50302         * sunrpc/rpc/clnt.h: Likewise.
50303         * sunrpc/rpc/des_crypt.h: Likewise.
50304         * sunrpc/rpc/key_prot.h: Likewise.
50305         * sunrpc/rpc/netdb.h: Likewise.
50306         * sunrpc/rpc/pmap_clnt.h: Likewise.
50307         * sunrpc/rpc/pmap_prot.h: Likewise.
50308         * sunrpc/rpc/pmap_rmt.h: Likewise.
50309         * sunrpc/rpc/rpc.h: Likewise.
50310         * sunrpc/rpc/rpc_des.h: Likewise.
50311         * sunrpc/rpc/rpc_msg.h: Likewise.
50312         * sunrpc/rpc/svc.h: Likewise.
50313         * sunrpc/rpc/svc_auth.h: Likewise.
50314         * sunrpc/rpc/types.h: Likewise.
50315         * sunrpc/rpc/xdr.h: Likewise.
50316         * sunrpc/rpc_clntout.c: Likewise.
50317         * sunrpc/rpc_cmsg.c: Likewise.
50318         * sunrpc/rpc_common.c: Likewise.
50319         * sunrpc/rpc_cout.c: Likewise.
50320         * sunrpc/rpc_dtable.c: Likewise.
50321         * sunrpc/rpc_hout.c: Likewise.
50322         * sunrpc/rpc_main.c: Likewise.
50323         * sunrpc/rpc_parse.c: Likewise.
50324         * sunrpc/rpc_parse.h: Likewise.
50325         * sunrpc/rpc_prot.c: Likewise.
50326         * sunrpc/rpc_sample.c: Likewise.
50327         * sunrpc/rpc_scan.c: Likewise.
50328         * sunrpc/rpc_scan.h: Likewise.
50329         * sunrpc/rpc_svcout.c: Likewise.
50330         * sunrpc/rpc_tblout.c: Likewise.
50331         * sunrpc/rpc_util.c: Likewise.
50332         * sunrpc/rpc_util.h: Likewise.
50333         * sunrpc/rpcinfo.c: Likewise.
50334         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
50335         * sunrpc/rpcsvc/key_prot.x: Likewise.
50336         * sunrpc/rpcsvc/klm_prot.x: Likewise.
50337         * sunrpc/rpcsvc/mount.x: Likewise.
50338         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
50339         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
50340         * sunrpc/rpcsvc/rex.x: Likewise.
50341         * sunrpc/rpcsvc/rstat.x: Likewise.
50342         * sunrpc/rpcsvc/rusers.x: Likewise.
50343         * sunrpc/rpcsvc/sm_inter.x: Likewise.
50344         * sunrpc/rpcsvc/spray.x: Likewise.
50345         * sunrpc/rpcsvc/yppasswd.x: Likewise.
50346         * sunrpc/rtime.c: Likewise.
50347         * sunrpc/svc.c: Likewise.
50348         * sunrpc/svc_auth.c: Likewise.
50349         * sunrpc/svc_authux.c: Likewise.
50350         * sunrpc/svc_raw.c: Likewise.
50351         * sunrpc/svc_run.c: Likewise.
50352         * sunrpc/svc_simple.c: Likewise.
50353         * sunrpc/svc_tcp.c: Likewise.
50354         * sunrpc/svc_udp.c: Likewise.
50355         * sunrpc/svc_unix.c: Likewise.
50356         * sunrpc/svcauth_des.c: Likewise.
50357         * sunrpc/xcrypt.c: Likewise.
50358         * sunrpc/xdr.c: Likewise.
50359         * sunrpc/xdr_array.c: Likewise.
50360         * sunrpc/xdr_float.c: Likewise.
50361         * sunrpc/xdr_mem.c: Likewise.
50362         * sunrpc/xdr_rec.c: Likewise.
50363         * sunrpc/xdr_ref.c: Likewise.
50364         * sunrpc/xdr_sizeof.c: Likewise.
50365         * sunrpc/xdr_stdio.c: Likewise.
50366
50367         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
50368         handling.
50369
50370 2010-08-19  Andreas Schwab  <schwab@redhat.com>
50371
50372         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
50373
50374 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
50375
50376         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
50377         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
50378         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
50379         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
50380         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
50381         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
50382         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
50383         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
50384         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
50385         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
50386         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
50387         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
50388         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
50389         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
50390
50391 2010-07-26  Anton Blanchard  <anton@samba.org>
50392
50393         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
50394         * malloc/arena.c (heap_trim): Likewise.
50395
50396 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
50397
50398         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
50399         here.  Not...
50400         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
50401         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
50402
50403 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
50404
50405         * sysdeps/i386/elf/Makefile: New file.
50406
50407 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50408
50409         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
50410         from fanotify_init.
50411         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
50412         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50413
50414 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
50415
50416         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
50417         of strncasecmp_l.
50418         * sysdeps/multiarch/strcmp.S: Likewise.
50419
50420 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
50421
50422         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50423         strncase_l-nonascii.
50424         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50425         Add strncase_l-ssse3.
50426         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
50427         * sysdeps/x86_64/strcmp.S: Likewise.
50428         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
50429         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
50430         * sysdeps/x86_64/strncase.S: New file.
50431         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
50432         * sysdeps/x86_64/strncase_l.S: New file.
50433         * string/Makefile (strop-tests): Add strncasecmp.
50434         * string/test-strncasecmp.c: New file.
50435
50436         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
50437         warning.
50438
50439         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
50440         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
50441
50442 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50443
50444         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
50445
50446 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
50447
50448         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
50449         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
50450         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
50451
50452 2010-05-01  Alan Modra  <amodra@gmail.com>
50453
50454         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
50455         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
50456         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
50457         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
50458         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
50459         tidying.  Don't tail-call __sigjmp_save for static lib.
50460         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
50461         save location.
50462         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
50463         (CALL_MCOUNT): Add eh info, and nop after bl.
50464         (TAIL_CALL_SYSCALL_ERROR): New macro.
50465         (PSEUDO_RET): Use it.
50466         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
50467         Correct save location of integer regs and cr.
50468         (_dl_profile_resolve): Correct cr save location.  Delete nops
50469         after bl when SHARED.  Reduce cfi size a little by better
50470         placement of cfi directives.
50471         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
50472         make a stack frame.  Instead use parm save area as a temp.
50473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
50474         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
50475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
50476         Don't make a stack frame for parent, use parm save area.
50477         Increase child stack frame to 112 bytes.  Don't save unused reg,
50478         and adjust reg usage.  Set up cfi on error recovery and
50479         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
50480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
50481         (__makecontext): Add dummy nop after jump to exit.
50482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
50483         Use correct parm save area and cr save, reduce stack frame.
50484         Correct cfi for possible PSEUDO_RET frame setup.
50485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
50486         Branch to local label emitted by PSEUDO_RET rather than
50487         __syscall_error.
50488
50489 2010-08-12  Andreas Schwab  <schwab@redhat.com>
50490
50491         [BZ #11904]
50492         * locale/programs/locale.c (print_assignment): New function.
50493         (show_locale_vars): Use it.
50494
50495 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
50496
50497         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
50498         field.
50499         (struct statfs64): Likewise.
50500         (_STATFS_F_FLAGS): Define.
50501         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
50502         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50503         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
50504         (ST_VALID): Define locally.
50505         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
50506         __statvfs_getflags, use the provided value.
50507         * sysdeps/unix/sysv/linux/kernel-features.h: Define
50508         __ASSUME_STATFS_F_FLAGS.
50509
50510         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
50511
50512         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
50513         Add sys/fanotify.h.
50514         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
50515         fanotify_mask for GLIBC_2.13.
50516         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
50517         fanotify_init and fanotify_mark.
50518         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50519         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
50520
50521         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
50522         Add prlimit.
50523         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
50524         prlimit64 for GLIBC_2.13.
50525         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
50526         prlimit64.
50527         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
50528         syscall.
50529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
50530         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50531         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
50532         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
50533         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
50534         add prlimit alias.
50535         * sysdeps/unix/sysv/linux/prlimit.c: New file.
50536
50537         [BZ #11903]
50538         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
50539         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
50540
50541         * nss/Makefile: Add rules to build and run tst-nss-test1.
50542         * shlib-versions: Add entry for libnss_test1.
50543         * nss/nss_test1.c: New file.
50544         * nss/tst-nss-test1.c: New file.
50545
50546         * nss/nsswitch.c (__nss_database_custom): Define new variable.
50547         (__nss_configure_lookup): Set appropriate entry in
50548         __nss_configure_lookup to true.
50549         * nss/nsswitch.h: Define enum with indeces of databases in
50550         databases and __nss_database_custom arrays.  Declare
50551         __nss_database_custom.
50552         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
50553         to avoid using nscd when custom rules are installed.
50554         * nss/getXXbyYY_r.c: Likewise.
50555         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
50556
50557         * nss/nss_files/files-parse.c: Whitespace fixes.
50558
50559 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
50560
50561         [BZ #11883]
50562         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
50563         * posix/fnmatch_loop.c: Likewise.
50564
50565 2010-07-17  Andi Kleen  <ak@linux.intel.com>
50566
50567         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
50568         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
50569         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
50570         * Versions.def [GLIBC_2.13]: Add.
50571
50572 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
50573
50574         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50575         Also fail if tpwd after pwuid call is NULL.
50576
50577 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50578
50579         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
50580         when converting to ms.
50581
50582 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50583
50584         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
50585         EOPNOTSUPP errors with ENOTTY.
50586         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
50587         EOPNOTSUPP errors with ENOTTY.
50588
50589 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
50590
50591         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50592         Add strcasecmp_l-ssse3.
50593         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
50594         strcasecmp.
50595         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
50596         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
50597         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
50598
50599 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
50600
50601         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
50602
50603         * string/Makefile (strop-tests): Add strcasecmp.
50604         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50605         strcasecmp_l-nonascii.
50606         (gen-as-const-headers): Add locale-defines.sym.
50607         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
50608         * sysdeps/x86_64/strcasecmp.S: New file.
50609         * sysdeps/x86_64/strcasecmp_l.S: New file.
50610         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
50611         * sysdeps/x86_64/locale-defines.sym: New file.
50612         * string/test-strcasecmp.c: New file.
50613
50614         * string/test-strcasestr.c: Test both ends of the range of characters.
50615         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
50616
50617 2010-07-29  Roland McGrath  <roland@redhat.com>
50618
50619         [BZ #11856]
50620         * manual/locale.texi (Yes-or-No Questions): Fix example code.
50621
50622 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
50623
50624         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
50625         for ld.so.
50626
50627 2010-07-27  Andreas Schwab  <schwab@redhat.com>
50628
50629         * manual/memory.texi (Malloc Tunable Parameters): Document
50630         M_PERTURB.
50631
50632 2010-07-26  Roland McGrath  <roland@redhat.com>
50633
50634         [BZ #11840]
50635         * configure.in (-fgnu89-inline check): Set and substitute
50636         gnu89_inline, not libc_cv_gnu89_inline.
50637         * configure: Regenerated.
50638         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
50639
50640 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
50641
50642         * string/test-strnlen.c: New file.
50643         * string/Makefile (strop-tests): Add strnlen.
50644         * string/tester.c (test_strnlen): Add a few more test cases.
50645         * string/tst-strlen.c: Better error reporting.
50646
50647         * sysdeps/x86_64/strnlen.S: New file.
50648
50649 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
50650
50651         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
50652         lower-latency instructions.
50653
50654 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
50655
50656         * string/test-strcasestr.c: New file.
50657         * string/test-strstr.c: New file.
50658         * string/Makefile (strop-tests): Add strstr and strcasestr.
50659         * string/str-two-way.h: Don't undefine MAX.
50660         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
50661
50662 2010-07-21  Andreas Schwab  <schwab@redhat.com>
50663
50664         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50665         strcasestr-nonascii.
50666         (CFLAGS-strcasestr-nonascii.c): Define.
50667         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
50668         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
50669         Remove unused attribute.
50670
50671 2010-07-20  Roland McGrath  <roland@redhat.com>
50672
50673         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
50674         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
50675         ld.so.cache was broken.  With it, there is no way to disable dsocaps
50676         like LD_HWCAP_MASK can disable hwcaps.
50677
50678 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50679
50680         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
50681
50682 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
50683
50684         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
50685         call in strcasestr.
50686         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
50687         __strcasestr_sse42_nonascii.
50688         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
50689         strcasestr-nonascii.c.
50690         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
50691
50692 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
50693
50694         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
50695         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
50696         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
50697         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
50698
50699 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
50700
50701         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
50702         fcntl.
50703
50704 2010-07-06  Andreas Schwab  <schwab@redhat.com>
50705
50706         [BZ #11577]
50707         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
50708         dl_signal_cerror.
50709
50710 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
50711
50712         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
50713         _PC_PIPE_BUF using F_GETPIPE_SZ.
50714
50715 2010-07-05  Roland McGrath  <roland@redhat.com>
50716
50717         * manual/arith.texi (Rounding Functions): Fix rint description
50718         implicit in round description.
50719
50720 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
50721
50722         * elf/Makefile: Fix linking for a few tests to make recent linker
50723         happy.
50724
50725 2010-06-30  Andreas Schwab  <schwab@redhat.com>
50726
50727         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50728         $(common-objpfx)libc_nonshared.a.
50729
50730 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
50731
50732         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50733         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50734         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50735         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50736         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50737         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50738         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50739         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50741         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50742         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50744         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50754         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50755         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50756         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50757         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50758         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50759         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50760         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50761         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50762         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50763         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50764         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50765         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50780
50781 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
50782
50783         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50784         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
50785         * string/memmove.c (memmove): Renamed to ...
50786         (MEMMOVE): ...this.  Default to memmove.
50787         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50788         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50789         (END_CHK): Define.
50790         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50791         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50792         mempcpy-ssse3-back memmove-ssse3-back.
50793         * sysdeps/x86_64/multiarch/bcopy.S: New file .
50794         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50795         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50796         * sysdeps/x86_64/multiarch/memcpy.S: New file.
50797         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50798         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50799         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50800         * sysdeps/x86_64/multiarch/memmove.c: New file.
50801         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50802         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50803         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50804         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50805         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50806         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50807         Define.
50808         (index_Fast_Copy_Backward): Define.
50809         (HAS_ARCH_FEATURE): Define.
50810         (HAS_FAST_REP_STRING): Define.
50811         (HAS_FAST_COPY_BACKWARD): Define.
50812
50813 2010-06-21  Andreas Schwab  <schwab@redhat.com>
50814
50815         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50816         Restore proper fallback handling.
50817
50818 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
50819
50820         [BZ #11701]
50821         * posix/group_member.c (__group_member): Correct checking loop.
50822
50823         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50824         OOM in getpwuid_r correctly.  Return error number when the caller
50825         should return, otherwise -1.
50826         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50827         call returning > 0 value.
50828         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50829
50830 2010-06-07  Andreas Schwab  <schwab@redhat.com>
50831
50832         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50833         libc_nonshared.a from targets in modules-names.
50834
50835 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
50836
50837         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50838         requires it.
50839
50840 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
50841
50842         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50843         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50844         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50845         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50846
50847 2010-06-02  Andreas Schwab  <schwab@redhat.com>
50848
50849         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50850
50851 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
50852
50853         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50854         and F_GETPIPE_SZ.
50855         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50856         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50857         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50858         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50859         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50860         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
50861
50862 2010-06-14  Roland McGrath  <roland@redhat.com>
50863
50864         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
50865
50866 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
50867
50868         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
50869         __REDIRECT followed by __THROW.
50870         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
50871         * posix/getopt.h (getopt): Likewise.
50872
50873 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50874
50875         * hurd/lookup-at.c (__file_name_lookup_at): Accept
50876         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
50877         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
50878         in AT_FLAGS.
50879         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
50880         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
50881
50882 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
50883
50884         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
50885
50886 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
50887
50888         [BZ #11640]
50889         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50890         Properly check family and model.
50891
50892 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
50893
50894         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
50895
50896 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
50897
50898         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
50899
50900 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
50901
50902         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
50903         symbol reference.
50904
50905 2010-05-19  Andreas Schwab  <schwab@redhat.com>
50906
50907         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
50908         symbol reference.
50909
50910 2010-05-21  Andreas Schwab  <schwab@redhat.com>
50911
50912         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
50913         and internal_recvmmsg.
50914         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
50915         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
50916         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
50917         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
50918
50919         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
50920         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
50921         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
50922
50923 2010-05-20  Andreas Schwab  <schwab@redhat.com>
50924
50925         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
50926
50927 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
50928
50929         POWER7 optimizations.
50930         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
50931         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
50932
50933 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
50934
50935         * version.h: Update for 2.13 development version.
50936
50937 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
50938
50939         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
50940         exceptions.  Return 0.
50941
50942 2010-05-07  Roland McGrath  <roland@redhat.com>
50943
50944         * elf/ldconfig.c (main): Add a const.
50945
50946 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
50947
50948         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
50949         (args_options): Add no-idn option.
50950         (ahosts_keys_int): Add idn_flags to ai_flags.
50951         (parse_option): Handle 'i' option to clear idn_flags.
50952
50953         * malloc/malloc.c (_int_free): Possible race in the most recently
50954         added check.  Only act on the data if no current modification
50955         happened.
50956
50957 See ChangeLog.17 for earlier changes.